lixiaojun
2024-12-12 fe59cb0e4d060664927dca75d453162deae3e17d
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>
        /// 模块