zxl
9 天以前 c20103684b358ecf733b600bd592cf093d5e076d
framework/src/main/java/cn/lili/modules/lmk/mapper/VideoCommentMapper.java
@@ -1,6 +1,7 @@
package cn.lili.modules.lmk.mapper;
import cn.lili.modules.lmk.domain.entity.VideoComment;
import cn.lili.modules.lmk.domain.query.VideoCommentMangerQuery;
import cn.lili.modules.lmk.domain.vo.CollectTypeNumVO;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
@@ -27,6 +28,9 @@
     */
    VideoCommentVO getById(String id);
    IPage getManagerPage (IPage page, @Param("query") VideoCommentMangerQuery query);
    /**
    *  分页
    */