|
@@ -359,9 +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;
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|