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

cn.binarywang.wx.miniapp.bean.shop.WxMaShopDeliveryItem 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 java.io.Serializable;
import lombok.Data;

/**
 * @author leiin
 * created on  2021/3/23
 */
@Data
public class WxMaShopDeliveryItem implements Serializable {
  private static final long serialVersionUID = -161617470937369136L;

  /**
   * 快递公司ID,通过获取快递公司列表获取
   */
  @SerializedName("delivery_id")
  private String deliveryId;

  /**
   * 快递单号
   */
  @SerializedName("waybill_id")
  private String waybillId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy