陶杰
2024-10-17 9cf68def59e9331dc470b06ece538ed5543e2526
src/main/java/com/mzl/flower/service/comment/FlowerCommentService.java
@@ -1,10 +1,7 @@
package com.mzl.flower.service.comment;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.mzl.flower.dto.request.comment.CreateFlowerCommentBatchDTO;
import com.mzl.flower.dto.request.comment.CreateFlowerCommentDTO;
import com.mzl.flower.dto.request.comment.QueryFlowerCommentDTO;
import com.mzl.flower.dto.request.comment.UpdateFlowerCommentDTO;
import com.mzl.flower.dto.request.comment.*;
import com.mzl.flower.dto.response.comment.FlowerCommentStatisVO;
import com.mzl.flower.dto.response.comment.FlowerCommentVO;
import com.mzl.flower.entity.FlowerCommentDO;
@@ -53,4 +50,13 @@
    boolean createFlowerCommentBatch(CreateFlowerCommentBatchDTO dto);
    FlowerCommentStatisVO getSupplierStatis(Long id);
    /**
     * 评论的显示隐藏
     * @param dto
     * @return
     */
    boolean updateShowFlowerComment(ShowFlowerCommentDTO dto);
    boolean updateReplayFlowerComment(ReplayFlowerCommentDTO dto);
}