{Rows:[ <#list p.content as depart> { "id":"${depart.id!}", "name":"${depart.name!}", "shortName":"${depart.shortName!}", "priority":"", "show":"${depart.show?string('显示','不显示')}", "createTime":"${depart.createTime?string('yyyy-MM-dd HH:mm:ss')}" }<#if depart_has_next>, ],Total:"${p.totalElements!}" }