zhangqian
2023-11-09 9852e9aa54408c29e05dbcd603a10ffc09acd40b
model/process_model_plc_address.go
@@ -18,7 +18,7 @@
      ID          uint                   `gorm:"primaryKey;" json:"id"`
      AddressList []*ProcessModelAddress `json:"addressList" gorm:"-"`
      Address     string                 `json:"-" gorm:"address"`
      DeviceID    string                 `json:"deviceId" gorm:"column:deviceId;index;type:varchar(255)"`
      DeviceID    string                 `json:"deviceId" gorm:"column:device_id;index;type:varchar(255)"`
   }
   ProcessModelPlcAddressSearch struct {