app = FastAPI() register_tortoise(app, config=TORTOISE_ORM) router = TortoiseCRUDRouter( schema=MyPydanticModel, db_model=MyDBModel, prefix="test" ) ...
確定! 回上一頁