fix
zhangqian
2023-09-01 163d9e7f1fbf65b9a0e63baac017555b47a28bc4
model/device_plc.go
@@ -26,6 +26,10 @@
      Detail     string `gorm:"type:varchar(2048);comment:数据详情" json:"-"`
      Details []*DevicePlcAddress `gorm:"-" json:"details"`
      MaxTryTimes     int   `gorm:"-" json:"-"` //最大写入重试次数
      CurrentTryTimes int   `gorm:"-" json:"-"` //当前写入重试次数
      CurrentErr      error `gorm:"-" json:"-"` //当前报错
   }
   DevicePlcAddress struct {