This commit is contained in:
aaron 2025-03-25 12:46:56 +08:00
parent 08a629e2b3
commit a8a2d533fd
2 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ class AddressDB(Base):
# Pydantic 模型
class AddressCreate(BaseModel):
community_id: Optional[int] = None
community_name: Optional[str] = None
community_building_id: Optional[int] = None
address_detail: str = Field(..., max_length=200)
name: str = Field(..., max_length=50)

Binary file not shown.