zhangqian
2023-09-14 05f41513a5e51fb66691f6d8ba2a8adef2a415a5
model/device_plc.go
@@ -33,6 +33,7 @@
   }
   DevicePlcAddress struct {
      Position     int                               `json:"position"`     // 数据起始地址
      StartAddress int                               `json:"startAddress"` // 数据起始地址
      Length       int                               `json:"length"`       // 数据长度
      Type         constvar.PlcStartAddressValueType `json:"type"`         // 数据类型