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
@@ -9,7 +9,7 @@ class SystemConfig(Base):
"""
配置表
"""
id = get_id_column('systemconfig')
id = get_id_column()
# 主键
key = Column(String, index=True)
# 值