mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
20 lines
296 B
JSON
20 lines
296 B
JSON
{
|
|
"page": {
|
|
"pageSize": 33,
|
|
"currentPage": 81,
|
|
"totalSize": 49,
|
|
"orderItems": [
|
|
{
|
|
"asc": true,
|
|
"columnName": "foo",
|
|
"content": "bar1"
|
|
},
|
|
{
|
|
"asc": false,
|
|
"columnName": "foo",
|
|
"content": "bar2"
|
|
}
|
|
]
|
|
}
|
|
}
|