|
@@ -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() {
|
|
|
}
|
|
|
}
|