Merge pull request '更新 Admin.NET/Admin.NET.Core/Const/CacheConst.cs' (#198) from twt_2008/Admin.NET.Pro:main into main

Reviewed-on: http://101.43.53.74:3000/Admin.NET/Admin.NET.Pro/pulls/198
This commit is contained in:
zuohuaijun 2024-12-14 15:08:38 +08:00
commit a736bd052e

View File

@ -54,7 +54,7 @@ public class CacheConst
/// <summary>
/// 租户缓存
/// </summary>
public const string KeyTenant = "sys_tenant";
public const string KeyTenant = "sys_tenant:";
/// <summary>
/// 常量下拉框
@ -64,7 +64,7 @@ public class CacheConst
/// <summary>
/// 所有缓存关键字集合
/// </summary>
public const string KeyAll = "sys_keys";
public const string KeyAll = "sys_keys:";
/// <summary>
/// SqlSugar二级缓存