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 {
|
/// <summary>
|
///
|
/// </summary>
|
public class ReturnResults {
|
public List<ReturnResult> ResultList { set; get; }
|
}
|
}
|
}
|