项目结构优化分析

This commit is contained in:
2025-08-16 20:30:06 +08:00
parent 16b9340fc0
commit dc0e745085
10 changed files with 2007 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ def insert_all_templates():
host='localhost',
user='root',
password='123456',
database='food_db',
database='pro_db',
charset='utf8mb4'
)
cursor = conn.cursor()