dtu_status.go 156 B

123456789
  1. package iotStruct
  2. import "time"
  3. type DtuStatus struct {
  4. SN string `json:"sn"`
  5. Time time.Time `json:"time"`
  6. Status int `json:"status"`
  7. }