perf: 同步近期修改

This commit is contained in:
2025-02-21 02:38:30 +08:00
parent d5e0f9d5ac
commit 003e7b8742
8 changed files with 162 additions and 23 deletions

View File

@@ -66,5 +66,5 @@ class Config(BaseModel):
"""
class Meta:
table = "sys_config"
table = "config"
table_description = "系统配置表"