DeleteMission.cs
321 字节
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DeviceLibrary.service.model
{
public class DeleteMission
{
/// <summary>
/// 任务标识
/// </summary>
public string missionId { get; set; }
}
}