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

main
fanpt 2 weeks ago
parent 2607edcba2
commit c75af86f21

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

Loading…
Cancel
Save