| | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import org.springblade.modules.simulateexam.entity.SimulateExamRecord; |
| | | import org.springblade.modules.simulateexam.vo.SimulateExamRecordVO; |
| | | import org.springblade.modules.simulateexam.vo.SimulateExamScoreVO; |
| | | |
| | | /** |
| | | * 模拟考试记录服务类 |
| | |
| | | * @return |
| | | */ |
| | | Object getSimulateExamRefreshInfo(SimulateExamRecordVO simulateExamRecord); |
| | | |
| | | /** |
| | | * 提交考试 |
| | | * |
| | | * @param simulateExamScore 模拟考试成绩信息对象 |
| | | * @return |
| | | */ |
| | | Object saveSimulateExam(SimulateExamScoreVO simulateExamScore); |
| | | } |