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

cn.binarywang.wx.miniapp.bean.product.WxMiniGetAfterSaleOrderResponse Maven / Gradle / Ivy

There is a newer version: 4.6.7.B
Show newest version
package cn.binarywang.wx.miniapp.bean.product;

import cn.binarywang.wx.miniapp.bean.shop.response.WxMaShopBaseResponse;
import com.google.gson.annotations.SerializedName;
import lombok.Data;

/**
 * @author leiin
 * created on  2022/7/11 20:58
 */
@Data
public class WxMiniGetAfterSaleOrderResponse extends WxMaShopBaseResponse {
  @SerializedName("after_sale_order")
  private WxMiniAfterSaleOrder afterSaleOrder;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy