测试22222

javascript 复制代码
{
    "code": 200,
    "codeDetail": null,
    "data": {
        "processId": "b1090ec14f68487684d5cff4ade3bf51",
        "complianceFollingVo": {
            "selfVo": {
                "userId": "hanyan",
                "personName": "魏智翔",
                "personCutoffTime": "2023/11/13",
                "personIsExternalPart": "是",
                "personExternalPartList": [
                    {
                        "partUnitName": "XXXX有限公司",
                        "isProfitInstitution": "是",
                        "partUnitDuties": "经理"
                    }
                ],
                "personIsUnlistedStock": "是",
                "unlistedStockVoList": [
                    {
                        "businessName": "XXXX有限公司",
                        "holdEquityRatio": 100.0000000000000000
                    }
                ],
                "personIsInvestFund": "是",
                "investFundVoList": [
                    {
                        "fundCode": "100001",
                        "positionAmount": 10000.0000000000000000,
                        "positionNumber": 100.0000000000000000
                    }
                ],
                "personFileVoList": null
            },
            "spouseVo": {
                "spouseName": "张丽丽",
                "spouseIsBondAccount": "是",
                "bondAccountVoList": [
                    {
                        "bondAccountNum": "100000",
                        "bondCode": "100100",
                        "positionNumber": 1000.0000000000000000
                    },
                    {
                        "bondAccountNum": "100001",
                        "bondCode": "100102",
                        "positionNumber": 10002.0000000000000000
                    }
                ],
                "spouseIsUnlistedStock": "是",
                "unlistedStockVoList": [
                    {
                        "businessName": "东厂有限公司",
                        "holdEquityRatio": 200.0000000000000000
                    },
                    {
                        "businessName": "西厂有限公司",
                        "holdEquityRatio": 100.0000000000000000
                    }
                ],
                "spouseIsInvestFund": "否",
                "investFundVoList": null,
                "spouseFileVoList": null
            },
            "fatherVo": {
                "fatherName": "魏大爷",
                "fatherIsBondAccount": "否",
                "bondAccountVoList": null,
                "fatherIsUnlistedStock": "是",
                "unlistedStockVoList": [
                    {
                        "businessName": "东厂有限公司",
                        "holdEquityRatio": 200.0000000000000000
                    },
                    {
                        "businessName": "西厂有限公司",
                        "holdEquityRatio": 100.0000000000000000
                    }
                ],
                "fatherIsInvestFund": "否",
                "investFundVoList": null,
                "fatherFileVoList": null
            },
            "motherVo": {
                "motherName": "秦哈哈",
                "monthIsBondAccount": "是",
                "bondAccountVoList": [
                    {
                        "bondAccountNum": "100000",
                        "bondCode": "100100",
                        "positionNumber": 1000.0000000000000000
                    },
                    {
                        "bondAccountNum": "100001",
                        "bondCode": "100102",
                        "positionNumber": 10002.0000000000000000
                    }
                ],
                "monthIsUnlistedStock": "是",
                "unlistedStockVoList": [
                    {
                        "businessName": "东厂有限公司",
                        "holdEquityRatio": 200.0000000000000000
                    }
                ],
                "monthIsInvestFund": "是",
                "investFundVoList": [
                    {
                        "fundCode": "100002",
                        "positionAmount": 1000.0000000000000000,
                        "positionNumber": 100.0000000000000000
                    },
                    {
                        "fundCode": "100003",
                        "positionAmount": 10000.0000000000000000,
                        "positionNumber": 200.0000000000000000
                    }
                ],
                "motherFileVoList": null
            },
            "childrenVoList": [
                {
                    "childrenId": "11",
                    "childrenName": "魏1",
                    "childrenIsBondAccount": "是",
                    "bondAccountVoList": [
                        {
                            "bondAccountNum": "100000",
                            "bondCode": "100100",
                            "positionNumber": 1000.0000000000000000
                        }
                    ],
                    "childrenIsUnlistedStock": "是",
                    "unlistedStockVoList": [
                        {
                            "businessName": "东厂有限公司",
                            "holdEquityRatio": 200.0000000000000000
                        }
                    ],
                    "childrenIsInvestFund": "是",
                    "investFundVoList": [
                        {
                            "fundCode": "100002",
                            "positionAmount": 1000.0000000000000000,
                            "positionNumber": 100.0000000000000000
                        }
                    ],
                    "childrenFileVoList": null
                },
                {
                    "childrenId": "12",
                    "childrenName": "魏2",
                    "childrenIsBondAccount": "是",
                    "bondAccountVoList": [
                        {
                            "bondAccountNum": "100001",
                            "bondCode": "100102",
                            "positionNumber": 10002.0000000000000000
                        }
                    ],
                    "childrenIsUnlistedStock": "是",
                    "unlistedStockVoList": [
                        {
                            "businessName": "西厂有限公司",
                            "holdEquityRatio": 100.0000000000000000
                        }
                    ],
                    "childrenIsInvestFund": "是",
                    "investFundVoList": [
                        {
                            "fundCode": "100003",
                            "positionAmount": 10000.0000000000000000,
                            "positionNumber": 200.0000000000000000
                        }
                    ],
                    "childrenFileVoList": null
                }
            ]
        }
    },
    "msg": "",
    "msgDetail": "",
    "moreInfo": null,
    "requestId": null
}
相关推荐
甜兒.19 分钟前
鸿蒙小技巧
前端·华为·typescript·harmonyos
Dola_Pan1 小时前
Linux文件IO(二)-文件操作使用详解
java·linux·服务器
wang_book1 小时前
Gitlab学习(007 gitlab项目操作)
java·运维·git·学习·spring·gitlab
蜗牛^^O^2 小时前
Docker和K8S
java·docker·kubernetes
城南云小白3 小时前
Linux网络服务只iptables防火墙工具
linux·服务器·网络
从心归零3 小时前
sshj使用代理连接服务器
java·服务器·sshj
咩咩大主教3 小时前
C++基于select和epoll的TCP服务器
linux·服务器·c语言·开发语言·c++·tcp/ip·io多路复用
羌俊恩3 小时前
视频服务器:GB28181网络视频协议
服务器·网络·音视频
运维小白。。3 小时前
Nginx 反向代理
运维·服务器·nginx·http
科技互联人生3 小时前
中国数据中心服务器CPU行业发展概述
服务器·硬件架构