package com.flyer.foster.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** * 用户角色 * * @author flyer * @since 2024-05-06 */ @RestController @RequestMapping("/user-role") public class UserRoleController { }