重构一下数据库

This commit is contained in:
2026-01-18 20:35:21 +08:00
parent 485307e7de
commit ff4e069a7e
20 changed files with 477 additions and 131 deletions

View File

@@ -2,7 +2,7 @@ gfcli:
gen:
dao:
- link: "mysql:root:123456@tcp(127.0.0.1:3306)/trangleagent"
table: "forum_posts,forum_comments"
table: "forum_sections,forum_posts,forum_comments,forum_boards,department,containment_repo,users,login_field,trpg_room,role_cards"
descriptionTag: true
jsonCase: "CamelLower" # 生成json字段时字段名使用驼峰命名
docker: