增加药房管理

This commit is contained in:
haomingming
2026-09-07 10:37:01 +08:00
parent d1e3e6223b
commit 943ee17b2a
8 changed files with 811 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@ type userDoctorManage struct {
type basic struct {
Department // 科室管理
Hospital // 医院管理
Pharmacy // 药房管理
DiseaseClassExpertise // 专长管理
Bank // 银行管理
}