@@ -22,7 +22,7 @@ import org.springframework.web.bind.annotation.*;
@RestController
@Api(tags = "角色管理")
@RequestMapping("role")
-public class RoleManagerController {
+public class UserRoleController {
@Autowired
private RoleManagerService roleManagerService;