feat: remove module command
This commit is contained in:
9
pkg/ast/model/table.go.tpl
Normal file
9
pkg/ast/model/table.go.tpl
Normal file
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
// @provider
|
||||
type {{.CamelTable}}Model struct {
|
||||
}
|
||||
|
||||
func (m *{{.CamelTable}}Model) Prepare() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user