|
@@ -39,6 +39,12 @@ public class CorpKfServicerStatusChangeRecordView {
|
|
|
@DbField("cks.state")
|
|
@DbField("cks.state")
|
|
|
private Integer state;
|
|
private Integer state;
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 接待时长(秒)
|
|
|
|
|
+ */
|
|
|
|
|
+ @DbField("cks.reception_duration")
|
|
|
|
|
+ private Long receptionDuration;
|
|
|
|
|
+
|
|
|
@DbField("cks.created_time")
|
|
@DbField("cks.created_time")
|
|
|
private Date createdTime;
|
|
private Date createdTime;
|
|
|
}
|
|
}
|