From 429531a7a7e528190445d44c098555a8ab81fec7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=99=88=E4=BC=9F?= <421281095@qq.com>
Date: Wed, 23 Jul 2025 15:45:15 +0800
Subject: [PATCH] =?UTF-8?q?=E8=88=AA=E7=BA=BF=E6=B7=BB=E5=8A=A0=E5=AD=97?=
=?UTF-8?q?=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
OpenAuth.Repository/Domain/LasaAirLine.cs | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/OpenAuth.Repository/Domain/LasaAirLine.cs b/OpenAuth.Repository/Domain/LasaAirLine.cs
index 52da2c5..244bf64 100644
--- a/OpenAuth.Repository/Domain/LasaAirLine.cs
+++ b/OpenAuth.Repository/Domain/LasaAirLine.cs
@@ -34,5 +34,22 @@ namespace OpenAuth.Repository.Domain
public float? TaskOffLat { get; set; }
public string Folder { get; set; }
+
+ ///
+ /// 起飞点高度
+ ///
+ public int? TakeOffHeight { get; set; }
+
+ ///
+ /// 无人机类型
+ ///
+ public string UavType { get; set; }
+
+ ///
+ /// // 无人机型号
+ ///
+ public string UavModel { get; set; }
+
+ public string LineData { get; set; }
}
}
\ No newline at end of file