🎨新增每日一言
This commit is contained in:
6
http/vo/daily_poetry.go
Normal file
6
http/vo/daily_poetry.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package vo
|
||||
|
||||
type Poetry struct {
|
||||
Content string `json:"content"`
|
||||
Author string `json:"author"`
|
||||
}
|
Reference in New Issue
Block a user