hsy
6 天以前 c5bce61891af2d9f43f7e8615fa31cd54a2c8cba
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/api/permission/RoleApiImpl.java
@@ -37,4 +37,10 @@
        List<RoleDO> list = roleService.getRoleList(ids);
        return BeanUtils.toBean(list, RoleRespDTO.class);
    }
    @Override
    public List<RoleRespDTO> getRoleList() {
        List<RoleDO> list = roleService.getRoleList();
        return BeanUtils.toBean(list, RoleRespDTO.class);
    }
}