Browse Source

update collectTime -》 string

pull/2/head
lucas 5 months ago
parent
commit
c58ff60910
  1. 2
      models/esRaw.go

2
models/esRaw.go

@ -6,7 +6,7 @@ type EsRaw struct {
StructId int `json:"structId"`
IotaDeviceName string `json:"iota_device_name"`
Data map[string]any `json:"data"`
CollectTime time.Time `json:"collect_time"`
CollectTime string `json:"collect_time"`
Meta map[string]string `json:"meta"`
IotaDevice string `json:"iota_device"`
CreateTime time.Time `json:"create_time"`

Loading…
Cancel
Save