export class DeviceTypeInfo { id?: number; type?: string; factory?: string; typeName?: string; typeImg?: string; lanConnType?: string; wanConnType?: string; remoteTypeName?: string; };