更新 Admin.NET/Admin.NET.Core/Const/CacheConst.cs

This commit is contained in:
twt_2008 2024-12-14 13:57:54 +08:00
parent 3d3fa618ab
commit c59bac812b

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二级缓存