From 36680087df02080833c319a7a70f083585fad295 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期五, 09 五月 2025 12:27:33 +0800
Subject: [PATCH] 1. 添加了动态污染溯源相关功能逻辑

---
 src/main/kotlin/com/flightfeather/uav/domain/entity/ExpandFun.kt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/kotlin/com/flightfeather/uav/domain/entity/ExpandFun.kt b/src/main/kotlin/com/flightfeather/uav/domain/entity/ExpandFun.kt
index c0bf033..15b6b78 100644
--- a/src/main/kotlin/com/flightfeather/uav/domain/entity/ExpandFun.kt
+++ b/src/main/kotlin/com/flightfeather/uav/domain/entity/ExpandFun.kt
@@ -142,6 +142,7 @@
         VELOCITY -> TODO("no such factor")
         TIME -> TODO("no such factor")
         HEIGHT -> TODO("no such factor")
+        else -> TODO("no such factor")
     }
 }
 

--
Gitblit v1.9.3