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

org.treeleaf.thirdchannel.wechat.js.entity.UserInfos Maven / Gradle / Ivy

There is a newer version: 1.3.1.7
Show newest version
package org.treeleaf.thirdchannel.wechat.js.entity;

import java.util.List;

/**
 * Created by yaoshuhong on 2016/3/14.
 */
public class UserInfos extends WeChatBaseInfo {

    private List user_info_list;

    public List getUser_info_list() {
        return user_info_list;
    }

    public void setUser_info_list(List user_info_list) {
        this.user_info_list = user_info_list;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy