xiaoyong931011
2020-06-16 1636c6e9db920bb385725314935363d537b30633
src/main/java/com/xcong/excoin/modules/member/entity/MemberEntity.java
@@ -19,6 +19,11 @@
public class MemberEntity extends BaseEntity {
    /**
    *
    */
   private static final long serialVersionUID = 1L;
   /**
     * 账号状态 - 禁用
     */
    public static final Integer ACCOUNT_STATUS_DISABLED = 0;
@@ -46,7 +51,7 @@
    /**
     * 实名认证 审核通过
     */
    public static final Integer CERTIFY_STATUS_Y = 1;
    public static final Integer CERTIFY_STATUS_Y = 2;
    /**
     * 实名认证 审核不通过
     */
@@ -54,7 +59,7 @@
    /**
     * 实名认证 审核中
     */
    public static final Integer CERTIFY_STATUS_ING = 2;
    public static final Integer CERTIFY_STATUS_ING = 1;
    /**
     * 实名认证 未提交
     */