新增资源分类管理

This commit is contained in:
none
2023-02-23 10:29:18 +08:00
parent 1025465356
commit 9759cc7b09
12 changed files with 382 additions and 1 deletions

View File

@@ -21,4 +21,6 @@ public class BPermissionConstant {
public final static String DEPARTMENT_UPDATE = "department-update";
public final static String DEPARTMENT_DESTROY = "department-destroy";
public final static String RESOURCE_CATEGORY = "resource-category";
}