This commit is contained in:
Jun-te Kim 2025-03-19 15:44:53 +00:00
parent 3c0f395c9b
commit e6478f9b38

View file

@ -29,7 +29,7 @@ class SurverySummaryInfo(BaseModel):
region: str
address: str
town: str
county: Optional[str] = None
county: Optional[str] = ""
property_tenure: str
transaction_type: str
inspection_date: datetime