This commit is contained in:
2023-06-30 14:54:43 +08:00
parent a7ca868a5f
commit c0c69eb602
14 changed files with 840 additions and 13 deletions
+6 -4
View File
@@ -2,8 +2,10 @@ package controller
// Api api接口
type Api struct {
Basic // 基础数据
Role // 角色数据
Menu // 菜单数据
User // 用户数据
Basic // 基础数据
Role // 角色数据
Menu // 菜单数据
User // 用户数据
AdminApi // 接口数据
Dept // 部门数据
}