소스 검색

访问其他业务系统 redis缓存键

sangwenwei 1 년 전
부모
커밋
2f283dfcab
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      jeeplus-common/jeeplus-common-core/src/main/java/com/jeeplus/common/constant/CacheNames.java

+ 2 - 0
jeeplus-common/jeeplus-common-core/src/main/java/com/jeeplus/common/constant/CacheNames.java

@@ -47,5 +47,7 @@ public interface CacheNames {
 
     String USER_CACHE_USER_ALL_INFO="user:cache:user:all:info";//所有的用户信息
 
+    String CCPM_IS_CONNECT = "ccpm:is:connect";//是否连接ccpm系统
+
 
 }