#if("" != $treeParentCode && $column.javaField == $treeParentCode)
#set($BusinessName=$businessName.substring(0,1).toUpperCase() + ${businessName.substring(1)})
#elseif($column.htmlType == "input")
#if(($field == "updateTime") || ($field == "createTime")) #else #end
#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