<%@ page contentType="text/html;charset=UTF-8" %> <%@ include file="/include/taglib.jsp" %> #set($dollarCode='$') <%@include file="/include/easyuiHead.jsp"%>
#foreach($column in $columns) #set($dictType='') #if($column.isQuery) #set($dictType=$column.dictType) #if(!$dictType) #set($dictType='') #end #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.pk) #elseif("" != $dictType) #elseif($column.htmlType == "datetime") #else #end #end #end