| | |
| | | @Excel(name = "发送状态") |
| | | private String sendStatus; |
| | | |
| | | /** 发送的内容 */ |
| | | private String sendContent; |
| | | |
| | | /** 发送时间 */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @Excel(name = "发送时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | |
| | | this.sendResult = sendResult; |
| | | } |
| | | |
| | | public String getSendContent() { |
| | | return sendContent; |
| | | } |
| | | |
| | | public void setSendContent(String sendContent) { |
| | | this.sendContent = sendContent; |
| | | } |
| | | |
| | | public String getResponseMsg() { |
| | | return responseMsg; |
| | | } |
| | |
| | | .append("sendStatus", getSendStatus()) |
| | | .append("sendTime", getSendTime()) |
| | | .append("sendResult", getSendResult()) |
| | | .append("sendContent", getSendContent()) |
| | | .append("retryCount", getRetryCount()) |
| | | .append("createTime", getCreateTime()) |
| | | .append("createBy", getCreateBy()) |