From c6d3ae7c8b0a9d0194a267c5b6e680976df3b738 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 14 Sep 2023 14:17:13 +0800 Subject: [PATCH] =?UTF-8?q?VisitBaseDataDes=20=20=E9=81=97=E6=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs b/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs index ffef246b4..61e990f2a 100644 --- a/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs +++ b/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs @@ -120,6 +120,8 @@ namespace IRaCIS.Core.Application.Contracts public bool IsEnrollementQualificationConfirm { get; set; } public bool IsPDProgressView { get; set; } + public string VisitBaseDataDes { get; set; } + public string OutEnrollmentVisitName { get; set; } = String.Empty;