实现单页文章功能

This commit is contained in:
lifei6671
2018-07-13 19:04:51 +08:00
parent 3f6555ac82
commit 96ba414dd8
13 changed files with 642 additions and 4 deletions

6
models/BlogResult.go Normal file
View File

@@ -0,0 +1,6 @@
package models
type BlogResult struct{
}