接口优化

This commit is contained in:
tongfei
2023-11-21 15:15:31 +08:00
parent ee9d44248a
commit bc2d8c0278
3 changed files with 27 additions and 0 deletions

View File

@@ -71,6 +71,16 @@ namespace WMS.Web.Core.Dto.InStockTask
/// </summary>
public decimal DeliveredQty { get; set; }
/// <summary>
/// 收货数量
/// </summary>
public decimal ReceiveQty { get; set; }
/// <summary>
/// 可入库数量
/// </summary>
public decimal AvailableQty { get; set; }
/// <summary>
/// 明细备注
/// </summary>