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