|
|
@@ -30,6 +30,7 @@ type LiveBroad struct {
|
|
|
DateFomat int `orm:"-" json:"date"` // varchar(255)
|
|
|
HourFomat string `orm:"-" json:"begin_hour"` // varchar(255)
|
|
|
EndHourFomat string `orm:"-" json:"end_hour"` // varchar(255)
|
|
|
+ RankStrs string `orm:"column(rank_strs);null" json:"rank_strs"` // int(11)
|
|
|
CreatedAt time.Time `orm:"column(created_at);null;auto_now_add;type(datetime)" json:"created_at,omitempty"` // datetime
|
|
|
UpdatedAt time.Time `orm:"column(updated_at);null;auto_now;type(datetime)" json:"updated_at,omitempty"` // datetime
|
|
|
}
|