#if("" != $treeParentCode && $column.javaField == $treeParentCode)
#elseif($column.htmlType == "input")
#elseif($column.htmlType == "upload")
#elseif($column.htmlType == "summernote")
#elseif($column.htmlType == "select" && "" != $dictType)
#elseif($column.htmlType == "select" && $dictType)
代码生成请选择字典属性
#elseif($column.htmlType == "checkbox" && "" != $dictType)
#elseif($column.htmlType == "checkbox" && $dictType)
#elseif($column.htmlType == "radio" && "" != $dictType)
#elseif($column.htmlType == "radio" && $dictType)
#elseif($column.htmlType == "datetime")
#elseif($column.htmlType == "textarea")
#end