| | |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.xcong.excoin.common.system.base.BaseEntity; |
| | | import lombok.Data; |
| | | import org.web3j.abi.datatypes.Int; |
| | | |
| | | import java.io.Serializable; |
| | | |
| | |
| | | /** |
| | | * 实名认证 审核通过 |
| | | */ |
| | | 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; |
| | | /** |
| | | * 实名认证 未提交 |
| | | */ |
| | | public static final Integer CERTIFY_STATUS_UN_SUBMIT = 3; |
| | | |
| | | public static final int IS_PROFIT_Y = 1; |
| | | |
| | | public static final int IS_PROFIT_N = 0; |
| | | |
| | | /** |
| | | * 手机号(包含国际手机号) |