dashboard
repositories
filestore
activity
search
login
dongjh
/
swspkmas
forked from
swspkmas
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
增加题库搜索
kongzy
2024-10-16
5eb29a5eab52a99c22e8fee4c4df34ddb55b044c
[~dongjh/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;
}