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

eleme.openapi.sdk.api.entity.ticket.TicketDataForPullRequest Maven / Gradle / Ivy

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

import java.util.*;

public class TicketDataForPullRequest{

    /**
     * 订单id
     */
    private String orderId;
    public String getOrderId() {
        return orderId;
    }
    public void setOrderId(String orderId) {
        this.orderId = orderId;
    }
    
    /**
     * 店铺id
     */
    private Long shopId;
    public Long getShopId() {
        return shopId;
    }
    public void setShopId(Long shopId) {
        this.shopId = shopId;
    }
    
    /**
     * 打印联列表
     */
    private List ticketType;
    public List getTicketType() {
        return ticketType;
    }
    public void setTicketType(List ticketType) {
        this.ticketType = ticketType;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy