Pu Zhibing
2024-12-02 e68c33e84e7f85fe8504de9c105d8597b996a906
ruoyi-api/ruoyi-api-account/src/main/java/com/ruoyi/account/api/model/BalanceChangeRecord.java
@@ -21,7 +21,7 @@
    private static final long serialVersionUID = 1L;
    @ApiModelProperty("主键")
    @TableId(type = IdType.AUTO)
    @TableId
    private Long id;
    @ApiModelProperty("用户id")
@@ -31,7 +31,7 @@
    private Long orderId;
    @ApiModelProperty("类型:1充值2提现3红包4分佣5商城购物")
    private Integer type;
    private Integer changeType;
    @ApiModelProperty("变更前金额")
    private BigDecimal beforeAmount;