diff --git a/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs b/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs index cf41306fa..1c384467a 100644 --- a/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs +++ b/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs @@ -527,6 +527,8 @@ namespace IRaCIS.Core.Application.Contracts.DTO public bool IsCurrentUser { get; set; } + public bool? IsCheckExcelSend { get; set; } + public UserTypeEnum UserTypeEnum { get; set; } }