- 产品介绍
- 系统模块
- user
- role
- tenant
- post
- dict
- dept
- config
- api
- systemApi
- systemDepartment
- menu
- systemRole
- systemRoleApi
- systemRoleMenu
- admin
- notice
- /systemGET
- /system/serverGET
- 获取验证码GET
- 日志模块
- 代码生成
- 可视化
- 功能模块
- 模拟设备
- gb28181测试
- 设备管理
- 设备告警
- 设备命令
- 设备分组
- 产品OTA
- 产品管理
- 产品分类
- 产品参数模板
- 边缘管理
- 任务调度
- 任务日志
- 日志信息
- 规则链
- 规则链日志
- system
- 摄像头通道
- 摄像头
- 摄像头视频流
- datasetfield
- datasettable
- datasource
- screen
- datasetgroup
获取表树
GET
/develop/code/table/tableTree
代码生成表
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://101.35.247.125:7788/develop/code/table/tableTree'
返回响应
🟢200OK
application/json
Body
array of:
RoleId
integer <int64>
必需
businessName
string
必需
className
string
必需
columns
array[object (entity.DevGenTableColumn) {30}]
必需
RoleId
integer <int64>
必需
TableName
string
必需
columnComment
string
必需
columnId
integer <int64>
必需
columnKey
string
必需
columnName
string
必需
columnType
string
必需
dictType
string
必需
goField
string
必需
goType
string
必需
htmlField
string
必需
htmlType
string
必需
isEdit
string
必需
isIncrement
string
必需
isInsert
string
必需
isList
string
必需
isPk
string
必需
isQuery
string
必需
isRequired
string
必需
jsonField
string
必需
linkLabelId
string
必需
linkLabelName
string
必需
linkTableClass
string
必需
linkTableName
string
必需
linkTablePackage
string
必需
orgId
integer <int64>
必需
owner
string
必需
queryType
string
必需
sort
integer <int32>
必需
tableId
integer <int64>
必需
createTime
string <date-time>
必需
functionAuthor
string
必需
functionName
string
必需
moduleName
string
必需
options
string
必需
orgId
integer <int64>
必需
owner
string
必需
packageName
string
必需
pkColumn
string
必需
pkGoField
string
必需
pkGoType
string
必需
pkJsonField
string
必需
remark
string
必需
tableComment
string
必需
tableId
integer <int64>
必需
tableName
string
必需
tplCategory
string
必需
updateTime
string <date-time>
必需
示例
[
{
"RoleId": 0,
"businessName": "string",
"className": "string",
"columns": [
{
"RoleId": 0,
"TableName": "string",
"columnComment": "string",
"columnId": 0,
"columnKey": "string",
"columnName": "string",
"columnType": "string",
"dictType": "string",
"goField": "string",
"goType": "string",
"htmlField": "string",
"htmlType": "string",
"isEdit": "string",
"isIncrement": "string",
"isInsert": "string",
"isList": "string",
"isPk": "string",
"isQuery": "string",
"isRequired": "string",
"jsonField": "string",
"linkLabelId": "string",
"linkLabelName": "string",
"linkTableClass": "string",
"linkTableName": "string",
"linkTablePackage": "string",
"orgId": 0,
"owner": "string",
"queryType": "string",
"sort": 0,
"tableId": 0
}
],
"createTime": "2019-08-24T14:15:22Z",
"functionAuthor": "string",
"functionName": "string",
"moduleName": "string",
"options": "string",
"orgId": 0,
"owner": "string",
"packageName": "string",
"pkColumn": "string",
"pkGoField": "string",
"pkGoType": "string",
"pkJsonField": "string",
"remark": "string",
"tableComment": "string",
"tableId": 0,
"tableName": "string",
"tplCategory": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
]