This commit is contained in:
jxxghp
2025-08-19 11:53:59 +08:00
parent 15833f94cf
commit 4bc24f3b00
16 changed files with 20 additions and 23 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class SubscribeHistory(Base):
"""
订阅历史表
"""
id = get_id_column('subscribehistory')
id = get_id_column()
# 标题
name = Column(String, nullable=False, index=True)
# 年份