调整返回结果,添加节点标签

main
fanpt 1 week ago
parent 2607edcba2
commit c75af86f21

@ -14,45 +14,45 @@
{
"nodes": [
{
"name":"龙源(酒泉)风力发电有限公司",
"type": "公司",
"attributes": {
"名称": "龙源(酒泉)风力发电有限公司",
"地址": "雨花台区"
}
},
{
"name":"电子银行承兑汇票",
"type": "电子银行承兑汇票",
"attributes": {
"名称":"电子银行承兑汇票",
"金额": "100.00万元",
"打印时间": "2024年10月20号"
}
},
{
"name": "杭州六小龙",
"type": "公司",
"attributes": {
"名称": "杭州六小龙",
"地址": "杭州高新区"
}
}
],
"relations": [
{
"name": "收购",
"source": "公司",
"target": "公司",
"type": "收购",
"attributes": {
"名称":"收购",
"收购类型": "全资收购",
"收购时间": "2025年5月28号"
}
},
{
"name":"收购",
"source": "公司",
"target": "电子银行承兑汇票",
"type": "持有",
"attributes": {
"名称":"持有",
"持有方式": "纸质"
}
}

Loading…
Cancel
Save