重命名防止混乱

pull/1496/head
UnCLAS-Prommer 2026-02-04 22:24:25 +08:00
parent 4ff070c08e
commit e2c6716a41
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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