{{$columns:=.table.Columns}} {{$pk:=""}} {{$pkColumnName:=""}} {{range $index, $column := .table.Columns}} {{if eq $column.IsPk "1"}} {{$pk = $column.ColumnName}} {{$pkColumnName = $column.ColumnName}} {{end}}{{end}} {{$treeCode:=index .options "tree_code"}} {{$treeName:=index .options "tree_name"}} {{$treeParentCode:=index .options "tree_parent_code"}}