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