From 877b982710ab433610c8c220f7da592f1ea51e66 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Fri, 21 Feb 2025 16:39:01 +0800 Subject: [PATCH] feat(mall): 添加直推奖励功能 --- src/main/java/cc/mrbird/febs/mall/entity/RunVip.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/cc/mrbird/febs/mall/entity/RunVip.java b/src/main/java/cc/mrbird/febs/mall/entity/RunVip.java index ba0d84a..d926e52 100644 --- a/src/main/java/cc/mrbird/febs/mall/entity/RunVip.java +++ b/src/main/java/cc/mrbird/febs/mall/entity/RunVip.java @@ -29,6 +29,8 @@ private Integer insideState;//是否允许内转 1-是0-否 + private Integer growState;//是否允许权益升级 1-是0-否 + private BigDecimal growthValue;//每日碳积分增长倍数 private Integer growthCnt;//每日获取碳积分最大值 -- Gitblit v1.9.1