This commit is contained in:
aaron 2025-03-22 16:50:40 +08:00
parent c3dc4d4c1e
commit bfdb3fd580
2 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ async def get_buildings(
community_id: Optional[int] = None, community_id: Optional[int] = None,
user_id: Optional[int] = None, user_id: Optional[int] = None,
skip: int = 0, skip: int = 0,
limit: int = 10, limit: int = 1000,
db: Session = Depends(get_db) db: Session = Depends(get_db)
): ):
"""获取楼栋列表 """获取楼栋列表

Binary file not shown.