{
"pageNo": 0,
"pageSize": 0,
"batchNumber": "string",
"operatorTimeStart": "string",
"operatorTimeEnd": "string",
"operationType": 0,
"importName": "string"
}curl --location --request POST '/ltcPlanImport/queryImportBatchPage' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 0,
"pageSize": 0,
"batchNumber": "string",
"operatorTimeStart": "string",
"operatorTimeEnd": "string",
"operationType": 0,
"importName": "string"
}'{
"success": false,
"code": "",
"message": "",
"data": {
"records": [
{
"id": 0,
"batchNumber": "",
"importStatus": 0,
"importStatusStr": "",
"totalCount": 0,
"successCount": 0,
"failCount": 0,
"auditCount": 0,
"operatorName": "",
"fileName": "",
"revocationTime": "",
"revocationId": 0,
"revocationName": "",
"hideRevocationButton": false,
"createTime": "",
"operationType": 0,
"operationTypeStr": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"isSearchCount": false,
"hitCount": false,
"countId": "",
"maxLimit": 0,
"searchCount": false,
"pages": 0,
"ascs": [
""
],
"asc": [
""
],
"descs": [
""
],
"desc": [
""
]
}
}