瀏覽代碼

。。。

wangwei 7 年之前
父節點
當前提交
5ae8815077

+ 13 - 0
examcloud-core-examwork-dao/src/main/java/cn/com/qmth/examcloud/service/examwork/entity/Exam.java

@@ -113,6 +113,11 @@ public class Exam implements Serializable {
 	 * 考后说明
      */
 	private String afterExamRemark;
+	
+	/**
+	 * 作弊说明
+	 */
+	private String cheatingRemark;
 
 	/**
 	 * 是否显示成绩
@@ -540,6 +545,14 @@ public class Exam implements Serializable {
 		this.faceVerifyEndMinute = faceVerifyEndMinute;
 	}
 
+	public String getCheatingRemark() {
+		return cheatingRemark;
+	}
+
+	public void setCheatingRemark(String cheatingRemark) {
+		this.cheatingRemark = cheatingRemark;
+	}
+
 	public Exam() {
 	}
 }