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

weixin.popular.bean.message.Industry Maven / Gradle / Ivy

Go to download

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

There is a newer version: 2.8.43
Show newest version
package weixin.popular.bean.message;

public class Industry {

	private String first_class;
	
	private String second_class;

	public String getFirst_class() {
		return first_class;
	}

	public void setFirst_class(String first_class) {
		this.first_class = first_class;
	}

	public String getSecond_class() {
		return second_class;
	}

	public void setSecond_class(String second_class) {
		this.second_class = second_class;
	}
	
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy