package top.rayc.user.controller;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class UserController {
}