This commit is contained in:
aaron 2025-03-13 14:47:45 +08:00
parent ab29259854
commit d0bd1ef55e
2 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class CommunityBuildingDB(Base):
class CommunityBuildingCreateBatch(BaseModel):
community_id: int
building_names: List[str] = Field(..., max_length=100)
building_names: List[str] = Field(..., max_length=500)
class CommunityBuildingCreate(BaseModel):
community_id: int

Binary file not shown.