dashboard
repositories
filestore
activity
search
login
main
/
swspkmas
教育训练处考试制证系统后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
优化
kongzy
2024-10-12
2ceb5cc35cdbe61a738b2864db5411a4ddc5da50
[swspkmas.git]
/
exam-system
/
src
/
main
/
java
/
com
/
gkhy
/
exam
/
institutionalaccess
/
model
/
query
/
ThStudentQuery.java
1
2
3
4
5
6
7
8
9
package com.gkhy.exam.institutionalaccess.model.query;
import lombok.Data;
@Data
public class ThStudentQuery {
private String idcard;
private String name;
}