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-warehousing") public class TWarehousingController { }