数签子
This commit is contained in:
@@ -280,5 +280,9 @@ public class ShopInfoEditDTO {
|
||||
* 上菜时间 分钟
|
||||
*/
|
||||
private Integer serveTime;
|
||||
/**
|
||||
* 数签子
|
||||
*/
|
||||
private Integer isCountStick;
|
||||
|
||||
}
|
||||
|
||||
@@ -127,6 +127,10 @@ public class ShopConfig implements Serializable {
|
||||
* 套餐推广 开关
|
||||
*/
|
||||
private Integer isPackagePromotion;
|
||||
/**
|
||||
* 数签子
|
||||
*/
|
||||
private Integer isCountStick;
|
||||
|
||||
|
||||
private String dingAppKey;
|
||||
|
||||
@@ -352,6 +352,11 @@ public class ShopInfo implements Serializable {
|
||||
private Integer serveTime;
|
||||
@Column(ignore = true)
|
||||
private Integer isGroupBuy;
|
||||
/**
|
||||
* 数签子
|
||||
*/
|
||||
@Column(ignore = true)
|
||||
private Integer isCountStick;
|
||||
|
||||
/**
|
||||
* 运营端余额
|
||||
|
||||
Reference in New Issue
Block a user