Merge branch 'tkk' into test

This commit is contained in:
Tankaikai
2024-09-25 18:20:49 +08:00
2 changed files with 116 additions and 2 deletions

View File

@@ -42,4 +42,33 @@ public class TbPrintMachineEntity implements Serializable {
private String vendorId;
private String productId;
/**
* 小票尺寸 58mm 80mm
*/
private String receiptSize;
/**
* 分类打印 0-所以 1-部分分类 2-部分商品
*/
private String classifyPrint;
/**
* 桌台打印 0-所有 1-部分
*/
private String tablePrint;
/**
* 打印数量 c1m1^2=顾客+商家[2张] m1^1=商家[1张] c1^1顾客[1张] c2m1^3顾客2+商家1[3张]
*/
private String printQty;
/**
* 打印方式 1-普通 2-单个菜
*/
private String printMethod;
/**
* 打印类型JSON数组 1-确认退款单 2-交班单 3-排队取号
*/
private String printType;
/**
* 打印单据 0-全部打印 1-仅厨房 2-仅前台
*/
private String printReceipt;
}