Service/HStation.Service.Assets.Core/00-core/MemoryCacheKey.cs
@@ -3,7 +3,7 @@ /// <summary> /// 内存缓存键-为以后增加清除缓存做准备 /// </summary> internal class MemoryCacheKey public class MemoryCacheKey { /// <summary> /// 服务层级 @@ -18,7 +18,7 @@ /// <summary> /// BLL层级 /// </summary> public const string BllLevel = "BLL"; public const string BLLLevel = "BLL"; /// <summary> /// 模块