namespace Service.Init.Entity { /// ///PLC连接状态枚举 /// public enum ConnectState { Disconnect = 0, Connecting = 1, Connected = 2 } }