采购订单模糊查询接口

This commit is contained in:
tongfei
2023-11-03 10:28:13 +08:00
parent eac6c6b269
commit 5dd3a8125b
9 changed files with 49 additions and 17 deletions

View File

@@ -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>