From 3493a1f3ee3010cdca1013dd11c97e551101df58 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期四, 26 十二月 2024 17:21:12 +0800
Subject: [PATCH] add:阿里云短信模板获取签名和模板信息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