From df881fabbfbde09b9ec53b53e500d43ac314d736 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 03 二月 2021 10:38:12 +0800
Subject: [PATCH] 1. 调整获取数据的排序为按时间升序

---
 src/main/kotlin/com/flightfeather/uav/socket/bean/DataUnit.kt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/kotlin/com/flightfeather/uav/socket/bean/DataUnit.kt b/src/main/kotlin/com/flightfeather/uav/socket/bean/DataUnit.kt
index 11edd95..40a5d94 100644
--- a/src/main/kotlin/com/flightfeather/uav/socket/bean/DataUnit.kt
+++ b/src/main/kotlin/com/flightfeather/uav/socket/bean/DataUnit.kt
@@ -11,5 +11,5 @@
  * 鏍规嵁鍛戒护鍗曞厓 @see [AirCommandUnit] 鐨勫垎绫伙紝涓嶅悓绫诲瀷鐨勭粨鏋勪笉鍚岋紝瑙佸悇瀛愮被
  */
 open class DataUnit {
-    var time: Date? = null
+
 }
\ No newline at end of file

--
Gitblit v1.9.3