From 4d065a305b997bfb66f41b33a31d59de63b1958d Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期四, 29 五月 2025 17:43:21 +0800
Subject: [PATCH] 1. 新增动态污染溯源新的判定逻辑(待完成)

---
 src/main/kotlin/com/flightfeather/uav/biz/sourcetrace/model/RealTimeExceptionResult.kt |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/main/kotlin/com/flightfeather/uav/biz/sourcetrace/model/RealTimeExceptionResult.kt b/src/main/kotlin/com/flightfeather/uav/biz/sourcetrace/model/RealTimeExceptionResult.kt
index 8f5d0eb..e9d93e5 100644
--- a/src/main/kotlin/com/flightfeather/uav/biz/sourcetrace/model/RealTimeExceptionResult.kt
+++ b/src/main/kotlin/com/flightfeather/uav/biz/sourcetrace/model/RealTimeExceptionResult.kt
@@ -11,6 +11,7 @@
 import com.flightfeather.uav.lightshare.eunm.ExceptionStatusType
 import com.flightfeather.uav.socket.eunm.FactorType
 import java.math.BigDecimal
+import java.util.UUID
 
 /**
  *
@@ -18,11 +19,6 @@
  * @author feiyu02
  */
 class RealTimeExceptionResult() : BaseExceptionResult() {
-
-    // 寮傚父缂栧彿
-    var guid: String? = null
-    // 寮傚父鐨勭姸鎬�
-    var status:Int = ExceptionStatusType.InProgress.value
 
     var deviceCode: String? = null
 
@@ -53,7 +49,7 @@
     var latitude: BigDecimal? = null
 
     // 涓棿鏁版嵁鐐瑰潗鏍�
-    var midData: BaseRealTimeData? = null
+    var midData: DataVo? = null
 //    var midLongitude: BigDecimal? = null
 //    var midLatitude: BigDecimal? = null
 

--
Gitblit v1.9.3