厨房小票二维码打印开关

This commit is contained in:
2026-04-27 11:48:48 +08:00
parent b1a39167ac
commit 772ba6376a
8 changed files with 26 additions and 7 deletions

View File

@@ -292,6 +292,10 @@ public class ShopInfoEditDTO {
* 数签子
*/
private Integer isCountStick;
/**
* 后厨单菜二维码
*/
private Integer isKitchenCode;
/**
* 退菜退库存模式 1跟随商品分类 2 跟随单商品
*/

View File

@@ -135,6 +135,10 @@ public class ShopConfig implements Serializable {
* 数签子
*/
private Integer isCountStick;
/**
* 后厨单菜二维码
*/
private Integer isKitchenCode;
/**
* 退菜退库存模式 1跟随商品分类 2 跟随单商品
*/

View File

@@ -361,6 +361,11 @@ public class ShopInfo implements Serializable {
*/
@Column(ignore = true)
private Integer isCountStick;
/**
* 后厨单菜二维码
*/
@Column(ignore = true)
private Integer isKitchenCode;
/**
* 退菜退库存模式 1跟随商品分类 2 跟随单商品
*/