接口优化

This commit is contained in:
tongfei
2023-11-21 16:20:35 +08:00
parent 1d2cba49d2
commit 60348a09ea
3 changed files with 14 additions and 3 deletions

View File

@@ -50,5 +50,10 @@ namespace WMS.Web.Core.Dto.InStockTask
/// 收货数量
/// </summary>
public decimal ReceiveQty { get; set; }
/// <summary>
/// 箱对应物料的数量
/// </summary>
public decimal BoxMaterialQty { get; set; }
}
}