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

eleme.openapi.sdk.api.entity.coupon.OutCouponOrderResponse Maven / Gradle / Ivy

There is a newer version: 1.30.71
Show newest version
package eleme.openapi.sdk.api.entity.coupon;

import eleme.openapi.sdk.api.entity.coupon.*;
import java.util.*;
import java.math.BigDecimal;
import com.fasterxml.jackson.annotation.JsonFormat;

public class OutCouponOrderResponse{

    /**
     * 下单店铺ID
     */
    private Long orderShopId;
    public Long getOrderShopId() {
        return orderShopId;
    }
    public void setOrderShopId(Long orderShopId) {
        this.orderShopId = orderShopId;
    }
    
    /**
     * 数据明细
     */
    private OutCouponOrderVO outCouponOrderVO;
    public OutCouponOrderVO getOutCouponOrderVO() {
        return outCouponOrderVO;
    }
    public void setOutCouponOrderVO(OutCouponOrderVO outCouponOrderVO) {
        this.outCouponOrderVO = outCouponOrderVO;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy