+ * 子卷包装关系表 前端控制器 + *
+ * + * @author generator + * @since 2023-11-14 + */ +@RestController +@RequestMapping("/api/pdmBiSubpackagerelation") +public class PdmBiSubpackagerelationController { + + @Autowired + private IPdmBiSubpackagerelationService iPdmBiSubpackagerelationService; + + @GetMapping + @Log("查询子卷包装关系") + public ResponseEntity