We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263e7a0 commit 9d8ad51Copy full SHA for 9d8ad51
backend/plugin/code_generator/crud/crud_gen.py
@@ -12,7 +12,7 @@ class CRUDGen:
12
"""代码生成 CRUD 类"""
13
14
@staticmethod
15
- async def get_all_tables(db: AsyncSession, table_schema: str) -> list[str]:
+ async def get_all_tables(db: AsyncSession, table_schema: str) -> Sequence[str]:
16
"""
17
获取所有表名
18
0 commit comments