1700474527
//报名人员的ID
1700474528
1700474529
private String id;
1700474530
1700474531
//考试地点
1700474532
1700474533
private String location;
1700474534
1700474535
//考试科目
1700474536
1700474537
private String subject;
1700474538
1700474539
//邮寄地址
1700474540
1700474541
private String postAddress;
1700474542
1700474543
public String getId(){
1700474544
1700474545
return id;
1700474546
1700474547
}
1700474548
1700474549
public void setId(String id){
1700474550
1700474551
this.id=id;
1700474552
1700474553
}
1700474554
1700474555
public String getLocation(){
1700474556
1700474557
return location;
1700474558
1700474559
}
1700474560
1700474561
public void setLocation(String location){
1700474562
1700474563
this.location=location;
1700474564
1700474565
}
1700474566
1700474567
public String getSubject(){
1700474568
1700474569
return subject;
1700474570
1700474571
}
1700474572
1700474573
public void setSubject(String subject){
1700474574
1700474575
this.subject=subject;
1700474576
[
上一页 ]
[ :1.700474527e+09 ]
[
下一页 ]