All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.treeleaf.thirdchannel.wechat.js.entity.SendTemplateResult Maven / Gradle / Ivy

There is a newer version: 1.3.1.7
Show newest version
package org.treeleaf.thirdchannel.wechat.js.entity;

/**
 * Created by yaoshuhong on 2016/3/9.
 */
public class SendTemplateResult extends WeChatBaseInfo {

    /**
     * 发送
     */
    private Integer msgid;

    public Integer getMsgid() {
        return msgid;
    }

    public void setMsgid(Integer msgid) {
        this.msgid = msgid;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy