package response // ip音柱 type IpCast struct { IpcastId int `json:"ipcastId" gorm:"column:ipcast_id"` IpcastName string `json:"ipcastName" gorm:"column:ipcast_name"` Status int `json:"ipcastState" gorm:"column:ipcast_state"` }