lxw
2022-08-08 9826962e50d84c084a5d9018fcff7a6aa231a38d
src/main/java/com/whyc/controller/ProductBomController.java
@@ -62,7 +62,7 @@
        return service.getAllBom();
    }
    @ApiOperation(tags = "产品管理",value = "根据母料型号查询子件信息及有关联的散装件信息")
    @ApiOperation(tags = "产品管理",value = "根据母料型号查询子件信息及有最新版本关联的散装件信息")
    @GetMapping("getSubByComponentProduct")
    public Response getSubByComponentProduct(@RequestParam String parentModel){
        return service.getSubByComponentProduct(parentModel);