package model import "gorm.io/gorm" // IpsLocation ip转地址表 type IpsLocation struct { Ip string Location string gorm.Model }