超级管理员角色

This commit is contained in:
none
2023-02-23 22:20:22 +08:00
parent c7e0c8d466
commit bf2c5143c9
8 changed files with 102 additions and 12 deletions

View File

@@ -19,4 +19,6 @@ public interface AdminPermissionService extends IService<AdminPermission> {
HashMap<String,Boolean> getSlugsByIds(List<Integer> ids);
List<Integer> allIds();
}