|
@@ -1,6 +1,5 @@
|
|
package cn.com.qmth.examcloud.core.basic.dao.entity;
|
|
package cn.com.qmth.examcloud.core.basic.dao.entity;
|
|
|
|
|
|
-import java.io.Serializable;
|
|
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
|
|
|
|
import javax.persistence.Entity;
|
|
import javax.persistence.Entity;
|
|
@@ -13,9 +12,11 @@ import javax.persistence.TemporalType;
|
|
|
|
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
|
|
|
|
|
|
+import cn.com.qmth.examcloud.commons.web.cloud.api.JsonSerializable;
|
|
|
|
+
|
|
@Entity
|
|
@Entity
|
|
@Table(name = "ecs_core_student_face_info")
|
|
@Table(name = "ecs_core_student_face_info")
|
|
-public class StudentFaceInfo implements Serializable {
|
|
|
|
|
|
+public class StudentFaceInfo implements JsonSerializable {
|
|
|
|
|
|
private static final long serialVersionUID = -4192537584889662390L;
|
|
private static final long serialVersionUID = -4192537584889662390L;
|
|
|
|
|