dashboard
repositories
filestore
activity
search
login
main
/
swspkmas
教育训练处考试制证系统后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
增加查询是否生成财政缴款码
heheng
2025-02-05
ce5853e8e540693421c86e32a050d8a2e214198a
[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;
}