WANG 6 rokov pred
rodič
commit
918fff86ce

+ 2 - 2
examcloud-core-examwork-dao/src/main/java/cn/com/qmth/examcloud/core/examwork/dao/enums/ExamType.java

@@ -41,7 +41,7 @@ public enum ExamType {
 	/**
 	 * 进门测
 	 */
-	K12_ENTRYTEST,
+	K12_ENTRY_TEST,
 	/**
 	 * 例题
 	 */
@@ -53,7 +53,7 @@ public enum ExamType {
 	/**
 	 * 入学测
 	 */
-	K12_ENTRANCETEST;
+	K12_ENTRANCE_TEST;
 
 	// ================================K12 EDN================================
 }