package com.ruoyi.appendix.controller; import io.swagger.annotations.Api; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* BOM-工艺路线附表控制层 *
* * @author deslrey * @version 1.0 * @since 2026/03/18 14:44 */ @RestController @RequestMapping("/appendix") @Api("BOM-工艺路线附表控制层") public class AppendixController { }