mitao
2025-03-21 ccb5d44c524d0f941b173418586d4b7ed8e93530
medicalWaste-admin/src/main/java/com/sinata/web/controller/backend/system/SysRoleController.java
@@ -139,6 +139,11 @@
        return R.ok(roleService.getManageRoleList(getLoginUser()));
    }
    /**
     * 角色列表
     *
     * @return
     */
    @ApiOperation("角色列表")
    @GetMapping("/list")
    public R<List<SysRoleVO>> queryList() {