This commit is contained in:
2026-03-18 10:19:42 +08:00
parent 2526ad4414
commit e58dd3529d
267 changed files with 25279 additions and 2 deletions

10
hack/config.yaml Normal file
View File

@@ -0,0 +1,10 @@
# CLI.
gfcli:
gen:
dao:
- link: "mysql:gfast3:gfast333@tcp(127.0.0.1:3306)/gfast-v32"
tables: "sys_role_dept"
removePrefix: "gf_"
descriptionTag: true
noModelComment: true
path: "./internal/app/system"