zhangzengfei
2023-08-01 0c7545a03d2525700288760edd26901962bb4f77
msg/msg.go
@@ -9,9 +9,10 @@
}
type PLCResponse struct {
   Id     string
   Name   string
   Ip     string
   Online bool
   Data   map[int][]byte
   Id      string
   Name    string
   Ip      string
   Online  bool
   Message string
   Data    map[int][]byte
}