Files
toutoukan/model/article/article.go

7 lines
99 B
Go
Raw Normal View History

2025-08-11 23:10:36 +08:00
package article
type Document struct {
Title string `json:"title"`
Body string `json:"body"`
}