using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using static HH.WCS.Mobox3.AnGang.Dtos.Response.AgvResponse; namespace HH.WCS.Mobox3.AnGang.Dtos.Response { public class DebugResponse { /// /// /// public class ReturnResults { public List ResultList { set; get; } } } }