From 7712f523a9900eb4c2539aa885178e562ac7218e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BC=9F?= <421281095@qq.com> Date: Mon, 30 Jun 2025 09:18:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E8=A1=A8=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.Repository/Domain/LasaTask.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/OpenAuth.Repository/Domain/LasaTask.cs b/OpenAuth.Repository/Domain/LasaTask.cs index 048725d..6410c84 100644 --- a/OpenAuth.Repository/Domain/LasaTask.cs +++ b/OpenAuth.Repository/Domain/LasaTask.cs @@ -29,6 +29,11 @@ namespace OpenAuth.Repository.Domain /// public int TaskType { get; set; } + + public string TaskAirLineName { get; set; } + + public string TaskDronePortName { get; set; } + /// /// 执行机场 ///