From 926c2b7a4a44ef6e2dffde81cf3a895f3fc6b52f Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Sun, 07 Jun 2020 16:05:14 +0800
Subject: [PATCH] modify

---
 src/main/java/com/xcong/excoin/modules/member/entity/MemberEntity.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/member/entity/MemberEntity.java b/src/main/java/com/xcong/excoin/modules/member/entity/MemberEntity.java
index fa286bc..cec1162 100644
--- a/src/main/java/com/xcong/excoin/modules/member/entity/MemberEntity.java
+++ b/src/main/java/com/xcong/excoin/modules/member/entity/MemberEntity.java
@@ -54,6 +54,10 @@
      */
     public static final Integer CERTIFY_STATUS_ING = 2;
 
+    public static final int IS_PROFIT_Y = 1;
+
+    public static final int IS_PROFIT_N = 0;
+
     /**
      * 手机号(包含国际手机号)
      */

--
Gitblit v1.9.1