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

top.hmtools.wxmp.message.group.model.UploadNewsParam Maven / Gradle / Ivy

The newest version!
package top.hmtools.wxmp.message.group.model;

import java.util.List;

/**
 * Auto-generated: 2019-08-26 9:52:46
 *
 * @author bejson.com ([email protected])
 * @website http://www.bejson.com/java2pojo/
 */
public class UploadNewsParam {

	private List articles;

	public void setArticles(List articles) {
		this.articles = articles;
	}

	public List getArticles() {
		return articles;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy