{Rows:[
<#list p.content as doc>
<#assign i=0>
{
"id":"${doc.id}",
"title":"
<#if doc.top??&&doc.top>[置顶]#if><#if doc.recommend>[推荐]#if>${doc.title!?html}",
"style":"<#list typeList as type><#if doc.style??&&doc.style?contains(type.id?string)><#assign i=i+1><#if i gt 1> #if>${type.name}#if>#list>",
"inputUser":"${doc.user.username!} (<#if doc.inputDepart??>${doc.inputDepart.name!}<#else>信息报送#if>)",
"status":"${doc.statusString!}",
"status1":"${doc.status!}",
"releaseDate":"${doc.releaseDate?string('yyyy-MM-dd')}"
}<#if doc_has_next>,#if>
#list>
],Total:"${p.totalElements!}"
}