update
This commit is contained in:
parent
c3dc4d4c1e
commit
bfdb3fd580
@ -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)
|
||||||
):
|
):
|
||||||
"""获取楼栋列表
|
"""获取楼栋列表
|
||||||
|
|||||||
BIN
jobs.sqlite
BIN
jobs.sqlite
Binary file not shown.
Loading…
Reference in New Issue
Block a user