|
@@ -2,14 +2,12 @@ package com.keao.edu.user.service;
|
|
|
|
|
|
import com.keao.edu.common.page.PageInfo;
|
|
|
import com.keao.edu.common.service.BaseService;
|
|
|
-import com.keao.edu.user.dao.ExamSubjectSongDao;
|
|
|
import com.keao.edu.user.dto.ExamSubjectSongDto;
|
|
|
import com.keao.edu.user.entity.ExamSong;
|
|
|
import com.keao.edu.user.entity.ExamSubjectSong;
|
|
|
import com.keao.edu.user.page.ExamSubjectSongQueryInfo;
|
|
|
|
|
|
import java.util.List;
|
|
|
-import java.util.Map;
|
|
|
|
|
|
public interface ExamSubjectSongService extends BaseService<Long, ExamSubjectSong> {
|
|
|
|
|
@@ -24,6 +22,7 @@ public interface ExamSubjectSongService extends BaseService<Long, ExamSubjectSon
|
|
|
|
|
|
PageInfo<ExamSubjectSongDto> queryExamSubjectSongs(ExamSubjectSongQueryInfo queryInfo);
|
|
|
|
|
|
+ void deleteExamSubjectSong(Long id);
|
|
|
|
|
|
/**
|
|
|
* 获取考试对应科目对应级别的曲目
|