src/main/java/com/mzl/flower/entity/wallet/WalletBillRecordDO.java @@ -76,4 +76,7 @@ @ApiModelProperty(value = "备注") private String remark; @ApiModelProperty(value = "实际转账金额") private BigDecimal actualTransferAmount; }