+
+

基本信息

+#set($i = 0) +#foreach($column in $columns) +#if(!$column.pk && $column.list) +#set($dictType=$column.dictType) +#set($javaField=$column.javaField) +#set($parentheseIndex=$column.columnComment.indexOf("(")) +#if($parentheseIndex != -1) +#set($comment=$column.columnComment.substring(0, $parentheseIndex)) +#else +#set($comment=$column.columnComment) +#end +#if($i % 2 == 0) +
+#end +
+
+ +
+#if("" != $dictType) +

+#elseif($column.javaType == "Date") +

+#else +

+#end +
+
+
+#set($i = $i + 1) +#if($i % 2 == 0) +
+#end +#end +#end +#if($i % 2 != 0) +