| | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.dsh.course.entity.CoursePackageScheduling; |
| | | import com.dsh.course.model.QueryCoursePackageSchedulingList; |
| | | import com.dsh.course.model.vo.response.AppUserVideoResponse; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | |
| | | |
| | | /** |
| | | * 获取课包排课数据 |
| | | * |
| | | * @param page |
| | | * @param queryCoursePackageSchedulingList |
| | | * @return |
| | | */ |
| | | List<Map<String, Object>> queryCoursePackageSchedulingList(Page<Map<String, Object>> page, @Param("item") QueryCoursePackageSchedulingList queryCoursePackageSchedulingList); |
| | | |
| | | List<AppUserVideoResponse> queryAll(@Param("longs") List<Long> longs); |
| | | |
| | | Integer isHave(Integer videoId); |
| | | } |