待上架数量

This commit is contained in:
tongfei
2024-04-03 17:21:46 +08:00
parent 0c28dade59
commit ec3118837d
3 changed files with 11 additions and 0 deletions

View File

@@ -86,6 +86,11 @@ namespace WMS.Web.Core.Dto.InStockTask
/// </summary>
public decimal AvailableQty { get; set; }
/// <summary>
/// 待上架数量
/// </summary>
public decimal WaitSlefQty { get; set; }
/// <summary>
/// 明细备注
/// </summary>