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