{
"state": 0,
"warehouseTypeId": 0,
"materialId": 0,
"warehouseId": 0,
"batch": "string",
"refCode": "string",
"userId": 0,
"factoryId": "string",
"remark": "string",
"num": 0,
"approver": 0,
"result": "string"
}
curl --location --request POST 'qmsResult' \
--header 'Content-Type: application/json' \
--data-raw '{
"state": 0,
"warehouseTypeId": 0,
"materialId": 0,
"warehouseId": 0,
"batch": "string",
"refCode": "string",
"userId": 0,
"factoryId": "string",
"remark": "string",
"num": 0,
"approver": 0,
"result": "string"
}'
{}