From f5fc8aa80721339ebe7995deebeda69815adbbc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Thu, 19 Mar 2026 08:34:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/ruoyi/device/api/domain/DroneTakeoffRequest.java | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/ruoyi-api/tuoheng-api-device/src/main/java/com/ruoyi/device/api/domain/DroneTakeoffRequest.java b/ruoyi-api/tuoheng-api-device/src/main/java/com/ruoyi/device/api/domain/DroneTakeoffRequest.java index e97400e..ea0a954 100644 --- a/ruoyi-api/tuoheng-api-device/src/main/java/com/ruoyi/device/api/domain/DroneTakeoffRequest.java +++ b/ruoyi-api/tuoheng-api-device/src/main/java/com/ruoyi/device/api/domain/DroneTakeoffRequest.java @@ -20,14 +20,9 @@ public class DroneTakeoffRequest implements Serializable { /** 机场SN号 */ @Schema(description = "机场SN号", example = "THJSQ03B2309DN7VQN43") private String sn; -// -// /** 消息ID */ -// @Schema(description = "消息ID", example = "9056") -// private Long messageID; -// /** 航线文件URL */ -// @Schema(description = "航线文件URL", example = "https://minio-jndsj.t-aaron.com:2443/th-airport/testFile/13912c62-b96f-4df5-ab65-813c8c4b04eb.waypoints") -// private String airlineFileUrl; + @Schema(description = "航线文件URL") + private String airlineFileUrl; /** 最低电池电量 */ @Schema(description = "最低电池电量", example = "0.3")