liyong
2026-07-31 b874abdeead386d24e0939b2e99e6d3bbbd4ec46
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 分页查询