删除用户和角色解绑关联

This commit is contained in:
RuoYi
2020-12-09 10:32:53 +08:00
parent a941c1b488
commit 4d46f4c1b5
5 changed files with 34 additions and 3 deletions

View File

@ -26,6 +26,14 @@ public interface SysRoleMenuMapper
*/
public int deleteRoleMenuByRoleId(Long roleId);
/**
* 批量删除角色菜单关联信息
*
* @param ids 需要删除的数据ID
* @return 结果
*/
public int deleteRoleMenu(Long[] ids);
/**
* 批量新增角色菜单信息
*