From 19f963e688b672c2dba9eb77aeea57b4eab62829 Mon Sep 17 00:00:00 2001 From: gongzuming <gongzuming> Date: 星期二, 29 十月 2024 11:34:14 +0800 Subject: [PATCH] 菜单优化 --- src/main/java/com/mzl/flower/entity/wallet/WalletDO.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/mzl/flower/entity/wallet/WalletDO.java b/src/main/java/com/mzl/flower/entity/wallet/WalletDO.java index 50d4011..5774d2b 100644 --- a/src/main/java/com/mzl/flower/entity/wallet/WalletDO.java +++ b/src/main/java/com/mzl/flower/entity/wallet/WalletDO.java @@ -74,5 +74,11 @@ @ApiModelProperty(value = "总交易金额") private BigDecimal totalTransactionAmount; + /** + * 总交易金额 + */ + @ApiModelProperty(value = "已结算金额") + private BigDecimal settledAmount; + } -- Gitblit v1.9.3