|
@@ -9,14 +9,17 @@ public class SendFileAnswerMessageReq extends SendMessageBaseReq{
|
|
|
|
|
|
//事件类型
|
|
//事件类型
|
|
private String eventType;
|
|
private String eventType;
|
|
- //考试记录id
|
|
|
|
- private Long examRecordDataId;
|
|
|
|
- public Long getExamRecordDataId() {
|
|
|
|
- return examRecordDataId;
|
|
|
|
|
|
+ //客户端id
|
|
|
|
+ private Long clientId;
|
|
|
|
+
|
|
|
|
+ public Long getClientId() {
|
|
|
|
+ return clientId;
|
|
}
|
|
}
|
|
- public void setExamRecordDataId(Long examRecordDataId) {
|
|
|
|
- this.examRecordDataId = examRecordDataId;
|
|
|
|
|
|
+
|
|
|
|
+ public void setClientId(Long clientId) {
|
|
|
|
+ this.clientId = clientId;
|
|
}
|
|
}
|
|
|
|
+
|
|
public String getEventType() {
|
|
public String getEventType() {
|
|
return eventType;
|
|
return eventType;
|
|
}
|
|
}
|