mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-23 11:09:29 +08:00
新增permission的初始化
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package xyz.playedu.api.constant;
|
||||
|
||||
/**
|
||||
* @Author 杭州白书科技有限公司
|
||||
* @create 2023/2/21 14:57
|
||||
*/
|
||||
public class BPermissionConstant {
|
||||
|
||||
public final static String ADMIN_USER_INDEX = "admin-user-index";
|
||||
public final static String ADMIN_USER_STORE = "admin-user-store";
|
||||
public final static String ADMIN_USER_UPDATE = "admin-user-update";
|
||||
public final static String ADMIN_USER_DESTROY = "admin-user-destroy";
|
||||
|
||||
public final static String DEPARTMENT_INDEX = "department-index";
|
||||
public final static String DEPARTMENT_STORE = "department-store";
|
||||
public final static String DEPARTMENT_UPDATE = "department-update";
|
||||
public final static String DEPARTMENT_DESTROY = "department-destroy";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user