package iotStruct import "time" type DtuStatus struct { SN string `json:"sn"` Time time.Time `json:"time"` Status int `json:"status"` }