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

me.chanjar.weixin.channel.bean.product.SpuStockInfo Maven / Gradle / Ivy

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

import com.fasterxml.jackson.annotation.JsonProperty;
import java.io.Serializable;
import java.util.List;
import lombok.Data;
import lombok.NoArgsConstructor;

/**
 * SPU库存信息
 *
 * @author Zeyes
 */
@Data
@NoArgsConstructor
public class SpuStockInfo implements Serializable {

  /** 商品ID */
  @JsonProperty("product_id")
  protected String productId;

  /** sku库存 */
  @JsonProperty("sku_stock")
  private List skuStock;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy