<@_categoryTypeList name=name pageIndex=pageNum count=numPerPage!30>
<#include "../include_page/paramters.html"/>
<#list page.list as a>
ID 名称 排序
${a.id!} ${(a.name)!} ${a.sort!}
<#include "../include_page/page.html"/>