![JAR search and dependency download from the Maven repository](/logo.png)
me.chanjar.weixin.channel.bean.vip.VipInfoResponse Maven / Gradle / Ivy
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