|
@@ -61,49 +61,72 @@ public class BasicExamStudentDto {
|
|
@ExcelNote(value = "教学班")
|
|
@ExcelNote(value = "教学班")
|
|
@ExcelColumn(name = "教学班",index = 6,nullable = true)
|
|
@ExcelColumn(name = "教学班",index = 6,nullable = true)
|
|
private String teachClassName;
|
|
private String teachClassName;
|
|
|
|
+ @ApiModelProperty("行政班")
|
|
|
|
+ @ExcelProperty(name = "行政班", width = 10, index = 8)
|
|
|
|
+ @ExcelNote(value = "行政班")
|
|
|
|
+ @ExcelColumn(name = "行政班",index = 7,nullable = true)
|
|
|
|
+ private String className;
|
|
|
|
|
|
@ApiModelProperty("试卷编号")
|
|
@ApiModelProperty("试卷编号")
|
|
- @ExcelProperty(name = "试卷编号", width = 10, index = 8)
|
|
|
|
|
|
+ @ExcelProperty(name = "试卷编号", width = 10, index = 9)
|
|
@ExcelNote(value = "试卷编号")
|
|
@ExcelNote(value = "试卷编号")
|
|
- @ExcelColumn(name = "试卷编号",index = 7)
|
|
|
|
|
|
+ @ExcelColumn(name = "试卷编号",index = 8)
|
|
private String paperNumber;
|
|
private String paperNumber;
|
|
|
|
|
|
|
|
+ @ApiModelProperty("卷型")
|
|
|
|
+ @ExcelProperty(name = "卷型", width = 10, index = 10)
|
|
|
|
+ @ExcelNote(value = "卷型")
|
|
|
|
+ @ExcelColumn(name = "卷型",index = 9)
|
|
|
|
+ private String paperType;
|
|
|
|
+
|
|
@ApiModelProperty("任课老师")
|
|
@ApiModelProperty("任课老师")
|
|
- @ExcelProperty(name = "任课老师", width = 10, index = 9)
|
|
|
|
|
|
+ @ExcelProperty(name = "任课老师", width = 10, index = 11)
|
|
@ExcelNote(value = "任课老师")
|
|
@ExcelNote(value = "任课老师")
|
|
- @ExcelColumn(name = "任课老师",index = 8)
|
|
|
|
|
|
+ @ExcelColumn(name = "任课老师",index = 10)
|
|
private String teacherName;
|
|
private String teacherName;
|
|
|
|
|
|
@ApiModelProperty("任课老师工号")
|
|
@ApiModelProperty("任课老师工号")
|
|
- @ExcelProperty(name = "任课老师工号", width = 10, index = 10)
|
|
|
|
|
|
+ @ExcelProperty(name = "任课老师工号", width = 10, index = 12)
|
|
@ExcelNote(value = "任课老师工号")
|
|
@ExcelNote(value = "任课老师工号")
|
|
- @ExcelColumn(name = "任课老师工号",index = 9)
|
|
|
|
|
|
+ @ExcelColumn(name = "任课老师工号",index = 11)
|
|
private String teacherCode;
|
|
private String teacherCode;
|
|
|
|
|
|
@ApiModelProperty("考试日期")
|
|
@ApiModelProperty("考试日期")
|
|
- @ExcelProperty(name = "考试日期", width = 10, index = 11)
|
|
|
|
|
|
+ @ExcelProperty(name = "考试日期", width = 10, index = 13)
|
|
@ExcelNote(value = "考试日期")
|
|
@ExcelNote(value = "考试日期")
|
|
- @ExcelColumn(name = "考试日期",index = 10)
|
|
|
|
|
|
+ @ExcelColumn(name = "考试日期",index = 12)
|
|
private String examDate;
|
|
private String examDate;
|
|
|
|
|
|
@ApiModelProperty("考试时间")
|
|
@ApiModelProperty("考试时间")
|
|
- @ExcelProperty(name = "考试时间", width = 10, index = 12)
|
|
|
|
|
|
+ @ExcelProperty(name = "考试时间", width = 10, index = 14)
|
|
@ExcelNote(value = "考试时间")
|
|
@ExcelNote(value = "考试时间")
|
|
- @ExcelColumn(name = "考试时间",index = 11)
|
|
|
|
|
|
+ @ExcelColumn(name = "考试时间",index = 13)
|
|
private String examTime;
|
|
private String examTime;
|
|
|
|
|
|
@ApiModelProperty("考点(校区)")
|
|
@ApiModelProperty("考点(校区)")
|
|
- @ExcelProperty(name = "考点(校区)", width = 10, index = 13)
|
|
|
|
|
|
+ @ExcelProperty(name = "考点(校区)", width = 10, index = 15)
|
|
@ExcelNote(value = "考点(校区)")
|
|
@ExcelNote(value = "考点(校区)")
|
|
- @ExcelColumn(name = "考点(校区)",index = 12)
|
|
|
|
|
|
+ @ExcelColumn(name = "考点(校区)",index = 14)
|
|
private String examPlace;
|
|
private String examPlace;
|
|
|
|
|
|
@ApiModelProperty("考场(考试教室)")
|
|
@ApiModelProperty("考场(考试教室)")
|
|
- @ExcelProperty(name = "考场(考试教室)", width = 10, index = 14)
|
|
|
|
|
|
+ @ExcelProperty(name = "考场(考试教室)", width = 10, index = 16)
|
|
@ExcelNote(value = "考场(考试教室)")
|
|
@ExcelNote(value = "考场(考试教室)")
|
|
- @ExcelColumn(name = "考场(考试教室)",index = 13)
|
|
|
|
|
|
+ @ExcelColumn(name = "考场(考试教室)",index = 15)
|
|
private String examRoom;
|
|
private String examRoom;
|
|
|
|
|
|
|
|
+ @ApiModelProperty("开课学院")
|
|
|
|
+ @ExcelProperty(name = "开课学院", width = 10, index = 17)
|
|
|
|
+ @ExcelNote(value = "开课学院")
|
|
|
|
+ @ExcelColumn(name = "开课学院",index = 16)
|
|
|
|
+ private String teachingRoomName;
|
|
|
|
+
|
|
|
|
+ @ApiModelProperty("状态")
|
|
|
|
+ @ExcelProperty(name = "状态", width = 10, index = 18)
|
|
|
|
+ @ExcelNote(value = "状态")
|
|
|
|
+ @ExcelColumn(name = "状态",index = 17)
|
|
|
|
+ private String statusDisplay;
|
|
|
|
+
|
|
@ApiModelProperty("异常信息")
|
|
@ApiModelProperty("异常信息")
|
|
@ExcelError
|
|
@ExcelError
|
|
private String errorMsg;
|
|
private String errorMsg;
|
|
@@ -164,6 +187,14 @@ public class BasicExamStudentDto {
|
|
this.teachClassName = teachClassName;
|
|
this.teachClassName = teachClassName;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public String getClassName() {
|
|
|
|
+ return className;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setClassName(String className) {
|
|
|
|
+ this.className = className;
|
|
|
|
+ }
|
|
|
|
+
|
|
public String getPaperNumber() {
|
|
public String getPaperNumber() {
|
|
return paperNumber;
|
|
return paperNumber;
|
|
}
|
|
}
|
|
@@ -172,6 +203,14 @@ public class BasicExamStudentDto {
|
|
this.paperNumber = paperNumber;
|
|
this.paperNumber = paperNumber;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public String getPaperType() {
|
|
|
|
+ return paperType;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setPaperType(String paperType) {
|
|
|
|
+ this.paperType = paperType;
|
|
|
|
+ }
|
|
|
|
+
|
|
public String getTeacherName() {
|
|
public String getTeacherName() {
|
|
return teacherName;
|
|
return teacherName;
|
|
}
|
|
}
|
|
@@ -220,6 +259,22 @@ public class BasicExamStudentDto {
|
|
this.examRoom = examRoom;
|
|
this.examRoom = examRoom;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public String getTeachingRoomName() {
|
|
|
|
+ return teachingRoomName;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setTeachingRoomName(String teachingRoomName) {
|
|
|
|
+ this.teachingRoomName = teachingRoomName;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getStatusDisplay() {
|
|
|
|
+ return statusDisplay;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setStatusDisplay(String statusDisplay) {
|
|
|
|
+ this.statusDisplay = statusDisplay;
|
|
|
|
+ }
|
|
|
|
+
|
|
public String getErrorMsg() {
|
|
public String getErrorMsg() {
|
|
return errorMsg;
|
|
return errorMsg;
|
|
}
|
|
}
|