From fe59cb0e4d060664927dca75d453162deae3e17d Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 12 十二月 2024 22:23:52 +0800 Subject: [PATCH] 增加产品冷却塔至bll --- Service/HStation.Service.Assets.Core/00-core/MemoryCacheKey.cs | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/00-core/MemoryCacheKey.cs b/Service/HStation.Service.Assets.Core/00-core/MemoryCacheKey.cs new file mode 100644 index 0000000..1e4fc14 --- /dev/null +++ b/Service/HStation.Service.Assets.Core/00-core/MemoryCacheKey.cs @@ -0,0 +1,28 @@ +锘縩amespace HStation.Assets +{ + /// <summary> + /// 鍐呭瓨缂撳瓨閿�-涓轰互鍚庡鍔犳竻闄ょ紦瀛樺仛鍑嗗 + /// </summary> + public class MemoryCacheKey + { + /// <summary> + /// 鏈嶅姟灞傜骇 + /// </summary> + public const string ServiceLevel = "Service"; + + /// <summary> + /// 鎺ュ彛灞傜骇 + /// </summary> + public const string WebApiLevel = "WebApi"; + + /// <summary> + /// BLL灞傜骇 + /// </summary> + public const string BLLLevel = "BLL"; + + /// <summary> + /// 妯″潡 + /// </summary> + public const string Module = "Xhs"; + } +} \ No newline at end of file -- Gitblit v1.9.3