using DeviceCommand.Base; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DeviceCommand.Devices { /// /// 水冷机 一拖三 /// public class MCc06U:ModbusTcp { } }