|
@@ -13,24 +13,9 @@ public class ExamHeartbeat implements JsonSerializable {
|
|
|
private static final long serialVersionUID = 2981954395650966836L;
|
|
|
|
|
|
/**
|
|
|
- * 顶级机构ID
|
|
|
+ * 考试记录ID
|
|
|
*/
|
|
|
- private Long rootOrgId;
|
|
|
-
|
|
|
- /**
|
|
|
- * 学生ID
|
|
|
- */
|
|
|
- private Long studentId;
|
|
|
-
|
|
|
- /**
|
|
|
- * 考试ID
|
|
|
- */
|
|
|
- private Long examId;
|
|
|
-
|
|
|
- /**
|
|
|
- * 课程ID
|
|
|
- */
|
|
|
- private Long courseId;
|
|
|
+ private Long examRecordDataId;
|
|
|
|
|
|
/**
|
|
|
* 心跳次数
|
|
@@ -42,36 +27,12 @@ public class ExamHeartbeat implements JsonSerializable {
|
|
|
*/
|
|
|
private Long cost;
|
|
|
|
|
|
- public Long getRootOrgId() {
|
|
|
- return rootOrgId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setRootOrgId(Long rootOrgId) {
|
|
|
- this.rootOrgId = rootOrgId;
|
|
|
- }
|
|
|
-
|
|
|
- public Long getStudentId() {
|
|
|
- return studentId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setStudentId(Long studentId) {
|
|
|
- this.studentId = studentId;
|
|
|
- }
|
|
|
-
|
|
|
- public Long getExamId() {
|
|
|
- return examId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setExamId(Long examId) {
|
|
|
- this.examId = examId;
|
|
|
- }
|
|
|
-
|
|
|
- public Long getCourseId() {
|
|
|
- return courseId;
|
|
|
+ public Long getExamRecordDataId() {
|
|
|
+ return examRecordDataId;
|
|
|
}
|
|
|
|
|
|
- public void setCourseId(Long courseId) {
|
|
|
- this.courseId = courseId;
|
|
|
+ public void setExamRecordDataId(Long examRecordDataId) {
|
|
|
+ this.examRecordDataId = examRecordDataId;
|
|
|
}
|
|
|
|
|
|
public Long getTimes() {
|