From cbb6e9662a7812d5a94d5645d5fb1ee18b528922 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 24 Aug 2022 09:11:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8C=BB=E7=94=9F=E7=9B=B2?= =?UTF-8?q?=E6=80=81=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Domain/Dcotor/Doctor.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Domain/Dcotor/Doctor.cs b/IRaCIS.Core.Domain/Dcotor/Doctor.cs index 7272becfc..49d05fc3f 100644 --- a/IRaCIS.Core.Domain/Dcotor/Doctor.cs +++ b/IRaCIS.Core.Domain/Dcotor/Doctor.cs @@ -187,11 +187,11 @@ namespace IRaCIS.Core.Domain.Models public bool IsVirtual { get; set; } - public string BlindName { get; set; } + public string BlindName { get; set; } = string.Empty; public string BlindNameCN { get; set; } = string.Empty; - public string BlindPublications { get; set; } + public string BlindPublications { get; set; } = string.Empty; } }