修改权限
This commit is contained in:
@@ -12,6 +12,7 @@ class Permissions extends CatchModel
|
||||
'permission_name', // 菜单名称
|
||||
'parent_id', // 父级ID
|
||||
'icon',
|
||||
'creator_id',
|
||||
'module', // 模块
|
||||
'route', // 路由
|
||||
'method', // 请求方法
|
||||
|
@@ -12,6 +12,7 @@ class Roles extends CatchModel
|
||||
'id', //
|
||||
'role_name', // 角色名
|
||||
'parent_id', // 父级ID
|
||||
'creator_id',
|
||||
'description', // 角色备注
|
||||
'created_at', // 创建时间
|
||||
'updated_at', // 更新时间
|
||||
|
Reference in New Issue
Block a user