中台
  1. 普通状态
中台
  • 规范
  • 项目管理
    • 锁定状态
      • 锁定
      • 提交版本
      • 取消锁定
      • 初始化单体下专业
      • 更新项目信息
      • 更新项目扩展信息
      • 更新单体信息
      • 更新单体扩展信息
      • 添加单体
      • 添加文件版本(文件上传成功后调用)
      • 添加单体扩展信息
      • 项目详情
      • 项目扩展信息
      • 单体列表
      • 专业列表
      • 文件版本列表
      • 删除单体
    • 普通状态
      • 项目列表(带分页)
        POST
      • 项目详情
        POST
      • 单体列表
        POST
      • 项目下拉筛选项
        POST
      • 专业列表
        POST
      • 批量检查是否处于编辑状态
        POST
    • 创建项目
      POST
  • 模型管理
    • 单体下属文件列表
      POST
    • 模型详情
      POST
    • 批量删除文件或文件夹
      POST
    • 轻量化
      POST
  • 存储管理
    • 分片上传
      • 获取分片上传凭证
      • 检查分片是否存在
      • 检查分片是否存在v2
      • 文件分片上传
      • 合并分片
    • 下载
      • 单文件下载
      • 批量下载
    • 普通上传
      POST
    • 检查文件是否存在
      GET
    • 秒传
      POST
  • 任务管理
    • 任务列表
      POST
    • 任务取消
      POST
    • 任务重试
      POST
    • 更新任务读取状态
      POST
  • 能力服务
    • 模型对比-SZ-IFC
      • 模型对比-SZ-IFC
      • 开启IFC模型对比任务
      • 查询IFC模型对比任务结果
    • 轻量化展示
      • 轻量化展示
      • 获取obv-token
    • 图纸识别
      • 图纸识别
      • 识图识别任务开启
      • 识图识别结果查询
    • 图模匹配
      • 图模匹配
      • 开启图模匹配任务
      • 图模匹配任务结果查询
    • 空间计算
      • 空间计算
      • 查询空间树
      • 查询构件树
      • 查询机电系统树
      • 根据空间查构件
      • 根据构件查属性
    • 模型对比-Revit
      • 模型对比-Revit
      • 开启Revit模型对比任务
      • 查询Revit模型对比任务信息
      • 查询Revit模型对比结果
    • 项目维度统计查询
      • 项目维度统计查询
      • 项目聚合列表
      • 项目编码列表
      • 获取子文件夹树
      • 获取子文件列表
      • 项目版本列表
    • 模型维度统计查询
      • 模型维度统计查询
      • 按类型获取模型数量
      • 按周期获取模型数量
      • 按专业获取统计模型
      • 按单体获取模型列表
    • 单体维度统计查询
      • 单体维度统计查询
      • 根据项目ID获取单体
    • 能力列表
      POST
    • 能力接口列表
      POST
    • 模型文件Hash存储
      POST
    • 模型文件Hash查询
      POST
  1. 普通状态

单体列表

POST
/dms_symbol_sz/api/bim/version/getBuilding
获取单体列表
根据项目ID获取单体

请求参数

