![JAR search and dependency download from the Maven repository](/logo.png)
weixin.popular.bean.datacube.article.UsershareResult Maven / Gradle / Ivy
package weixin.popular.bean.datacube.article;
import java.util.List;
public class UsershareResult {
private List list;
public List getList() {
return list;
}
public void setList(List list) {
this.list = list;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy