雷神教育集团
2026-03-06 75c4ed0d3c640e66bc95dc170de52b753629e3ed
项目代码/WCS/WCSServices/WIDESEAWCS_DTO/TaskInfo/WMSTaskDTO.cs
@@ -82,4 +82,13 @@
        /// </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; }
    }
}