Commit 1b8aa263 by 陶光胜

init

parent 2e728596
......@@ -6,4 +6,6 @@ public class Constants {
public static String ColumnCategoryCode = "enterprise-store";
public static String USER_TOKEN = "token";
public static String TOKEN_KEY = "enterprise:user:";
public static Integer NORMAL_STATUS = 1;
public static Integer DEL_STATUS = 0;
}
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