| | |
| | | import com.ycl.jxkg.domain.entity.ExamPaperScore; |
| | | import com.ycl.jxkg.domain.entity.User; |
| | | 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; |
| | | import com.ycl.jxkg.domain.vo.student.exampaper.ExamPaperAnswerPageResponseVO; |
| | | import com.ycl.jxkg.domain.vo.student.exampaper.ExamPaperAnswerPageVO; |
| | | import com.ycl.jxkg.domain.vo.student.exampaper.UserAnswerPageResponseVO; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @return 数据 |
| | | */ |
| | | PageInfo<ExamPaperAnswerPageResponseVO> pageExamPaper(ExamPaperAnswerPageRequestVO model); |
| | | |
| | | /** |
| | | * 用户列表 |
| | | * @param model 查询条件 |
| | | * @return 数据 |
| | | */ |
| | | PageInfo<UserAnswerPageResponseVO> pageUser(UserAnswerPageRequestVO model); |
| | | } |