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

me.chanjar.weixin.channel.bean.warehouse.StockGetParam Maven / Gradle / Ivy

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

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

/**
 * @author Zeyes
 */
@Data
@NoArgsConstructor
@AllArgsConstructor
public class StockGetParam implements Serializable {

  private static final long serialVersionUID = -4144913434092446664L;
  /** 商品ID */
  @JsonProperty("product_id")
  private String productId;

  /** skuID */
  @JsonProperty("sku_id")
  private String skuId;

  /** 外部仓库ID */
  @JsonProperty("out_warehouse_id")
  private String outWarehouseId;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy