增加物料编码

This commit is contained in:
18942506660
2024-03-16 14:17:03 +08:00
parent 72f3b347e4
commit 2fe53f59e5
13 changed files with 62 additions and 1 deletions

View File

@@ -28,6 +28,10 @@ namespace WMS.Web.Domain.Entitys
/// </summary>
public int MaterialId { get; set; }
/// <summary>
/// 物料编码
/// </summary>
public string MaterialNumber { get; set; }
/// <summary>
/// 数量(装箱数量)
/// </summary>
public decimal Qty { get; set; }