店铺管理-店铺配置:打印机设置相关接口

This commit is contained in:
谭凯凯
2024-10-11 10:42:34 +08:00
committed by Tankaikai
parent 8c8b49adb2
commit 12a5466e26
4 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ public class ShopPrintLogDTO implements Serializable {
private String tablePrint;
@ApiModelProperty(value = "打印数量 c1m1^2=顾客+商家[2张] m1^1=商家[1张] c1^1顾客[1张] c2m1^3=顾客2+商家1[3张]")
private String printQty;
@ApiModelProperty(value = "打印方式 1-普通 2-单个菜")
@ApiModelProperty(value = "打印方式 normal-普通出单 one-一菜一品 callTicket-排队取号")
private String printMethod;
@ApiModelProperty(value = "打印类型 JSON数组字符串数据 1-确认退款单 2-交班单 3-排队取号,如:[1,2,3]")
private String printType;

View File

@@ -126,7 +126,7 @@ public class ShopPrinterDTO implements Serializable {
*/
private String printQty;
/**
* 打印方式 1-普通 2-单个菜
* 打印方式 normal-普通出单 one-一菜一品 callTicket-排队取号
*/
private String printMethod;
/**

View File

@@ -59,7 +59,7 @@ public class TbPrintMachineEntity implements Serializable {
*/
private String printQty;
/**
* 打印方式 1-普通 2-单个菜
* 打印方式 normal-普通出单 one-一菜一品 callTicket-排队取号
*/
private String printMethod;
/**

View File

@@ -64,7 +64,7 @@ public class TbPrintMachineLogEntity implements Serializable {
*/
private String printQty;
/**
* 打印方式 1-普通 2-单个菜
* 打印方式 normal-普通出单 one-一菜一品 callTicket-排队取号
*/
private String printMethod;
/**