|
@@ -15,7 +15,7 @@ import javax.persistence.Table;
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
|
|
import cn.com.qmth.examcloud.api.commons.enums.ExamType;
|
|
|
-import cn.com.qmth.examcloud.core.oe.student.dao.enums.HandInExamType;
|
|
|
+import cn.com.qmth.examcloud.support.enums.HandInExamType;
|
|
|
import cn.com.qmth.examcloud.support.enums.ExamRecordStatus;
|
|
|
import cn.com.qmth.examcloud.web.jpa.JpaEntity;
|
|
|
|