From 5c86989dfa84994e34f36158fe1ac4009e2373f0 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 1 Sep 2023 17:18:28 +0800 Subject: [PATCH] x --- IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs b/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs index 5bfa134c3..490f23911 100644 --- a/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs +++ b/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs @@ -349,9 +349,9 @@ namespace IRaCIS.Core.Application.Contracts.DTO - public int? TotalChallengeCount { get; set; } + public int TotalChallengeCount { get; set; } - public int? NotClosedChallengeCount { get; set; } + public int NotClosedChallengeCount { get; set; }