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

cn.binarywang.wx.miniapp.bean.shop.WxMaShopDeliveryDetail 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 java.util.List;
import lombok.Data;

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

  /**
   *
   * 
   * 是否必填:是
   * 
*/ @SerializedName("delivery_type") private Integer deliveryType; // 以下字段仅作为返回数据展示填充 /** * 是否发货完成 */ @SerializedName("finish_all_delivery") private Integer finishAllDelivery; /** * 快递信息 */ @SerializedName("delivery_list") private List deliveryList; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy