package models // @provider type {{.CamelTable}}Model struct { } func (m *{{.CamelTable}}Model) Prepare() error { return nil }