修改权限

This commit is contained in:
wuyanwen
2020-01-08 22:02:16 +08:00
parent a03f3c3699
commit ce0eb575e9
4 changed files with 4 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ class Permissions extends CatchModel
'permission_name', // 菜单名称
'parent_id', // 父级ID
'icon',
'creator_id',
'module', // 模块
'route', // 路由
'method', // 请求方法

View File

@@ -12,6 +12,7 @@ class Roles extends CatchModel
'id', //
'role_name', // 角色名
'parent_id', // 父级ID
'creator_id',
'description', // 角色备注
'created_at', // 创建时间
'updated_at', // 更新时间