| | |
| | | |
| | | 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; |
| | |
| | | List<ThStudentBatchVO> getStudentBatchVOByBatchUuid(String batchUuid); |
| | | |
| | | List<ThStudentBatchVO> getStudentBatchVOByCourseUuid(String courseUuid); |
| | | |
| | | List<ThTrainVO> getStatistic(ThStatisticQuery thStatisticQuery); |
| | | |
| | | List<ThTrainVO> getStatisticHaveExam(ThStatisticQuery thStatisticQuery); |
| | | } |