${.Var.Header} =$${helo}
{{range $i,$c := .T.Columns}}{{if $c.IsPk}} {{else}}
{{if $c.NotNull}}
{{$c.Comment}}:
{{else}}
{{$c.Comment}}:
{{end}}
{{end}} {{end}}
 
提交
重置