WANG %!s(int64=6) %!d(string=hai) anos
pai
achega
6573043565

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

@@ -32,28 +32,4 @@ public enum ExamType {
 	 */
 	PRINT_EXAM,
 
-	// ================================K12 BEGIN================================
-
-	/**
-	 * 预习
-	 */
-	K12_PREP,
-	/**
-	 * 进门测
-	 */
-	K12_ENTRY_TEST,
-	/**
-	 * 例题
-	 */
-	K12_EXAMPLE,
-	/**
-	 * 作业
-	 */
-	K12_HOMEWORK,
-	/**
-	 * 入学测
-	 */
-	K12_ENTRANCE_TEST;
-
-	// ================================K12 EDN================================
 }