mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-25 02:08:44 +08:00
81831b60a9
* fix(change model template file type): All model template variables are stored in tpl format files with the same name as the template generated using the template init command * fix(change model template file type): All model template variables are stored in tpl format files with the same name as the template generated using the template init command Co-authored-by: qilvge <qilvge@.qilvge.com> Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
4 lines
88 B
Smarty
4 lines
88 B
Smarty
func (m *default{{.upperStartCamelObject}}Model) tableName() string {
|
|
return m.table
|
|
}
|