whyclxw
2025-06-14 af432a8495b163da3bbdef7d7d6c44014396651f
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();
    }
}