From 36ea9f526ecca61e4175ad1613daf08e7fe6360c Mon Sep 17 00:00:00 2001
From: he <109787524@qq.com>
Date: Wed, 8 Jan 2025 14:43:10 +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
---
.../Service/Doctor/DTO/DoctorModel.cs | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs b/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs
index 6f3b8d793..42b4248f1 100644
--- a/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs
+++ b/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs
@@ -725,6 +725,25 @@ namespace IRaCIS.Application.Contracts
///
public string HospitalCN { get; set; } = string.Empty;
+ ///
+ /// 大学
+ ///
+ public string UniversityAffiliated { get; set; } = string.Empty;
+
+ ///
+ /// 大学
+ ///
+ public string UniversityAffiliatedCN { get; set; } = string.Empty;
+
+ ///
+ /// 医院
+ ///
+ public string HospitalName { get; set; } = string.Empty;
+
+ ///
+ /// 医院
+ ///
+ public string HospitalNameCN { get; set; } = string.Empty;
}
#endregion