ソースを参照

update api param desc...

deason 8 ヶ月 前
コミット
b6293fd4a1

+ 148 - 148
examcloud-exchange-api/src/main/java/cn/com/qmth/examcloud/exchange/outer/api/bean/ExamStudent4BatchBean.java

@@ -14,204 +14,204 @@ import io.swagger.annotations.ApiModelProperty;
 @ApiModel(value = "examStudent4BatchBean", description = "考生信息(批量接入)")
 public class ExamStudent4BatchBean implements JsonSerializable {
 
-	private static final long serialVersionUID = 4259890948495983284L;
+    private static final long serialVersionUID = 4259890948495983284L;
 
-	@ApiModelProperty(value = "学生姓名", example = "陈圆圆", required = true)
-	private String studentName;
+    @ApiModelProperty(value = "考试试卷类型(大写字母A-Z)", example = "X", required = true)
+    private String paperType;
 
-	@ApiModelProperty(value = "学生学号", example = "2018001001", required = true)
-	private String studentCode;
+    @ApiModelProperty(value = "学生姓名", example = "张三", required = true)
+    private String studentName;
 
-	@ApiModelProperty(value = "学生身份证号", example = "XXXXXXXXXXXXXXXXXX", required = true)
-	private String identityNumber;
+    @ApiModelProperty(value = "证件号", example = "123456789123456789", required = true)
+    private String identityNumber;
 
-	@ApiModelProperty(value = "考试课程名称", example = "大学英语", required = true)
-	private String courseName;
+    @ApiModelProperty(value = "学号", example = "12345678")
+    private String studentCode;
 
-	@ApiModelProperty(value = "考试课程code", example = "K2", required = true)
-	private String courseCode;
+    @ApiModelProperty(value = "考试课程代码", example = "c101", required = true)
+    private String courseCode;
 
-	@ApiModelProperty(value = "考试课程level.  ZSB:专升本;GQZ:高起专;GQB:高起本;ALL:不限", example = "ALL", required = true)
-	private String courseLevel;
+    @ApiModelProperty(value = "考试课程名称", example = "C语言", required = true)
+    private String courseName;
 
-	@ApiModelProperty(value = "试卷类型,大写字母A-Z", example = "X", required = true)
-	private String paperType;
+    @ApiModelProperty(value = "考试课程层次(ZSB:专升本;GQZ:高起专;GQB:高起本;ALL:不限)", example = "ALL", required = true)
+    private String courseLevel;
 
-	@ApiModelProperty(value = "信息采集人", example = "赵飞燕", required = false)
-	private String infoCollector;
+    @ApiModelProperty(value = "专业名称", example = "计算机专业")
+    private String specialtyName;
 
-	@ApiModelProperty(value = "专业名称", example = "计算机", required = false)
-	private String specialtyName;
+    @ApiModelProperty(value = "年级", example = "2024")
+    private String grade;
 
-	@ApiModelProperty(value = "考点", example = "武汉", required = false)
-	private String examSite;
+    @ApiModelProperty(value = "场次号", example = "1")
+    private Integer stageOrder;
 
-	@ApiModelProperty(value = "年级", example = "2018", required = false)
-	private String grade;
+    @ApiModelProperty(value = "考点", example = "xxx")
+    private String examSite;
 
-	@ApiModelProperty(value = "备注", example = "XX", required = false)
-	private String remark;
+    @ApiModelProperty(value = "信息采集人", example = "xxx")
+    private String infoCollector;
 
-	@ApiModelProperty(value = "扩展属性1", example = "XX", required = false)
-	private String ext1;
+    @ApiModelProperty(value = "备注", example = "xxx")
+    private String remark;
 
-	@ApiModelProperty(value = "扩展属性2", example = "XX", required = false)
-	private String ext2;
+    @ApiModelProperty(value = "扩展属性1")
+    private String ext1;
 
-	@ApiModelProperty(value = "扩展属性3", example = "XX", required = false)
-	private String ext3;
+    @ApiModelProperty(value = "扩展属性2")
+    private String ext2;
 
-	@ApiModelProperty(value = "扩展属性4", example = "XX", required = false)
-	private String ext4;
+    @ApiModelProperty(value = "扩展属性3")
+    private String ext3;
 
-	@ApiModelProperty(value = "扩展属性5", example = "XX", required = false)
-	private String ext5;
-	
-	@ApiModelProperty(value = "场次号", example = "1", required = false)
-	private Integer stageOrder;
+    @ApiModelProperty(value = "扩展属性4")
+    private String ext4;
 
-	public String getStudentName() {
-		return studentName;
-	}
+    @ApiModelProperty(value = "扩展属性5")
+    private String ext5;
 
-	public void setStudentName(String studentName) {
-		this.studentName = studentName;
-	}
+    public String getStudentName() {
+        return studentName;
+    }
 
-	public String getStudentCode() {
-		return studentCode;
-	}
+    public void setStudentName(String studentName) {
+        this.studentName = studentName;
+    }
 
-	public void setStudentCode(String studentCode) {
-		this.studentCode = studentCode;
-	}
+    public String getStudentCode() {
+        return studentCode;
+    }
 
-	public String getIdentityNumber() {
-		return identityNumber;
-	}
+    public void setStudentCode(String studentCode) {
+        this.studentCode = studentCode;
+    }
 
-	public void setIdentityNumber(String identityNumber) {
-		this.identityNumber = identityNumber;
-	}
+    public String getIdentityNumber() {
+        return identityNumber;
+    }
 
-	public String getCourseName() {
-		return courseName;
-	}
+    public void setIdentityNumber(String identityNumber) {
+        this.identityNumber = identityNumber;
+    }
 
-	public void setCourseName(String courseName) {
-		this.courseName = courseName;
-	}
+    public String getCourseName() {
+        return courseName;
+    }
 
-	public String getCourseCode() {
-		return courseCode;
-	}
+    public void setCourseName(String courseName) {
+        this.courseName = courseName;
+    }
 
-	public void setCourseCode(String courseCode) {
-		this.courseCode = courseCode;
-	}
+    public String getCourseCode() {
+        return courseCode;
+    }
 
-	public String getCourseLevel() {
-		return courseLevel;
-	}
+    public void setCourseCode(String courseCode) {
+        this.courseCode = courseCode;
+    }
 
-	public void setCourseLevel(String courseLevel) {
-		this.courseLevel = courseLevel;
-	}
+    public String getCourseLevel() {
+        return courseLevel;
+    }
 
-	public String getPaperType() {
-		return paperType;
-	}
+    public void setCourseLevel(String courseLevel) {
+        this.courseLevel = courseLevel;
+    }
 
-	public void setPaperType(String paperType) {
-		this.paperType = paperType;
-	}
+    public String getPaperType() {
+        return paperType;
+    }
 
-	public String getInfoCollector() {
-		return infoCollector;
-	}
+    public void setPaperType(String paperType) {
+        this.paperType = paperType;
+    }
 
-	public void setInfoCollector(String infoCollector) {
-		this.infoCollector = infoCollector;
-	}
+    public String getInfoCollector() {
+        return infoCollector;
+    }
 
-	public String getSpecialtyName() {
-		return specialtyName;
-	}
+    public void setInfoCollector(String infoCollector) {
+        this.infoCollector = infoCollector;
+    }
 
-	public void setSpecialtyName(String specialtyName) {
-		this.specialtyName = specialtyName;
-	}
+    public String getSpecialtyName() {
+        return specialtyName;
+    }
 
-	public String getExamSite() {
-		return examSite;
-	}
+    public void setSpecialtyName(String specialtyName) {
+        this.specialtyName = specialtyName;
+    }
 
-	public void setExamSite(String examSite) {
-		this.examSite = examSite;
-	}
+    public String getExamSite() {
+        return examSite;
+    }
 
-	public String getGrade() {
-		return grade;
-	}
+    public void setExamSite(String examSite) {
+        this.examSite = examSite;
+    }
 
-	public void setGrade(String grade) {
-		this.grade = grade;
-	}
+    public String getGrade() {
+        return grade;
+    }
 
-	public String getRemark() {
-		return remark;
-	}
-
-	public void setRemark(String remark) {
-		this.remark = remark;
-	}
-
-	public String getExt1() {
-		return ext1;
-	}
+    public void setGrade(String grade) {
+        this.grade = grade;
+    }
 
-	public void setExt1(String ext1) {
-		this.ext1 = ext1;
-	}
+    public String getRemark() {
+        return remark;
+    }
 
-	public String getExt2() {
-		return ext2;
-	}
+    public void setRemark(String remark) {
+        this.remark = remark;
+    }
 
-	public void setExt2(String ext2) {
-		this.ext2 = ext2;
-	}
+    public String getExt1() {
+        return ext1;
+    }
 
-	public String getExt3() {
-		return ext3;
-	}
+    public void setExt1(String ext1) {
+        this.ext1 = ext1;
+    }
 
-	public void setExt3(String ext3) {
-		this.ext3 = ext3;
-	}
+    public String getExt2() {
+        return ext2;
+    }
 
-	public String getExt4() {
-		return ext4;
-	}
+    public void setExt2(String ext2) {
+        this.ext2 = ext2;
+    }
 
-	public void setExt4(String ext4) {
-		this.ext4 = ext4;
-	}
+    public String getExt3() {
+        return ext3;
+    }
 
-	public String getExt5() {
-		return ext5;
-	}
+    public void setExt3(String ext3) {
+        this.ext3 = ext3;
+    }
 
-	public void setExt5(String ext5) {
-		this.ext5 = ext5;
-	}
+    public String getExt4() {
+        return ext4;
+    }
 
-	public Integer getStageOrder() {
-		return stageOrder;
-	}
+    public void setExt4(String ext4) {
+        this.ext4 = ext4;
+    }
 
-	public void setStageOrder(Integer stageOrder) {
-		this.stageOrder = stageOrder;
-	}
+    public String getExt5() {
+        return ext5;
+    }
+
+    public void setExt5(String ext5) {
+        this.ext5 = ext5;
+    }
+
+    public Integer getStageOrder() {
+        return stageOrder;
+    }
+
+    public void setStageOrder(Integer stageOrder) {
+        this.stageOrder = stageOrder;
+    }
 
 }

