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

com.zopen.wechat.mp.dto.message.template.TemplateMessageResp Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.zopen.wechat.mp.dto.message.template;

import com.zopen.wechat.mp.dto.BaseResponse;

public class TemplateMessageResp extends BaseResponse {

    private Long msgid;

    public Long getMsgid() {
        return msgid;
    }

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy