Draft for contract printing
This commit is contained in:
@@ -20,6 +20,7 @@ class Individual(EntityType):
|
||||
lastname: Indexed(str)
|
||||
surnames: List[Indexed(str)] = []
|
||||
day_of_birth: date
|
||||
place_of_birth: str = ""
|
||||
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user