dtu_change.go 122 B

1234567
  1. package iotStruct
  2. type DtuChange struct {
  3. Id int `json:"id"`
  4. SN string `json:"sn"`
  5. Type int `json:"type"`
  6. }