Pu Zhibing
2025-03-26 cbf2486983b77a27af9968bbb362cb8d43789115
ruoyi-api/ruoyi-api-account/src/main/java/com/ruoyi/account/api/model/BalanceChangeRecordCopy.java
@@ -39,9 +39,6 @@
    @Excel(name = "变更类型", readConverterExp = "1=充值,2=提现,3=红包,4=分佣,5=商城购物,6=订单取消回退")
    private Integer changeType;
    @ApiModelProperty("变更前金额")
    private BigDecimal beforeAmount;
    @ApiModelProperty("变更金额")
    private BigDecimal changeAmount;
    @ApiModelProperty("变更金额-带人民币符号")
@@ -49,8 +46,9 @@
    @TableField(exist = false)
    private String changeAmountString;
    @ApiModelProperty("变更后金额")
    private BigDecimal afterAmount;
    @ApiModelProperty(value = "变动方向(-1:减少,1:增加)")
    @TableField("change_direction")
    private Integer changeDirection;
    @ApiModelProperty("删除(0=否,1=是")
    private Integer delFlag;