From f3942b507cc65aa1b5c9a1a2ac8fe5a75deae622 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Fri, 22 Nov 2024 09:54:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs b/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs index dd19de189..22285d3e1 100644 --- a/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs +++ b/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs @@ -308,6 +308,8 @@ namespace IRaCIS.Application.Contracts public string WeChat { get; set; } = String.Empty; public int Nation { get; set; } + public string? BlindPublications { get; set; } + /// /// 工作兼职 ///