增加物料编码

This commit is contained in:
18942506660
2024-03-16 14:17:03 +08:00
parent 72f3b347e4
commit 2fe53f59e5
13 changed files with 62 additions and 1 deletions

View File

@@ -43,6 +43,11 @@ namespace WMS.Web.Domain.Entitys
[Column("MaterialId")]
public int MaterialId { get; set; }
/// <summary>
/// 物料编码
/// </summary>
[Column("MaterialNumber")]
public string MaterialNumber { get; set; }
/// <summary>
/// wms箱ID
/// </summary>
[Column("BoxId")]