wangwei 7 년 전
부모
커밋
6d9b63b395
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      examcloud-core-examwork-dao/src/main/java/cn/com/qmth/examcloud/service/examwork/dto/ExamStudentDTO.java

+ 4 - 1
examcloud-core-examwork-dao/src/main/java/cn/com/qmth/examcloud/service/examwork/dto/ExamStudentDTO.java

@@ -1,9 +1,12 @@
 package cn.com.qmth.examcloud.service.examwork.dto;
 
 import cn.com.qmth.examcloud.commons.base.util.excel.ExcelProperty;
+import cn.com.qmth.examcloud.commons.web.cloud.api.JsonSerializable;
 import cn.com.qmth.examcloud.service.examwork.entity.Exam;
 
-public class ExamStudentDTO {
+public class ExamStudentDTO implements JsonSerializable{
+
+	private static final long serialVersionUID = 757982847766860857L;
 
 	private Long id;