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

me.chanjar.weixin.channel.bean.vip.VipInfoResponse Maven / Gradle / Ivy

There is a newer version: 4.7.1.B
Show newest version
package me.chanjar.weixin.channel.bean.vip;

import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
import lombok.NoArgsConstructor;
import me.chanjar.weixin.channel.bean.base.WxChannelBaseResponse;

/**
 * @author : zhenyun.su
 * @since : 2023/10/8
 */

@Data
@NoArgsConstructor
public class VipInfoResponse extends WxChannelBaseResponse {

  private static final long serialVersionUID = -2439510304690862381L;
  @JsonProperty("info")
  private VipInfo vipInfo;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy