bug修复4

This commit is contained in:
tongfei
2023-12-04 14:05:27 +08:00
parent a38f2a6ad2
commit da67a60791
4 changed files with 28 additions and 1 deletions

View File

@@ -125,6 +125,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>