Work on ISHLT Impexium importing
This commit is contained in:
@@ -16,7 +16,7 @@ class Event_Badge_Base(BaseModel):
|
||||
log.debug(locals())
|
||||
|
||||
id_random: Optional[str] = Field(
|
||||
**base_fields['event_badge_id_random'],
|
||||
# **base_fields['event_badge_id_random'],
|
||||
alias = 'event_badge_id_random',
|
||||
)
|
||||
id: Optional[int] = Field(
|
||||
|
||||
@@ -22,7 +22,7 @@ class Event_Person_Base(BaseModel):
|
||||
log.debug(locals())
|
||||
|
||||
id_random: Optional[str] = Field(
|
||||
**base_fields['event_person_id_random'],
|
||||
# **base_fields['event_person_id_random'],
|
||||
alias = 'event_person_id_random',
|
||||
)
|
||||
id: Optional[int] = Field(
|
||||
|
||||
Reference in New Issue
Block a user