“djh”
2024-10-12 aaa55aa7b0be807ddd6814b13307f9cb2cd9c67a
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);
}