using OpenAuth.Repository.Domain; using SqlSugar; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OpenAuth.App.ServiceApp.Response { public class DroneCloudTaskResp { public List droneCloudTasks { get; set; } public List droneShpDatas { get; set; } } }