chenrui
2025-04-09 17ea3e9ec4f49b3652ff8a1e7dc9af502503d3f0
basic-server/src/main/java/com/ruoyi/basic/service/ProductPartService.java
@@ -22,5 +22,5 @@
    int productPartReviewById(ProductPartDto productPartDto);
    IPage<ProductPartLog> productPartLogList(Page page, Integer id);
    IPage<ProductPartLog> productPartLogList(Page page, Integer id,String Type);
}