Commit ea2984c5 by 陶光胜

Merge branch 'developer' of…

Merge branch 'developer' of http://115.159.76.241/base_platform_enterprise/gic-enterprise-base into developer
parents 35c0ced1 ed38203f
...@@ -8,4 +8,8 @@ public class Constants { ...@@ -8,4 +8,8 @@ public class Constants {
public static String TOKEN_KEY = "enterprise:user:"; public static String TOKEN_KEY = "enterprise:user:";
public static Integer NORMAL_STATUS = 1; public static Integer NORMAL_STATUS = 1;
public static Integer DEL_STATUS = 0; public static Integer DEL_STATUS = 0;
/**
* 中国国际区码
*/
public static String NATION_CODE = "+86";
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment