mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-25 20:35:35 +08:00
后台权限控制
This commit is contained in:
@@ -17,4 +17,6 @@ public interface AdminPermissionService extends IService<AdminPermission> {
|
||||
|
||||
List<AdminPermission> listOrderBySortAsc();
|
||||
|
||||
HashMap<String,Boolean> getSlugsByIds(List<Integer> ids);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user