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