{
"userId":180,
"factoryId":8,
"id":1
}
curl --location --request POST 'localhost:7005/erpRequestRecord/remove' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId":180,
"factoryId":8,
"id":1
}'
{
"msg": "string",
"code": 0
}