go-common/app/interface/main/tv/model/region.go

10 lines
187 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
package model
// Region .
type Region struct {
PageID int `json:"id"`
Title string `json:"name"`
IndexTid int `json:"index_tid"`
IndexType int `json:"index_type"`
}