weixin.popular.bean.bizwifi.qrcode.QrcodeGet 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.
package weixin.popular.bean.bizwifi.qrcode;
import weixin.popular.bean.bizwifi.base.ShopInfo;
/**
* @ProjectName weixin-popular
* @Author: zeroJun
* @Date: 2018/7/24 16:07
* @Description:
*/
public class QrcodeGet extends ShopInfo {
private Integer img_id;
public Integer getImg_id() {
return img_id;
}
public void setImg_id(Integer img_id) {
this.img_id = img_id;
}
}