add missing key for notebook

This commit is contained in:
goodbest
2015-04-01 12:54:37 +08:00
parent ade77bba58
commit 4fb7e8dbaa

View File

@ -387,6 +387,7 @@ Notebook {
Seq int // 排序 Seq int // 排序
Title string Title string
IsBlog bool IsBlog bool
IsDeleted bool
CreatedTime time.Time CreatedTime time.Time
UpdatedTime time.Time UpdatedTime time.Time