仓库-出库单,出库记录,批量查看,成品库等功能优化调整,出库逻辑调整

This commit is contained in:
2024-04-29 17:00:38 +08:00
parent c99118ea02
commit cffe4b138f
10 changed files with 352 additions and 17 deletions

View File

@@ -27,6 +27,10 @@ namespace ZR.Model.MES.wms.Dto
/// 批次号
/// </summary>
public string PackageCode { get; set; } = string.Empty;
/// <summary>
/// 出库单号
/// </summary>
public string ShipmentNum { get; set; } = string.Empty;
}
@@ -40,6 +44,10 @@ namespace ZR.Model.MES.wms.Dto
/// </summary>
public string Id { get; set; } = string.Empty;
/// <summary>
/// 出库单号
/// </summary>
public string ShipmentNum { get; set; } = string.Empty;
/// <summary>
/// 树子节点主键(需要第二层为空)
/// </summary>
public string PackageCodeClient_son { get; set; } = null;