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

me.chanjar.weixin.cp.bean.external.moment.CustomerItem Maven / Gradle / Ivy

There is a newer version: 4.6.7.B
Show newest version
package me.chanjar.weixin.cp.bean.external.moment;

import com.google.gson.annotations.SerializedName;
import lombok.Getter;
import lombok.Setter;

/**
 * The type Customer item.
 *
 * @author Boris
 */
@Getter
@Setter
public class CustomerItem {
  @SerializedName("external_userid")
  private String externalUserId;
  @SerializedName("userid")
  private String userId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy