${genTable.isNewRecord ? '新增配置' : '编辑配置'}
<#form:form id="inputForm" model="${genTable}" action="" method="post" class="form-horizontal">
基本信息
<#form:select path="tableName" items="${tableList}" itemLabel="tableNameAndComments" itemValue="tableName" class="form-control"/>