#foreach($column in $columns) #if($column.query) #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.htmlType == "input")
${comment}:
#elseif(($column.htmlType == "select" || $column.htmlType == "radio") && "" != $dictType)
${comment}:
所有
#elseif(($column.htmlType == "select" || $column.htmlType == "radio") && $dictType)
${comment}:
所有
代码生成请选择字典属性
#elseif($column.htmlType == "datetime" && $column.queryType != "BETWEEN")
${comment}:
#elseif($column.htmlType == "datetime" && $column.queryType == "BETWEEN")
${comment}:
-
#end #end #end
搜索
重置
添加
修改
删除
导出