package model import "iot_manager_service/app/device/dao" type RspCountDevice struct { CountDevices []dao.CountDevice `json:"data"` }