{
"name": "string",
"stageKey": "string",
"parentId": "string",
"projectId": "string"
}curl --location '/dms_symbol_sz/api/bim/version/edit/addBuilding' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"stageKey": "string",
"parentId": "string",
"projectId": "string"
}'{
"code": 0,
"errmsg": "成功",
"data": {
"id": "8d93b952db4c4551b5842ce7b161f1f6",
"parentId": "0de7d7a663ab4d26bc4961397c6732ed",
"name": "333",
"customAttributes": "{\"stage\":\"DESIGN_STAGE\"}",
"type": 0,
"stageKey": "DESIGN_STAGE",
"projectId": "70e5d37ca4854625a1aebc96ef478d4b"
}
}