exam-system/src/main/java/com/gkhy/exam/system/service/ExStudentService.java @@ -108,4 +108,6 @@ * @return */ List<TrainRecordVO> trainRecord(Long studentId); List<ExStudent> selectStudentCheckAll(ExStudent student); }