|
@@ -359,14 +359,5 @@ public class StoreInfo {
|
|
|
@TableField("tableware_fee")
|
|
@TableField("tableware_fee")
|
|
|
private Integer tablewareFee;
|
|
private Integer tablewareFee;
|
|
|
|
|
|
|
|
- /** 好评送券活动:每用户可参与次数,0或null表示不限制(需表 store_info 存在列 good_rating_participation_limit) */
|
|
|
|
|
- @ApiModelProperty(value = "好评送券活动每用户可参与次数,0或null不限制")
|
|
|
|
|
- @TableField("good_rating_participation_limit")
|
|
|
|
|
- private Integer goodRatingParticipationLimit;
|
|
|
|
|
-
|
|
|
|
|
- /** 好评送券发券类型:1=只发优惠券,2=只发代金券,null=都发(不落库,exist=false,由调用方或配置注入) */
|
|
|
|
|
- @ApiModelProperty(value = "好评送券发券类型:1只发优惠券,2只发代金券,null都发")
|
|
|
|
|
- @TableField(exist = false)
|
|
|
|
|
- private Integer goodRatingRewardType;
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|