Files
feiqiu-ETL/etl_billiards/tasks/tables_task.py
2025-11-18 02:32:00 +08:00

4 lines
203 B
Python

class TablesTask(BaseTask):
def get_task_code(self) -> str: # 返回 "TABLES"
def execute(self) -> dict: # 拉取 /Table/GetSiteTables
def _parse_table(self, raw: dict) -> dict | None: