| | |
| | | |
| | | import com.mindskip.xzs.domain.ExamPaper; |
| | | import com.mindskip.xzs.domain.other.KeyValue; |
| | | import com.mindskip.xzs.domain.vo.ExamTemplatesVO; |
| | | import com.mindskip.xzs.domain.vo.PaperExcelVO; |
| | | import com.mindskip.xzs.domain.vo.UserVO; |
| | | import com.mindskip.xzs.viewmodel.admin.exam.ExamPaperPageRequestVM; |
| | |
| | | |
| | | List<ExamPaper> list(List<Integer> deptIds); |
| | | |
| | | List<ExamPaper> template(List<Integer> deptIds); |
| | | |
| | | List<UserVO> selectStudent(UserVO userVO); |
| | | |
| | | List<Integer> getExamPaperByTemplateId(ExamTemplatesVO model); |
| | | |
| | | List<ExamPaper> getExamPaper(); |
| | | |
| | | List<ExamPaper> getTemplate(); |
| | | } |