教育训练处考试制证系统后端
kongzy
2024-10-16 5eb29a5eab52a99c22e8fee4c4df34ddb55b044c
exam-system/src/main/java/com/gkhy/exam/institutionalaccess/service/ThStudentManagerService.java
@@ -7,4 +7,6 @@
public interface ThStudentManagerService {
    List<ThStudent> listByPage(ThStudentQuery query);
    ThStudent findByIdCard(String idcard);
}