调整结构

This commit is contained in:
18942506660
2023-11-28 09:40:36 +08:00
parent 0b112ae843
commit b1c3342bc8
5 changed files with 35 additions and 26 deletions

View File

@@ -44,5 +44,10 @@ namespace WMS.Web.Domain.Entitys
///</summary>
[Column("Qty")]
public decimal Qty { get; set; }
/// <summary>
/// 同步成功或者失败 默认是失败状态
/// </summary>
[Column("SuccessSync")]
public bool SuccessSync { get; set; } = false;
}
}