10 lines
166 B
Go
Raw Permalink Normal View History

2019-04-22 02:59:20 +00:00
package topic
// Topic Topic
type Topic struct {
TpID int64 `json:"tp_id"`
Title string `json:"title"`
Mid int64 `json:"mid"`
Cover string `json:"cover"`
}