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

me.chanjar.weixin.open.bean.ma.WxOpenMaMember Maven / Gradle / Ivy

The newest version!
package me.chanjar.weixin.open.bean.ma;

import lombok.Data;

import java.io.Serializable;

/**
 * 微信开放平台小程序成员对象
 *
 * @author yqx
 * created on  2018/9/12
 */
@Data
public class WxOpenMaMember implements Serializable {
  /**
   * 人员对应的唯一字符串
   */
  private String userstr;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy