店铺管理-店铺配置:打印机设置相关接口
This commit is contained in:
@@ -62,10 +62,15 @@ public class ShopPrinterDTO implements Serializable {
|
||||
private String shopId;
|
||||
|
||||
/**
|
||||
* 冗余/遗留字段
|
||||
* 部分分类id 用逗号隔开,部分打印时必传,如:1,2,3
|
||||
*/
|
||||
private String categoryIds;
|
||||
|
||||
/**
|
||||
* 部分分类列表 分类打印选择部分打印时必传,JsonArray字符串数据 如:[{"id":125,"name":"意式咖啡"},{"id":127,"name":"饮品"}]
|
||||
*/
|
||||
private String categoryList;
|
||||
|
||||
/**
|
||||
* 打印机品牌
|
||||
* 云想印 = yxyPrinter
|
||||
|
||||
Reference in New Issue
Block a user