Commit 9f37155b authored by 赵啸非's avatar 赵啸非

修改默认每页大小

parent 3bca54ba
...@@ -339,17 +339,17 @@ idList|Arrays|否|id数组 ...@@ -339,17 +339,17 @@ idList|Arrays|否|id数组
``` ```
</#if> </#if>
</#list> </#list>
## 字典附录
<#list tableList as table> <#list tableList as table>
<#list table.columns as column> <#list table.columns as column>
<#if column.dict??> <#if column.dict??>
<#assign comment=column.subComment(column.columnComment) /> <#assign comment=column.subComment(column.columnComment) />
### ${column.javaField} ### ${column.javaField}
字典参数key|字典参数值|其它 字典参数key|字典参数值|其它
:---|:---|:--- :---|:---|:---
<#list column.dict as dict> <#list column.dict as dict>
${dict.num}|${dict.value}|- ${dict.num}|${dict.value}|-
</#list> </#list>
</#if> </#if>
</#list> </#list>
</#list> </#list>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment