角色菜单id获取接口
This commit is contained in:
@@ -24,4 +24,6 @@ public interface SysRoleService extends IService<SysRole> {
|
||||
Boolean add(RoleAddDTO roleAddDTO);
|
||||
|
||||
Boolean edit(RoleEditDTO roleEditDTO);
|
||||
|
||||
List<Long> getRoleMenu(long loginIdAsLong, Integer id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user