liyong
2026-07-31 d3e57f662fc00214c9d1b1caa9a4dd542a9d2e1e
yudao-module-mall/yudao-module-product/src/main/java/cn/iocoder/yudao/module/product/service/comment/ProductCommentService.java
@@ -53,6 +53,14 @@
    void replyComment(ProductCommentReplyReqVO replyVO, Long userId);
    /**
     * 【管理员】获得商品评价
     *
     * @param id 评价编号
     * @return 商品评价
     */
    ProductCommentDO getComment(Long id);
    /**
     * 【管理员】获得商品评价分页
     *
     * @param pageReqVO 分页查询