model/device_plc.go
@@ -41,6 +41,7 @@ Length int `json:"length"` // 数据长度 Type constvar.PlcStartAddressValueType `json:"type"` // 数据类型 FieldName constvar.PlcStartAddressType `json:"fieldName"` // 对应系统字段 Endian constvar.EndianType `json:"endian"` // 字节存储顺序,big(ABCD)/little(CDBA)/mix(CDAB) } DevicePlcSearch struct {