From 22a4a905aecd4e3be95a9e72e2cd5c5934bd1183 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Wed, 20 Apr 2022 13:57:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/QC/DTO/PreviousHistoryViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/QC/DTO/PreviousHistoryViewModel.cs b/IRaCIS.Core.Application/Service/QC/DTO/PreviousHistoryViewModel.cs index 6a061363..7fdf9fe6 100644 --- a/IRaCIS.Core.Application/Service/QC/DTO/PreviousHistoryViewModel.cs +++ b/IRaCIS.Core.Application/Service/QC/DTO/PreviousHistoryViewModel.cs @@ -91,7 +91,7 @@ namespace IRaCIS.Core.Application.Contracts public DateTime? StartTime { get; set; } public DateTime? EndTime { get; set; } - public bool IsPD { get; set; } + public int? IsPD { get; set; } public Guid SubjectVisitId { get; set; } public bool IsSubjectLevel { get; set; } = true; public string Path { get; set; } = String.Empty;