save phone model

This commit is contained in:
2025-07-01 15:01:46 +02:00
parent d35c667b5f
commit 1a9a88c49a
2 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -29,6 +29,7 @@ class ReserveResultPojo:
slot_position = None
sim_position = None
ccid: str = ""
model: str = ""
source_from: str = socket.gethostname()
store_type = 0
url_validated = None
@@ -122,8 +123,7 @@ class ReserveResultPojo:
u'email': self.email,
u'passport': self.passport,
u'url': self.url,
# u'sim_position': self.sim_position,
# u'slot_position': self.slot_position,
u'model': self.model,
u'source_from': self.source_from,
u'hostName': self.source_from,
u'created_at': self.created_at,