From cf160e28026ed1ed8bea82701d66e79a1085c503 Mon Sep 17 00:00:00 2001
From: Riku <risaku@163.com>
Date: 星期四, 15 五月 2025 00:24:39 +0800
Subject: [PATCH] 1. 新增走航动态溯源功能

---
 src/main/kotlin/com/flightfeather/uav/biz/sourcetrace/model/RealTimeExceptionResult.kt |    6 +-----
 1 files changed, 1 insertions(+), 5 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..7a4251f 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
 

--
Gitblit v1.9.3