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

weixin.popular.bean.datacube.user.Usercumulate Maven / Gradle / Ivy

Go to download

The weixin-popular is a JAVA SDK for weixin. Weixin web url is https://mp.weixin.qq.com.

The newest version!
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;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy