curl --location --request PUT '/pda/wm/productRecpt/execute' \
--header 'Authorization: Bearer {{password}}' \
--header 'Content-Type: application/json' \
--data '{
"createDept": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"code": "string",
"name": "string",
"workorderId": 0,
"workorderCode": "string",
"workorderName": "string",
"itemId": 0,
"itemCode": "string",
"itemName": "string",
"specification": "string",
"unitCode": "string",
"unitName": "string",
"recptDate": "string",
"status": "string",
"remark": "string"
}'{
"code": 0,
"msg": "",
"data": null
}