<%@ page contentType="text/html;charset=UTF-8" %> <%@ include file="/include/taglib.jsp" %> <%@taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> #set($dollarCode='$') <%@include file="/include/easyuiHead.jsp"%>
#foreach($column in $columns) #set($dictType='') #if($column.isEdit) #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) #if($column.isRequired) #else #end #elseif($column.htmlType == "textarea")
#if($column.isRequired) #else #end
#elseif($column.htmlType == "datetime") #if($column.isRequired) #else #end #else #if($column.isRequired) #else #end #end #end #end