puzhibing
2024-12-06 ea145f951b65368a064d5dbd1b5fb5ca48907ed9
修改启动异常
2个文件已修改
14 ■■■■ 已修改文件
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/VipSetting.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/vo/vip/Level.java 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/VipSetting.java
@@ -65,7 +65,7 @@
    @ApiModelProperty(value = "达成会员等级所需消费积分数量")
    @TableField("vip_level_up_shop")
    private BigDecimal vipLevelUpShop;
    private Integer vipLevelUpShop;
    @ApiModelProperty(value = "通过消费积分达成会员等级的开关 1开0关")
    @TableField("vip_level_up_shop_role")
@@ -73,7 +73,7 @@
    @ApiModelProperty(value = "达成会员等级所需的返佣积分数量")
    @TableField("vip_level_up_share")
    private BigDecimal vipLevelUpShare;
    private Integer vipLevelUpShare;
    @ApiModelProperty(value = "通过返佣积分达成会员等级的开关 1开0关")
    @TableField("vip_level_up_share_role")
ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/vo/vip/Level.java
@@ -26,10 +26,10 @@
    private String vipDesc;
    @ApiModelProperty(value = "消费达到积分 后升级")
    private BigDecimal vipLevelUpShop;
    private Integer vipLevelUpShop;
    @ApiModelProperty(value = "返佣达到积分 后升级")
    private BigDecimal vipLevelUpShare;
    private Integer vipLevelUpShare;
    @ApiModelProperty(value = "升级会员的直推用户人数要求")
    private Integer vipDirectNum;
@@ -40,19 +40,19 @@
    private Integer keepBuyDay;
    @ApiModelProperty(value = "保级:消费x分")
    private BigDecimal keepBuyPoint;
    private Integer keepBuyPoint;
    @ApiModelProperty(value = "保级:返佣x天")
    private Integer keepShareDay;
    @ApiModelProperty(value = "保级:返佣x分")
    private BigDecimal keepSharePoint;
    private Integer keepSharePoint;
    @ApiModelProperty(value = "保级:门店x天")
    private Integer keepShopDay;
    @ApiModelProperty(value = "保级:门店x分")
    private BigDecimal keepShopPoint;
    private Integer keepShopPoint;
    @ApiModelProperty(value = "指定购买商品")
    private List<String> goodsNames;