me.chanjar.weixin.cp.bean.WxCpUserDetail Maven / Gradle / Ivy
package me.chanjar.weixin.cp.bean;
import com.google.gson.annotations.SerializedName;
import lombok.Data;
/**
*
* 使用user_ticket获取成员详情接口返回类.
* Created by BinaryWang on 2018/4/22.
*
*
* @author Binary Wang
*/
@Data
public class WxCpUserDetail {
@SerializedName("userid")
private String userId;
private String name;
private String mobile;
private String gender;
private String email;
@SerializedName("qrCode")
private String qrCode;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy