|
@@ -26,6 +26,8 @@ public class ExamStudentDTO {
|
|
|
*/
|
|
|
@ExcelProperty(index = 3,name = "学习中心代码")
|
|
|
private String orgCode;
|
|
|
+
|
|
|
+ private String orgName;
|
|
|
|
|
|
@ExcelProperty(index = 1,name = "学号")
|
|
|
private String studentCode;
|
|
@@ -264,6 +266,14 @@ public class ExamStudentDTO {
|
|
|
this.examId = examId;
|
|
|
}
|
|
|
|
|
|
+ public String getOrgName() {
|
|
|
+ return orgName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOrgName(String orgName) {
|
|
|
+ this.orgName = orgName;
|
|
|
+ }
|
|
|
+
|
|
|
public ExamStudentDTO() {
|
|
|
}
|
|
|
}
|