package com.jilongda.optometry.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 排号管理 前端控制器 *
* * @author 无关风月 * @since 2024-12-09 */ @RestController @RequestMapping("/t-line-up") public class TLineUpController { }