From 548a01654a5fdb158aa2cca86ae83ffaebbb0395 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Fri, 03 Jan 2025 09:37:11 +0800
Subject: [PATCH] feat(mall): 增加 USDT 提现功能

---
 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 999892e..ba0d84a 100644
--- a/src/main/java/cc/mrbird/febs/mall/entity/RunVip.java
+++ b/src/main/java/cc/mrbird/febs/mall/entity/RunVip.java
@@ -25,6 +25,8 @@
 
     private Integer withdrawState;//是否允许碳币提现 1是0否
 
+    private Integer commissionState;//是否允许USDT提现 1是0否
+
     private Integer insideState;//是否允许内转 1-是0-否
 
     private BigDecimal growthValue;//每日碳积分增长倍数

--
Gitblit v1.9.1