教育训练处考试制证系统后端
heheng
2025-05-19 3a762add44449332d6d379e361698850f6066e16
exam-system/src/main/java/com/gkhy/exam/institutionalaccess/service/ThStudentBatchService.java
@@ -3,10 +3,8 @@
import com.baomidou.mybatisplus.extension.service.IService;
import com.gkhy.exam.institutionalaccess.entity.ThStudentBatch;
import com.gkhy.exam.institutionalaccess.model.vo.ThStatisticStudentVO;
import com.gkhy.exam.institutionalaccess.model.vo.ThStudentBatchCourseVO;
import com.gkhy.exam.institutionalaccess.model.vo.ThStudentBatchVO;
import com.gkhy.exam.institutionalaccess.model.vo.ThStudentCourseVO;
import com.gkhy.exam.institutionalaccess.model.query.ThStatisticQuery;
import com.gkhy.exam.institutionalaccess.model.vo.*;
import org.springframework.scheduling.annotation.Async;
import java.util.List;
@@ -36,4 +34,8 @@
    List<ThStudentBatchVO> getStudentBatchVOByBatchUuid(String batchUuid);
    List<ThStudentBatchVO> getStudentBatchVOByCourseUuid(String courseUuid);
    List<ThTrainVO> getStatistic(ThStatisticQuery thStatisticQuery);
    List<ThTrainVO> getStatisticHaveExam(ThStatisticQuery thStatisticQuery);
}