{
"filter": {
"schema": {
"$in": [
"string"
],
"property1": "string",
"property2": "string"
},
"field": {
"$notEmpty": true,
"$in": [
"string"
],
"property1": "string",
"property2": "string"
},
"property1": "string",
"property2": "string"
},
"keyword": "张",
"page": 1,
"cursor": "string",
"pageSize": 20,
"sort": [
"value"
],
"dataFilter": {
"部门": {
"$eq": "生产部"
},
"状态": {
"$in": [
"在职",
"试用"
]
}
}
}