model/device_plc.go
@@ -29,10 +29,10 @@ } DevicePlcAddress struct { StartAddress int `json:"startAddress"` // 数据起始地址 Length int `json:"length"` // 数据长度 Type string `json:"type"` // 数据类型 FieldName int `json:"fieldName"` // 对应系统字段 StartAddress int `json:"startAddress"` // 数据起始地址 Length int `json:"length"` // 数据长度 Type constvar.PlcStartAddressValueType `json:"type"` // 数据类型 FieldName constvar.PlcStartAddressType `json:"fieldName"` // 对应系统字段 } DevicePlcSearch struct {