This commit is contained in:
tongfei
2024-03-22 14:29:37 +08:00
parent 0558f5d024
commit 31af75a15e
8 changed files with 84 additions and 8 deletions

View File

@@ -132,5 +132,11 @@ namespace WMS.Web.Core.Dto
/// </summary>
[Column("创建时间")]
public string CreateTime { get; set; }
/// <summary>
/// 是否作废
/// </summary>
[Column("是否作废")]
public bool IsRepeal { get; set; }
}
}