| | |
| | | import com.mindskip.xzs.viewmodel.student.dashboard.PaperInfo; |
| | | import com.mindskip.xzs.viewmodel.student.exam.ExamPaperPageVM; |
| | | import com.github.pagehelper.PageInfo; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | |
| | | PageInfo<ExamPaper> studentPage(ExamPaperPageVM requestVM); |
| | | |
| | | ExamPaper savePaperFromVM(ExamPaperEditRequestVM examPaperEditRequestVM, User user); |
| | | ExamPaper savePaperFromVM(ExamPaperEditRequestVM examPaperEditRequestVM, User user) throws Exception; |
| | | |
| | | ExamPaperEditRequestVM examPaperToVM(Integer id); |
| | | |
| | |
| | | List<Integer> selectMothCount(); |
| | | |
| | | Integer removeByIds(Integer[] ids); |
| | | |
| | | List<ExamPaper> gets(Integer[] ids); |
| | | } |