feat: add route render

This commit is contained in:
Rogee
2024-12-20 20:47:19 +08:00
parent a6e6443120
commit 8ff0f683c1
11 changed files with 740 additions and 385 deletions

View File

@@ -11,6 +11,7 @@ func CommandGen(root *cobra.Command) {
cmds := []func(*cobra.Command){
CommandGenProvider,
CommandGenRoute,
CommandGenModel,
CommandGenEnum,
}