添加组织编码orgCode

This commit is contained in:
tongfei
2023-11-21 14:04:08 +08:00
parent c6c0ae54bd
commit d0a94dc734
10 changed files with 79 additions and 6 deletions

View File

@@ -43,6 +43,10 @@ namespace WMS.Web.Domain.Entitys
/// </summary>
public int OrgId { get; set; }
/// <summary>
/// 组织编码
/// </summary>
public string OrgCode { get; set; }
/// <summary>
/// 物料ID
/// </summary>
public int MaterialId { get; set; }