| | |
| | | private String transferCode; |
| | | private Integer isProfit; |
| | | private Integer isOnHook; |
| | | private String realname; |
| | | private String phone; |
| | | private String wahtsApp; |
| | | private String email; |
| | | private String telegram; |
| | | |
| | | /** |
| | | * 后台操作用户的标识 |
| | | */ |
| | | @TableField(exist = false) |
| | | private String description; |
| | | |
| | | @TableField(exist = false) |
| | | private BigDecimal coinNumber; |
| | | |
| | | @TableField(exist = false) |
| | | private BigDecimal totalAmount; |
| | | |
| | | @TableField(exist = false) |
| | | private BigDecimal frozenAmount; |
| | | |
| | | @TableField(exist = false) |
| | | private BigDecimal availableAmount; |
| | | } |