Files
bd-server/deploy/template/model/table-name.tpl

5 lines
89 B
Smarty
Raw Normal View History

2026-05-08 11:30:05 +08:00
func (m *default{{.upperStartCamelObject}}Model) tableName() string {
return m.table
}