Files

10 lines
187 B
Go
Raw Permalink Normal View History

2019-04-22 20:46:32 +08: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"`
}