Ver Fonte

代码提交

wuchen há 2 meses atrás
pai
commit
eb33b1aa40

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

@@ -359,9 +359,5 @@ public class StoreInfo {
     @TableField("tableware_fee")
     private Integer tablewareFee;
 
-    /** 好评送券活动:每用户可参与次数,0或null表示不限制(需表 store_info 存在列 good_rating_participation_limit) */
-    @ApiModelProperty(value = "好评送券活动每用户可参与次数,0或null不限制")
-    @TableField("good_rating_participation_limit")
-    private Integer goodRatingParticipationLimit;
 
 }