后台权限控制

This commit is contained in:
none
2023-02-21 17:16:51 +08:00
parent 5cce777034
commit 1419264a21
12 changed files with 164 additions and 4 deletions

View File

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