[
{
"costPrice": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"delFlag": 0,
"giftLibraryId": 0,
"goodsId": 0,
"id": 0,
"lastUpdateBy": "string",
"lastUpdateTime": "2019-08-24T14:15:22Z",
"price": "string",
"supplierId": 0,
"supplierName": "string"
}
]
curl --location --request POST 'http://127.0.0.1:8585/goodsSupplier/delete' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"costPrice": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"delFlag": 0,
"giftLibraryId": 0,
"goodsId": 0,
"id": 0,
"lastUpdateBy": "string",
"lastUpdateTime": "2019-08-24T14:15:22Z",
"price": "string",
"supplierId": 0,
"supplierName": "string"
}
]'
{
"code": 0,
"data": {},
"msg": "string"
}