heheng
2025-01-16 92ac1754c713d206ebdafa3da8ec817c1d1e120d
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);
}