using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace XS_Model { public class publicRetun { public int taskId { get; set; } /// /// 任务号 /// public string taskNo { get; set; } /// /// 子任务号 /// public string subTaskNo { get; set; } /// /// 任务描述 /// public string taskDescr { get; set; } /// /// SN码 /// public string productUniqueCode { get; set; } /// /// 源位置点 /// public string fromLocatorCode { get; set; } /// /// 目标位置点 /// public string toLocatorCode { get; set; } /// /// 线路编号 就是起点-终点的线路编号 /// public string lineCode { get; set; } /// /// 是否质检 /// public int ifTestingRandom { get; set; } /// /// 物料编码 /// public string productCode { get; set; } /// /// 物料名称 /// public string productName { get; set; } /// /// 物料长 /// public string packingLength { get; set; } /// /// 物料宽 /// public string packingWidth { get; set; } /// /// 物料高 /// public string packinghigh { get; set; } /// /// 物料码托排 /// public string palletArrangePlatoon { get; set; } /// /// 物料码托列 /// public string palletArrangeLie { get; set; } /// /// 物料码托层 /// public string palletArrangeStorey { get; set; } public string containerCode { get; set; } public string pointCode { get; set; } public int stats { get; set; } public int ifNotWrapper { get; set; } public bool error { get; set; } public string taskType { get; set; } public string fromRoadwayCode { get; set; } public string fromStorey { get; set; } public string fromPlatoon { get; set; } public string fromLie { get; set; } public int fromLocatorCodeDepth { get; set; } public string toRoadwayCode { get; set; } public string toStorey { get; set; } public string toPlatoon { get; set; } public string toLie { get; set; } public int toLocatorDepth { get; set; } public int taskGroupPriority { get; set; } public int taskPriority { get; set; } } }