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

@@ -18,6 +18,11 @@ namespace WMS.Web.Core.Dto.Erp
/// </summary>
public int OrgId { get; set; }
/// <summary>
/// 组织编码
/// </summary>
public string OrgCode { get; set; }
/// <summary>
/// 供应商
/// </summary>