{Rows:[
<#list p.content as slot>
{
"id":"${slot.id}",
"name":"${slot.name!}",
"slotType":"${slot.slotTypeString!}",
"width":"${slot.width!}",
"height":"${slot.height!}",
"remain":"${slot.remain!}",
"idleholder":"${slot.idleholder?string("占用","不占用")}"
}<#if slot_has_next>,#if>
#list>
],Total:"${p.totalElements!}"
}