分支自 SuZhouGuanHong/TaiYuanTaiZhong

huanghongfeng
2024-07-19 bb929bd0809eefc1108dd779846ff07d997f7ef0
代码管理/PCS/WCS_Server/WIDESEA_WCS/Jobs/equipment/PipelineJob.cs
@@ -12,6 +12,7 @@
using System.Xml.Linq;
using WIDESEA_Comm;
using WIDESEA_Comm.LogInfo;
using WIDESEA_Comm.PLCDBItem;
using WIDESEA_Comm.TaskNo;
using WIDESEA_Core.BaseProvider;
using WIDESEA_Core.EFDbContext;
@@ -58,6 +59,10 @@
            pipeline.Loadinglevel(client);
            pipeline.AutoEmptyTray(client);
            pipeline.StationState(client);
            #region 鏁版嵁閲囬泦
            //Oiling_machine.Oiling_machineDBItem = GetDate.GetOiling_machine(client);
            #endregion
        }
    }
}