namespace OpenAuth.App.ServiceApp.FlyTask.Response; public class CommandVideoResponse { public bool issuccess { get; set; } public byte[] imgBlob { get; set; } public VideoExtData spkzxx { get; set; } public string videoLink { get; set; } } public class VideoExtData { public float? lon { get; set; } public float? lat { get; set; } public float? angle { get; set; } public float? height { get; set; } }