From dc4f12f66685260ac357997680e5f3fe723c3c4a Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期五, 12 九月 2025 17:22:40 +0800
Subject: [PATCH] 2025.9.12 1. 新增监测设备和巡查场景信息的匹配功能

---
 src/main/kotlin/cn/flightfeather/supervision/common/executor/BgTaskType.kt |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main/kotlin/cn/flightfeather/supervision/common/executor/BgTaskType.kt b/src/main/kotlin/cn/flightfeather/supervision/common/executor/BgTaskType.kt
index d1b471f..85b0bf5 100644
--- a/src/main/kotlin/cn/flightfeather/supervision/common/executor/BgTaskType.kt
+++ b/src/main/kotlin/cn/flightfeather/supervision/common/executor/BgTaskType.kt
@@ -4,7 +4,9 @@
     //娴嬭瘯浠诲姟
     TEST(0, "娴嬭瘯浠诲姟"),
     //鑷姩璇勫垎
-    AUTO_SCORE(1, "鑷姩璇勪及浠诲姟");
+    AUTO_SCORE(1, "鑷姩璇勪及浠诲姟"),
+    //鏂囨。鐢熸垚
+    DOCUMENT(2, "鐢熸垚鏂囨。浠诲姟");
 
 
     companion object {
@@ -13,6 +15,7 @@
             return when (index) {
                 TEST.index -> TEST
                 AUTO_SCORE.index -> AUTO_SCORE
+                DOCUMENT.index -> DOCUMENT
                 else -> null
             }
         }

--
Gitblit v1.9.3