|
@@ -19,7 +19,7 @@ import cn.com.qmth.examcloud.commons.web.jpa.JpaEntity;
|
|
* @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
|
|
* @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
|
|
*/
|
|
*/
|
|
@Entity
|
|
@Entity
|
|
-@Table(name = "ecs_e_exam_4_org")
|
|
|
|
|
|
+@Table(name = "ecs_e_exam_org")
|
|
@IdClass(ExamOrgPK.class)
|
|
@IdClass(ExamOrgPK.class)
|
|
public class ExamOrg extends JpaEntity {
|
|
public class ExamOrg extends JpaEntity {
|
|
|
|
|