重命名防止混乱

This commit is contained in:
UnCLAS-Prommer
2026-02-04 22:24:25 +08:00
parent 4ff070c08e
commit e2c6716a41

View File

@@ -77,7 +77,7 @@ class ModelUsage(SQLModel, table=True):
cost: float # 本次请求的费用,单位元
class Image(SQLModel, table=True):
class Images(SQLModel, table=True):
"""用于同时存储表情包和图片的数据库模型。"""
__tablename__ = "images" # type: ignore