| | |
| | | /** |
| | | * 1提现 2售卖商品 3平台退款 4分佣 |
| | | */ |
| | | @ApiModelProperty("1提现 2售卖商品 3平台退款 4分佣") |
| | | @ApiModelProperty("1提现 2售卖商品 3平台退款 4分佣 5购买商品") |
| | | private Integer category; |
| | | /** |
| | | * 1待审核 2通过(完成) 3拒绝 (取消) |
| | | */ |
| | | @ApiModelProperty("1待审核 2通过(完成) 3拒绝 (取消)") |
| | | @ApiModelProperty("1待审核(办理中) 2通过(完成 ) 3拒绝(取消)") |
| | | private Integer status; |
| | | @ApiModelProperty("金额") |
| | | private BigDecimal money; |
| | |
| | | @TableField("create_time") |
| | | private Date createTime; |
| | | |
| | | @TableField("source_id") |
| | | @ApiModelProperty("来源 下单用户id category = 1为提现表id") |
| | | private String sourceId; |
| | | |
| | | @TableField("order_price") |
| | | private BigDecimal orderPrice; |
| | | |
| | | @TableField("order_id") |
| | | private String orderId; |
| | | |
| | | |
| | | |
| | | |
| | | } |