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

This commit is contained in:
谭凯凯
2024-10-11 10:45:33 +08:00
committed by Tankaikai
parent ed2f5763ce
commit 493f8563b3
8 changed files with 29 additions and 27 deletions

View File

@@ -28,6 +28,8 @@ public class TbPrintMachine implements Serializable {
private String categoryIds;
private String categoryList;
private String contentType;
private Long createdAt;
@@ -200,6 +202,14 @@ public class TbPrintMachine implements Serializable {
return receiptSize;
}
public String getCategoryList() {
return categoryList;
}
public void setCategoryList(String categoryList) {
this.categoryList = categoryList;
}
public void setReceiptSize(String receiptSize) {
this.receiptSize = receiptSize;
}

View File

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

View File

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