huliguo
8 天以前 6acf6357094588946b5528f1ef1ed84a0f1037fd
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/ShopBalanceStatementVO.java
@@ -11,11 +11,11 @@
@ApiModel("ShopBalanceStatementVO对象")
public class ShopBalanceStatementVO {
    @ApiModelProperty(value = "变动类型(4=提现,5=订单收入,6=订单退款)")
    @ApiModelProperty(value = "变动类型(4=提现,5=订单收入,6=订单退款,7=提现失败)")
    private Integer type;
    @ApiModelProperty(value = "变动金额")
    private Integer variableAmount;
    private BigDecimal variableAmount;
    @ApiModelProperty(value = "变动时间")
    private String createTime;
@@ -29,4 +29,7 @@
    @ApiModelProperty(value = "增或减标识: 1-增 2-减")
    private Integer flag;
    @ApiModelProperty("提现/订单号")
    private String objectId;
}