wuchen 2 месяцев назад
Родитель
Сommit
eb33b1aa40
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      alien-entity/src/main/java/shop/alien/entity/store/StoreInfo.java

+ 0 - 4
alien-entity/src/main/java/shop/alien/entity/store/StoreInfo.java

@@ -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;
 
 
 }
 }