feat: add gen_provider.go and gomod package
This commit is contained in:
@@ -10,6 +10,7 @@ func CommandGen(root *cobra.Command) {
|
||||
cmd.PersistentFlags().StringP("config", "c", "config.toml", "database config file")
|
||||
|
||||
cmds := []func(*cobra.Command){
|
||||
CommandGenProvider,
|
||||
CommandGenModel,
|
||||
CommandGenEnum,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user