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.Service/03-settings/paras/Paras.cs |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/IStation.Service/03-settings/paras/Paras.cs b/IStation.Service/03-settings/paras/Paras.cs
index 8a2c8fd..584bdb9 100644
--- a/IStation.Service/03-settings/paras/Paras.cs
+++ b/IStation.Service/03-settings/paras/Paras.cs
@@ -24,15 +24,5 @@
         /// Task
         /// </summary>
         public Paras_Task Task { get; set; }
-
-        /// <summary>
-        /// CAL
-        /// </summary>
-        public Paras_CAL CAL { get; set; }
-
-        /// <summary>
-        /// JWT
-        /// </summary>
-        public Paras_JWT JWT { get; set; }
     }
 }

--
Gitblit v1.9.3