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

com.riversoft.weixin.mp.menu.bean.MenuButtonList Maven / Gradle / Ivy

There is a newer version: 0.9.8
Show newest version
package com.riversoft.weixin.mp.menu.bean;

import java.util.List;

/**
 * 获取自定义菜单配置接口使用
 * 操蛋的微信,JSON的协议就不能统一一下?
 * @borball on 5/26/2016.
 */
public class MenuButtonList {

    private List list;

    public List getList() {
        return list;
    }

    public void setList(List list) {
        this.list = list;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy