using HH.WCS.ZhongCeJinTan.device;
using HH.WCS.ZhongCeJinTan.process;
using HH.WCS.ZhongCeJinTan.util;
using HH.WCS.ZhongCeJinTan.wms;
using Newtonsoft.Json;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using static HH.WCS.ZhongCeJinTan.api.ApiModel;
namespace HH.WCS.ZhongCeJinTan.api
{
///
/// api接口辅助类
///
public class ApiHelper
{
static ApiHelper() {
}
public class AddTaskModel
{
public string From { get; set; }
public string To { get; set; }
public string No { get; set; }
}
public class LocationModel
{
public string location { get; set; }
}
public class DeviceModel
{
///
/// 瓶盖机名称
///
public string deviceName { get; set; }
///
/// 1 、2
///
public int order { get; set; }
}
public class RowInfo
{
public string area { get; set; }
public int row { get; set; }
}
}
}