whycxzp
2023-02-20 507330fdeef6c389efb265fe65b6590d26af7367
src/main/java/com/whyc/controller/ProductController.java
@@ -137,4 +137,10 @@
    public Response getFkProduct(){
        return service.getFkProduct();
    }
    @ApiOperation(value = "产品对比下拉选中")
    @GetMapping("getCompareProduct")
    public Response getCompareProduct(){
        return service.getCompareProduct();
    }
}