add end read date

This commit is contained in:
2025-11-21 18:13:09 +01:00
parent 3191a97ce8
commit 8c0a9fe431
13 changed files with 266 additions and 109 deletions

View File

@@ -16,4 +16,5 @@ type UserBook struct {
Read bool
WantRead bool
StartReadDate *time.Time
EndReadDate *time.Time
}