lxw
2022-09-07 fabb5ca75a65da3b1ed8b6447b75d3ca191f93de
src/main/java/com/whyc/controller/DocRoleController.java
@@ -18,7 +18,7 @@
    @ApiOperation(value = "查询所有用户身份")
    @GetMapping("getAllRole")
    private Response getAllRole(){
    public Response allRoleInfor(){
        return service.getAllRole();
    }
}