项目代码/WCS/WCSServices/WIDESEAWCS_DTO/TaskInfo/WMSTaskDTO.cs
@@ -73,5 +73,22 @@ public string AGVArea { get; set; } public int PalletType { get; set; } /// <summary> /// MES璁″垝Id /// </summary> public int DispatchPlanId { get; set; } /// <summary> /// 鍔犲伐涓績 /// </summary> public string WorkCentreCode { get; set; } } public class RoadwayError { public static List<ErrorDeviceInfo> Roadways = new List<ErrorDeviceInfo>(); } public class ErrorDeviceInfo { public string Code { get; set; } public string Roadway { get; set; } } }