#foreach($column in $columns) #if($column.edit && !$column.superColumn && !$column.pk && $column.htmlType == "datetime") #break #end #end #foreach($column in $columns) #if($column.insert && !$column.superColumn && !$column.pk && $column.htmlType == "upload") #break #end #end #foreach($column in $columns) #if($column.insert && !$column.superColumn && !$column.pk && $column.htmlType == "summernote") #break #end #end
#if($table.sub)

${functionName}信息

#end #foreach($column in $columns) #if($column.edit && !$column.pk) #if(($column.usableColumn) || (!$column.superColumn)) #set($parentheseIndex=$column.columnComment.indexOf("(")) #if($parentheseIndex != -1) #set($comment=$column.columnComment.substring(0, $parentheseIndex)) #else #set($comment=$column.columnComment) #end #set($field=$column.javaField) #set($dictType=$column.dictType) #if("" != $treeParentCode && $column.javaField == $treeParentCode)
#set($BusinessName=$businessName.substring(0,1).toUpperCase() + ${businessName.substring(1)})
#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 #end #end #end #if($table.sub)

${subTable.functionName}信息

#end
#foreach($column in $columns) #if($column.edit && !$column.superColumn && !$column.pk && $column.htmlType == "datetime") #break #end #end #foreach($column in $columns) #if($column.insert && !$column.superColumn && !$column.pk && $column.htmlType == "upload") #break #end #end #foreach($column in $columns) #if($column.insert && !$column.superColumn && !$column.pk && $column.htmlType == "summernote") #break #end #end