fix
zhangqian
2023-11-16 53e895bdc18f6ca62a925c93c3b075746d0ad9e4
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 {