package com.mindskip.xzs.service.impl; import com.mindskip.xzs.domain.Video; import com.mindskip.xzs.repository.VideoMapper; import com.mindskip.xzs.service.VideoService; import com.mindskip.xzs.viewmodel.admin.video.VideoPageRequestVM; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.cache.annotation.CacheEvict; import org.springframework.cache.annotation.Cacheable; import org.springframework.stereotype.Service; @Service public class VideoServiceImpl extends BaseServiceImpl