weixin.popular.bean.scan.infolist.VerifiedList 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.infolist;
import java.util.List;
public class VerifiedList {
private String verified_firm_code;
private List verified_cate_list;
public String getVerified_firm_code() {
return verified_firm_code;
}
public void setVerified_firm_code(String verified_firm_code) {
this.verified_firm_code = verified_firm_code;
}
public List getVerified_cate_list() {
return verified_cate_list;
}
public void setVerified_cate_list(List verified_cate_list) {
this.verified_cate_list = verified_cate_list;
}
}