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

cn.binarywang.wx.miniapp.bean.shop.WxMaShopAccountGetInfo Maven / Gradle / Ivy

There is a newer version: 4.6.7.B
Show newest version
package cn.binarywang.wx.miniapp.bean.shop;

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

import java.io.Serializable;

/**
 * @author liming1019
 * created on  2021/8/9
 */
@Data
public class WxMaShopAccountGetInfo implements Serializable {
  /**
   * 品牌ID
   */
  @SerializedName("brand_id")
  private Long brandId;

  /**
   * 品牌名称
   */
  @SerializedName("brand_wording")
  private String brandWording;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy