package model type UserCountryCount struct { Country string `json:"country" bson:"country"` // 国家 IPCount int `json:"ip_count" bson:"ip_count"` // IP数量 Percentage int `json:"percentage" bson:"percentage"` // 百分比 }