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

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

The newest version!
package eleme.openapi.sdk.api.entity.ticket;

public class TicketContentView{

    /**
     * 小票类型
     */
    private String type;
    public String getType() {
        return type;
    }
    public void setType(String type) {
        this.type = type;
    }
    
    /**
     * 小票打印数据
     */
    private String content;
    public String getContent() {
        return content;
    }
    public void setContent(String content) {
        this.content = content;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy