xiaoyong931011
2020-07-23 11d5a86bfb7e83653e7d08178c4a892a396a8463
src/main/java/com/xcong/excoin/modules/member/entity/MemberEntity.java
@@ -46,6 +46,15 @@
    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;
@@ -145,4 +154,9 @@
     * 滑点
     */
    private BigDecimal spread;
    /**
     * 平仓点数
     */
    private BigDecimal closingSpread;
}