log.go 106 B

1234567
  1. package model
  2. type Log struct {
  3. Model
  4. Title string `json:"title"`
  5. Content string `json:"content"`
  6. }