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

me.chanjar.weixin.channel.bean.brand.BrandInfoResponse Maven / Gradle / Ivy

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

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

/**
 * 品牌响应
 *
 * @author Zeyes
 */
@Data
@NoArgsConstructor
@EqualsAndHashCode(callSuper = true)
public class BrandInfoResponse extends WxChannelBaseResponse {

  private static final long serialVersionUID = 2105745692451683517L;

  /** 品牌信息 */
  @JsonProperty("brand")
  private BrandInfo brand;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy