This commit is contained in:
Looly
2022-12-27 16:55:09 +08:00
parent f013446279
commit 803f1b313c
3 changed files with 42 additions and 4 deletions

View File

@@ -0,0 +1,19 @@
{
"page": {
"pageSize": 33,
"currentPage": 81,
"totalSize": 49,
"orderItems": [
{
"asc": true,
"columnName": "foo",
"content": "bar1"
},
{
"asc": false,
"columnName": "foo",
"content": "bar2"
}
]
}
}