package models type ZD struct { SensorId int `json:"Sensorid"` Module string `json:"Module"` Channel int `json:"Channel"` Frequency int `json:"Frequency,omitempty"` ThemeValue []float32 `json:"ThemeValue"` RawValues []float32 `json:"RawValues"` AccValues []float32 `json:"AccValues"` Ticks int64 `json:"Ticks"` //毫秒级 }