topic.go 166 B

123456789
  1. package topic
  2. // Topic Topic
  3. type Topic struct {
  4. TpID int64 `json:"tp_id"`
  5. Title string `json:"title"`
  6. Mid int64 `json:"mid"`
  7. Cover string `json:"cover"`
  8. }