拼箱拆箱功能调整,毛坯仓库调整,出库功能调整

This commit is contained in:
2024-05-14 14:55:08 +08:00
parent b73b7a1f0a
commit c6adc9e930
6 changed files with 40 additions and 7 deletions

View File

@@ -24,6 +24,12 @@ namespace ZR.Model.MES.wms
[SugarColumn(ColumnName = "package_code")]
public string PackageCode { get; set; }
/// <summary>
/// 工单号
/// </summary>
[SugarColumn(ColumnName = "work_order_id")]
public string WorkOrderId { get; set; }
/// <summary>
/// 流水号;外箱标签流水号
/// </summary>