zhangqian
2023-12-19 c688f083caf965cd13f640098ad204d8fd8c9e69
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 {