“djh”
2024-11-06 b56c3c0f1bc87935a8b59f6ee39f78b4796250ff
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);
}