curl --location --request GET 'http://localhost:8081/system/Building/' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"code": "string",
"name": "string",
"type": "string",
"sort": 0,
"fullName": "string",
"parentId": 0,
"ancestors": "string"
}
}