查询数据表管理列表
GET
http://127.0.0.1:8190/modelForm/queryModelFormList
请求参数
参数名
类型
描述
必填
tableName
String
表名
可选
status
Integer
状态
可选
startTime
String
编辑开始时间
可选
endTime
String
编辑结束时间
可选
pageNum
Integer
页码
必填
pageSize
Integer
页数
必填
dataClassify
Integer
数据分类
必填
响应参数
参数名
类型
描述
必填
code
Integer
200 成功,其余失败
必填
msg
String
操作描述
必填
total
long
总数
必填
id
Integer
数据id
必填
tableName
String
表名
必填
chineseTableName
String
表中文名
必填
tableDescribe
String
表说明
必填
tableFields
String
表字段属性
必填
status
Long
状态 0 关闭 1 开启
必填
statusDesc
String
状态描述
必填
updateTime
String
编辑时间
必填
updateBy
Long
编辑人
必填
updateByNickName
String
编辑人昵称
必填
createTime
String
创建时间
必填
createBy
Long
创建人
必填
modelReferenceQuantity
Integer
模型引用量
必填