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

me.chanjar.weixin.channel.bean.warehouse.WarehouseResponse 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 lombok.Data;
import lombok.NoArgsConstructor;
import me.chanjar.weixin.channel.bean.base.WxChannelBaseResponse;

/**
 * 仓库响应
 *
 * @author Zeyes
 */
@Data
@NoArgsConstructor
public class WarehouseResponse extends WxChannelBaseResponse {

  private static final long serialVersionUID = 3206095869486573824L;
  /** 仓库库存 */
  @JsonProperty("data")
  private Warehouse data;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy