Pu Zhibing
2025-03-26 cbf2486983b77a27af9968bbb362cb8d43789115
ruoyi-api/ruoyi-api-account/src/main/java/com/ruoyi/account/api/model/BalanceChangeRecord.java
@@ -41,9 +41,6 @@
    @Excel(name = "变更类型", readConverterExp = "1=充值,2=提现,3=红包,4=分佣,5=商城购物,6=订单取消回退")
    private Integer changeType;
    @ApiModelProperty("变更前金额")
    private BigDecimal beforeAmount;
    @ApiModelProperty("变更金额")
    private BigDecimal changeAmount;
    @ApiModelProperty("变更金额-带人民币符号")
@@ -51,15 +48,16 @@
    @TableField(exist = false)
    private String changeAmountString;
    @ApiModelProperty("变更后金额")
    private BigDecimal afterAmount;
    @ApiModelProperty("删除(0=否,1=是")
    private Integer delFlag;
    @ApiModelProperty("添加时间")
    @Excel(name = "变更时间",dateFormat = "yyyy-MM-dd HH:mm:ss")
    private LocalDateTime createTime;
    @ApiModelProperty(value = "变动方向(-1:减少,1:增加)")
    @TableField("change_direction")
    private Integer changeDirection;
    @TableField(exist = false)
    @ApiModelProperty("消费用户名称")