gongzuming
2024-10-27 c25b0632e4a360f7499f1c79ff1d70a67919e008
src/main/java/com/mzl/flower/entity/wallet/WalletDO.java
@@ -72,7 +72,13 @@
     * 总交易金额
     */
    @ApiModelProperty(value = "总交易金额")
    private String totalTransactionAmount;
    private BigDecimal totalTransactionAmount;
    /**
     * 总交易金额
     */
    @ApiModelProperty(value = "已结算金额")
    private BigDecimal settledAmount;
}