测试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
}
相关推荐
web147862107233 分钟前
C# .Net Web 路由相关配置
前端·c#·.net
m0_748247804 分钟前
Flutter Intl包使用指南:实现国际化和本地化
前端·javascript·flutter
飞的肖7 分钟前
前端使用 Element Plus架构vue3.0实现图片拖拉拽,后等比压缩,上传到Spring Boot后端
前端·spring boot·架构
Q_19284999069 分钟前
基于Spring Boot的摄影器材租赁回收系统
java·spring boot·后端
Code_流苏12 分钟前
VSCode搭建Java开发环境 2024保姆级安装教程(Java环境搭建+VSCode安装+运行测试+背景图设置)
java·ide·vscode·搭建·java开发环境
良许Linux14 分钟前
0.96寸OLED显示屏详解
linux·服务器·后端·互联网
青灯文案115 分钟前
前端 HTTP 请求由 Nginx 反向代理和 API 网关到后端服务的流程
前端·nginx·http
m0_7482548819 分钟前
DataX3.0+DataX-Web部署分布式可视化ETL系统
前端·分布式·etl
蜜獾云24 分钟前
docker 安装雷池WAF防火墙 守护Web服务器
linux·运维·服务器·网络·网络安全·docker·容器
小屁不止是运维26 分钟前
麒麟操作系统服务架构保姆级教程(五)NGINX中间件详解
linux·运维·服务器·nginx·中间件·架构