This commit is contained in:
tongfei
2023-11-21 10:47:48 +08:00
parent a160fdf90b
commit e7b033401c
5 changed files with 47 additions and 2 deletions

View File

@@ -22,6 +22,12 @@ namespace WMS.Web.Core.Dto.SingleData
/// 编码
/// </summary>
public string Code { get; set; }
/// <summary>
/// 对应金蝶的组织编码
/// </summary>
public string ErpOrgCode { get; set; }
/// <summary>
/// 是否禁用true为禁用false为启用
/// </summary>