package response import "gitlab.wodcloud.com/smart-operation/so-operation-api/src/bean/entity" type MetricConfigItem struct { entity.MetricConfig `xorm:"extends"` AlertRange []entity.AlertRange `json:"alert_range" xorm:"alert_range"` } type UnitsList struct { TotalCount int `json:"total_count"` List []MetricConfigItem `json:"list"` }