列表备注

This commit is contained in:
tongfei
2023-12-26 14:02:02 +08:00
parent 420d365928
commit 5a68afa098
3 changed files with 12 additions and 0 deletions

View File

@@ -92,5 +92,11 @@ namespace WMS.Web.Core.Dto
/// </summary>
[Column("金蝶同步状态")]
public string SuccessSync { get; set; }
/// <summary>
/// 备注
/// </summary>
[Ignore]
public string Remark { get; set; }
}
}