增加明细行作废
This commit is contained in:
@@ -142,7 +142,13 @@ namespace WMS.Web.Core.Dto.OutStockTask
|
||||
///</summary>
|
||||
[Column("创建时间")]
|
||||
public string CreateTime { get; set; }
|
||||
/// <summary>
|
||||
/// 是否作废
|
||||
///</summary>
|
||||
[Column("是否作废")]
|
||||
public bool IsRepeal { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user