| | |
| | | import com.mindskip.xzs.domain.User; |
| | | import com.mindskip.xzs.domain.vo.PaperExcelVO; |
| | | import com.mindskip.xzs.viewmodel.admin.exam.ExamPaperEditRequestVM; |
| | | import com.mindskip.xzs.viewmodel.admin.exam.ExamPaperEditRequestVO; |
| | | import com.mindskip.xzs.viewmodel.admin.exam.ExamPaperPageRequestVM; |
| | | import com.mindskip.xzs.viewmodel.student.dashboard.PaperFilter; |
| | | import com.mindskip.xzs.viewmodel.student.dashboard.PaperInfo; |
| | |
| | | |
| | | ExamPaper savePaperFromVM(ExamPaperEditRequestVM examPaperEditRequestVM, User user) throws Exception; |
| | | |
| | | ExamPaperEditRequestVM examPaperToVM(Integer id); |
| | | ExamPaperEditRequestVO examPaperToVM(Integer id); |
| | | |
| | | List<PaperInfo> indexPaper(PaperFilter paperFilter); |
| | | |
| | |
| | | List<ExamPaper> gets(Integer[] ids); |
| | | |
| | | List<PaperExcelVO> getPaperExcelById(Integer id); |
| | | |
| | | void missExam(ExamPaperEditRequestVM model); |
| | | } |