优化接口GetInfoByBox
This commit is contained in:
@@ -42,8 +42,13 @@ namespace WMS.Web.Core.Dto.InStockTask
|
||||
public string Specifications { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 数量
|
||||
/// 应入数量
|
||||
/// </summary>
|
||||
public decimal AccruedQty { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 收货数量
|
||||
/// </summary>
|
||||
public decimal ReceiveQty { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user