whyclxw
2025-03-07 4f8c151c9311f8d97b6dc70f61e71821198cea47
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();
    }
}