测试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
}
相关推荐
Chase_Mos1 小时前
Spring 必会之微服务篇(1)
java·spring·微服务
小林学习编程4 小时前
SpringBoot校园失物招领信息平台
java·spring boot·后端
撸码到无法自拔4 小时前
docker常见命令
java·spring cloud·docker·容器·eureka
蓝婷儿4 小时前
前端面试每日三题 - Day 32
前端·面试·职场和发展
heart000_14 小时前
IDEA 插件推荐:提升编程效率
java·ide·intellij-idea
菜菜why5 小时前
AutoDL租用服务器教程
服务器
IT专业服务商5 小时前
联想 SR550 服务器,配置 RAID 5教程!
运维·服务器·windows·microsoft·硬件架构
ŧ榕树先生5 小时前
查看jdk是否安装并且配置成功?(Android studio安装前的准备)
java·jdk
星空寻流年5 小时前
CSS3(BFC)
前端·microsoft·css3
未来的JAVA高级开发工程师5 小时前
适配器模式
java