using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HH.WCS.SJML.Dto { public class FailTask { public int index { get; set; } public string errCode { get; set; } public string errMsg { get; set; } } }