dashboard
repositories
filestore
activity
search
login
main
/
swspkmas
教育训练处考试制证系统后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
考试制证修改
“djh”
2025-02-25
70dcf4e610a0ec5fd6ca2c3daf9edf4957b30529
[swspkmas.git]
/
exam-system
/
src
/
main
/
java
/
com
/
gkhy
/
exam
/
institutionalaccess
/
model
/
resp
/
ThStudentRespDTO.java
1
2
3
4
5
6
7
8
9
package com.gkhy.exam.institutionalaccess.model.resp;
public class ThStudentRespDTO {
private String name;
private String idcard;
private Long duration;
private Long durationDesc;
}