using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIDESEAWCS_DTO.StackerHandTask { public class HandTask { public string DeviceCode { get; set; } public string TaskType { get; set; } public string SourceAddress { get; set; } public string TargetAddress { get; set; } } }