优化接口

This commit is contained in:
tongfei
2024-03-19 16:29:28 +08:00
parent de45986d95
commit 70a1022a43
6 changed files with 18 additions and 7 deletions

View File

@@ -110,7 +110,13 @@ namespace WMS.Web.Domain.Values.Single
/// 仓库:编码与组织编码结合
/// </summary>
[EnumRemark("仓库")]
StocksJoinOrgCode=20
StocksJoinOrgCode=20,
/// <summary>
/// 仓库:编码与组织编码结合
/// </summary>
[EnumRemark("仓位与仓库与组织")]
SubStocksJoinOrgCode
}
}