|
|
|
@ -34,5 +34,22 @@ namespace OpenAuth.Repository.Domain
|
|
|
|
|
public float? TaskOffLat { get; set; }
|
|
|
|
|
|
|
|
|
|
public string Folder { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 起飞点高度
|
|
|
|
|
/// </summary>
|
|
|
|
|
public int? TakeOffHeight { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 无人机类型
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string UavType { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// // 无人机型号
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string UavModel { get; set; }
|
|
|
|
|
|
|
|
|
|
public string LineData { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|