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

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

The newest version!
package com.ctaiot.bean;

/**
 * @author by LiuXiaoFeng
 * @Classname DataPrintPayLoad
 * @Description TODO
 * @Date 2023/5/10 10:27
 */
public class DataPrintPayLoad {
    /**
     * 打印助手端(1、PC 2、AD 3、IOS 4、Mac 5、微信小程序 6、支付宝小程序)
     */
    private Integer equip;
    /**
     * 模板编号
     */
    private String docNo;
    /**
     * 打印数据
     */
    private String printData;
    /**
     * 标签打印组数
     */
    private Integer groupNumber;
    /**
     * 标签打印份数
     */
    private Integer copiesNumber;
    /**
     * 品牌参数编号
     */
    private Long brandParId;

    public Integer getEquip() {
        return equip;
    }

    public void setEquip(Integer equip) {
        this.equip = equip;
    }

    public String getDocNo() {
        return docNo;
    }

    public void setDocNo(String docNo) {
        this.docNo = docNo;
    }

    public String getPrintData() {
        return printData;
    }

    public void setPrintData(String printData) {
        this.printData = printData;
    }

    public Integer getGroupNumber() {
        return groupNumber;
    }

    public void setGroupNumber(Integer groupNumber) {
        this.groupNumber = groupNumber;
    }

    public Integer getCopiesNumber() {
        return copiesNumber;
    }

    public void setCopiesNumber(Integer copiesNumber) {
        this.copiesNumber = copiesNumber;
    }

    public Long getBrandParId() {
        return brandParId;
    }

    public void setBrandParId(Long brandParId) {
        this.brandParId = brandParId;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy