heheng
2025-06-10 db8242513644b246a30222663ef20e21f1e7c7ce
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);
}