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

top.hmtools.wxmp.message.customerService.model.sendMessage.News Maven / Gradle / Ivy

The newest version!
package top.hmtools.wxmp.message.customerService.model.sendMessage;
import java.util.List;

/**
 * Auto-generated: 2019-08-25 15:45:8
 *
 * @author bejson.com ([email protected])
 * @website http://www.bejson.com/java2pojo/
 */
public class News {

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy