dengjunjie
2024-12-05 46e98339480d853fc78a014c34d7ff9fcaf13890
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ProductionLineJob/ProductionLineExtend/ProductionLineExtend.cs
@@ -17,6 +17,7 @@
        /// <returns></returns>
        public List<Task> ProductionLineExtend(OtherDevice ProductionLine)
        {
            var traytype = ProductionLine.GetValue<ProductionLineDBName, short>(ProductionLineDBName.trayType);
            ProductionLine.SetValue(ProductionLineDBName.trayType, traytype);
            List<Task> tasks = new List<Task>();