优化
This commit is contained in:
@@ -132,5 +132,11 @@ namespace WMS.Web.Core.Dto
|
||||
/// </summary>
|
||||
[Column("创建时间")]
|
||||
public string CreateTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否作废
|
||||
/// </summary>
|
||||
[Column("是否作废")]
|
||||
public bool IsRepeal { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user