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

me.chanjar.weixin.cp.bean.kf.msg.WxCpKfBusinessCardMsg Maven / Gradle / Ivy

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

import com.google.gson.annotations.SerializedName;
import lombok.Data;
import lombok.NoArgsConstructor;

/**
 * The type Wx cp kf business card msg.
 *
 * @author leiin  created on  2022/1/26 5:35 下午
 */
@NoArgsConstructor
@Data
public class WxCpKfBusinessCardMsg {
  @SerializedName("userid")
  private String userId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy