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