src/main/java/com/mzl/flower/entity/wallet/WalletDO.java @@ -72,7 +72,7 @@ * 总交易金额 */ @ApiModelProperty(value = "总交易金额") private String totalTransactionAmount; private BigDecimal totalTransactionAmount; }