Przeglądaj źródła

update Admin.NET/Admin.NET.Core/Const/CacheConst.cs.

Signed-off-by: Lzh666 <422235757@qq.com>
Lzh666 1 rok temu
rodzic
commit
282aa4ff7e
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      Admin.NET/Admin.NET.Core/Const/CacheConst.cs

+ 5 - 0
Admin.NET/Admin.NET.Core/Const/CacheConst.cs

@@ -101,6 +101,11 @@ public class CacheConst
     /// </summary>
     public const string KeyDict = "sys_dict:";
 
+    /// <summary>
+    /// 系统租户字典缓存
+    /// </summary>
+    public const string KeyTenantDict = "sys_tenant_dict:";
+
     /// <summary>
     /// 重复请求(幂等)字典缓存
     /// </summary>