docs: 同步文档与实现一致性
- 5 张表 → 6 张表(添加 injuries) - 同步所有 docs 和 models.py docstring
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
"""5 张表 ORM: leagues / teams / matches / match_stats / predictions。"""
|
||||
"""6 张表 ORM: leagues / teams / matches / match_stats / predictions / injuries。"""
|
||||
from __future__ import annotations
|
||||
|
||||
from datetime import date, datetime, timezone
|
||||
|
||||
Reference in New Issue
Block a user