lxw
2022-08-03 71cb80142f57555d79fac494d565cb94a47ebd14
src/main/java/com/whyc/controller/ProductBomHistoryController.java
@@ -23,9 +23,9 @@
        return service.getBomHistoryByPModelAndSName(pmodel,sname);
    }
    @ApiOperation(tags="产品管理",value = "查询产品的最大版本信息")
    /*@ApiOperation(tags="产品管理",value = "查询产品的最大版本信息")
    @GetMapping("getMaxBoom")
    public Response getMaxBoom(@RequestParam String parentCode,@RequestParam String parentName,@RequestParam String parentModel){
        return service.getMaxBoom(parentCode,parentName,parentModel);
    }
    }*/
}