列表仓位

This commit is contained in:
18942506660
2023-10-30 10:15:53 +08:00
parent 3cfb985d24
commit cd2e23eccb
6 changed files with 12 additions and 7 deletions

View File

@@ -100,6 +100,11 @@ namespace WMS.Web.Domain.Values.Single
/// </summary>
[EnumRemark("菜单")]
Menus = 18,
/// <summary>
/// 仓位集合
/// </summary>
[EnumRemark("仓位")]
SubStocks = 19,
}
}