chenrui
2025-04-08 de0494d7a6f99f50fa33b9487dd2ffefca82e8b6
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);
}