This commit is contained in:
alex
2023-06-15 14:48:55 +08:00
parent c72dcac7e0
commit ea0875ab43
3 changed files with 25 additions and 5 deletions

View File

@@ -39,6 +39,10 @@ namespace Tnb.WarehouseMgr.Entities.Dto
/// 预任务条码记录
/// </summary>
public List<WmsHandleCode> PreTaskHandleCodes { get; set; }
/// <summary>
/// 是否检验
/// </summary>
public int? IsCheck { get; set; }