From a5e17e09ce2426ceca8362248bb5e46605bd35d6 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 04 七月 2024 20:26:18 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/IvrTaskcalldetail.java | 494 ++++++------------------------------------------------
1 files changed, 55 insertions(+), 439 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrTaskcalldetail.java b/smartor/src/main/java/com/smartor/domain/IvrTaskcalldetail.java
index 0b1dc3f..af49a75 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrTaskcalldetail.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrTaskcalldetail.java
@@ -1,7 +1,11 @@
package com.smartor.domain;
import java.util.Date;
+
import com.fasterxml.jackson.annotation.JsonFormat;
+import io.swagger.annotations.ApiModel;
+import io.swagger.annotations.ApiModelProperty;
+import lombok.Data;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import com.ruoyi.common.annotation.Excel;
@@ -9,526 +13,138 @@
/**
* 璇煶浠诲姟鍛煎彨鏄庣粏瀵硅薄 ivr_taskcalldetail
- *
+ *
* @author smartor
* @date 2023-03-24
*/
-public class IvrTaskcalldetail extends BaseEntity
-{
+@Data
+@ApiModel(value = "IvrTaskcalldetail", description = "闂鍥炵瓟鏄庣粏")
+public class IvrTaskcalldetail extends BaseEntity {
private static final long serialVersionUID = 1L;
- /** */
+ @ApiModelProperty(value = "涓婚敭")
private String calldetailid;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "tasksingleid")
private String callid;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "鎷ㄥ彿uuid")
private String uuid;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "鐢佃瘽鍙风爜")
private String phone;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "鎿嶄綔浜� ")
private String operate;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "鏄剧ず鍙风爜")
private String displayno;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "")
private Long inbound;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "")
private Long incoming;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "")
private Long assigntime;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "寮�濮嬫椂闂�")
private Long starttime;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "鍥炵瓟鏃堕棿")
private Long answertime;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "")
private Long silent;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "")
private String dtmfKey;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "闊充箰璺緞")
private String musicpath;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "鍙戦�佺储寮�")
private Long sentIndex;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "鍙戦�佸紑濮嬬姸鎬�")
private Long sentBegin;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "鍥炵瓟缁撴灉")
private String asrtext;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "寮�濮嬫椂闂�")
private Long beginTime;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "缁撴潫鏃堕棿")
private Long endTime;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "鍙戦�佺粨鏉熺姸鎬�")
private Long sentEnd;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "鎻愪氦璺緞")
private String recordpath;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "鎻愪氦URL")
private String recordurl;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "妯℃澘ID")
private String templateid;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "妯℃澘闂缂栧彿")
private Long templatequestionnum;
- /** */
- @Excel(name = " ")
+
+ @ApiModelProperty(value = "浜ゆ崲鏈篒D")
private Long switchid;
- /** */
- @Excel(name = " ")
+ @ApiModelProperty(value = "闂鏂囨湰")
private String questiontext;
- /** */
- @Excel(name = " ")
+
+ @ApiModelProperty(value = "闂璇煶")
private String questionvoice;
- /** */
- @Excel(name = " ")
+
+ @ApiModelProperty(value = "绫诲埆")
private String categoryname;
- /** */
- @Excel(name = " ")
+
+ @ApiModelProperty(value = "鎸囨爣閫夐」")
private String targetoptions;
- /** */
- @Excel(name = " ")
+
+ @ApiModelProperty(value = "鎸囨爣鍊硷紙姝e垯鍖归厤鐨勯�夐」鍊硷級")
private String targetvalue;
- /** */
- @Excel(name = " ")
+
+ @ApiModelProperty(value = "閫氳繃姝e垯瑙f瀽鐨勫��")
private String matchedtext;
- /** */
@JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = " ", width = 30, dateFormat = "yyyy-MM-dd")
+ @ApiModelProperty(value = "娣诲姞鏃堕棿")
private Date addtime;
- /** 涓婁紶鏍囪 */
- @Excel(name = " 涓婁紶鏍囪 ")
+
+ @ApiModelProperty(value = "涓婁紶鏍囪")
private Long isupload;
- /** 涓婁紶鏃堕棿 */
@JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = " 涓婁紶鏃堕棿 ", width = 30, dateFormat = "yyyy-MM-dd")
+ @ApiModelProperty(value = "涓婁紶鏃堕棿")
private Date uploadTime;
- /** 鏈烘瀯ID */
- @Excel(name = " 鏈烘瀯ID ")
+
+ @ApiModelProperty(value = "鏈烘瀯ID")
private String orgid;
- /** 鍒犻櫎鏍囪 */
+
+ @ApiModelProperty(value = "鍒犻櫎鏍囪")
private String delFlag;
- public void setCalldetailid(String calldetailid)
- {
- this.calldetailid = calldetailid;
- }
+ @ApiModelProperty(value = "闂绫诲瀷")
+ private String valueType;
- public String getCalldetailid()
- {
- return calldetailid;
- }
- public void setCallid(String callid)
- {
- this.callid = callid;
- }
- public String getCallid()
- {
- return callid;
- }
- public void setUuid(String uuid)
- {
- this.uuid = uuid;
- }
-
- public String getUuid()
- {
- return uuid;
- }
- public void setPhone(String phone)
- {
- this.phone = phone;
- }
-
- public String getPhone()
- {
- return phone;
- }
- public void setOperate(String operate)
- {
- this.operate = operate;
- }
-
- public String getOperate()
- {
- return operate;
- }
- public void setDisplayno(String displayno)
- {
- this.displayno = displayno;
- }
-
- public String getDisplayno()
- {
- return displayno;
- }
- public void setInbound(Long inbound)
- {
- this.inbound = inbound;
- }
-
- public Long getInbound()
- {
- return inbound;
- }
- public void setIncoming(Long incoming)
- {
- this.incoming = incoming;
- }
-
- public Long getIncoming()
- {
- return incoming;
- }
- public void setAssigntime(Long assigntime)
- {
- this.assigntime = assigntime;
- }
-
- public Long getAssigntime()
- {
- return assigntime;
- }
- public void setStarttime(Long starttime)
- {
- this.starttime = starttime;
- }
-
- public Long getStarttime()
- {
- return starttime;
- }
- public void setAnswertime(Long answertime)
- {
- this.answertime = answertime;
- }
-
- public Long getAnswertime()
- {
- return answertime;
- }
- public void setSilent(Long silent)
- {
- this.silent = silent;
- }
-
- public Long getSilent()
- {
- return silent;
- }
- public void setDtmfKey(String dtmfKey)
- {
- this.dtmfKey = dtmfKey;
- }
-
- public String getDtmfKey()
- {
- return dtmfKey;
- }
- public void setMusicpath(String musicpath)
- {
- this.musicpath = musicpath;
- }
-
- public String getMusicpath()
- {
- return musicpath;
- }
- public void setSentIndex(Long sentIndex)
- {
- this.sentIndex = sentIndex;
- }
-
- public Long getSentIndex()
- {
- return sentIndex;
- }
- public void setSentBegin(Long sentBegin)
- {
- this.sentBegin = sentBegin;
- }
-
- public Long getSentBegin()
- {
- return sentBegin;
- }
- public void setAsrtext(String asrtext)
- {
- this.asrtext = asrtext;
- }
-
- public String getAsrtext()
- {
- return asrtext;
- }
- public void setBeginTime(Long beginTime)
- {
- this.beginTime = beginTime;
- }
-
- public Long getBeginTime()
- {
- return beginTime;
- }
- public void setEndTime(Long endTime)
- {
- this.endTime = endTime;
- }
-
- public Long getEndTime()
- {
- return endTime;
- }
- public void setSentEnd(Long sentEnd)
- {
- this.sentEnd = sentEnd;
- }
-
- public Long getSentEnd()
- {
- return sentEnd;
- }
- public void setRecordpath(String recordpath)
- {
- this.recordpath = recordpath;
- }
-
- public String getRecordpath()
- {
- return recordpath;
- }
- public void setRecordurl(String recordurl)
- {
- this.recordurl = recordurl;
- }
-
- public String getRecordurl()
- {
- return recordurl;
- }
- public void setTemplateid(String templateid)
- {
- this.templateid = templateid;
- }
-
- public String getTemplateid()
- {
- return templateid;
- }
- public void setTemplatequestionnum(Long templatequestionnum)
- {
- this.templatequestionnum = templatequestionnum;
- }
-
- public Long getTemplatequestionnum()
- {
- return templatequestionnum;
- }
- public void setSwitchid(Long switchid)
- {
- this.switchid = switchid;
- }
-
- public Long getSwitchid()
- {
- return switchid;
- }
- public void setQuestiontext(String questiontext)
- {
- this.questiontext = questiontext;
- }
-
- public String getQuestiontext()
- {
- return questiontext;
- }
- public void setQuestionvoice(String questionvoice)
- {
- this.questionvoice = questionvoice;
- }
-
- public String getQuestionvoice()
- {
- return questionvoice;
- }
- public void setCategoryname(String categoryname)
- {
- this.categoryname = categoryname;
- }
-
- public String getCategoryname()
- {
- return categoryname;
- }
- public void setTargetoptions(String targetoptions)
- {
- this.targetoptions = targetoptions;
- }
-
- public String getTargetoptions()
- {
- return targetoptions;
- }
- public void setTargetvalue(String targetvalue)
- {
- this.targetvalue = targetvalue;
- }
-
- public String getTargetvalue()
- {
- return targetvalue;
- }
- public void setMatchedtext(String matchedtext)
- {
- this.matchedtext = matchedtext;
- }
-
- public String getMatchedtext()
- {
- return matchedtext;
- }
- public void setAddtime(Date addtime)
- {
- this.addtime = addtime;
- }
-
- public Date getAddtime()
- {
- return addtime;
- }
- public void setIsupload(Long isupload)
- {
- this.isupload = isupload;
- }
-
- public Long getIsupload()
- {
- return isupload;
- }
- public void setUploadTime(Date uploadTime)
- {
- this.uploadTime = uploadTime;
- }
-
- public Date getUploadTime()
- {
- return uploadTime;
- }
- public void setOrgid(String orgid)
- {
- this.orgid = orgid;
- }
-
- public String getOrgid()
- {
- return orgid;
- }
- public void setDelFlag(String delFlag)
- {
- this.delFlag = delFlag;
- }
-
- public String getDelFlag()
- {
- return delFlag;
- }
-
- @Override
- public String toString() {
- return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
- .append("calldetailid", getCalldetailid())
- .append("callid", getCallid())
- .append("uuid", getUuid())
- .append("phone", getPhone())
- .append("operate", getOperate())
- .append("displayno", getDisplayno())
- .append("inbound", getInbound())
- .append("incoming", getIncoming())
- .append("assigntime", getAssigntime())
- .append("starttime", getStarttime())
- .append("answertime", getAnswertime())
- .append("silent", getSilent())
- .append("dtmfKey", getDtmfKey())
- .append("musicpath", getMusicpath())
- .append("sentIndex", getSentIndex())
- .append("sentBegin", getSentBegin())
- .append("asrtext", getAsrtext())
- .append("beginTime", getBeginTime())
- .append("endTime", getEndTime())
- .append("sentEnd", getSentEnd())
- .append("recordpath", getRecordpath())
- .append("recordurl", getRecordurl())
- .append("templateid", getTemplateid())
- .append("templatequestionnum", getTemplatequestionnum())
- .append("switchid", getSwitchid())
- .append("questiontext", getQuestiontext())
- .append("questionvoice", getQuestionvoice())
- .append("categoryname", getCategoryname())
- .append("targetoptions", getTargetoptions())
- .append("targetvalue", getTargetvalue())
- .append("matchedtext", getMatchedtext())
- .append("addtime", getAddtime())
- .append("isupload", getIsupload())
- .append("uploadTime", getUploadTime())
- .append("orgid", getOrgid())
- .append("createTime", getCreateTime())
- .append("delFlag", getDelFlag())
- .append("updateBy", getUpdateBy())
- .append("updateTime", getUpdateTime())
- .append("createBy", getCreateBy())
- .toString();
- }
}
--
Gitblit v1.9.3