店铺管理-店铺配置:打印机设置相关接口
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -126,7 +126,7 @@ public class ShopPrinterDTO implements Serializable {
|
||||
*/
|
||||
private String printQty;
|
||||
/**
|
||||
* 打印方式 1-普通 2-单个菜
|
||||
* 打印方式 normal-普通出单 one-一菜一品 callTicket-排队取号
|
||||
*/
|
||||
private String printMethod;
|
||||
/**
|
||||
|
||||
@@ -59,7 +59,7 @@ public class TbPrintMachineEntity implements Serializable {
|
||||
*/
|
||||
private String printQty;
|
||||
/**
|
||||
* 打印方式 1-普通 2-单个菜
|
||||
* 打印方式 normal-普通出单 one-一菜一品 callTicket-排队取号
|
||||
*/
|
||||
private String printMethod;
|
||||
/**
|
||||
|
||||
@@ -64,7 +64,7 @@ public class TbPrintMachineLogEntity implements Serializable {
|
||||
*/
|
||||
private String printQty;
|
||||
/**
|
||||
* 打印方式 1-普通 2-单个菜
|
||||
* 打印方式 normal-普通出单 one-一菜一品 callTicket-排队取号
|
||||
*/
|
||||
private String printMethod;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user