| | |
| | | package cn.lili.modules.lmk.mapper; |
| | | |
| | | import cn.lili.modules.lmk.domain.entity.Video; |
| | | import cn.lili.modules.lmk.domain.es.VideoIndex; |
| | | import cn.lili.modules.lmk.domain.query.*; |
| | | import cn.lili.modules.lmk.domain.vo.*; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | |
| | | * @return |
| | | */ |
| | | List<VideoGoodsDetailVO> getVideoGoods(@Param("id") String videoId); |
| | | |
| | | /** |
| | | * es同步查询视频数据 |
| | | * |
| | | * @param start 开始位置 |
| | | * @param end 结束位置 |
| | | * @return |
| | | */ |
| | | List<VideoIndex> getEsPage(@Param("start") int start, @Param("end") int end); |
| | | } |