Merge branch 'master' of https://codeup.aliyun.com/62ce7bca487c500c27f70a79/OPS/WMS-Api
This commit is contained in:
@@ -32,8 +32,8 @@ namespace WMS.Web.Domain.Entitys
|
||||
/// <summary>
|
||||
/// 序列号
|
||||
/// </summary>
|
||||
[Column("SerialNumber")]
|
||||
public string SerialNumber { get; set; }
|
||||
[Column("SerialNumbers")]
|
||||
public string SerialNumbers { get; set; }
|
||||
/// <summary>
|
||||
/// 原箱子ID
|
||||
/// </summary>
|
||||
|
||||
@@ -100,6 +100,11 @@ namespace WMS.Web.Domain.Values.Single
|
||||
/// </summary>
|
||||
[EnumRemark("菜单")]
|
||||
Menus = 18,
|
||||
/// <summary>
|
||||
/// 仓位集合
|
||||
/// </summary>
|
||||
[EnumRemark("仓位")]
|
||||
SubStocks = 19,
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user