新增专长

This commit is contained in:
2023-07-11 13:11:28 +08:00
parent b7528ce40f
commit fade9ea4a7
7 changed files with 140 additions and 24 deletions
+3 -2
View File
@@ -25,6 +25,7 @@ type userDoctorManage struct {
// Basic 基础数据
type basic struct {
Department // 科室管理
Hospital // 医院管理
Department // 科室管理
Hospital // 医院管理
DiseaseClassExpertise // 专长管理
}