物料编码和仓位编码

This commit is contained in:
tongfei
2024-03-16 15:41:42 +08:00
parent 405b414912
commit f0f80c04ff
13 changed files with 62 additions and 15 deletions

View File

@@ -41,6 +41,11 @@ namespace WMS.Web.Domain.Entitys
/// </summary>
public int SubStockId { get; set; }
/// <summary>
/// 仓位编码
/// </summary>
public string SubStockCode { get; set; }
/// <summary>
/// 箱ID
/// </summary>