lxw
2023-07-11 b7d5952f03167ee8acbd1c9c9e8f55fb8393367d
src/main/java/com/whyc/controller/ProductBomHistoryController.java
@@ -42,4 +42,11 @@
        return service.compare(preProductId,productId);
    }
    @ApiOperation("修复选项查询")
    @GetMapping("fixItem")
    public void getFixItem(){
        service.getFixItem();
    }
}