增加字段

This commit is contained in:
18942506660
2023-11-15 17:17:37 +08:00
parent 93ef4592a1
commit be659f01ad

View File

@@ -67,7 +67,7 @@ namespace WMS.Web.Domain.Entitys
[Column("SuccessSync")]
public bool? SuccessSync { get; set; }
/// <summary>
/// 同步成功失败的源订单号
/// 同步失败的源订单号
/// </summary>
[Column("SuccessSyncFail")]
public List<string> SuccessSyncFail { get; set; }=new List<string>();