齐套出库,齐套分拣,更新明细条码表,再更新明细,最后更新主表

This commit is contained in:
alex
2023-06-30 09:54:57 +08:00
parent 71cb8d68d4
commit a60fd76ff3
7 changed files with 91 additions and 26 deletions

View File

@@ -24,10 +24,6 @@ public partial class WmsSetsortingCode : BaseEntity<string>
/// </summary>
public string bill_id { get; set; } = string.Empty;
/// <summary>
/// 行号
/// </summary>
public int bill_line { get; set; }
/// <summary>
/// 物品ID
@@ -62,7 +58,7 @@ public partial class WmsSetsortingCode : BaseEntity<string>
/// <summary>
/// 条码数量
/// </summary>
public int barcode_qty { get; set; }
public int codeqty { get; set; }
/// <summary>
/// 备注
@@ -104,9 +100,4 @@ public partial class WmsSetsortingCode : BaseEntity<string>
/// </summary>
public string bill_d_id { get; set; } = string.Empty;
/// <summary>
/// 出库单明细行号
/// </summary>
public int bill_d_line { get; set; }
}