Save last edited by user
This commit is contained in:
parent
85b1c920cd
commit
ae5e744731
3 changed files with 9 additions and 4 deletions
|
@ -11,6 +11,7 @@ class Book(ActivityObject):
|
|||
""" serializes an edition or work, abstract """
|
||||
|
||||
title: str
|
||||
lastEditedBy: str = None
|
||||
sortTitle: str = ""
|
||||
subtitle: str = ""
|
||||
description: str = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue