zhangzengfei
2023-07-31 5db92d1b017db41c7f7165d085b6f9db0e962098
1
2
3
4
5
6
7
8
9
package msg
 
type PLCDevice struct {
    Id       string
    Name     string
    Ip       string
    Address  []int // 数据地址
    Interval int   // 采集的时间间隔. 秒
}