{
"materialId": "string",
"num": "string",
"procureCode": "string",
"uniqueCode": "string",
"serial": "string",
"producBatch": "string",
"storageLocationId": "string",
"isGood": "string",
"type": "string",
"upCode": "string"
}
curl --location --request POST 'http://192.168.0.22/nexgen/warehouse-manage/storageTask/addWarehousVirtual' \
--header 'factoryId;' \
--header 'userId;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"materialId": "string",
"num": "string",
"procureCode": "string",
"uniqueCode": "string",
"serial": "string",
"producBatch": "string",
"storageLocationId": "string",
"isGood": "string",
"type": "string",
"upCode": "string"
}'
{}