feat: Spring Boot 整合 Spring Cache 和 Redis 缓存
This commit is contained in:
@@ -85,7 +85,7 @@ public interface SysRoleService extends IService<SysRole> {
|
||||
* @param menuIds
|
||||
* @return
|
||||
*/
|
||||
boolean updateRoleMenus(Long roleId, List<Long> menuIds);
|
||||
boolean assignMenusToRole(Long roleId, List<Long> menuIds);
|
||||
|
||||
/**
|
||||
* 获取最大范围的数据权限
|
||||
|
||||
Reference in New Issue
Block a user