feixian_weifajianguan/OpenAuth.App/ServiceApp/DroneCloudQuery/Response/DroneCloudLandTaskResp.cs

17 lines
340 B
C#
Raw Normal View History

2026-02-03 16:00:02 +08:00
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 DroneCloudLandTaskResp
{
public List<DroneCloudLandTask> droneCloudTasks { get; set; }
}
}