获取用户菜单列表,新增医生管理
This commit is contained in:
@@ -9,4 +9,21 @@ type Api struct {
|
||||
AdminApi // 接口数据
|
||||
Dept // 部门数据
|
||||
Post // 岗位数据
|
||||
UserDoctor
|
||||
}
|
||||
|
||||
// SysSetting 系统设置
|
||||
type sysSetting struct {
|
||||
Basic // 基础数据
|
||||
Role // 角色数据
|
||||
Menu // 菜单数据
|
||||
User // 用户数据
|
||||
AdminApi // 接口数据
|
||||
Dept // 部门数据
|
||||
Post // 岗位数据
|
||||
}
|
||||
|
||||
// 医生管理
|
||||
type userDoctorManage struct {
|
||||
UserDoctor // 医生列表
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user