server/system_service/src/main/java/com/doumee/core/utils/Constants.java
@@ -94,6 +94,7 @@ public static final String ERP ="ERP" ; public static final Integer THREE =3 ; public static final Integer FOUR =4 ; public static final Integer FIVE =5 ; public static final String ORG_USER_ORIGIN = "ORG_USER_ORIGIN"; public static final String VIRTUAL_CARD_INDEX = "02098469790"; public static final String RETRY_CONNECT_NUM ="RETRY_CONNECT_NUM" ; @@ -404,7 +405,7 @@ public interface memberType{ int lw_visitor = 0;//劳务访客 int driver = 0;//司机人员 int visitor = 1;//普通访客 int internal = 2;//内部人员 }