|
@@ -11,7 +11,10 @@ import cn.com.qmth.examcloud.commons.web.jpa.JpaEntity;
|
|
|
|
|
|
@Entity
|
|
|
@Table(name = "EC_E_EXAM_STUDENT", indexes = {
|
|
|
- @Index(name = "IDX_E_E_S_001001", columnList = "studentId,examId,courseId", unique = true)})
|
|
|
+ @Index(name = "IDX_E_E_S_001001", columnList = "studentId,examId,courseId", unique = true),
|
|
|
+ @Index(name = "IDX_E_E_S_001002", columnList = "rootOrgId,name", unique = false),
|
|
|
+ @Index(name = "IDX_E_E_S_001003", columnList = "rootOrgId,studentCode", unique = false),
|
|
|
+ @Index(name = "IDX_E_E_S_001004", columnList = "rootOrgId,identityNumber", unique = false)})
|
|
|
public class ExamStudentEntity extends JpaEntity {
|
|
|
|
|
|
private static final long serialVersionUID = 757531976286006550L;
|