Body 参数application/json
parentId
string 
父节点ID
必需
version
integer 
版本
必需
示例
{
    "parentId": "string",
    "version": 0
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/dms_symbol_sz/api/bim/version/getBuilding' \
--header 'Content-Type: application/json' \
--data-raw '{
    "parentId": "string",
    "version": 0
}'

返回响应

🟢200成功
application/json
Body
code
integer 
必需
errmsg
string 
必需
data
array [object {40}] 
必需
id
string 
可选
parentId
string 
可选
name
string 
可选
oldName
null 
可选
createUser
null 
可选
createTime
null 
可选
updateUserId
null 
可选
updateTime
null 
可选
updateUser
null 
可选
createUserId
null 
可选
customAttributes
string 
可选
type
integer 
可选
locked
null 
可选
title
null 
可选
hidden
boolean 
可选
description
null 
可选
permission
null 
可选
folderType
null 
可选
version
integer 
可选
deleteFlag
string 
可选
sort
integer 
可选
leaf
null 
可选
lockedBy
null 
可选
fileType
null 
可选
contentType
null 
可选
submitFlag
boolean 
可选
relateFlag
boolean 
可选
level
integer 
可选
relationId
null 
可选
relationType
null 
可选
annotateScene
null 
可选
annotateType
null 
可选
handledNum
integer 
可选
totalNum
integer 
可选
stageKey
null 
可选
majorList
null 
可选
fileName
string 
可选
convertStatus
null 
可选
fileDetail
null 
可选
projectId
string 
可选
示例
{
    "code": 0,
    "errmsg": "成功",
    "data": [
        {
            "id": "21b94a0811da4c6191b6aa5411bf6b73",
            "parentId": "e3a6c35cbb944b2d80cd324489ff391b",
            "name": "11",
            "oldName": null,
            "createUser": null,
            "createTime": null,
            "updateUserId": null,
            "updateTime": null,
            "updateUser": null,
            "createUserId": null,
            "customAttributes": "{\"stage\":\"DESIGN_STAGE\"}",
            "type": 0,
            "locked": null,
            "title": null,
            "hidden": false,
            "description": null,
            "permission": null,
            "folderType": null,
            "version": 2,
            "deleteFlag": "N",
            "sort": 0,
            "leaf": null,
            "lockedBy": null,
            "fileType": null,
            "contentType": null,
            "submitFlag": false,
            "relateFlag": false,
            "level": 1,
            "relationId": null,
            "relationType": null,
            "annotateScene": null,
            "annotateType": null,
            "handledNum": 0,
            "totalNum": 0,
            "stageKey": null,
            "majorList": null,
            "fileName": "11",
            "children": [
                {
                    "id": "5689a2cfac3b4180a11ae0197fc937f7",
                    "parentId": "21b94a0811da4c6191b6aa5411bf6b73",
                    "name": "全专业",
                    "oldName": null,
                    "createUser": null,
                    "createTime": null,
                    "updateUserId": null,
                    "updateTime": null,
                    "updateUser": null,
                    "createUserId": null,
                    "customAttributes": null,
                    "type": 0,
                    "locked": false,
                    "title": "全专业",
                    "hidden": false,
                    "description": null,
                    "permission": null,
                    "folderType": null,
                    "version": 2,
                    "deleteFlag": "N",
                    "sort": 0,
                    "leaf": null,
                    "lockedBy": null,
                    "fileType": null,
                    "contentType": null,
                    "submitFlag": false,
                    "relateFlag": false,
                    "level": 1,
                    "relationId": null,
                    "relationType": null,
                    "annotateScene": null,
                    "annotateType": null,
                    "handledNum": 0,
                    "totalNum": 0,
                    "stageKey": null,
                    "majorList": null,
                    "fileName": "全专业",
                    "children": [],
                    "convertStatus": null,
                    "fileDetail": null,
                    "projectId": "a5b3d60b2cf3464490200828c8759b43",
                    "withChildren": "false",
                    "withExpand": null,
                    "withFileDetail": null,
                    "opDetail": null,
                    "changeCount": null,
                    "resourceExpand": null
                },
                {
                    "id": "0339b8e346564d3bb9290fa935212400",
                    "parentId": "21b94a0811da4c6191b6aa5411bf6b73",
                    "name": "建筑专业",
                    "oldName": null,
                    "createUser": null,
                    "createTime": null,
                    "updateUserId": null,
                    "updateTime": null,
                    "updateUser": null,
                    "createUserId": null,
                    "customAttributes": null,
                    "type": 0,
                    "locked": false,
                    "title": "建筑专业",
                    "hidden": false,
                    "description": null,
                    "permission": null,
                    "folderType": null,
                    "version": 2,
                    "deleteFlag": "N",
                    "sort": 0,
                    "leaf": null,
                    "lockedBy": null,
                    "fileType": null,
                    "contentType": null,
                    "submitFlag": false,
                    "relateFlag": false,
                    "level": 1,
                    "relationId": null,
                    "relationType": null,
                    "annotateScene": null,
                    "annotateType": null,
                    "handledNum": 0,
                    "totalNum": 0,
                    "stageKey": null,
                    "majorList": null,
                    "fileName": "建筑专业",
                    "children": [
                        {
                            "id": "def768275d5a4e918b12084676288d48",
                            "parentId": "0339b8e346564d3bb9290fa935212400",
                            "name": "模型",
                            "oldName": null,
                            "createUser": null,
                            "createTime": null,
                            "updateUserId": null,
                            "updateTime": null,
                            "updateUser": null,
                            "createUserId": null,
                            "customAttributes": null,
                            "type": 0,
                            "locked": false,
                            "title": "模型",
                            "hidden": false,
                            "description": null,
                            "permission": null,
                            "folderType": null,
                            "version": 2,
                            "deleteFlag": "N",
                            "sort": 0,
                            "leaf": null,
                            "lockedBy": null,
                            "fileType": null,
                            "contentType": null,
                            "submitFlag": false,
                            "relateFlag": false,
                            "level": 1,
                            "relationId": null,
                            "relationType": null,
                            "annotateScene": null,
                            "annotateType": null,
                            "handledNum": 0,
                            "totalNum": 0,
                            "stageKey": null,
                            "majorList": null,
                            "fileName": "模型",
                            "children": [],
                            "convertStatus": null,
                            "fileDetail": null,
                            "projectId": "a5b3d60b2cf3464490200828c8759b43",
                            "withChildren": "false",
                            "withExpand": null,
                            "withFileDetail": null,
                            "opDetail": null,
                            "changeCount": null,
                            "resourceExpand": null
                        },
                        {
                            "id": "da99aceeb3e94ad695431561913103e9",
                            "parentId": "0339b8e346564d3bb9290fa935212400",
                            "name": "图纸",
                            "oldName": null,
                            "createUser": null,
                            "createTime": null,
                            "updateUserId": null,
                            "updateTime": null,
                            "updateUser": null,
                            "createUserId": null,
                            "customAttributes": null,
                            "type": 0,
                            "locked": false,
                            "title": "图纸",
                            "hidden": false,
                            "description": null,
                            "permission": null,
                            "folderType": null,
                            "version": 2,
                            "deleteFlag": "N",
                            "sort": 0,
                            "leaf": null,
                            "lockedBy": null,
                            "fileType": null,
                            "contentType": null,
                            "submitFlag": false,
                            "relateFlag": false,
                            "level": 1,
                            "relationId": null,
                            "relationType": null,
                            "annotateScene": null,
                            "annotateType": null,
                            "handledNum": 0,
                            "totalNum": 0,
                            "stageKey": null,
                            "majorList": null,
                            "fileName": "图纸",
                            "children": [],
                            "convertStatus": null,
                            "fileDetail": null,
                            "projectId": "a5b3d60b2cf3464490200828c8759b43",
                            "withChildren": "false",
                            "withExpand": null,
                            "withFileDetail": null,
                            "opDetail": null,
                            "changeCount": null,
                            "resourceExpand": null
                        }
                    ],
                    "convertStatus": null,
                    "fileDetail": null,
                    "projectId": "a5b3d60b2cf3464490200828c8759b43",
                    "withChildren": "false",
                    "withExpand": null,
                    "withFileDetail": null,
                    "opDetail": null,
                    "changeCount": null,
                    "resourceExpand": null
                },
                {
                    "id": "cd17889e77cb4f169cac825881b4944f",
                    "parentId": "21b94a0811da4c6191b6aa5411bf6b73",
                    "name": "结构专业",
                    "oldName": null,
                    "createUser": null,
                    "createTime": null,
                    "updateUserId": null,
                    "updateTime": null,
                    "updateUser": null,
                    "createUserId": null,
                    "customAttributes": null,
                    "type": 0,
                    "locked": false,
                    "title": "结构专业",
                    "hidden": false,
                    "description": null,
                    "permission": null,
                    "folderType": null,
                    "version": 2,
                    "deleteFlag": "N",
                    "sort": 0,
                    "leaf": null,
                    "lockedBy": null,
                    "fileType": null,
                    "contentType": null,
                    "submitFlag": false,
                    "relateFlag": false,
                    "level": 1,
                    "relationId": null,
                    "relationType": null,
                    "annotateScene": null,
                    "annotateType": null,
                    "handledNum": 0,
                    "totalNum": 0,
                    "stageKey": null,
                    "majorList": null,
                    "fileName": "结构专业",
                    "children": [
                        {
                            "id": "e44b6bd3b40c4abebd9afbd778a3cdbb",
                            "parentId": "cd17889e77cb4f169cac825881b4944f",
                            "name": "模型",
                            "oldName": null,
                            "createUser": null,
                            "createTime": null,
                            "updateUserId": null,
                            "updateTime": null,
                            "updateUser": null,
                            "createUserId": null,
                            "customAttributes": null,
                            "type": 0,
                            "locked": false,
                            "title": "模型",
                            "hidden": false,
                            "description": null,
                            "permission": null,
                            "folderType": null,
                            "version": 2,
                            "deleteFlag": "N",
                            "sort": 0,
                            "leaf": null,
                            "lockedBy": null,
                            "fileType": null,
                            "contentType": null,
                            "submitFlag": false,
                            "relateFlag": false,
                            "level": 1,
                            "relationId": null,
                            "relationType": null,
                            "annotateScene": null,
                            "annotateType": null,
                            "handledNum": 0,
                            "totalNum": 0,
                            "stageKey": null,
                            "majorList": null,
                            "fileName": "模型",
                            "children": [],
                            "convertStatus": null,
                            "fileDetail": null,
                            "projectId": "a5b3d60b2cf3464490200828c8759b43",
                            "withChildren": "false",
                            "withExpand": null,
                            "withFileDetail": null,
                            "opDetail": null,
                            "changeCount": null,
                            "resourceExpand": null
                        },
                        {
                            "id": "9d3c8c46756344688941678e8be0be1c",
                            "parentId": "cd17889e77cb4f169cac825881b4944f",
                            "name": "图纸",
                            "oldName": null,
                            "createUser": null,
                            "createTime": null,
                            "updateUserId": null,
                            "updateTime": null,
                            "updateUser": null,
                            "createUserId": null,
                            "customAttributes": null,
                            "type": 0,
                            "locked": false,
                            "title": "图纸",
                            "hidden": false,
                            "description": null,
                            "permission": null,
                            "folderType": null,
                            "version": 2,
                            "deleteFlag": "N",
                            "sort": 0,
                            "leaf": null,
                            "lockedBy": null,
                            "fileType": null,
                            "contentType": null,
                            "submitFlag": false,
                            "relateFlag": false,
                            "level": 1,
                            "relationId": null,
                            "relationType": null,
                            "annotateScene": null,
                            "annotateType": null,
                            "handledNum": 0,
                            "totalNum": 0,
                            "stageKey": null,
                            "majorList": null,
                            "fileName": "图纸",
                            "children": [],
                            "convertStatus": null,
                            "fileDetail": null,
                            "projectId": "a5b3d60b2cf3464490200828c8759b43",
                            "withChildren": "false",
                            "withExpand": null,
                            "withFileDetail": null,
                            "opDetail": null,
                            "changeCount": null,
                            "resourceExpand": null
                        }
                    ],
                    "convertStatus": null,
                    "fileDetail": null,
                    "projectId": "a5b3d60b2cf3464490200828c8759b43",
                    "withChildren": "false",
                    "withExpand": null,
                    "withFileDetail": null,
                    "opDetail": null,
                    "changeCount": null,
                    "resourceExpand": null
                },
                {
                    "id": "1a62ebc4cdcb4844a956f79c905e4dfa",
                    "parentId": "21b94a0811da4c6191b6aa5411bf6b73",
                    "name": "给排水专业",
                    "oldName": null,
                    "createUser": null,
                    "createTime": null,
                    "updateUserId": null,
                    "updateTime": null,
                    "updateUser": null,
                    "createUserId": null,
                    "customAttributes": null,
                    "type": 0,
                    "locked": false,
                    "title": "给排水专业",
                    "hidden": false,
                    "description": null,
                    "permission": null,
                    "folderType": null,
                    "version": 2,
                    "deleteFlag": "N",
                    "sort": 0,
                    "leaf": null,
                    "lockedBy": null,
                    "fileType": null,
                    "contentType": null,
                    "submitFlag": false,
                    "relateFlag": false,
                    "level": 1,
                    "relationId": null,
                    "relationType": null,
                    "annotateScene": null,
                    "annotateType": null,
                    "handledNum": 0,
                    "totalNum": 0,
                    "stageKey": null,
                    "majorList": null,
                    "fileName": "给排水专业",
                    "children": [
                        {
                            "id": "893093f63eda4558a170d0350f4a9f21",
                            "parentId": "1a62ebc4cdcb4844a956f79c905e4dfa",
                            "name": "模型",
                            "oldName": null,
                            "createUser": null,
                            "createTime": null,
                            "updateUserId": null,
                            "updateTime": null,
                            "updateUser": null,
                            "createUserId": null,
                            "customAttributes": null,
                            "type": 0,
                            "locked": false,
                            "title": "模型",
                            "hidden": false,
                            "description": null,
                            "permission": null,
                            "folderType": null,
                            "version": 2,
                            "deleteFlag": "N",
                            "sort": 0,
                            "leaf": null,
                            "lockedBy": null,
                            "fileType": null,
                            "contentType": null,
                            "submitFlag": false,
                            "relateFlag": false,
                            "level": 1,
                            "relationId": null,
                            "relationType": null,
                            "annotateScene": null,
                            "annotateType": null,
                            "handledNum": 0,
                            "totalNum": 0,
                            "stageKey": null,
                            "majorList": null,
                            "fileName": "模型",
                            "children": [],
                            "convertStatus": null,
                            "fileDetail": null,
                            "projectId": "a5b3d60b2cf3464490200828c8759b43",
                            "withChildren": "false",
                            "withExpand": null,
                            "withFileDetail": null,
                            "opDetail": null,
                            "changeCount": null,
                            "resourceExpand": null
                        },
                        {
                            "id": "aae8d2ca882b4b0dae6cdb746ec7209e",
                            "parentId": "1a62ebc4cdcb4844a956f79c905e4dfa",
                            "name": "图纸",
                            "oldName": null,
                            "createUser": null,
                            "createTime": null,
                            "updateUserId": null,
                            "updateTime": null,
                            "updateUser": null,
                            "createUserId": null,
                            "customAttributes": null,
                            "type": 0,
                            "locked": false,
                            "title": "图纸",
                            "hidden": false,
                            "description": null,
                            "permission": null,
                            "folderType": null,
                            "version": 2,
                            "deleteFlag": "N",
                            "sort": 0,
                            "leaf": null,
                            "lockedBy": null,
                            "fileType": null,
                            "contentType": null,
                            "submitFlag": false,
                            "relateFlag": false,
                            "level": 1,
                            "relationId": null,
                            "relationType": null,
                            "annotateScene": null,
                            "annotateType": null,
                            "handledNum": 0,
                            "totalNum": 0,
                            "stageKey": null,
                            "majorList": null,
                            "fileName": "图纸",
                            "children": [],
                            "convertStatus": null,
                            "fileDetail": null,
                            "projectId": "a5b3d60b2cf3464490200828c8759b43",
                            "withChildren": "false",
                            "withExpand": null,
                            "withFileDetail": null,
                            "opDetail": null,
                            "changeCount": null,
                            "resourceExpand": null
                        }
                    ],
                    "convertStatus": null,
                    "fileDetail": null,
                    "projectId": "a5b3d60b2cf3464490200828c8759b43",
                    "withChildren": "false",
                    "withExpand": null,
                    "withFileDetail": null,
                    "opDetail": null,
                    "changeCount": null,
                    "resourceExpand": null
                },
                {
                    "id": "0d8303b1ab58454ba7c0d4f0f84f93ce",
                    "parentId": "21b94a0811da4c6191b6aa5411bf6b73",
                    "name": "暖通专业",
                    "oldName": null,
                    "createUser": null,
                    "createTime": null,
                    "updateUserId": null,
                    "updateTime": null,
                    "updateUser": null,
                    "createUserId": null,
                    "customAttributes": null,
                    "type": 0,
                    "locked": false,
                    "title": "暖通专业",
                    "hidden": false,
                    "description": null,
                    "permission": null,
                    "folderType": null,
                    "version": 2,
                    "deleteFlag": "N",
                    "sort": 0,
                    "leaf": null,
                    "lockedBy": null,
                    "fileType": null,
                    "contentType": null,
                    "submitFlag": false,
                    "relateFlag": false,
                    "level": 1,
                    "relationId": null,
                    "relationType": null,
                    "annotateScene": null,
                    "annotateType": null,
                    "handledNum": 0,
                    "totalNum": 0,
                    "stageKey": null,
                    "majorList": null,
                    "fileName": "暖通专业",
                    "children": [
                        {
                            "id": "d4e470f2c3a14b1a8186214eb1809124",
                            "parentId": "0d8303b1ab58454ba7c0d4f0f84f93ce",
                            "name": "模型",
                            "oldName": null,
                            "createUser": null,
                            "createTime": null,
                            "updateUserId": null,
                            "updateTime": null,
                            "updateUser": null,
                            "createUserId": null,
                            "customAttributes": null,
                            "type": 0,
                            "locked": false,
                            "title": "模型",
                            "hidden": false,
                            "description": null,
                            "permission": null,
                            "folderType": null,
                            "version": 2,
                            "deleteFlag": "N",
                            "sort": 0,
                            "leaf": null,
                            "lockedBy": null,
                            "fileType": null,
                            "contentType": null,
                            "submitFlag": false,
                            "relateFlag": false,
                            "level": 1,
                            "relationId": null,
                            "relationType": null,
                            "annotateScene": null,
                            "annotateType": null,
                            "handledNum": 0,
                            "totalNum": 0,
                            "stageKey": null,
                            "majorList": null,
                            "fileName": "模型",
                            "children": [],
                            "convertStatus": null,
                            "fileDetail": null,
                            "projectId": "a5b3d60b2cf3464490200828c8759b43",
                            "withChildren": "false",
                            "withExpand": null,
                            "withFileDetail": null,
                            "opDetail": null,
                            "changeCount": null,
                            "resourceExpand": null
                        },
                        {
                            "id": "aeaebedbbb2f41498a5585e9d67e6133",
                            "parentId": "0d8303b1ab58454ba7c0d4f0f84f93ce",
                            "name": "图纸",
                            "oldName": null,
                            "createUser": null,
                            "createTime": null,
                            "updateUserId": null,
                            "updateTime": null,
                            "updateUser": null,
                            "createUserId": null,
                            "customAttributes": null,
                            "type": 0,
                            "locked": false,
                            "title": "图纸",
                            "hidden": false,
                            "description": null,
                            "permission": null,
                            "folderType": null,
                            "version": 2,
                            "deleteFlag": "N",
                            "sort": 0,
                            "leaf": null,
                            "lockedBy": null,
                            "fileType": null,
                            "contentType": null,
                            "submitFlag": false,
                            "relateFlag": false,
                            "level": 1,
                            "relationId": null,
                            "relationType": null,
                            "annotateScene": null,
                            "annotateType": null,
                            "handledNum": 0,
                            "totalNum": 0,
                            "stageKey": null,
                            "majorList": null,
                            "fileName": "图纸",
                            "children": [],
                            "convertStatus": null,
                            "fileDetail": null,
                            "projectId": "a5b3d60b2cf3464490200828c8759b43",
                            "withChildren": "false",
                            "withExpand": null,
                            "withFileDetail": null,
                            "opDetail": null,
                            "changeCount": null,
                            "resourceExpand": null
                        }
                    ],
                    "convertStatus": null,
                    "fileDetail": null,
                    "projectId": "a5b3d60b2cf3464490200828c8759b43",
                    "withChildren": "false",
                    "withExpand": null,
                    "withFileDetail": null,
                    "opDetail": null,
                    "changeCount": null,
                    "resourceExpand": null
                },
                {
                    "id": "3f70b5d15ea64e0db05a8cc864abdf0f",
                    "parentId": "21b94a0811da4c6191b6aa5411bf6b73",
                    "name": "电气专业",
                    "oldName": null,
                    "createUser": null,
                    "createTime": null,
                    "updateUserId": null,
                    "updateTime": null,
                    "updateUser": null,
                    "createUserId": null,
                    "customAttributes": null,
                    "type": 0,
                    "locked": false,
                    "title": "电气专业",
                    "hidden": false,
                    "description": null,
                    "permission": null,
                    "folderType": null,
                    "version": 2,
                    "deleteFlag": "N",
                    "sort": 0,
                    "leaf": null,
                    "lockedBy": null,
                    "fileType": null,
                    "contentType": null,
                    "submitFlag": false,
                    "relateFlag": false,
                    "level": 1,
                    "relationId": null,
                    "relationType": null,
                    "annotateScene": null,
                    "annotateType": null,
                    "handledNum": 0,
                    "totalNum": 0,
                    "stageKey": null,
                    "majorList": null,
                    "fileName": "电气专业",
                    "children": [
                        {
                            "id": "55729ff4ae1e4b5f83aaf423fc9c64a5",
                            "parentId": "3f70b5d15ea64e0db05a8cc864abdf0f",
                            "name": "模型",
                            "oldName": null,
                            "createUser": null,
                            "createTime": null,
                            "updateUserId": null,
                            "updateTime": null,
                            "updateUser": null,
                            "createUserId": null,
                            "customAttributes": null,
                            "type": 0,
                            "locked": false,
                            "title": "模型",
                            "hidden": false,
                            "description": null,
                            "permission": null,
                            "folderType": null,
                            "version": 2,
                            "deleteFlag": "N",
                            "sort": 0,
                            "leaf": null,
                            "lockedBy": null,
                            "fileType": null,
                            "contentType": null,
                            "submitFlag": false,
                            "relateFlag": false,
                            "level": 1,
                            "relationId": null,
                            "relationType": null,
                            "annotateScene": null,
                            "annotateType": null,
                            "handledNum": 0,
                            "totalNum": 0,
                            "stageKey": null,
                            "majorList": null,
                            "fileName": "模型",
                            "children": [],
                            "convertStatus": null,
                            "fileDetail": null,
                            "projectId": "a5b3d60b2cf3464490200828c8759b43",
                            "withChildren": "false",
                            "withExpand": null,
                            "withFileDetail": null,
                            "opDetail": null,
                            "changeCount": null,
                            "resourceExpand": null
                        },
                        {
                            "id": "42cbd8213f964a11b3ea8c5374712245",
                            "parentId": "3f70b5d15ea64e0db05a8cc864abdf0f",
                            "name": "图纸",
                            "oldName": null,
                            "createUser": null,
                            "createTime": null,
                            "updateUserId": null,
                            "updateTime": null,
                            "updateUser": null,
                            "createUserId": null,
                            "customAttributes": null,
                            "type": 0,
                            "locked": false,
                            "title": "图纸",
                            "hidden": false,
                            "description": null,
                            "permission": null,
                            "folderType": null,
                            "version": 2,
                            "deleteFlag": "N",
                            "sort": 0,
                            "leaf": null,
                            "lockedBy": null,
                            "fileType": null,
                            "contentType": null,
                            "submitFlag": false,
                            "relateFlag": false,
                            "level": 1,
                            "relationId": null,
                            "relationType": null,
                            "annotateScene": null,
                            "annotateType": null,
                            "handledNum": 0,
                            "totalNum": 0,
                            "stageKey": null,
                            "majorList": null,
                            "fileName": "图纸",
                            "children": [],
                            "convertStatus": null,
                            "fileDetail": null,
                            "projectId": "a5b3d60b2cf3464490200828c8759b43",
                            "withChildren": "false",
                            "withExpand": null,
                            "withFileDetail": null,
                            "opDetail": null,
                            "changeCount": null,
                            "resourceExpand": null
                        }
                    ],
                    "convertStatus": null,
                    "fileDetail": null,
                    "projectId": "a5b3d60b2cf3464490200828c8759b43",
                    "withChildren": "false",
                    "withExpand": null,
                    "withFileDetail": null,
                    "opDetail": null,
                    "changeCount": null,
                    "resourceExpand": null
                }
            ],
            "convertStatus": null,
            "fileDetail": null,
            "projectId": "a5b3d60b2cf3464490200828c8759b43",
            "withChildren": "false",
            "withExpand": null,
            "withFileDetail": null,
            "opDetail": null,
            "changeCount": null,
            "resourceExpand": null
        }
    ]
}
修改于 2023-09-15 06:28:28
上一页
项目详情
下一页
项目下拉筛选项
Built with