增加评论功能

This commit is contained in:
wangbin05
2021-04-03 17:40:08 +08:00
parent dc578c3b34
commit 7fb0e66ddc
11 changed files with 301 additions and 91 deletions

View File

@@ -109,6 +109,7 @@ func RegisterModel() {
new(models.TeamMember),
new(models.TeamRelationship),
new(models.Itemsets),
new(models.Comment),
)
gob.Register(models.Blog{})
gob.Register(models.Document{})