Merge branch 'master' into master

This commit is contained in:
玖亖伍
2022-05-09 18:19:08 +08:00
committed by GitHub
17 changed files with 366 additions and 88 deletions

View File

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