| | |
| | | import com.xcong.excoin.common.entity.BaseEntity; |
| | | import lombok.Data; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.Date; |
| | | |
| | | /** |
| | |
| | | /** |
| | | * 实名认证 审核通过 |
| | | */ |
| | | public static final Integer CERTIFY_STATUS_Y = 1; |
| | | public static final Integer CERTIFY_STATUS_Y = 2; |
| | | /** |
| | | * 实名认证 审核不通过 |
| | | */ |
| | |
| | | /** |
| | | * 实名认证 审核中 |
| | | */ |
| | | public static final Integer CERTIFY_STATUS_ING = 2; |
| | | public static final Integer CERTIFY_STATUS_ING = 1; |
| | | /** |
| | | * 实名认证 未提交 |
| | | */ |
| | |
| | | |
| | | @TableField(exist = false) |
| | | private String account; |
| | | |
| | | @TableField(exist = false) |
| | | private BigDecimal coinNumber; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @TableField(exist = false) |