新增修改医生

This commit is contained in:
2023-07-06 14:17:38 +08:00
parent 966039e4b6
commit a38fe237dd
9 changed files with 176 additions and 15 deletions
+2 -1
View File
@@ -25,5 +25,6 @@ type userDoctorManage struct {
// Basic 基础数据
type basic struct {
Department // 科室
Department // 科室管理
Hospital // 医院管理
}