whycxzp
2023-03-13 fcdb42dcfda2adccfd8cf42e16c2d6fa73732f1d
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();
    }
}