package msg type PLCDevice struct { Id string Name string Ip string Address []int // 数据地址 Interval int // 采集的时间间隔. 秒 }