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