ipcast.go 246 B

12345678
  1. package response
  2. // ip音柱
  3. type IpCast struct {
  4. IpcastId int `json:"ipcastId" gorm:"column:ipcast_id"`
  5. IpcastName string `json:"ipcastName" gorm:"column:ipcast_name"`
  6. Status int `json:"ipcastState" gorm:"column:ipcast_state"`
  7. }