From fd681339c81201ed6fb3303647ecab89e3e6c0c1 Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期三, 17 七月 2024 09:50:11 +0800
Subject: [PATCH] 调度逻辑修改,新增笛卡尔积过滤循环

---
 IStation.Server.Validation/00-core/IJobHelper.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/IStation.Server.Validation/00-core/IJobHelper.cs b/IStation.Server.Validation/00-core/IJobHelper.cs
index 83f8c81..e91d62d 100644
--- a/IStation.Server.Validation/00-core/IJobHelper.cs
+++ b/IStation.Server.Validation/00-core/IJobHelper.cs
@@ -5,7 +5,7 @@
     /// </summary>
     internal interface IJobHelper
     {
-         /// <summary>
+        /// <summary>
         /// 寮�濮嬩换鍔�
         /// </summary>
         Task StartJob();

--
Gitblit v1.9.3