添加组织编码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

@@ -26,6 +26,11 @@ namespace WMS.Web.Domain.Entitys
/// </summary>
public InventoryInOutType Type { get; set; }
/// <summary>
/// 组织编码
/// </summary>
public string OrgCode { get; set; }
/// <summary>
/// 仓库编码
/// </summary>