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

com.ctaiot.bean.DataPrintViewResult Maven / Gradle / Ivy

package com.ctaiot.bean;

/**
 * @author by LiuXiaoFeng
 * @Classname DataPrintViewResult
 * @Description TODO
 * @Date 2023/7/18 17:10
 */
public class DataPrintViewResult {
    /**
     * 消息类型:打印预览
     */
    private String msgType;
    private String renderHexString;
    /**
     * 打印预览图
     */
    private String renderImageUrl;
    /**
     * rfid内容
     */
    private String rfidTxt;

    public String getMsgType() {
        return msgType;
    }

    public void setMsgType(String msgType) {
        this.msgType = msgType;
    }

    public String getRenderHexString() {
        return renderHexString;
    }

    public void setRenderHexString(String renderHexString) {
        this.renderHexString = renderHexString;
    }

    public String getRenderImageUrl() {
        return renderImageUrl;
    }

    public void setRenderImageUrl(String renderImageUrl) {
        this.renderImageUrl = renderImageUrl;
    }

    public String getRfidTxt() {
        return rfidTxt;
    }

    public void setRfidTxt(String rfidTxt) {
        this.rfidTxt = rfidTxt;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy