diff --git a/QcMgr/Tnb.QcMgr.Entities/Dto/CheckTask.cs b/QcMgr/Tnb.QcMgr.Entities/Dto/CheckTask.cs index ffc907f0..e575ead8 100644 --- a/QcMgr/Tnb.QcMgr.Entities/Dto/CheckTask.cs +++ b/QcMgr/Tnb.QcMgr.Entities/Dto/CheckTask.cs @@ -113,6 +113,10 @@ public string? checknum { get; set; } public string? status { get; set; } public string? result { get; set; } + + public string check_type { get; set; } + + public string remark { get; set; } public List>? checktypes { get; set; } } @@ -132,6 +136,7 @@ public ExecItemShow? setShow { get; set; } public string? postItemForm { get; set; } public string? result { get; set; } + public int qty { get; set; } }