| | |
| | | @ApiModelProperty(value = "金额,有正负") |
| | | private BigDecimal amount; |
| | | |
| | | @ApiModelProperty(value = "类型 1-直推奖励 2-团队奖励 3-订单支付 4-退款 5-转账 6-提现 7-排名奖励") |
| | | @ApiModelProperty(value = "类型") |
| | | private Integer type; |
| | | |
| | | @ApiModelProperty(value = "对方手机号") |
| | | private String phone; |
| | | |
| | | @ApiModelProperty(value = "代理等级") |
| | | private String memberLevel; |
| | | @ApiModelProperty(value = "流水类型 1-FCM代币 2-令牌 3-NFT") |
| | | private Integer flowType; |
| | | |
| | | @ApiModelProperty(value = "提现状态 1-提现中2-成功 3-拒绝") |
| | | private Integer status; |
| | | private String description; |
| | | |
| | | @ApiModelProperty(value = "时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |