| | |
| | | */ |
| | | public interface ExamPaperMapper extends BaseMapper<ExamPaper> { |
| | | |
| | | IPage<ExamPaperVO> selectExamPaperPage(IPage page, ExamPaperVO exam); |
| | | |
| | | ExamPaperSubjectVO queryPagerSubject(@Param("paper") ExamPaper paper); |
| | | |
| | | ExamPaperSubjectVO PagerSubject(@Param("paper") ExamPaper paper); |
| | | |
| | | /** |
| | | * 自定义树 |
| | | * |
| | | * @param examPaper 试卷对象 |
| | | * @return |
| | | */ |
| | | List<ExamPaper> selectExamPaperPageTree(@Param("paper") ExamPaper examPaper); |
| | | List<ExamPaper> selectExamPaperPageTree(@Param("paper") ExamPaper examPaper); |
| | | |
| | | boolean UnbindSubject(String paperid,String subjectid); |
| | | boolean UnbindSubject(String paperid, String subjectid); |
| | | } |