From ddaa44400aa478058ffe9349d59904a130b7ce9c Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期四, 28 八月 2025 17:33:11 +0800
Subject: [PATCH] 2025.8.28 1. 新增走航任务统计功能(待完成)

---
 src/main/kotlin/com/flightfeather/uav/biz/sourcetrace/model/RealTimeExceptionResult.kt |   13 +++++--------
 1 files changed, 5 insertions(+), 8 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..15ae23b 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,26 +11,23 @@
 import com.flightfeather.uav.lightshare.eunm.ExceptionStatusType
 import com.flightfeather.uav.socket.eunm.FactorType
 import java.math.BigDecimal
+import java.util.UUID
 
 /**
  *
  * @date 2025/5/13
  * @author feiyu02
  */
+@Deprecated("2025.5.29, 閫昏緫涓庝笟鍔′笉鍖归厤锛屽悗缁垹闄�")
 class RealTimeExceptionResult() : BaseExceptionResult() {
-
-    // 寮傚父缂栧彿
-    var guid: String? = null
-    // 寮傚父鐨勭姸鎬�
-    var status:Int = ExceptionStatusType.InProgress.value
 
     var deviceCode: String? = null
 
     var exception: String? = null
     var exceptionType: Int? = null
 
-    var factorId: Int? = null
-    var factorName: String? = null
+//    var factorId: Int? = null
+//    var factorName: String? = null
     var subFactorId: List<Int>? = null
     var subFactorName: List<String>? = null
     var selectedFactor: FactorFilter.SelectedFactor? = null
@@ -53,7 +50,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