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

weixin.popular.bean.bizwifi.qrcode.QrcodeGet 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.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;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy