From 6c1e7c5ac983301c34f003415cda2ef7c7e176a6 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期四, 09 一月 2025 17:34:11 +0800 Subject: [PATCH] 1. 新增卫星遥测网格4个顶点坐标计算逻辑 --- 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