weixin.popular.bean.bizwifi.bar.BarSet Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weixin-popular Show documentation
Show all versions of weixin-popular Show documentation
The weixin-popular is a JAVA SDK for weixin. Weixin web url is https://mp.weixin.qq.com.
The 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;
}
}