优化接口GetInfoByBox

This commit is contained in:
tongfei
2023-11-21 15:10:05 +08:00
parent dc02193c3b
commit e522831781
2 changed files with 17 additions and 2 deletions

View File

@@ -42,8 +42,13 @@ namespace WMS.Web.Core.Dto.InStockTask
public string Specifications { get; set; }
/// <summary>
/// 数量
/// 应入数量
/// </summary>
public decimal AccruedQty { get; set; }
/// <summary>
/// 收货数量
/// </summary>
public decimal ReceiveQty { get; set; }
}
}