| | |
| | | private String templatename; |
| | | |
| | | /** |
| | | * 发送类型: 1 时间段 2 时间点 3 即刻发送 |
| | | */ |
| | | @ApiModelProperty(value = "发送类型: 1 时间段 2 即刻发送") |
| | | private String sendType; |
| | | |
| | | /** |
| | | * 发送日期 |
| | | */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | |
| | | * 发送状态 |
| | | */ |
| | | @Excel(name = " 发送状态 ") |
| | | @ApiModelProperty(value = "发送状态") |
| | | @ApiModelProperty(value = "发送状态 :1 开始 2 中止 3 结束") |
| | | private Long sendstate; |
| | | |
| | | /** |
| | |
| | | private String preachcontent; |
| | | |
| | | |
| | | /** |
| | | * 发送时间段 |
| | | */ |
| | | @ApiModelProperty(value = "发送时间段 ") |
| | | private List<TaskSendTimeVO> sendTimeslot; |
| | | |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE).append("id", getId()).append("sendname", getSendname()).append("phone", getPhone()).append("sex", getSex()).append("age", getAge()).append("sfzh", getSfzh()).append("addr", getAddr()).append("senderdetail", getSenderdetail()).append("type", getType()).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()).append("pid", getPid()).append("guid", getGuid()).append("textParam", getTextParam()).toString(); |