{
"applyBillId": 0,
"status": "string",
"accountingDate": "string",
"remark": "string"
}
curl --location --request POST '/WmsMaterialConversion/set' \
--header 'Content-Type: application/json' \
--data-raw '{
"applyBillId": 0,
"status": "string",
"accountingDate": "string",
"remark": "string"
}'
{
"code": "",
"message": "",
"data": false
}