using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WIDESEAWCS_DTO
{
///
/// 取消凯乐士任务
///
public class CancelGALAXISTask
{
/// 任务编号
///
public string taskId { get; set; }
///
/// 请求时间戳
///
public string reportTime { get; set; }
}
}