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

me.chanjar.weixin.channel.bean.shop.ShopInfoResponse Maven / Gradle / Ivy

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

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

/**
 * 店铺基本信息响应
 *
 * @author Zeyes
 */
@Data
@NoArgsConstructor
public class ShopInfoResponse extends WxChannelBaseResponse {

  @JsonProperty("info")
  private ShopInfo info;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy