update siminfo

This commit is contained in:
2022-04-05 19:23:42 +02:00
parent 35afd9bcd7
commit 7bfb5bf1df
3 changed files with 19 additions and 10 deletions
+3
View File
@@ -9,6 +9,9 @@ class SimInfoPojo:
operator: str
slot_position: str
sim_position: str
name: str
passport: str
email: str
def __init__(self, phone: str, ccid: str, position, operator: str, slot_position, sim_position,
update_at: int = int(time.time())):