| | |
| | | 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; |
| | |
| | | boolean createFlowerCommentBatch(CreateFlowerCommentBatchDTO dto); |
| | | |
| | | FlowerCommentStatisVO getSupplierStatis(Long id); |
| | | |
| | | /** |
| | | * 评论的显示隐藏 |
| | | * @param dto |
| | | * @return |
| | | */ |
| | | boolean updateShowFlowerComment(ShowFlowerCommentDTO dto); |
| | | |
| | | boolean updateReplayFlowerComment(ReplayFlowerCommentDTO dto); |
| | | } |