修改注释

This commit is contained in:
18942506660
2023-11-25 10:13:45 +08:00
parent 1f0f21bd12
commit 12d4164e97
3 changed files with 8 additions and 8 deletions

View File

@@ -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;