package com.jilongda.applet.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 镜片系列表 前端控制器 *
* * @author 无关风月 * @since 2024-12-09 */ @RestController @RequestMapping("/t-lens-series") public class TLensSeriesController { }