采购订单模糊查询接口
This commit is contained in:
@@ -42,10 +42,16 @@ namespace WMS.Web.Core.Dto.InStockTask
|
||||
public string Specifications { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 数量
|
||||
/// 订单数量
|
||||
/// </summary>
|
||||
public decimal Qty { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 已交数量
|
||||
/// </summary>
|
||||
public decimal DeliveredQty { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 明细备注
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user