[
{
"createId": 0,
"createTime": "2019-08-24T14:15:22Z",
"currentStock": 0,
"disposeType": 0,
"goodId": 0,
"goodName": "string",
"goodPrice": 0,
"id": 0,
"sampleNo": "string",
"sampleNum": 0,
"tenantId": 0,
"totalMoney": 0,
"type": 0,
"warehouseGoodItemId": 0,
"warehouseId": 0
}
]
curl --location --request POST 'http://127.0.0.1:8585/sampleDetail/delete' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"createId": 0,
"createTime": "2019-08-24T14:15:22Z",
"currentStock": 0,
"disposeType": 0,
"goodId": 0,
"goodName": "string",
"goodPrice": 0,
"id": 0,
"sampleNo": "string",
"sampleNum": 0,
"tenantId": 0,
"totalMoney": 0,
"type": 0,
"warehouseGoodItemId": 0,
"warehouseId": 0
}
]'
{
"code": 0,
"data": {},
"msg": "string"
}