优化
This commit is contained in:
@@ -280,6 +280,11 @@
|
|||||||
箱号
|
箱号
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="P:WMS.Web.Core.Dto.BoxResponse.TotalQty">
|
||||||
|
<summary>
|
||||||
|
总数量
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="F:WMS.Web.Core.Dto.BoxResponse.Details">
|
<member name="F:WMS.Web.Core.Dto.BoxResponse.Details">
|
||||||
<summary>
|
<summary>
|
||||||
明细信息
|
明细信息
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ namespace WMS.Web.Core.Dto
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class BoxDetailResponse
|
public class BoxDetailResponse
|
||||||
{
|
{
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 物料ID
|
/// 物料ID
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -21,6 +21,12 @@ namespace WMS.Web.Core.Dto
|
|||||||
/// 箱号
|
/// 箱号
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string BoxBillNo { get; set; }
|
public string BoxBillNo { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 总数量
|
||||||
|
/// </summary>
|
||||||
|
public decimal TotalQty { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 明细信息
|
/// 明细信息
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user