whyclxw
2025-06-16 f52250bf50ff68865a35cdc5c69f6fade2d51156
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();
    }
}