From d3ce19e9fa224415e0f353f43ff864d0e339e956 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 27 May 2022 15:19:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs | 2 ++ 1 file changed, 2 insertions(+) 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; } }