From 3cc5256ecb6f34d0bfe0e13903f8a87cf5fcce91 Mon Sep 17 00:00:00 2001
From: lidongdong <1459917685@qq.com>
Date: 星期五, 28 六月 2024 11:15:56 +0800
Subject: [PATCH] 花城 需求清单列表新增显示隐藏字段 新增认领人数字段  新增时间段筛选功能

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/UserConstants.java |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/UserConstants.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/UserConstants.java
new file mode 100644
index 0000000..b82f987
--- /dev/null
+++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/UserConstants.java
@@ -0,0 +1,21 @@
+package com.panzhihua.common.constants;
+
+/**
+ * @program: springcloud_k8s_panzhihuazhihuishequ
+ * @description: 用户
+ * @author: huang.hongfa weixin hhf9596 qq 959656820
+ * @create: 2020-11-25 10:13
+ **/
+public class UserConstants {
+
+    public static final String PASSWORD = "y5g9w8*0TTWV4UgJ";
+    public static final String USER_ID = "user_id";
+    public static final String LOGOUT_TOKEN = "logout:";
+    public static final String LOGIN_USER_INFO = "login_user_info:";
+    public static final String PHONE_PUT = "phone_put:";
+    public static final String NEWS_ID = "news_media_id:";
+
+    public static final String NEWS_LIST = "news_list:";
+    public static final String SANSHUO_INDUSTRY_CENTER_ROLE="103";
+    public static final String SANSHUO_EXPERT_ROLE="102";
+}
\ No newline at end of file

--
Gitblit v1.7.1