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

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

The newest version!
package me.chanjar.weixin.channel.bean.product;

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

/**
 * 批量查询sku库存响应
 *
 * @author Zeyes
 */
@Data
@NoArgsConstructor
@EqualsAndHashCode(callSuper = true)
public class SkuStockBatchResponse extends WxChannelBaseResponse {

    private static final long serialVersionUID = 7745444061881828137L;

    /** 库存信息 */
    @JsonProperty("data")
    private SkuStockBatchList data;
  }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy