interface Note { id: string; bookId: string; title: string; content: string; tags: string[]; page?: number; createTime: Date; updateTime: Date; }