#set($ModuleName=$moduleName.substring(0, 1).toUpperCase() + $moduleName.substring(1))
#foreach($column in $columns)
#if($column.query)
#set($dictType=$!StrUtil.toCamelCase($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($!StrUtil.contains("select, radio, checkbox", $column.htmlType) && $dictType && "" != $dictType)
#elseif($!StrUtil.contains("select, radio, checkbox", $column.htmlType))
#elseif($column.htmlType == 'datetime' && $column.queryType != "BETWEEN")
#elseif($column.htmlType == 'datetime' && $column.queryType == "BETWEEN")
#else
#end
#end
#end
{{ $t('common.reset') }}
{{ $t('common.search') }}