weixin.popular.bean.scan.info.ModuleInfo 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.scan.info;
import weixin.popular.bean.scan.infolist.ModuleList;
import java.util.List;
public class ModuleInfo {
private List module_list;
public List getModule_list() {
return module_list;
}
public void setModule_list(List module_list) {
this.module_list = module_list;
}
}