测试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
}
相关推荐
酷酷的阿云2 分钟前
不用ECharts!从0到1徒手撸一个Vue3柱状图
前端·javascript·vue.js
微信:137971205874 分钟前
web端手机录音
前端
齐 飞9 分钟前
MongoDB笔记01-概念与安装
前端·数据库·笔记·后端·mongodb
wowocpp18 分钟前
ubuntu 22.04 server 格式化 磁盘 为 ext4 并 自动挂载 LTS
服务器·数据库·ubuntu
九圣残炎18 分钟前
【从零开始的LeetCode-算法】1456. 定长子串中元音的最大数目
java·算法·leetcode
wclass-zhengge20 分钟前
Netty篇(入门编程)
java·linux·服务器
方方怪26 分钟前
与IP网络规划相关的知识点
服务器·网络·tcp/ip
神仙别闹26 分钟前
基于tensorflow和flask的本地图片库web图片搜索引擎
前端·flask·tensorflow
Re.不晚1 小时前
Java入门15——抽象类
java·开发语言·学习·算法·intellij-idea
雷神乐乐1 小时前
Maven学习——创建Maven的Java和Web工程,并运行在Tomcat上
java·maven