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