Service/HStation.Service.Assets.Core/00-core/MemoryCacheKey.cs
@@ -1,4 +1,4 @@ namespace HStation.Xhs namespace HStation.Assets { /// <summary> /// 内存缓存键-为以后增加清除缓存做准备 @@ -18,14 +18,11 @@ /// <summary> /// BLL层级 /// </summary> public const string BllLevel = "BLL"; public const string BLLLevel = "BLL"; /// <summary> /// 模块 /// </summary> public const string Module = "Xhs"; } } }