From e15d326bf99045464912aad08d18faa0c667cdb5 Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期三, 22 五月 2024 09:27:34 +0800 Subject: [PATCH] 调度算法 修改 调度逻辑 修改 调度接口 web新增 --- WebApi/IStation.Service.Core/0-core/MemoryCacheKey.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebApi/IStation.Service.Core/0-core/MemoryCacheKey.cs b/WebApi/IStation.Service.Core/0-core/MemoryCacheKey.cs index b80cfaa..ed320c2 100644 --- a/WebApi/IStation.Service.Core/0-core/MemoryCacheKey.cs +++ b/WebApi/IStation.Service.Core/0-core/MemoryCacheKey.cs @@ -19,7 +19,7 @@ /// <summary> /// 妯″潡 /// </summary> - public const string Module = "Monitor"; + public const string Module = "Dispatch"; } } -- Gitblit v1.9.3