zhangf
2024-09-11 1a316551c8e46b793904090cfa84781bf77fef2a
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);
}