ruoyi-api/ruoyi-api-account/src/main/java/com/ruoyi/account/api/model/BalanceChangeRecord.java
@@ -31,6 +31,9 @@ @ApiModelProperty("用户id") private Long appUserId; @ApiModelProperty("vip等级id") private Integer vipId; @ApiModelProperty("订单id") private Long orderId; @@ -42,8 +45,11 @@ private BigDecimal beforeAmount; @ApiModelProperty("变更金额") @Excel(name = "变更数量") private BigDecimal changeAmount; @ApiModelProperty("变更金额-带人民币符号") @Excel(name = "变更数量") @TableField(exist = false) private String changeAmountString; @ApiModelProperty("变更后金额") private BigDecimal afterAmount;