feat: add gen enum command

This commit is contained in:
Rogee
2024-12-19 15:00:58 +08:00
parent 797ff49fc7
commit 80ab62534d
15 changed files with 2674 additions and 5 deletions

View File

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