<#import "function.ftl" as func> <#assign class=model.variables.class> <#assign tabcomment=model.tabComment> <#assign classVar=model.variables.classVar> <#assign system=vars.system> <#assign package=model.variables.package> <#assign commonList=model.commonList> <#assign pk=func.getPk(model) > <#assign pkVar=func.convertUnderLine(pk) > <#assign subtables=model.subTableList> <#assign flowRunId=""> <#if model.variables.flowDefKey?exists> <#assign flowRunId=func.convertUnderLine(model.variables.flowRunId)> <%@page language="java" pageEncoding="UTF-8"%> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> <#list commonList as col> <#assign colName=func.convertUnderLine(col.columnName)> <#if colName!=flowRunId> <#if (col.colType=="java.util.Date") > <#else>
${col.comment}: <#if (col.isNotNull) > *
${col.comment}: <#if (col.isNotNull) > *
<#if subtables?exists && subtables?size != 0> <#list subtables as table> <#assign foreignKey=func.convertUnderLine(table.foreignKey) > <#list table.columnList as col> <#assign colName=func.convertUnderLine(col.columnName?lower_case)> <#if !(col.isPK)&& colName?lower_case!=(foreignKey)?lower_case> <#list table.columnList as col> <#assign colName=func.convertUnderLine(col.columnName)> <#if ( !col.isPK && colName?lower_case!=foreignKey?lower_case)> <#if (col.colType=="java.util.Date")> <#else > <#list table.columnList as col> <#assign colName=func.convertUnderLine(col.columnName)> <#if ( !col.isPK && colName?lower_case!=foreignKey?lower_case)> <#if (col.colType=="java.util.Date")> <#else > <#list table.columnList as col> <#assign colName=func.convertUnderLine(col.columnName)> <#assign foreignKey=func.convertUnderLine(table.foreignKey) > <#if ( !col.isPK && colName?lower_case!=foreignKey?lower_case)> <#if (col.colType=="java.util.Date")> <#else > <#list table.columnList as col> <#assign colName=func.convertUnderLine(col.columnName)> <#assign foreignKey=func.convertUnderLine(table.foreignKey) > <#if ( !col.isPK && colName?lower_case!=foreignKey?lower_case)> <#if (col.colType=="java.util.Date")> <#else >
${table.tableName } : ${table.tabComment }
${col.comment}
<#noparse>${${table.variables.classVar}Item.${colName}}
<#if subtables?exists && subtables?size != 0> <#list subtables as table> <#assign foreignKey=func.convertUnderLine(table.foreignKey) >