wlzboy
6 天以前 09e6dc3fb7266620fafb5e341808a8eb36e080a1
ruoyi-system/src/main/java/com/ruoyi/system/domain/NotifySendLog.java
@@ -49,6 +49,9 @@
    @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")
@@ -171,6 +174,14 @@
        this.sendResult = sendResult;
    }
    public String getSendContent() {
        return sendContent;
    }
    public void setSendContent(String sendContent) {
        this.sendContent = sendContent;
    }
    public String getResponseMsg() {
        return responseMsg;
    }
@@ -199,6 +210,7 @@
                .append("sendStatus", getSendStatus())
                .append("sendTime", getSendTime())
                .append("sendResult", getSendResult())
                .append("sendContent", getSendContent())
                .append("retryCount", getRetryCount())
                .append("createTime", getCreateTime())
                .append("createBy", getCreateBy())