From f83092193c8cb1782a918caaa56866f8f97a91f8 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期日, 29 十二月 2024 14:58:19 +0800
Subject: [PATCH] 1.行政区划对接-高德 2.行政区划对接-腾讯
---
src/main/java/com/mzl/flower/entity/wallet/WalletWithdrawRecordDO.java | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/main/java/com/mzl/flower/entity/wallet/WalletWithdrawRecordDO.java b/src/main/java/com/mzl/flower/entity/wallet/WalletWithdrawRecordDO.java
index 73659ff..663c459 100644
--- a/src/main/java/com/mzl/flower/entity/wallet/WalletWithdrawRecordDO.java
+++ b/src/main/java/com/mzl/flower/entity/wallet/WalletWithdrawRecordDO.java
@@ -30,16 +30,22 @@
/**
* 提现金额
*/
- @ApiModelProperty(value = "钱包Id")
+ @ApiModelProperty(value = "提现金额")
private BigDecimal amount;
/**
* 单次可提现金额
*/
- @ApiModelProperty(value = "提现金额")
+ @ApiModelProperty(value = "单次可提现金额")
private BigDecimal onceWithdrawAmount;
/**
+ * 提现类型
+ */
+ @ApiModelProperty(value = "提现类型")
+ private String withdrawType;
+
+ /**
* 提现状态
*/
@ApiModelProperty(value = "提现状态(提现中、提现成功、提现失败)")
--
Gitblit v1.9.3