initial commit
This commit is contained in:
commit
4fc3bb0a01
202 changed files with 41729 additions and 0 deletions
8
config/rolePermission.ts
Normal file
8
config/rolePermission.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
const RolePermission: Object = {
|
||||
role_table: 'roles',
|
||||
permission_table: 'permissions',
|
||||
user_role_table: 'link_accounts_roles',
|
||||
user_permission_table: 'user_permission_table',
|
||||
role_permission_table: 'role_has_permissions',
|
||||
};
|
||||
export default RolePermission;
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue