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

com.luna.baidu.dto.face.UserInfoListDTO Maven / Gradle / Ivy

The newest version!
package com.luna.baidu.dto.face;

import java.util.List;

/**
 * @author luna@mac
 * 2021年05月07日 20:48
 */
public class UserInfoListDTO {

    private List userList;

    public List getUserList() {
        return userList;
    }

    public void setUserList(List userList) {
        this.userList = userList;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy