From fe8e68f40ed3969ae7b3bc3c418683260a7e3d37 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 3 Aug 2022 15:26:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8C=BB=E7=94=9F=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs b/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs index 380468ea2..dfbf4d49e 100644 --- a/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs +++ b/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs @@ -648,6 +648,10 @@ namespace IRaCIS.Application.Contracts public bool ActivelyReading { get; set; } public string AdminComment { get; set; } = String.Empty; public bool InHoliday { get; set; } + + public bool IsVirtual { get; set; } + + public string BlindName { get; set; } = String.Empty; } #endregion