|
|
@ -26,6 +26,9 @@ public interface ISysRoleService extends ICrudService<SysRole> {
|
|
|
|
@ApiOperation(value = "刷新角色菜单关系", notes = "批量刷新 角色 菜单关系信息")
|
|
|
|
@ApiOperation(value = "刷新角色菜单关系", notes = "批量刷新 角色 菜单关系信息")
|
|
|
|
void refreshBatchSysRoleRef(Long[] roleIds, Long[] ids, String userName);
|
|
|
|
void refreshBatchSysRoleRef(Long[] roleIds, Long[] ids, String userName);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "根据角色ID更新角色菜单关系")
|
|
|
|
|
|
|
|
void updateRoleMenuChangeRoleNameRdd(Long roleId, String roleName);
|
|
|
|
|
|
|
|
|
|
|
|
void refreshSysRoleRef(Long roleId, Integer softType, List<Long> idList, String userName);
|
|
|
|
void refreshSysRoleRef(Long roleId, Integer softType, List<Long> idList, String userName);
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "查信角色菜单关系", notes = "查询 ID 查询角色菜单关系")
|
|
|
|
@ApiOperation(value = "查信角色菜单关系", notes = "查询 ID 查询角色菜单关系")
|
|
|
|