[
{
"checkMan": "string",
"checkTime": "2019-08-24T14:15:22Z",
"createdBy": 0,
"createdTime": "2019-08-24T14:15:22Z",
"id": 0,
"reason": "string",
"status": 0,
"supplyBagId": 0
}
]
curl --location --request POST 'http://127.0.0.1:8585/bagCheckRecord/delete' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"checkMan": "string",
"checkTime": "2019-08-24T14:15:22Z",
"createdBy": 0,
"createdTime": "2019-08-24T14:15:22Z",
"id": 0,
"reason": "string",
"status": 0,
"supplyBagId": 0
}
]'
{
"code": 0,
"data": {},
"msg": "string"
}