| | |
| | | package com.gkhy.exam.institutionalaccess.service; |
| | | |
| | | import com.gkhy.exam.institutionalaccess.entity.ThStudent; |
| | | import com.gkhy.exam.institutionalaccess.entity.ThStudentBatch; |
| | | import com.gkhy.exam.institutionalaccess.model.query.ThCourseQuery; |
| | | import com.gkhy.exam.institutionalaccess.model.resp.ThCourseRespDTO; |
| | | import com.gkhy.exam.institutionalaccess.model.resp.ThStudentStudyRespDTO; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | List<ThCourseRespDTO> listByPage(ThCourseQuery query); |
| | | |
| | | ThCourseRespDTO findById(Long id); |
| | | |
| | | List<ThStudentStudyRespDTO> getSutdent(String courseUuid); |
| | | |
| | | //List<ThStudentBatchR> getStudent(String ); |
| | | } |