using Sln.Wcs.HikRoBotSdk.Dto.Common; namespace Sln.Wcs.HikRoBotSdk.Dto.GbCancelTask { public class GbCancelTaskDto { public string robotTaskCode { get; set; } public string cancelType { get; set; } public string carrierCode { get; set; } public string robotCode { get; set; } public string reason { get; set; } public string returnTaskType { get; set; } public TargetRoute targetRoute { get; set; } public object extra { get; set; } } }