|
@@ -2,15 +2,14 @@ package cn.com.qmth.examcloud.core.oe.admin.api.response;
|
|
|
|
|
|
public class ExamRecordResp {
|
|
|
|
|
|
- private Integer examRecordNum;
|
|
|
+ private Boolean isStarted;
|
|
|
|
|
|
- public Integer getExamRecordNum() {
|
|
|
- return examRecordNum;
|
|
|
+ public Boolean getIsStarted() {
|
|
|
+ return isStarted;
|
|
|
}
|
|
|
|
|
|
- public void setExamRecordNum(Integer examRecordNum) {
|
|
|
- this.examRecordNum = examRecordNum;
|
|
|
+ public void setIsStarted(Boolean isStarted) {
|
|
|
+ this.isStarted = isStarted;
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
}
|