This commit is contained in:
tongfei
2023-11-01 17:26:37 +08:00
parent 8a94a28713
commit 69f93711dc
3 changed files with 12 additions and 0 deletions

View File

@@ -280,6 +280,11 @@
箱号
</summary>
</member>
<member name="P:WMS.Web.Core.Dto.BoxResponse.TotalQty">
<summary>
总数量
</summary>
</member>
<member name="F:WMS.Web.Core.Dto.BoxResponse.Details">
<summary>
明细信息

View File

@@ -9,6 +9,7 @@ namespace WMS.Web.Core.Dto
/// </summary>
public class BoxDetailResponse
{
/// <summary>
/// 物料ID
/// </summary>

View File

@@ -21,6 +21,12 @@ namespace WMS.Web.Core.Dto
/// 箱号
/// </summary>
public string BoxBillNo { get; set; }
/// <summary>
/// 总数量
/// </summary>
public decimal TotalQty { get; set; }
/// <summary>
/// 明细信息
/// </summary>