mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-03-18 16:13:44 +08:00
add field order
This commit is contained in:
@@ -1219,14 +1219,9 @@
|
||||
"format": "int64"
|
||||
},
|
||||
"sortBy": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"ASC",
|
||||
"DESC"
|
||||
]
|
||||
}
|
||||
"type": "string",
|
||||
"description": "排序字段",
|
||||
"example": "name:asc,age:desc"
|
||||
},
|
||||
"offset": {
|
||||
"type": "integer",
|
||||
|
||||
Reference in New Issue
Block a user