部门列表不需要权限控制

This commit is contained in:
none
2023-03-06 10:56:35 +08:00
parent 9aa63dba66
commit 866b8e0759
3 changed files with 0 additions and 3 deletions

View File

@@ -16,7 +16,6 @@ public class BPermissionConstant {
public final static String ADMIN_ROLE = "admin-role";
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";