From d98ccd9ebc07149d34584500a1f5fde50afee4fe Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 21 Apr 2022 10:25:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E5=9B=BE=E6=A8=A1=E5=9E=8B=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/QC/DTO/QCListViewModel.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs b/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs index 2102a373..ebed5042 100644 --- a/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs +++ b/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs @@ -21,7 +21,7 @@ namespace IRaCIS.Core.Application.Contracts public string SubjectInfo { get; set; } = string.Empty; //public string VisitPlanInfo { get; set; } = string.Empty; - public string[] VisitPlanArray { get; set; } + public string[]? VisitPlanArray { get; set; } } @@ -39,7 +39,7 @@ namespace IRaCIS.Core.Application.Contracts public string SubjectInfo { get; set; } = String.Empty; - public string[] VisitPlanArray { get; set; } + public string[]? VisitPlanArray { get; set; } //public string VisitPlanInfo { get; set; } = String.Empty; public Guid? HandleUserId { get; set; } @@ -151,7 +151,7 @@ namespace IRaCIS.Core.Application.Contracts [NotDefault] public Guid TrialId { get; set; } - public string[] VisitPlanArray { get; set; } + public string[]? VisitPlanArray { get; set; } //public string VisitPlanInfo { get; set; } = String.Empty; public string SubjectCode { get; set; } = String.Empty; @@ -252,7 +252,7 @@ namespace IRaCIS.Core.Application.Contracts public string SubjectInfo { get; set; } = String.Empty; //public string VisitPlanInfo { get; set; } = String.Empty; - public string[] VisitPlanArray { get; set; } + public string[]? VisitPlanArray { get; set; } //核查状态 public CheckStateEnum? CheckState { get; set; } @@ -272,7 +272,7 @@ namespace IRaCIS.Core.Application.Contracts public Guid? SiteId { get; set; } public string SubjectInfo { get; set; } = String.Empty; - public string[] VisitPlanArray { get; set; } + public string[]? VisitPlanArray { get; set; } //public string VisitPlanInfo { get; set; } = String.Empty;