主数据共享平台
    主数据共享平台
    • 首页
    • MQ分发同步消息
    • 组织
      • 部门模块
        • 查询所有的部门组织
    • 核算组织模块
      • 分页查询列表
        POST
    • 用户模块
      • 查询所有的用户
      • 用户信息
    • 商客管理
      • 新增或修改
      • 查询所有的商客
      • 根据id删除
    • 商客联系人模块
      • 新增或修改
      • 分页查询列表
      • 根据id删除
    • 商客银行账户模块管理
      • 查询所有的商客银行账户
      • 新增或修改
      • 根据id删除
    • 数据模型
      • Result
      • ResultListUserQueryVO
      • UserPageDTO
      • UserQueryVO
      • OrgPageDTO
      • CustomerPageDTO
      • CustomerUserPageDTO
      • OrgQueryVO
      • CustomerUserVO
      • CustomerUserDTO
      • ResultListOrgQueryVO
      • ResultListCustomerUserVO
      • CustomerDTO
      • CustomerBankPageDTO
      • ResultUserQueryVO
      • CustomerBankVO
      • ResultListCustomerBankVO
      • CustomerThirdVO
      • ResultListCustomerThirdVO
      • CustomerBankDTO
      • AccountingOrgPageDTO
      • AccountingOrg
      • ResultListAccountingOrg

    ResultListAccountingOrg

    响应数据

    {
        "code": 200,
        "data": [
            {
                "id": 0,
                "code": "string",
                "parentCode": "string",
                "taxId": "string",
                "name": "string",
                "fullName": "string",
                "type": 0,
                "orgType": 0,
                "namePath": "string",
                "codePath": "string",
                "sort": 0,
                "tags": "string",
                "remark": "string",
                "isEnabled": 0,
                "isDeleted": 0,
                "modifyBy": 0,
                "modifyTime": "2019-08-24T14:15:22.123Z",
                "createBy": 0,
                "createTime": "2019-08-24T14:15:22.123Z"
            }
        ],
        "msg": "success"
    }
    Built with