feat: remove module command

This commit is contained in:
Rogee
2025-02-13 18:44:23 +08:00
parent e37cc85794
commit e2b09420a0
7 changed files with 159 additions and 14 deletions

View File

@@ -0,0 +1,9 @@
package models
// @provider
type {{.CamelTable}}Model struct {
}
func (m *{{.CamelTable}}Model) Prepare() error {
return nil
}