package iotStruct type DtuChange struct { Id int `json:"id"` SN string `json:"sn"` Type int `json:"type"` }