|
@@ -100,19 +100,19 @@ public class ExamRecordInfo implements JsonSerializable {
|
|
|
/**
|
|
|
* 课程Code
|
|
|
*/
|
|
|
- @ExcelProperty(name = "课程代码", width = 30, index = 11)
|
|
|
+ @ExcelProperty(name = "课程代码", width = 30, index = 7)
|
|
|
private String courseCode;
|
|
|
|
|
|
/**
|
|
|
* 课程名称
|
|
|
*/
|
|
|
- @ExcelProperty(name = "课程名称", width = 30, index = 7)
|
|
|
+ @ExcelProperty(name = "课程名称", width = 30, index = 8)
|
|
|
private String courseName;
|
|
|
|
|
|
/**
|
|
|
* 课程名称(课程代码)
|
|
|
*/
|
|
|
- @ExcelProperty(name = "课程名称(课程代码)", width = 30, index = 10)
|
|
|
+ @ExcelProperty(name = "课程名称(课程代码)", width = 30, index = 9)
|
|
|
private String courseNameAndCode;
|
|
|
|
|
|
/**
|
|
@@ -167,7 +167,7 @@ public class ExamRecordInfo implements JsonSerializable {
|
|
|
/**
|
|
|
* 考试进入时间
|
|
|
*/
|
|
|
- @ExcelProperty(name = "考试进入时间", width = 30, index = 8)
|
|
|
+ @ExcelProperty(name = "考试进入时间", width = 30, index = 10)
|
|
|
private String paperStartTime;
|
|
|
|
|
|
/**
|
|
@@ -309,7 +309,7 @@ public class ExamRecordInfo implements JsonSerializable {
|
|
|
/**
|
|
|
* 考试交卷时间
|
|
|
*/
|
|
|
- @ExcelProperty(name = "考试交卷时间", width = 30, index = 9)
|
|
|
+ @ExcelProperty(name = "考试交卷时间", width = 30, index = 11)
|
|
|
private String paperSubmitTime;
|
|
|
|
|
|
/**
|