lxw
2022-08-19 6fbdaa6f6d9da6d489d079f3b8b8820e49be26c8
src/main/java/com/whyc/controller/ProductBomController.java
@@ -61,11 +61,11 @@
        return service.getAllBom(parentCode,parentName,parentModel,pageCurr,pageSize);
    }*/
    @ApiOperation(tags = "产品管理",value = "根据母料型号查询子件信息及有最新版本关联的散装件信息")
    /*@ApiOperation(tags = "产品管理",value = "根据母料型号查询子件信息及有最新版本关联的散装件信息")
    @GetMapping("getSubByMaterialProduct")
    public Response getSubByMaterialProduct(@RequestParam String parentModel){
        return service.getSubByMaterialProduct(parentModel);
    }
    }*/
    @ApiOperation(tags = "产品管理",value = "产品打包下载")
    @GetMapping("downloadBom")