From 0216665d5b925a2b0ee8bd98106becefd628a03e Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 18 Sep 2024 10:30:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=EF=BC=8C=E5=90=8C=E6=97=B6=E6=B8=85=E7=90=86?= =?UTF-8?q?=E8=A7=86=E5=9B=BE=E6=A8=A1=E5=9E=8Bbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs b/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs index 62e84fc93..c9c49cfde 100644 --- a/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs +++ b/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs @@ -617,7 +617,6 @@ namespace IRaCIS.Application.Contracts public List SubspecialityIds { get; set; } = new List(); public Guid Id { get; set; } - public string OtherSkills { get; set; } = string.Empty; public string ReadingTypeOther { get; set; } = string.Empty; public string ReadingTypeOtherCN { get; set; } = string.Empty;