Clean up some of the models and debug

This commit is contained in:
Scott Idem
2021-03-08 18:22:12 -05:00
parent 4f4cd0c985
commit 8a47572677
4 changed files with 10 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ class Address_Base(BaseModel):
account_id: Optional[int]
for_type: Optional[str]
for_id_random: Optional[str]
for_id_random: Optional[str] = None
for_id: Optional[int]
#organization: Optional[Organization_Base] = Organization_Base()