liyong
9 天以前 450bcae3cfffe9923dc09dea2a4e89312bb373d7
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 分页查询