update siminfo
This commit is contained in:
@@ -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())):
|
||||
|
||||
Reference in New Issue
Block a user