tyc-server/deploy/template/model/model-gen.tpl

13 lines
179 B
Smarty
Raw Normal View History

2024-11-03 15:28:10 +08:00
// Code generated by goctl. DO NOT EDIT!
package {{.pkg}}
{{.imports}}
{{.vars}}
{{.types}}
{{.new}}
{{.insert}}
{{.find}}
{{.update}}
{{.delete}}
{{.extraMethod}}
{{.tableName}}