增加明细行作废

This commit is contained in:
18942506660
2024-03-22 14:11:17 +08:00
parent 4a5f2d025f
commit 0558f5d024
6 changed files with 50 additions and 13 deletions

View File

@@ -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; }
}
}