|
@@ -74,14 +74,14 @@ public class InvigilateListDetailBean implements Serializable {
|
|
|
private Integer breachStatus;
|
|
|
|
|
|
@ApiModelProperty(name = "考生轨迹")
|
|
|
- private List<TEExamStudentLog> teExamStudentLogList;
|
|
|
+ private List<TEExamStudentLog> examStudentLogList;
|
|
|
|
|
|
- public List<TEExamStudentLog> getTeExamStudentLogList() {
|
|
|
- return teExamStudentLogList;
|
|
|
+ public List<TEExamStudentLog> getExamStudentLogList() {
|
|
|
+ return examStudentLogList;
|
|
|
}
|
|
|
|
|
|
- public void setTeExamStudentLogList(List<TEExamStudentLog> teExamStudentLogList) {
|
|
|
- this.teExamStudentLogList = teExamStudentLogList;
|
|
|
+ public void setExamStudentLogList(List<TEExamStudentLog> examStudentLogList) {
|
|
|
+ this.examStudentLogList = examStudentLogList;
|
|
|
}
|
|
|
|
|
|
public InvigilateListDetailBean(String examName, String examActivityCode, Long examId, Long examActivityId, Long examStudentId, Long examRecordId, String identity, String examStudentName, String courseNameCode, ExamRecordStatusEnum statusCode, String roomCode, String roomName, Integer breachStatus) {
|