using System; using System.Collections.Generic; using System.Text; namespace Admin.Core.PlcServer { public class PlcHelper { public static List siemensList = new List();//存储西门子PLC数据 } }