非采购入库接口优化

This commit is contained in:
tongfei
2024-03-26 15:57:48 +08:00
parent 9e175c3257
commit 621485fb4c
3 changed files with 20 additions and 0 deletions

View File

@@ -139,5 +139,10 @@ namespace WMS.Web.Core.Dto.InStockTask
/// 明细备注
/// </summary>
public string Remark { get; set; }
/// <summary>
/// 物料对应的仓位有哪些
/// </summary>
public List<MaterialSubStock> MaterialSubStocks { get; set; } = new List<MaterialSubStock>();
}
}