Minho 8 年之前
父節點
當前提交
731a1e249f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      commands/command.go

+ 2 - 2
commands/command.go

@@ -41,12 +41,12 @@ func RegisterModel()  {
 		new(models.Member),
 		new(models.Book),
 		new(models.Relationship),
-		new(models.Comment),
+		//new(models.Comment),
 		new(models.Option),
 		new(models.Document),
 		new(models.Attachment),
 		new(models.Logger),
-		new(models.CommentVote),
+		//new(models.CommentVote),
 		new(models.MemberToken),
 	)