| | |
| | | import com.ycl.jxkg.domain.ExamPaperAnswerInfo; |
| | | import com.ycl.jxkg.domain.entity.ExamPaperScore; |
| | | import com.ycl.jxkg.domain.entity.User; |
| | | import com.ycl.jxkg.domain.vo.admin.exam.ExamPaperInfoVO; |
| | | import com.ycl.jxkg.domain.vo.admin.paper.ExamPaperAnswerPageRequestVO; |
| | | import com.ycl.jxkg.domain.vo.admin.paper.UserAnswerPageRequestVO; |
| | | import com.ycl.jxkg.domain.vo.student.exam.ExamPaperSubmitVO; |
| | |
| | | */ |
| | | PageInfo<UserAnswerPageResponseVO> pageUser(UserAnswerPageRequestVO model); |
| | | |
| | | |
| | | /** |
| | | * 最高最低分 |
| | | * 考试详情 |
| | | * @param id 查询条件 |
| | | * @return |
| | | */ |
| | | Result queryMaxAndMinScore(Integer id); |
| | | Result<ExamPaperInfoVO> getExamPaperInfo(Integer id); |
| | | } |