src/main/java/com/whyc/controller/ProductController.java
@@ -153,4 +153,10 @@ public Response getCompareProduct(){ return service.getCompareProduct(); } @ApiOperation(value = "验证母料编码是否存在产品中") @GetMapping("judgeParentCode") public Response judgeParentCode(@RequestParam String parentCode){ return service.judgeParentCode(parentCode); } }