Interface StudentInfoService
- All Known Implementing Classes:
StudentInfoServiceImpl
public interface StudentInfoService
查询学生学籍信息
-
Method Summary
Modifier and TypeMethodDescription<T extends StudentInfoBean>
TgetStudentInfo(Class<T> stdClass, Student std)
-
Method Details
-
getStudentInfo
-