新增权限模型
This commit is contained in:
parent
48298273dd
commit
b47ff98bb6
@ -15,6 +15,10 @@ class Permissions extends CatchModel
|
||||
'permission_name', // 菜单名称
|
||||
'parent_id', // 父级ID
|
||||
'icon',
|
||||
'component', // 组件
|
||||
'redirect',
|
||||
'keep_alive',
|
||||
'hide_children_in_menu',
|
||||
'creator_id',
|
||||
'module', // 模块
|
||||
'route', // 路由
|
||||
@ -25,7 +29,6 @@ class Permissions extends CatchModel
|
||||
'created_at', // 创建时间
|
||||
'updated_at', // 更新时间
|
||||
'deleted_at', // 删除状态,null 未删除 timestamp 已删除
|
||||
|
||||
];
|
||||
|
||||
public const MENU_TYPE = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user