优化
This commit is contained in:
@@ -73,5 +73,10 @@ namespace WMS.Web.Domain.Entitys
|
||||
/// </summary>
|
||||
public string Remark { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否作废
|
||||
/// </summary>
|
||||
public bool? IsRepeal { get; set; } = false;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user