This commit is contained in:
jxxghp
2025-08-19 11:40:34 +08:00
parent aeb297efcf
commit 15833f94cf
16 changed files with 22 additions and 19 deletions

View File

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