using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using WIDESEAWCS_QuartzJob; using WIDESEAWCS_Tasks.ProductionLineJob; namespace WIDESEAWCS_Tasks { public partial class CommonProductionLineJob { /// /// 产线 /// /// /// public List ProductionLineExtend(OtherDevice ProductionLine) { var traytype = ProductionLine.GetValue(ProductionLineDBName.trayType); ProductionLine.SetValue(ProductionLineDBName.trayType, traytype); List tasks = new List(); return tasks; } } }