Mutable User Reading Data
constructor(id: String, lastReadTime: LocalDateTime, totalReadTime: Int, readingProgress: Float, lastReadChapterId: String, lastReadChapterTitle: String, currentChapterReadingProgressMap: Map<String, Float>, maxChapterReadingProgressMap: Map<String, Float>)
返回可变用户阅读数据对象
Parameters
id
书本id
last Read Time
最后阅读时间
total Read Time
总阅读时长(单位: 秒), -1表示尚未阅读
reading Progress
书本整体阅读进度(0.0~1.0)
last Read Chapter Id
最后阅读的章节id
last Read Chapter Title
最后阅读的章节标题
current Chapter Reading Progress Map
各章节的当前阅读进度Map, 以章节id为key
max Chapter Reading Progress Map
各章节的历史最高阅读进度Map, 以章节id为key