From c92523467edf0306bad25f141faa5fcb56da8806 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 06 三月 2024 11:24:17 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/IvrTaskcall.java | 675 +++++++++++++++++++-------------------------------------
1 files changed, 230 insertions(+), 445 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrTaskcall.java b/smartor/src/main/java/com/smartor/domain/IvrTaskcall.java
index 8adcc21..031237d 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrTaskcall.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrTaskcall.java
@@ -1,571 +1,356 @@
package com.smartor.domain;
import java.util.Date;
+
import com.fasterxml.jackson.annotation.JsonFormat;
-import net.sf.jsqlparser.expression.DateTimeLiteralExpression;
+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;
import com.ruoyi.common.core.domain.BaseEntity;
/**
- * 璇煶浠诲姟鍛煎彨瀵硅薄 ivr_taskcall
- *
- * @author smartor
- * @date 2023-03-24
+ * 鍗曚竴浠诲姟锛堥殢璁匡級瀵硅薄 ivr_taskcall
+ *
+ * @author ruoyi
+ * @date 2024-02-02
*/
-public class IvrTaskcall extends BaseEntity
-{
+@Data
+public class IvrTaskcall extends BaseEntity {
+ @ApiModelProperty(value = "鎷夊彇鏃堕棿")
private static final long serialVersionUID = 1L;
- /** */
- private Long callid;
+ /**
+ *
+ */
+ @ApiModelProperty(value = "涓婚敭")
+ private Long id;
- /** 鍙戦�佷汉 */
- @Excel(name = " 鍙戦�佷汉 ")
+ /**
+ * 鍙戦�佷汉
+ */
+ @Excel(name = " 鍙戦�佷汉锛堟偅鑰咃級 ")
+ @ApiModelProperty(value = "鍙戦�佷汉锛堟偅鑰咃級")
private String sendname;
- /** 鎵嬫満鍙� */
+ /**
+ * 鎵嬫満鍙�
+ */
@Excel(name = " 鎵嬫満鍙� ")
+ @ApiModelProperty(value = "鎵嬫満鍙�")
private String phone;
- /** */
- @Excel(name = " ")
+ /**
+ * 鎬у埆
+ */
+ @Excel(name = " 鎬у埆")
+ @ApiModelProperty(value = "鎬у埆")
private String sex;
- /** 骞撮緞 */
+ /**
+ * 骞撮緞
+ */
@Excel(name = " 骞撮緞 ")
+ @ApiModelProperty(value = "骞撮緞")
private Long age;
- /** 韬唤璇佸彿 */
+ /**
+ * 韬唤璇佸彿
+ */
@Excel(name = " 韬唤璇佸彿 ")
+ @ApiModelProperty(value = "韬唤璇佸彿")
private String sfzh;
- /** 鍦板潃 */
+ /**
+ * 鍦板潃
+ */
@Excel(name = " 鍦板潃 ")
+ @ApiModelProperty(value = "鍦板潃")
private String addr;
- /** */
- @Excel(name = " ")
+ /**
+ * 鍙戦�佷汉璇︽儏
+ */
+ @Excel(name = " 鍙戦�佷汉璇︽儏")
+ @ApiModelProperty(value = "鍙戦�佷汉璇︽儏")
private String senderdetail;
- /** */
- @Excel(name = " ")
- private String inserttype;
+ /**
+ * 浠诲姟绫诲瀷(闂ㄨ瘖锛屼綇闄紝澶嶈瘖鈥�)
+ */
+ @Excel(name = "浠诲姟绫诲瀷(闂ㄨ瘖锛屼綇闄紝澶嶈瘖鈥�)")
+ @ApiModelProperty(value = "浠诲姟绫诲瀷(闂ㄨ瘖锛屼綇闄紝澶嶈瘖鈥�)")
+ private String type;
- /** 浠诲姟ID */
- @Excel(name = " 浠诲姟ID ")
- private Long taskid;
- /** */
- @Excel(name = " ")
+ /**
+ * 妯℃澘ID
+ */
+ @Excel(name = " 妯℃澘ID")
+ @ApiModelProperty(value = "妯℃澘ID")
private String templateid;
- /** 妯℃澘鍚� */
+ /**
+ * 妯℃澘鍚�
+ */
@Excel(name = " 妯℃澘鍚� ")
+ @ApiModelProperty(value = "鎷夊彇鏃堕棿")
private String templatename;
- /** 鍙戦�佹棩鏈� */
+ /**
+ * 鍙戦�佹棩鏈�
+ */
@JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = " 鍙戦�佹棩鏈� ", width = 30, dateFormat = "yyyy-MM-dd")
+ @ApiModelProperty(value = "鍙戦�佹棩鏈�")
private Date senddate;
- /** 涓婂崍寮�濮嬪彂閫佹椂闂撮檺鍒� */
+ /**
+ * 涓婂崍寮�濮嬪彂閫佹椂闂撮檺鍒�
+ */
@Excel(name = " 涓婂崍寮�濮嬪彂閫佹椂闂撮檺鍒� ")
+ @ApiModelProperty(value = "涓婂崍寮�濮嬪彂閫佹椂闂撮檺鍒�")
private String sendlimitabegin;
- /** 涓婂崍缁撴潫鍙戦�佹椂闂撮檺鍒� */
+ /**
+ * 涓婂崍缁撴潫鍙戦�佹椂闂撮檺鍒�
+ */
@Excel(name = " 涓婂崍缁撴潫鍙戦�佹椂闂撮檺鍒� ")
+ @ApiModelProperty(value = "涓婂崍缁撴潫鍙戦�佹椂闂撮檺鍒�")
private String sendlimitaend;
- /** 涓嬪崍寮�濮嬪彂閫佹椂闂撮檺鍒� */
+ /**
+ * 涓嬪崍寮�濮嬪彂閫佹椂闂撮檺鍒�
+ */
@Excel(name = " 涓嬪崍寮�濮嬪彂閫佹椂闂撮檺鍒� ")
+ @ApiModelProperty(value = "涓嬪崍寮�濮嬪彂閫佹椂闂撮檺鍒�")
private String sendlimitpbegin;
- /** 涓嬪崍缁撴潫鍙戦�佹椂闂撮檺鍒� */
+ /**
+ * 涓嬪崍缁撴潫鍙戦�佹椂闂撮檺鍒�
+ */
@Excel(name = " 涓嬪崍缁撴潫鍙戦�佹椂闂撮檺鍒� ")
+ @ApiModelProperty(value = "涓嬪崍缁撴潫鍙戦�佹椂闂撮檺鍒�")
private String sendlimitpend;
- /** 鏅氫笂寮�濮嬪彂閫佹椂闂撮檺鍒� */
+ /**
+ * 鏅氫笂寮�濮嬪彂閫佹椂闂撮檺鍒�
+ */
@Excel(name = " 鏅氫笂寮�濮嬪彂閫佹椂闂撮檺鍒� ")
+ @ApiModelProperty(value = "鏅氫笂寮�濮嬪彂閫佹椂闂撮檺鍒�")
private String sendlimitnbegin;
- /** 鏅氫笂缁撴潫鍙戦�佹椂闂撮檺鍒� */
+ /**
+ * 鏅氫笂缁撴潫鍙戦�佹椂闂撮檺鍒�
+ */
@Excel(name = " 鏅氫笂缁撴潫鍙戦�佹椂闂撮檺鍒� ")
+ @ApiModelProperty(value = "鏅氫笂缁撴潫鍙戦�佹椂闂撮檺鍒�")
private String sendlimitnend;
- /** 鍙戦�佺姸鎬� */
+ /**
+ * 鍙戦�佺姸鎬�
+ */
@Excel(name = " 鍙戦�佺姸鎬� ")
+ @ApiModelProperty(value = "鍙戦�佺姸鎬�")
private Long sendstate;
- /** 鍙戦�乁UID */
+ /**
+ * 鍙戦�乁UID
+ */
@Excel(name = " 鍙戦�乁UID ")
+ @ApiModelProperty(value = "鍙戦�乁UID")
private String senduuid;
- /** 缁撴灉 */
+ /**
+ * 缁撴灉
+ */
@Excel(name = " 缁撴灉 ")
+ @ApiModelProperty(value = "缁撴灉")
private String result;
- /** 瀹屾垚鏃堕棿 */
+ /**
+ * 瀹屾垚鏃堕棿
+ */
@JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = " 瀹屾垚鏃堕棿 ", width = 30, dateFormat = "yyyy-MM-dd")
+ @ApiModelProperty(value = "瀹屾垚鏃堕棿")
private Date finishtime;
- /** 鐢ㄦ埛ID */
+ /**
+ * 鐢ㄦ埛ID
+ */
@Excel(name = " 鐢ㄦ埛ID ")
+ @ApiModelProperty(value = "鐢ㄦ埛ID")
private String userid;
- /** 鐢ㄦ埛鍚� */
+ /**
+ * 鐢ㄦ埛鍚�
+ */
@Excel(name = " 鐢ㄦ埛鍚� ")
+ @ApiModelProperty(value = "鐢ㄦ埛鍚�")
private String username;
- /** 娣诲姞鏃堕棿 */
- @JsonFormat(pattern = "yyyy-MM-dd")
- @Excel(name = " 娣诲姞鏃堕棿 ", width = 30, dateFormat = "yyyy-MM-dd")
- private Date addtime;
-
- /** */
- @Excel(name = " ")
+ /**
+ *
+ */
+ @Excel(name = " outbounduuid ")
+ @ApiModelProperty(value = "outbounduuid")
private String outbounduuid;
- /** 灏辫瘖璁板綍缂栧彿 */
+ /**
+ * 灏辫瘖璁板綍缂栧彿
+ */
@Excel(name = " 灏辫瘖璁板綍缂栧彿 ")
+ @ApiModelProperty(value = "灏辫瘖璁板綍缂栧彿")
private Long recordid;
- /** 閲嶆嫧鎬绘暟 */
+ /**
+ * 閲嶆嫧鎬绘暟
+ */
@Excel(name = " 閲嶆嫧鎬绘暟 ")
+ @ApiModelProperty(value = "閲嶆嫧鎬绘暟")
private Long recallcount;
- /** 褰撳墠閲嶆嫧娆℃暟 */
+ /**
+ * 褰撳墠閲嶆嫧娆℃暟
+ */
@Excel(name = " 褰撳墠閲嶆嫧娆℃暟 ")
+ @ApiModelProperty(value = "褰撳墠閲嶆嫧娆℃暟")
private Long exrecallcount;
- /** 鎷夊彇鏃堕棿 */
+ /**
+ * 鎷夊彇鏃堕棿
+ */
@JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = " 鎷夊彇鏃堕棿 ", width = 30, dateFormat = "yyyy-MM-dd")
+ @ApiModelProperty(value = "鎷夊彇鏃堕棿")
private Date pulltime;
- /** */
- @Excel(name = " ")
+ /**
+ * bqsms
+ */
+ @Excel(name = " bqsms ")
+ @ApiModelProperty(value = "bqsms")
private Long bqsms;
- /** */
- @Excel(name = " ")
+ /**
+ * bhsms
+ */
+ @Excel(name = " bhsms ")
+ @ApiModelProperty(value = "bhsms")
private Long bhsms;
- /** */
- @Excel(name = " ")
+ /**
+ * 閮ㄩ棬code
+ */
+ @Excel(name = " 閮ㄩ棬code")
+ @ApiModelProperty(value = "閮ㄩ棬code")
private String deptcode;
- /** */
- @Excel(name = " ")
+ /**
+ * 鏍囩鐘舵��
+ */
+ @Excel(name = " 鏍囩鐘舵��")
+ @ApiModelProperty(value = "鏍囩鐘舵��")
private Long labelstatus;
- /** 鍒犻櫎鏍囪 */
+ /**
+ * 鍒犻櫎鏍囪
+ */
+ @ApiModelProperty(value = "鍒犻櫎鏍囪")
private String delFlag;
- /** 涓婁紶鏍囪 */
+ /**
+ * 涓婁紶鏍囪
+ */
@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 */
+ /**
+ * 鏈烘瀯ID
+ */
@Excel(name = " 鏈烘瀯ID ")
+ @ApiModelProperty(value = "鏈烘瀯ID")
private String orgid;
- public void setCallid(Long callid)
- {
- this.callid = callid;
- }
+ /**
+ * 鐖禝D
+ */
+ @Excel(name = "鐖禝D")
+ @ApiModelProperty(value = "鐖禝D")
+ private Long pid;
- public Long getCallid()
- {
- return callid;
- }
- public void setSendname(String sendname)
- {
- this.sendname = sendname;
- }
+ /**
+ * GUID
+ */
+ @Excel(name = "GUID")
+ @ApiModelProperty(value = "GUID")
+ private String guid;
- public String getSendname()
- {
- return sendname;
- }
- public void setPhone(String phone)
- {
- this.phone = phone;
- }
+ /**
+ * 鏂囨湰鍙橀噺鍙傛暟
+ */
+ @Excel(name = "鏂囨湰鍙橀噺鍙傛暟")
+ @ApiModelProperty(value = "鏂囨湰鍙橀噺鍙傛暟")
+ private String textParam;
- public String getPhone()
- {
- return phone;
- }
- public void setSex(String sex)
- {
- this.sex = sex;
- }
+ /**
+ * 瀹f暀褰㈠紡 :鏂囨湰銆佸浘鐗囥�佽闊炽�佽棰戙�佹贩鍚�
+ */
+ @Excel(name = " 瀹f暀褰㈠紡 :鏂囨湰銆佸浘鐗囥�佽闊炽�佽棰戙�佹贩鍚�")
+ @ApiModelProperty("瀹f暀褰㈠紡 : 1,鏂囨湰銆�2,鍥剧墖銆�3,璇煶銆�4,瑙嗛銆�5,娣峰悎")
+ private String serviceform;
- public String getSex()
- {
- return sex;
- }
- public void setAge(Long age)
- {
- this.age = age;
- }
+ /**
+ * 搴婂彿
+ */
+ @Excel(name = "搴婂彿")
+ @ApiModelProperty(value = "搴婂彿")
+ private Long badNo;
- public Long getAge()
- {
- return age;
- }
- public void setSfzh(String sfzh)
- {
- this.sfzh = sfzh;
- }
+ /**
+ * 鐤剧梾鍚嶇О
+ */
+ @Excel(name = "鐤剧梾鍚嶇О")
+ @ApiModelProperty(value = "鐤剧梾鍚嶇О")
+ private String icdName;
- public String getSfzh()
- {
- return sfzh;
- }
- public void setAddr(String addr)
- {
- this.addr = addr;
- }
+ /**
+ * 鐥呭巻鍙�
+ */
+ @Excel(name = "鐥呭巻鍙�")
+ @ApiModelProperty(value = "鐥呭巻鍙�")
+ private String medicalRecordNo;
- public String getAddr()
- {
- return addr;
- }
- public void setSenderdetail(String senderdetail)
- {
- this.senderdetail = senderdetail;
- }
+ /**
+ * 瀹f暀鍐呭
+ */
+ @Excel(name = "瀹f暀鍐呭")
+ @ApiModelProperty(value = "瀹f暀鍐呭")
+ private String preachcontent;
- public String getSenderdetail()
- {
- return senderdetail;
- }
- public void setInserttype(String inserttype)
- {
- this.inserttype = inserttype;
- }
+ /**
+ * pageNum
+ */
+ @Excel(name = "pageNum")
+ @ApiModelProperty(value = "pageNum")
+ private Integer pageNum;
- public String getInserttype()
- {
- return inserttype;
- }
- public void setTaskid(Long taskid)
- {
- this.taskid = taskid;
- }
+ /**
+ * pageSize
+ */
+ @Excel(name = "pageSize")
+ @ApiModelProperty(value = "pageSize")
+ private Integer pageSize;
- public Long getTaskid()
- {
- return taskid;
- }
- public void setTemplateid(String templateid)
- {
- this.templateid = templateid;
- }
-
- public String getTemplateid()
- {
- return templateid;
- }
- public void setTemplatename(String templatename)
- {
- this.templatename = templatename;
- }
-
- public String getTemplatename()
- {
- return templatename;
- }
- public void setSenddate(Date senddate)
- {
- this.senddate = senddate;
- }
-
- public Date getSenddate()
- {
- return senddate;
- }
- public void setSendlimitabegin(String sendlimitabegin)
- {
- this.sendlimitabegin = sendlimitabegin;
- }
-
- public String getSendlimitabegin()
- {
- return sendlimitabegin;
- }
- public void setSendlimitaend(String sendlimitaend)
- {
- this.sendlimitaend = sendlimitaend;
- }
-
- public String getSendlimitaend()
- {
- return sendlimitaend;
- }
- public void setSendlimitpbegin(String sendlimitpbegin)
- {
- this.sendlimitpbegin = sendlimitpbegin;
- }
-
- public String getSendlimitpbegin()
- {
- return sendlimitpbegin;
- }
- public void setSendlimitpend(String sendlimitpend)
- {
- this.sendlimitpend = sendlimitpend;
- }
-
- public String getSendlimitpend()
- {
- return sendlimitpend;
- }
- public void setSendlimitnbegin(String sendlimitnbegin)
- {
- this.sendlimitnbegin = sendlimitnbegin;
- }
-
- public String getSendlimitnbegin()
- {
- return sendlimitnbegin;
- }
- public void setSendlimitnend(String sendlimitnend)
- {
- this.sendlimitnend = sendlimitnend;
- }
-
- public String getSendlimitnend()
- {
- return sendlimitnend;
- }
- public void setSendstate(Long sendstate)
- {
- this.sendstate = sendstate;
- }
-
- public Long getSendstate()
- {
- return sendstate;
- }
- public void setSenduuid(String senduuid)
- {
- this.senduuid = senduuid;
- }
-
- public String getSenduuid()
- {
- return senduuid;
- }
- public void setResult(String result)
- {
- this.result = result;
- }
-
- public String getResult()
- {
- return result;
- }
- public void setFinishtime(Date finishtime)
- {
- this.finishtime = finishtime;
- }
-
- public Date getFinishtime()
- {
- return finishtime;
- }
- public void setUserid(String userid)
- {
- this.userid = userid;
- }
-
- public String getUserid()
- {
- return userid;
- }
- public void setUsername(String username)
- {
- this.username = username;
- }
-
- public String getUsername()
- {
- return username;
- }
-
- public void setOutbounduuid(String outbounduuid)
- {
- this.outbounduuid = outbounduuid;
- }
-
- public String getOutbounduuid()
- {
- return outbounduuid;
- }
- public void setRecordid(Long recordid)
- {
- this.recordid = recordid;
- }
-
- public Long getRecordid()
- {
- return recordid;
- }
- public void setRecallcount(Long recallcount)
- {
- this.recallcount = recallcount;
- }
-
- public Long getRecallcount()
- {
- return recallcount;
- }
- public void setExrecallcount(Long exrecallcount)
- {
- this.exrecallcount = exrecallcount;
- }
-
- public Long getExrecallcount()
- {
- return exrecallcount;
- }
- public void setPulltime(Date pulltime)
- {
- this.pulltime = pulltime;
- }
-
- public Date getPulltime()
- {
- return pulltime;
- }
- public void setBqsms(Long bqsms)
- {
- this.bqsms = bqsms;
- }
-
- public Long getBqsms()
- {
- return bqsms;
- }
- public void setBhsms(Long bhsms)
- {
- this.bhsms = bhsms;
- }
-
- public Long getBhsms()
- {
- return bhsms;
- }
- public void setDeptcode(String deptcode)
- {
- this.deptcode = deptcode;
- }
-
- public String getDeptcode()
- {
- return deptcode;
- }
- public void setLabelstatus(Long labelstatus)
- {
- this.labelstatus = labelstatus;
- }
-
- public Long getLabelstatus()
- {
- return labelstatus;
- }
- public void setDelFlag(String delFlag)
- {
- this.delFlag = delFlag;
- }
-
- public String getDelFlag()
- {
- return delFlag;
- }
- 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;
- }
-
- @Override
- public String toString() {
- return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
- .append("callid", getCallid())
- .append("sendname", getSendname())
- .append("phone", getPhone())
- .append("sex", getSex())
- .append("age", getAge())
- .append("sfzh", getSfzh())
- .append("addr", getAddr())
- .append("senderdetail", getSenderdetail())
- .append("inserttype", getInserttype())
- .append("taskid", getTaskid())
- .append("templateid", getTemplateid())
- .append("templatename", getTemplatename())
- .append("senddate", getSenddate())
- .append("sendlimitabegin", getSendlimitabegin())
- .append("sendlimitaend", getSendlimitaend())
- .append("sendlimitpbegin", getSendlimitpbegin())
- .append("sendlimitpend", getSendlimitpend())
- .append("sendlimitnbegin", getSendlimitnbegin())
- .append("sendlimitnend", getSendlimitnend())
- .append("sendstate", getSendstate())
- .append("senduuid", getSenduuid())
- .append("result", getResult())
- .append("finishtime", getFinishtime())
- .append("userid", getUserid())
- .append("username", getUsername())
- .append("outbounduuid", getOutbounduuid())
- .append("recordid", getRecordid())
- .append("recallcount", getRecallcount())
- .append("exrecallcount", getExrecallcount())
- .append("pulltime", getPulltime())
- .append("bqsms", getBqsms())
- .append("bhsms", getBhsms())
- .append("deptcode", getDeptcode())
- .append("labelstatus", getLabelstatus())
- .append("delFlag", getDelFlag())
- .append("updateBy", getUpdateBy())
- .append("updateTime", getUpdateTime())
- .append("createBy", getCreateBy())
- .append("createTime", getCreateTime())
- .append("isupload", getIsupload())
- .append("uploadTime", getUploadTime())
- .append("orgid", getOrgid())
- .toString();
- }
}
--
Gitblit v1.9.3