duheng
2024-11-19 ca5f300a7cef85d22b5e0f9d59d117c49f9909b3
Service/HStation.Service.Assets.Core/00-core/MemoryCacheKey.cs
@@ -1,9 +1,9 @@
namespace HStation.Xhs
namespace HStation.Assets
{
    /// <summary>
    /// 内存缓存键-为以后增加清除缓存做准备
    /// </summary>
    public class MemoryCacheKey
    internal class MemoryCacheKey
    {
        /// <summary>
        /// 服务层级
@@ -24,8 +24,5 @@
        /// 模块
        /// </summary>
        public const string Module = "Xhs";
    }
}
}