deason 3 жил өмнө
parent
commit
6c142035c1

+ 0 - 39
examcloud-support/src/main/java/cn/com/qmth/examcloud/support/Constants.java

@@ -65,45 +65,6 @@ public interface Constants {
 
 	String EXAM_CAPTURE_QUEUE_LOCK_PREFIX = "oe_student:exam_capture_queue_lock_";
 
-	/**
-	 * 原始数据库表
-	 */
-	String OE_EXAM_RECORD = "oe_exam_record";
-
-	String ECS_EXAM_STUDENT = "ecs_exam_student";
-
-	String OE_EXAM_QUESTION = "oe_exam_question";
-
-	String OE_EXAM_CAPTURE = "oe_exam_capture";
-
-	String OE_EXAM_SCORE = "oe_exam_score";
-
-	String OE_EXAM_AUDIT = "oe_exam_audit";
-
-	String OE_FACE_VERIFY = "oe_face_verify";
-
-	/**
-	 * 新数据库表
-	 */
-	String EC_OE_EXAM_RECORD_DATA = "ec_oe_exam_record_data";
-
-	String EC_OE_EXAM_STUDENT = "ec_oe_exam_student";
-
-	String EXAM_RECORD_QUESTIONS = "examRecordQuestions";
-
-	String EC_OE_EXAM_CAPTURE = "ec_oe_exam_capture";
-
-	String EC_OE_EXAM_SCORE = "ec_oe_exam_score";
-
-	String EC_OE_EXAM_AUDIT = "ec_oe_exam_audit";
-
-	String EC_OE_EXAM_FACE_VERIFY = "ec_oe_exam_face_liveness_verify";
-
-	/**
-	 * 课程信息表
-	 */
-	String ECS_CORE_COURSE = "ecs_core_course";
-
 	// 缓存
 	String CACHE_EXAM_STUDENT_PREFIX = "cache_examStudent_";