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

weixin.popular.bean.bizwifi.bar.BarSet Maven / Gradle / Ivy

Go to download

The weixin-popular is a JAVA SDK for weixin. Weixin web url is https://mp.weixin.qq.com.

There is a newer version: 2.8.43
Show newest version
package weixin.popular.bean.bizwifi.bar;

import weixin.popular.bean.bizwifi.base.ShopInfo;

/**
 * @ProjectName weixin-popular
 * @Author: zeroJun
 * @Date: 2018/7/24 17:05
 * @Description:
 */
public class BarSet extends ShopInfo {
    private Integer bar_type;

    public Integer getBar_type() {
        return bar_type;
    }

    public void setBar_type(Integer bar_type) {
        this.bar_type = bar_type;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy