package iotStruct import "IotAdmin/core/logger" type DtuDevice struct { SN string Name string Config *DtuConfig Logger *logger.Helper }