齐套分拣,齐套出库,业务代码调整

This commit is contained in:
2023-06-29 18:08:12 +08:00
parent 3a1c2ad1f0
commit 31fdfd66c9
5 changed files with 130 additions and 93 deletions

View File

@@ -24,10 +24,6 @@ public partial class WmsKittingoutD : BaseEntity<string>
/// </summary>
public string bill_id { get; set; } = string.Empty;
/// <summary>
/// 行号
/// </summary>
public int bill_line { get; set; }
/// <summary>
/// 物品ID
@@ -67,7 +63,7 @@ public partial class WmsKittingoutD : BaseEntity<string>
/// <summary>
/// 实际数量(件数)
/// </summary>
public decimal real_qty { get; set; }
public decimal qty { get; set; }
/// <summary>
/// 实际箱数

View File

@@ -24,11 +24,6 @@ public partial class WmsSetsortingD : BaseEntity<string>
/// </summary>
public string bill_id { get; set; } = string.Empty;
/// <summary>
/// 行号
/// </summary>
public int bill_line { get; set; }
/// <summary>
/// 物品ID
/// </summary>