From ea145f951b65368a064d5dbd1b5fb5ca48907ed9 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期五, 06 十二月 2024 17:43:51 +0800 Subject: [PATCH] 修改启动异常 --- ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/vo/vip/Level.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/vo/vip/Level.java b/ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/vo/vip/Level.java index 96636bf..c5d6002 100644 --- a/ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/vo/vip/Level.java +++ b/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; -- Gitblit v1.7.1