This commit is contained in:
Rogee
2025-09-10 20:16:11 +08:00
parent 89069835b9
commit 5e30b470cc
5 changed files with 129 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ func CommandGen(root *cobra.Command) {
CommandGenRoute,
CommandGenModel,
CommandGenEnum,
CommandGenService,
}
for _, c := range cmds {