This commit is contained in:
tongfei
2023-12-29 15:02:13 +08:00
parent f9db2c1b32
commit a68436cee6
4 changed files with 38 additions and 21 deletions

View File

@@ -14,6 +14,11 @@ namespace WMS.Web.Core.Dto.Inventory
/// </summary>
public string StockCode { get; set; }
/// <summary>
/// 仓位
/// </summary>
public int? SubStockId { get; set; }
/// <summary>
/// 物料编码
///</summary>