{
"applyBillId": 0,
"onhandId": 0,
"barcode": "string",
"qty": 0,
"id": 0,
"acton": "0"
}
curl --location --request POST '/WmsMaterialConversion/execute' \
--header 'Content-Type: application/json' \
--data-raw '{
"applyBillId": 0,
"onhandId": 0,
"barcode": "string",
"qty": 0,
"id": 0,
"acton": "0"
}'
{
"code": "",
"message": "",
"data": {
"barcode": "",
"barcodeType": "",
"qty": 0.0,
"mitemId": 0,
"invBatchNo": ""
}
}