+ 7 - 7
examcloud-exchange-api/src/main/java/cn/com/qmth/examcloud/exchange/outer/api/request/OuterBatchSaveExamStudentReq.java

@@ -16,20 +16,20 @@ public class OuterBatchSaveExamStudentReq extends EnterpriseRequest {
 
     private static final long serialVersionUID = 9086274932441194883L;
 
-    @ApiModelProperty(value = "顶级机构", example = "0", required = true)
+    @ApiModelProperty(value = "顶级机构ID", example = "123", required = true)
     private Long rootOrgId;
 
-    @ApiModelProperty(value = "考试ID", example = "100", required = false)
+    @ApiModelProperty(value = "考试ID", example = "123")
     private Long examId;
 
-    @ApiModelProperty(value = "考试名称(废弃属性,实际上作为考试编码使用)", hidden = true)
-    private String examName;
-
-    @ApiModelProperty(value = "考试编码", example = "xxxx年秋季入学考试", required = true)
+    @ApiModelProperty(value = "考试编码", example = "2024年6月期末考试", required = true)
     private String examCode;
 
+    @ApiModelProperty(value = "考试名称(实际作为考试编码使用)", example = "2024年6月期末考试")
+    private String examName;
+
     @ApiModelProperty(value = "考生信息列表(条数限制每次100条内)", required = true)
-    List<ExamStudent4BatchBean> examStudentList;
+    private List<ExamStudent4BatchBean> examStudentList;
 
     public Long getRootOrgId() {
         return rootOrgId;

+ 29 - 34
examcloud-exchange-api/src/main/java/cn/com/qmth/examcloud/exchange/outer/api/request/OuterDeleteScoreQueueTopReq.java

@@ -3,41 +3,36 @@ package cn.com.qmth.examcloud.exchange.outer.api.request;
 import cn.com.qmth.examcloud.api.commons.exchange.EnterpriseRequest;
 import io.swagger.annotations.ApiModelProperty;
 
-
 /**
- * 
- * @author  	chenken
- * @date    	2018年11月16日 下午3:12:02
- * @company 	QMTH
+ * @author chenken
+ * @date 2018年11月16日 下午3:12:02
+ * @company QMTH
  * @description 删除队列请求
  */
-public class OuterDeleteScoreQueueTopReq extends EnterpriseRequest{
-
-	/**
-	 * 
-	 */
-	private static final long serialVersionUID = 6340573640799250911L;
-	
-	@ApiModelProperty(value = "顶级机构ID", example = "1", required = true)
-	private Long rootOrgId;
-	
-	@ApiModelProperty(value = "队列ID", example = "1", required = true)
-	private Long queueId;
-
-	public Long getQueueId() {
-		return queueId;
-	}
-
-	public void setQueueId(Long queueId) {
-		this.queueId = queueId;
-	}
-
-	public Long getRootOrgId() {
-		return rootOrgId;
-	}
-
-	public void setRootOrgId(Long rootOrgId) {
-		this.rootOrgId = rootOrgId;
-	}
-	
+public class OuterDeleteScoreQueueTopReq extends EnterpriseRequest {
+
+    private static final long serialVersionUID = 6340573640799250911L;
+
+    @ApiModelProperty(value = "顶级机构ID", example = "123", required = true)
+    private Long rootOrgId;
+
+    @ApiModelProperty(value = "队列ID", example = "123", required = true)
+    private Long queueId;
+
+    public Long getQueueId() {
+        return queueId;
+    }
+
+    public void setQueueId(Long queueId) {
+        this.queueId = queueId;
+    }
+
+    public Long getRootOrgId() {
+        return rootOrgId;
+    }
+
+    public void setRootOrgId(Long rootOrgId) {
+        this.rootOrgId = rootOrgId;
+    }
+
 }

+ 28 - 33
examcloud-exchange-api/src/main/java/cn/com/qmth/examcloud/exchange/outer/api/request/OuterGetScoreDataReq.java

@@ -4,39 +4,34 @@ import cn.com.qmth.examcloud.api.commons.exchange.EnterpriseRequest;
 import io.swagger.annotations.ApiModelProperty;
 
 /**
- * 
- * @author  	chenken
- * @date    	2018年11月16日 上午11:22:27
- * @company 	QMTH
- * @description OuterGetScoreInfoReq.java
+ * @author chenken
+ * @date 2018年11月16日 上午11:22:27
+ * @company QMTH
  */
-public class OuterGetScoreDataReq extends EnterpriseRequest{
-
-	/**
-	 * 
-	 */
-	private static final long serialVersionUID = -7514465576897689892L;
-
-	@ApiModelProperty(value = "顶级机构", example = "0", required = true)
-	private Long rootOrgId;
-	
-	@ApiModelProperty(value = "考试记录ID", example = "1", required = true)
-	private Long examRecordDataId;
-
-	public Long getRootOrgId() {
-		return rootOrgId;
-	}
-
-	public void setRootOrgId(Long rootOrgId) {
-		this.rootOrgId = rootOrgId;
-	}
-
-	public Long getExamRecordDataId() {
-		return examRecordDataId;
-	}
-
-	public void setExamRecordDataId(Long examRecordDataId) {
-		this.examRecordDataId = examRecordDataId;
-	}
+public class OuterGetScoreDataReq extends EnterpriseRequest {
+
+    private static final long serialVersionUID = -7514465576897689892L;
+
+    @ApiModelProperty(value = "顶级机构ID", example = "123", required = true)
+    private Long rootOrgId;
+
+    @ApiModelProperty(value = "考试记录ID", example = "123", required = true)
+    private Long examRecordDataId;
+
+    public Long getRootOrgId() {
+        return rootOrgId;
+    }
+
+    public void setRootOrgId(Long rootOrgId) {
+        this.rootOrgId = rootOrgId;
+    }
+
+    public Long getExamRecordDataId() {
+        return examRecordDataId;
+    }
+
+    public void setExamRecordDataId(Long examRecordDataId) {
+        this.examRecordDataId = examRecordDataId;
+    }
 
 }

+ 12 - 15
examcloud-exchange-api/src/main/java/cn/com/qmth/examcloud/exchange/outer/api/request/OuterGetScoreQueueTopReq.java

@@ -3,22 +3,19 @@ package cn.com.qmth.examcloud.exchange.outer.api.request;
 import cn.com.qmth.examcloud.api.commons.exchange.EnterpriseRequest;
 import io.swagger.annotations.ApiModelProperty;
 
-public class OuterGetScoreQueueTopReq extends EnterpriseRequest{
+public class OuterGetScoreQueueTopReq extends EnterpriseRequest {
 
-	/**
-	 * 
-	 */
-	private static final long serialVersionUID = -8881081085095233235L;
-	
-	@ApiModelProperty(value = "机构ID", example = "1", required = true)
-	private Long rootOrgId;
+    private static final long serialVersionUID = -8881081085095233235L;
 
-	public Long getRootOrgId() {
-		return rootOrgId;
-	}
+    @ApiModelProperty(value = "顶级机构ID", example = "123", required = true)
+    private Long rootOrgId;
+
+    public Long getRootOrgId() {
+        return rootOrgId;
+    }
+
+    public void setRootOrgId(Long rootOrgId) {
+        this.rootOrgId = rootOrgId;
+    }
 
-	public void setRootOrgId(Long rootOrgId) {
-		this.rootOrgId = rootOrgId;
-	}
-	
 }

+ 3 - 3
examcloud-exchange-api/src/main/java/cn/com/qmth/examcloud/exchange/outer/api/request/OuterSaveExamReq.java

@@ -22,10 +22,10 @@ public class OuterSaveExamReq extends EnterpriseRequest {
     @ApiModelProperty(value = "顶级机构ID", example = "123", required = true)
     private Long rootOrgId;
 
-    @ApiModelProperty(value = " 考试开始时间", example = "2024-06-01 08:00:00", required = true)
+    @ApiModelProperty(value = "考试开始时间", example = "2024-06-01 08:00:00", required = true)
     private Date beginTime;
 
-    @ApiModelProperty(value = " 考试结束时间", example = "2024-06-01 10:00:00", required = true)
+    @ApiModelProperty(value = "考试结束时间", example = "2024-06-01 10:00:00", required = true)
     private Date endTime;
 
     @ApiModelProperty(value = "考试名称(不允许重复)", example = "2024年6月期末考试", required = true)
@@ -34,7 +34,7 @@ public class OuterSaveExamReq extends EnterpriseRequest {
     @ApiModelProperty(value = "考试编码(不允许重复,不传时取考试名称的值)", example = "xxx")
     private String code;
 
-    @ApiModelProperty(value = " 考试类型(ONLINE:网考;OFFLINE:离线;PRACTICE:练习)", example = "ONLINE", required = true)
+    @ApiModelProperty(value = "考试类型(ONLINE:网考;OFFLINE:离线;PRACTICE:练习)", example = "ONLINE", required = true)
     private ExamType examType;
 
     @ApiModelProperty(value = "考试时长(单位:分钟)", example = "120", required = true)

+ 29 - 33
examcloud-exchange-api/src/main/java/cn/com/qmth/examcloud/exchange/outer/api/response/OuterDeleteScoreQueueTopResp.java

@@ -5,39 +5,35 @@ import io.swagger.annotations.ApiModelProperty;
 
 
 /**
- * 
- * @author  	chenken
- * @date    	2018年11月16日 下午3:11:41
- * @company 	QMTH
+ * @author chenken
+ * @date 2018年11月16日 下午3:11:41
+ * @company QMTH
  * @description 删除队列返回
  */
-public class OuterDeleteScoreQueueTopResp extends EnterpriseResponse{
-
-	/**
-	 * 
-	 */
-	private static final long serialVersionUID = 3067547229113108753L;
-
-	@ApiModelProperty(value = "是否成功", example = "true", required = true)
-	private Boolean isSuccess;
-	
-	@ApiModelProperty(value = "说明", example = "", required = false)
-	private String desc;
-
-	public Boolean getIsSuccess() {
-		return isSuccess;
-	}
-
-	public void setIsSuccess(Boolean isSuccess) {
-		this.isSuccess = isSuccess;
-	}
-
-	public String getDesc() {
-		return desc;
-	}
-
-	public void setDesc(String desc) {
-		this.desc = desc;
-	}
-	
+public class OuterDeleteScoreQueueTopResp extends EnterpriseResponse {
+
+    private static final long serialVersionUID = 3067547229113108753L;
+
+    @ApiModelProperty(value = "是否成功")
+    private Boolean isSuccess;
+
+    @ApiModelProperty(value = "描述信息")
+    private String desc;
+
+    public Boolean getIsSuccess() {
+        return isSuccess;
+    }
+
+    public void setIsSuccess(Boolean isSuccess) {
+        this.isSuccess = isSuccess;
+    }
+
+    public String getDesc() {
+        return desc;
+    }
+
+    public void setDesc(String desc) {
+        this.desc = desc;
+    }
+
 }

+ 3 - 3
examcloud-exchange-api/src/main/java/cn/com/qmth/examcloud/exchange/outer/api/response/OuterGetExamResp.java

@@ -22,16 +22,16 @@ public class OuterGetExamResp extends EnterpriseResponse {
     @ApiModelProperty(value = "考试ID", example = "123")
     private Long id;
 
-    @ApiModelProperty(value = " 考试开始时间", example = "2024-06-01 08:00:00")
+    @ApiModelProperty(value = "考试开始时间", example = "2024-06-01 08:00:00")
     private Date beginTime;
 
-    @ApiModelProperty(value = " 考试结束时间", example = "2024-06-01 10:00:00")
+    @ApiModelProperty(value = "考试结束时间", example = "2024-06-01 10:00:00")
     private Date endTime;
 
     @ApiModelProperty(value = "考试名称(实际为考试编码)", example = "2024年6月期末考试")
     private String name;
 
-    @ApiModelProperty(value = " 考试类型(ONLINE:网考;OFFLINE:离线;PRACTICE:练习)", example = "ONLINE")
+    @ApiModelProperty(value = "考试类型(ONLINE:网考;OFFLINE:离线;PRACTICE:练习)", example = "ONLINE")
     private String examType;
 
     @ApiModelProperty(value = "考试时长(单位:分钟)", example = "120")

+ 54 - 58
examcloud-exchange-api/src/main/java/cn/com/qmth/examcloud/exchange/outer/api/response/OuterGetScoreQueueTopResp.java

@@ -4,83 +4,79 @@ import cn.com.qmth.examcloud.api.commons.exchange.EnterpriseResponse;
 import io.swagger.annotations.ApiModelProperty;
 
 /**
- *
- * @author  	chenken
- * @date    	2018年11月16日 下午3:08:14
- * @company 	QMTH
+ * @author chenken
+ * @date 2018年11月16日 下午3:08:14
+ * @company QMTH
  * @description 成绩队列返回信息
  */
-public class OuterGetScoreQueueTopResp extends EnterpriseResponse{
+public class OuterGetScoreQueueTopResp extends EnterpriseResponse {
 
-	/**
-	 *
-	 */
-	private static final long serialVersionUID = -2874809807909407199L;
+    private static final long serialVersionUID = -2874809807909407199L;
 
-	@ApiModelProperty(value = "队列ID", example = "1", required = true)
-	private Long queueId;
+    @ApiModelProperty(value = "队列ID", example = "123")
+    private Long queueId;
 
-	@ApiModelProperty(value = "考试记录ID", example = "1", required = true)
-	private Long examRecordDataId;
+    @ApiModelProperty(value = "考试记录ID", example = "123")
+    private Long examRecordDataId;
 
-	@ApiModelProperty(value = "考试ID", example = "1", required = true)
-	private Long examId;
+    @ApiModelProperty(value = "考试ID", example = "123")
+    private Long examId;
 
-	@ApiModelProperty(value = "考试编码", example = "1", required = true)
-	private String examCode;
+    @ApiModelProperty(value = "考试编码", example = "xxx")
+    private String examCode;
 
-	@ApiModelProperty(value = "考试名称(废弃属性,实际上返回的是考试编码)", example = "2018年6月期末考试", required = false)
-	@Deprecated
-	private String examName;
-	@ApiModelProperty(value = "对象数据是否为空", example = "true", required = true)
-	private Boolean isEmpty;
+    @ApiModelProperty(value = "考试名称(实际为考试编码)", example = "2024年6月期末考试")
+    private String examName;
 
-	public Long getQueueId() {
-		return queueId;
-	}
+    @ApiModelProperty(value = "队列数据是否为空", example = "false")
+    private Boolean isEmpty;
 
-	public void setQueueId(Long queueId) {
-		this.queueId = queueId;
-	}
+    public Long getQueueId() {
+        return queueId;
+    }
 
-	public Long getExamRecordDataId() {
-		return examRecordDataId;
-	}
+    public void setQueueId(Long queueId) {
+        this.queueId = queueId;
+    }
 
-	public void setExamRecordDataId(Long examRecordDataId) {
-		this.examRecordDataId = examRecordDataId;
-	}
+    public Long getExamRecordDataId() {
+        return examRecordDataId;
+    }
 
-	public Long getExamId() {
-		return examId;
-	}
+    public void setExamRecordDataId(Long examRecordDataId) {
+        this.examRecordDataId = examRecordDataId;
+    }
 
-	public void setExamId(Long examId) {
-		this.examId = examId;
-	}
+    public Long getExamId() {
+        return examId;
+    }
 
-	public String getExamCode() {
-		return examCode;
-	}
+    public void setExamId(Long examId) {
+        this.examId = examId;
+    }
 
-	public void setExamCode(String examCode) {
-		this.examCode = examCode;
-	}
+    public String getExamCode() {
+        return examCode;
+    }
 
-	public String getExamName() {
-		return examName;
-	}
+    public void setExamCode(String examCode) {
+        this.examCode = examCode;
+    }
 
-	public void setExamName(String examName) {
-		this.examName = examName;
-	}
+    public String getExamName() {
+        return examName;
+    }
 
-	public Boolean getIsEmpty() {
-		return isEmpty;
-	}
+    public void setExamName(String examName) {
+        this.examName = examName;
+    }
 
-	public void setIsEmpty(Boolean isEmpty) {
-		this.isEmpty = isEmpty;
-	}
+    public Boolean getIsEmpty() {
+        return isEmpty;
+    }
+
+    public void setIsEmpty(Boolean isEmpty) {
+        this.isEmpty = isEmpty;
+    }
 
 }