修改注释
This commit is contained in:
@@ -56,7 +56,7 @@ namespace WMS.Web.Domain.Entitys
|
||||
[Column("Qty")]
|
||||
public decimal Qty { get; set; }
|
||||
/// <summary>
|
||||
/// 类型:1-整箱移货上级,2-整箱移货下级
|
||||
/// 类型:1-整箱移货上架,2-整箱移货下架
|
||||
/// </summary>
|
||||
[Column("Type")]
|
||||
public MoveBoxType Type { get; set; } = MoveBoxType.Up;
|
||||
|
||||
Reference in New Issue
Block a user