weixin.popular.bean.wxa.GetnearbypoilistDataData 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.wxa;
import java.util.List;
import weixin.popular.bean.BaseResult;
public class GetnearbypoilistDataData extends BaseResult {
private List poi_list;
public List getPoi_list() {
return poi_list;
}
public void setPoi_list(List poi_list) {
this.poi_list = poi_list;
}
}