{Rows:[ <#list pagi.list 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>, ],Total:"${pagi.totalCount!}" }