<% layout("/include/_container.html", {title:"表单", parent:"数据源"}){ %>

数据模型配置
<% if(mode == "add" || mode == "edit"){ %> <% } %> 返回


${dataSet.sqlcmd!}
参数列表:
<% for(param in dataSet.params!){ %> <% } %>
序号 参数名 默认值
${paramLP.index}
SQL中添加参数的方式:格式:{#参数名#},示例:select * from table where id = '{#ID#}'

数据源列配置

<% for(column in dataSet.columnList!){ %> <% } %>
序号 原字段名 类型 标签
${columnLP.index}
checked <%}%>/>
1
<% } %>