编辑已选表字段
POST
/adminapi/tools.generator/edit
请求参数
Header 参数
token
string
必需
默认值:
{{'38a327e6732714e2a48e0b5d3038b2cc'}}
Body 参数application/x-www-form-urlencoded
id
integer
表id
table_name
string
表名称
table_comment
string
表描述
template_type
integer
必需
author
string
作者
remark
string
备注
generate_type
integer
必需
module_name
string
模块名
class_dir
string
类目录名
class_comment
string
类描述
table_column
string
表字段
--id
integer
表字段id
--column_comment
integer
字段描述
--is_required
integer
必需
--is_insert
integer
必需
--is_update
integer
必需
--is_lists
integer
必需
--is_query
integer
必需
--query_type
string
查询类型
--view_type
string
显示类型
--dict_type
string
字典类型
menu
string
菜单配置
--pid
integer
上级菜单配置
--name
string
菜单名称
--type
integer
必需
page_no
string
可选
默认值:
1
page_size
string
可选
默认值:
15
示例代码
返回响应
修改于 2022-11-12 09:31:34