数签子

This commit is contained in:
2025-12-25 14:06:43 +08:00
parent e125eed517
commit 5cb895ac19
3 changed files with 13 additions and 0 deletions

View File

@@ -280,5 +280,9 @@ public class ShopInfoEditDTO {
* 上菜时间 分钟
*/
private Integer serveTime;
/**
* 数签子
*/
private Integer isCountStick;
}

View File

@@ -127,6 +127,10 @@ public class ShopConfig implements Serializable {
* 套餐推广 开关
*/
private Integer isPackagePromotion;
/**
* 数签子
*/
private Integer isCountStick;
private String dingAppKey;

View File

@@ -352,6 +352,11 @@ public class ShopInfo implements Serializable {
private Integer serveTime;
@Column(ignore = true)
private Integer isGroupBuy;
/**
* 数签子
*/
@Column(ignore = true)
private Integer isCountStick;
/**
* 运营端余额