优化箱唛列表

This commit is contained in:
tongfei
2024-02-20 09:40:22 +08:00
parent 91258cec55
commit 6e5f39c120
7 changed files with 99 additions and 2 deletions

View File

@@ -97,5 +97,15 @@ namespace WMS.Web.Core.Dto
/// 是否是尾箱
/// </summary>
public bool IsTail { get; set; }
/// <summary>
/// 装箱总数
/// </summary>
public int BoxSortCount { get; set; }
/// <summary>
/// 产品数量
/// </summary>
public decimal ProductQty { get; set; }
}
}