|
@@ -3,6 +3,7 @@ package cn.com.qmth.examcloud.marking.api.bean;
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
|
|
|
|
|
+import cn.com.qmth.examcloud.api.commons.enums.CallType;
|
|
import cn.com.qmth.examcloud.api.commons.exchange.JsonSerializable;
|
|
import cn.com.qmth.examcloud.api.commons.exchange.JsonSerializable;
|
|
|
|
|
|
public class MarkWorkMainBean implements JsonSerializable {
|
|
public class MarkWorkMainBean implements JsonSerializable {
|
|
@@ -25,6 +26,8 @@ public class MarkWorkMainBean implements JsonSerializable {
|
|
private Long rootOrgId;
|
|
private Long rootOrgId;
|
|
|
|
|
|
private Long appendTime;
|
|
private Long appendTime;
|
|
|
|
+
|
|
|
|
+ private CallType callType;
|
|
|
|
|
|
private List<Long> examIds;
|
|
private List<Long> examIds;
|
|
|
|
|
|
@@ -92,4 +95,12 @@ public class MarkWorkMainBean implements JsonSerializable {
|
|
this.examIds = examIds;
|
|
this.examIds = examIds;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public CallType getCallType() {
|
|
|
|
+ return callType;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setCallType(CallType callType) {
|
|
|
|
+ this.callType = callType;
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|