{
"page": 0,
"pageSize": 0,
"title": "string",
"createName": "string",
"startTime": "string",
"endTime": "string",
"type": "string",
"businessType": "string",
"dataSourcesType": "string",
"sourceSystem": "string"
}
curl --location --request POST '/annual-water-use-handle-record/workStand/needOrCompletedTable' \
--header 'Authorization: Bearer eyJhbGciOiJSUzI1NiJ9.eyJzdWIiOiLlkLTlu7rljY4yIiwidXNlcklkIjoiODMyOTI2MzkwOTAxODAwOTYwIiwibmFtZSI6IuWQtOW7uuWNjiIsInR5cGUiOiJ1c2VyIiwiaWQiOjgzMjkyNjM5MDkwMTgwMDk2MCwiaW5zaWRlciI6IjEiLCJsb2dpbk5hbWUiOiLlkLTlu7rljY4yIiwibW9iaWxlIjoiMTU5NzExODAzNzMiLCJubyI6IjM4Mjg0MDAyODk3OSIsIm9mZmljZUlkIjo4Mjc1OTUxMDMzNDExMTc0NDAsInV1aWQiOiI3NzQ0ZWIwZGFmNjU0YWUzYTE0YWVjYjU2YWY4MjRlYSIsImFyZWFDb2RlIjoiMzYwMDAwIiwiYXJlYU5hbWUiOiLmsZ_opb_nnIEiLCJleHAiOjE3NTM4ODQ5NDB9.MfVAY1wwRez9nsoIHbTIEINUMVv_PHVV8muOxyJne4x-KJ4eYBrYyRPIG7dqHk879mxsuVr4ZsLfkK2F-WG3xqxa93tyKku7YpgSdvQzu_Enw0l-cUO8WapuyDPGbIMOJ4yAx9IAvK6pNcwDq245BUgvvIdBi4MO4lxNHonzfC8' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 0,
"title": "string",
"createName": "string",
"startTime": "string",
"endTime": "string",
"type": "string",
"businessType": "string",
"dataSourcesType": "string",
"sourceSystem": "string"
}'
{
"code": 0,
"msg": "",
"data": [
{
"title": "",
"businessId": "",
"businessType": "",
"businessTypeName": "",
"dataSources": "",
"handleUserName": "",
"createName": "",
"createBy": 0,
"createDate": "",
"isAuto": "",
"type": "",
"closeBtn": 0,
"workOrderBtn": 0,
"msgBtn": 0,
"handleBtn": 0,
"managementStation": 0,
"editBtn": 0,
"delBtn": 0,
"distributeBtn": 0,
"assignBtn": 0,
"receiveBtn": 0,
"approveBtn": 0,
"reviewBtn": 0,
"taskHandleBtn": 0,
"revokeBtnDis": false,
"editBtnDis": false,
"delBtnDis": false,
"assignBtnDis": false,
"completeBtnDis": false,
"approvalBtnDis": false,
"externalSystem": false,
"sourceSystem": 0,
"sourceSystemName": ""
}
]
}