${genTable.isNewRecord ? '新增配置' : '编辑配置'}
<#form:form id="inputForm" model="${genTable}" action="" method="post" class="form-horizontal">
基本信息
<% var dsNames = @Global.getProperty("jdbc.dataSourceNames"); if (isNotBlank(dsNames)){ %>
default <% for (dsName in @StringUtils.split(dsNames, ',')){ %> ${dsName} <% } %>
<% } %>
<#form:select path="tableName" items="${tableList}" itemLabel="tableNameAndComments" itemValue="tableName" class="form-control"/>