|  |  |  | 
|---|
|  |  |  | public static final Integer ACCOUNT_TYPE_EMAIL = 2; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 正常账号 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public static final Integer ACCOUNT_TYPE_NORMAL = 1; | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 测试账号 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public static final Integer ACCOUNT_TYPE_TEST = 2; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 实名认证 审核通过 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public static final Integer CERTIFY_STATUS_Y = 2; | 
|---|
|  |  |  | 
|---|
|  |  |  | public static final int IS_PROFIT_Y = 1; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final int IS_PROFIT_N = 0; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final Integer IS_TRADER_Y = 1; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final Integer IS_TRADER_N = 2; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 1是2否 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private Integer isTrader; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 手机号(包含国际手机号) | 
|---|
|  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 账号状态 0-禁用 1-启用 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private int accountStatus; | 
|---|
|  |  |  | private Integer accountStatus; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 上级推荐人id | 
|---|
|  |  |  | 
|---|
|  |  |  | * 滑点 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private BigDecimal spread; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 平仓点数 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private BigDecimal closingSpread; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 强平系数 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private BigDecimal forceParam; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 合约仓位类型 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private Integer contractPositionType; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 指纹解锁功能  1:是   0:否 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private Integer fingerprintState; | 
|---|
|  |  |  | } | 
|---|