zhangqian
2023-09-02 001d1f605c0a275a139f5c8fa66e631eb998e3b9
model/process_model.go
@@ -18,6 +18,7 @@
      Device     string                 `gorm:"column:device;type:varchar(255);not null;default '';comment:设备" json:"device"`           //设备
      Params     string                 `gorm:"type:text;comment:工艺参数键值对json串"`
      ParamsMap  map[string]interface{} `json:"paramsMap" gorm:"-"`
      DeviceId   string                 `json:"deviceId" gorm:"-"` //用于过滤获取nsq消息
   }
   ProcessModelSearch struct {