mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
finished condition report
This commit is contained in:
parent
9b606a5adf
commit
3f8b2ad1e4
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from etl.transform.preSiteNoteTypes import BaseModel, Optional, List
|
||||
|
||||
|
||||
class AssessorInformationFromConditionReport(BaseModel):
|
||||
class AssessorInformation(BaseModel):
|
||||
assessor_name: str
|
||||
assessor_id: str
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ class TheProperty(BaseModel):
|
|||
type_of_proerty: str
|
||||
|
||||
class GeneralInformation(BaseModel):
|
||||
assessor: AssessorInformationFromConditionReport
|
||||
assessor: AssessorInformation
|
||||
inspection_and_project: InspectionAndProject
|
||||
property: TheProperty
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue