msg/msg.go @@ -7,3 +7,11 @@ Address []int // 数据地址 Interval int // 采集的时间间隔. 秒 } type PLCResponse struct { Id string Name string Ip string Online bool Data map[int][]byte }