weixin.popular.bean.datacube.user.Usercumulate 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.datacube.user;
public class Usercumulate {
private String ref_date;
private Integer cumulate_user;
public String getRef_date() {
return ref_date;
}
public void setRef_date(String ref_date) {
this.ref_date = ref_date;
}
public Integer getCumulate_user() {
return cumulate_user;
}
public void setCumulate_user(Integer cumulate_user) {
this.cumulate_user = cumulate_user;
}
}