wangwei %!s(int64=5) %!d(string=hai) anos
pai
achega
af1f016122

+ 6 - 4
src/main/java/cn/com/qmth/examcloud/support/examing/ExamActivityTime.java → src/main/java/cn/com/qmth/examcloud/support/examing/ExamingActivityTime.java

@@ -1,5 +1,7 @@
 package cn.com.qmth.examcloud.support.examing;
 
+import java.util.Date;
+
 import cn.com.qmth.examcloud.api.commons.exchange.JsonSerializable;
 
 /**
@@ -9,7 +11,7 @@ import cn.com.qmth.examcloud.api.commons.exchange.JsonSerializable;
  * @date 2019年12月27日
  * @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
  */
-public class ExamActivityTime implements JsonSerializable {
+public class ExamingActivityTime implements JsonSerializable {
 
 	private static final long serialVersionUID = 380814978042469776L;
 
@@ -21,7 +23,7 @@ public class ExamActivityTime implements JsonSerializable {
 	/**
 	 * 学生最后活动时间
 	 */
-	private Long activeTime;
+	private Date activeTime;
 
 	public Long getExamRecordDataId() {
 		return examRecordDataId;
@@ -31,11 +33,11 @@ public class ExamActivityTime implements JsonSerializable {
 		this.examRecordDataId = examRecordDataId;
 	}
 
-	public Long getActiveTime() {
+	public Date getActiveTime() {
 		return activeTime;
 	}
 
-	public void setActiveTime(Long activeTime) {
+	public void setActiveTime(Date activeTime) {
 		this.activeTime = activeTime;
 	}
 

+ 1 - 1
src/main/java/cn/com/qmth/examcloud/support/examing/ExamHeartbeat.java → src/main/java/cn/com/qmth/examcloud/support/examing/ExamingHeartbeat.java

@@ -9,7 +9,7 @@ import cn.com.qmth.examcloud.api.commons.exchange.JsonSerializable;
  * @date 2019年12月27日
  * @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
  */
-public class ExamHeartbeat implements JsonSerializable {
+public class ExamingHeartbeat implements JsonSerializable {
 	private static final long serialVersionUID = 2981954395650966836L;
 
 	/**