| | |
| | | IPage<ExamSubjectChoicesVO> selectExamSubjectChoicesPage(IPage<ExamSubjectChoicesVO> page, ExamSubjectChoicesVO examSubjectChoices); |
| | | |
| | | /** |
| | | * 查询试卷题目 |
| | | * @param page |
| | | * @param examSubjectChoices |
| | | * @return |
| | | */ |
| | | IPage<ExamSubjectChoicesVO> getEexPaperChoices(IPage<ExamSubjectChoicesVO> page, ExamSubjectChoicesVO examSubjectChoices); |
| | | |
| | | /** |
| | | * 详情 |
| | | * @param examSubjectChoices 选择题信息对象 |
| | | */ |
| | | ExamSubjectChoicesVO selectExamSubjectChoicesInfo(ExamSubjectChoices examSubjectChoices); |
| | | |
| | | /** |
| | | * 修改分值 |
| | | */ |
| | | boolean updateChoicesValue(String id , String value); |
| | | } |