This commit is contained in:
tongfei
2024-03-27 11:22:05 +08:00
4 changed files with 44 additions and 4 deletions

View File

@@ -53,5 +53,9 @@ namespace WMS.Web.Core.Dto.OutStockTask
/// 已出库数量
///</summary>
public decimal RealityQty { get; set; }
/// <summary>
/// 物料对应的仓位有哪些
/// </summary>
public List<MaterialSubStock> MaterialSubStocks { get; set; } = new List<MaterialSubStock>();
}
}