can take appointment

This commit is contained in:
2022-05-11 12:48:07 +02:00
parent 4e468bc2a0
commit 2d73d58f62
5 changed files with 10 additions and 13 deletions
+3 -2
View File
@@ -11,8 +11,9 @@ class ContactPojo:
ccid: str
position: int
def __init__(self, phone_number: str, passport_number: str, last_name: str, first_name: str, ccid: str, mail: str,
position: int):
def __init__(self, phone_number: str, passport_number: str, last_name: str, first_name: str, mail: str,
ccid: str = "",
position: int = 0):
self.phone = phone_number
self.passport = passport_number
self.last_name = last_name