Files
hm-server-v2/deploy/template/model/table-name.tpl

5 lines
89 B
Smarty
Raw Normal View History

2025-10-07 11:48:29 +08:00
func (m *default{{.upperStartCamelObject}}Model) tableName() string {
return m.table
}