1
This commit is contained in:
@@ -2,9 +2,10 @@ package controller
|
||||
|
||||
// Api api接口
|
||||
type Api struct {
|
||||
Basic // 基础数据
|
||||
sysSetting // 系统设置
|
||||
userDoctorManage // 医生管理
|
||||
Admin // 公共方法
|
||||
basic // 基础数据
|
||||
}
|
||||
|
||||
// SysSetting 系统设置
|
||||
@@ -21,3 +22,8 @@ type sysSetting struct {
|
||||
type userDoctorManage struct {
|
||||
UserDoctor // 医生列表
|
||||
}
|
||||
|
||||
// Basic 基础数据
|
||||
type basic struct {
|
||||
Department // 科室
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user