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

org.ccs.openim.admin.block.resp.BlockUserInfo Maven / Gradle / Ivy

There is a newer version: 0.7-nospring
Show newest version
package org.ccs.openim.admin.block.resp;

import lombok.Data;

@Data
public class BlockUserInfo {
    private String userID;
    private String account;
    private String phoneNumber;
    private String areaCode;
    private String email;
    private String nickname;
    private String faceURL;
    private Integer gender;
    private String reason;
    private String opUserID;
    private Long createTime;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy