package com.jilongda.optometry.controller; import io.swagger.annotations.Api; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 验光师表 前端控制器 *
* * @author 无关风月 * @since 2024-12-09 */ @RestController @Api(tags = "验光师小程序") @RequestMapping("/t-optometrist") public class TOptometristController { }