zhangqian
2023-08-23 302c591ca77dd4fb2b6e373d9912b91ee88f89f5
model/device_plc.go
@@ -29,7 +29,7 @@
      StartAddress int    `json:"startAddress"` // 数据起始地址
      Length       int    `json:"length"`       // 数据长度
      Type         string `json:"type"`         // 数据类型
      FieldName    string `json:"fieldName"`    // 对应系统字段
      FieldName    int    `json:"fieldName"`    // 对应系统字段
   }
   DevicePlcSearch struct {