#foreach($column in $columns)
#if($column.insert || $column.edit)
#set($field=$column.javaField)
#set($dictType=$column.dictType)
#set($AttrName=$column.javaField.substring(0,1).toUpperCase() + ${column.javaField.substring(1)})
#set($parentheseIndex=$column.columnComment.indexOf("("))
#if($parentheseIndex != -1)
#set($comment=$column.columnComment.substring(0, $parentheseIndex))
#else
#set($comment=$column.columnComment)
#end
#if(!$column.pk)
#if($column.htmlType == "input")
#elseif($column.htmlType == "imageUpload")
#elseif($column.htmlType == "fileUpload")
#elseif($column.htmlType == "editor")
#elseif($column.htmlType == "select" && "" != $dictType)
{{ dict.label }}
#elseif($column.htmlType == "select" && $dictType)
请选择字典生成
#elseif($column.htmlType == "checkbox" && "" != $dictType)
{{ dict.label }}
#elseif($column.htmlType == "checkbox" && $dictType)
请选择字典生成
#elseif($column.htmlType == "radio" && "" != $dictType)
{{ dict.label }}
#elseif($column.htmlType == "radio" && $dictType)
请选择字典生成
#elseif($column.htmlType == "datetime")
#elseif($column.htmlType == "textarea")
#end
#end
#end
#end
#if($tplCategory == 'tree')
#end