From 3d978971907c51e7cacc19f012e4d66ba1bac37c Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期六, 14 十二月 2024 17:17:05 +0800
Subject: [PATCH] Revit冷却塔增加

---
 Service/HStation.Service.Assets.Core/00-core/MemoryCacheKey.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Service/HStation.Service.Assets.Core/00-core/MemoryCacheKey.cs b/Service/HStation.Service.Assets.Core/00-core/MemoryCacheKey.cs
index 97af733..1e4fc14 100644
--- a/Service/HStation.Service.Assets.Core/00-core/MemoryCacheKey.cs
+++ b/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>
         /// 妯″潡

--
Gitblit v1.9.3