收货接口优化

This commit is contained in:
tongfei
2023-11-03 16:02:47 +08:00
parent 9086b03616
commit 79eeeeb697
9 changed files with 133 additions and 1 deletions

View File

@@ -50,6 +50,11 @@ namespace WMS.Web.Domain.Entitys
/// </summary>
public DateTime? ShelfTime { get; set; }
/// <summary>
/// 箱信息集合
/// </summary>
public List<InStockTaskBox> Boxs = new List<InStockTaskBox>();
/// <summary>
/// 明细
/// </summary>