Răsfoiți Sursa

考生承诺书

xiatian 3 ani în urmă
părinte
comite
4cb2488ea3

+ 4 - 1
examcloud-support/src/main/java/cn/com/qmth/examcloud/support/enums/ExamProperties.java

@@ -53,7 +53,10 @@ public enum ExamProperties {
 	APP_EXAM_ENABLED("是否开放app考试"),
 	EXAM_CYCLE_ENABLED("是否启用考试周期设置"),
 	EXAM_CYCLE_WEEK("考试周期星期设置"),
-	EXAM_CYCLE_TIME_RANGE("考试周期时间段设置");
+	EXAM_CYCLE_TIME_RANGE("考试周期时间段设置"),
+	SHOW_UNDERTAKING("显示设置-显示考生承诺书"),
+	UNDERTAKING("显示设置-考生承诺书"),
+	;
 
 	private ExamProperties(String desc){
 		this.desc = desc;