package
1.0.0
Repository: https://github.com/cloudsilk/curd.git
Documentation: pkg.go.dev

# Functions

Add godoc @Summary 新增 @Description 新增 @Tags 通用增删改查接口 @Accept json @Produce json @Param pageName path string true "页面配置名称" @Param authorization header string true "jwt token" @Param data body AddRequest true "Add Object" @Success 200 {object} apipb.CommonResponse @Router /api/curd/common/{pageName}/add [post].
AddCell godoc @Summary 新增 @Description 新增 @Tags Cell管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Param data body apipb.CellInfo true "Add Cell" @Success 200 {object} apipb.CommonResponse @Router /api/curd/cell/add [post].
No description provided by the author
No description provided by the author
AddFileTemplate godoc @Summary 新增 @Description 新增 @Tags 文件模版管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Param account body apipb.FileTemplateInfo true "Add FileTemplate" @Success 200 {object} apipb.CommonResponse @Router /api/curd/filetemplate/add [post].
AddForm godoc @Summary 新增表单 @Description 新增表单 @Tags 表单管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Param account body apipb.FormInfo true "Add Form" @Success 200 {object} apipb.CommonResponse @Router /api/form/add [post].
AddFunctionalTemplate godoc @Summary 新增 @Description 新增 @Tags 功能模版管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Param account body apipb.FunctionalTemplateInfo true "Add FunctionalTemplate" @Success 200 {object} apipb.CommonResponse @Router /api/curd/functionaltemplate/add [post].
No description provided by the author
AddPage godoc @Summary 新增页面 @Description 新增页面 @Tags 页面配置 @Accept json @Produce json @Param authorization header string true "jwt token" @Param data body apipb.PageInfo true "Add Page" @Success 200 {object} apipb.CommonResponse @Router /api/curd/page/add [post].
No description provided by the author
AddSystemObject godoc @Summary 新增 @Description 新增 @Tags 系统定义的对象管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Param account body apipb.SystemObjectInfo true "Add SystemObject" @Success 200 {object} apipb.CommonResponse @Router /api/curd/systemobject/add [post].
No description provided by the author
Copy godoc @Summary 复制 @Description 复制 @Tags 通用增删改查接口 @Accept json @Produce json @Param pageName path string true "页面配置名称" @Param data body apipb.DelRequest true "Copy Page" @Param authorization header string true "jwt token" @Success 200 {object} apipb.CommonResponse @Router /api/curd/common/{pageName}/detail [post].
CopyCell godoc @Summary 复制 @Description 复制 @Tags Cell管理 @Accept json @Produce json @Param data body apipb.DelRequest true "Copy Cell" @Param authorization header string true "jwt token" @Success 200 {object} apipb.CommonResponse @Router /api/curd/cell/copy [post].
CopyFileTemplate godoc @Summary 复制 @Description 复制 @Tags 文件模版管理 @Accept json @Produce json @Param data body apipb.DelRequest true "Copy FileTemplate" @Param authorization header string true "jwt token" @Success 200 {object} apipb.CommonResponse @Router /api/curd/filetemplate/copy [post].
CopyForm godoc @Summary 复制表单 @Description 复制表单 @Tags 表单管理 @Accept json @Produce json @Param account body apipb.DelRequest true "Copy Form" @Param authorization header string true "jwt token" @Success 200 {object} apipb.CommonResponse @Router /api/form/copy [post].
CopyFunctionalTemplate godoc @Summary 复制 @Description 复制 @Tags 功能模版管理 @Accept json @Produce json @Param data body apipb.DelRequest true "Copy FunctionalTemplate" @Param authorization header string true "jwt token" @Success 200 {object} apipb.CommonResponse @Router /api/curd/functionaltemplate/copy [post].
No description provided by the author
CopyPage godoc @Summary 复制页面配置 @Description 复制页面配置 @Tags 页面配置 @Accept json @Produce json @Param data body apipb.DelRequest true "Copy Page" @Param authorization header string true "jwt token" @Success 200 {object} apipb.CommonResponse @Router /api/curd/page/detail [post].
No description provided by the author
CopySystemObject godoc @Summary 复制 @Description 复制 @Tags 系统定义的对象管理 @Accept json @Produce json @Param data body apipb.DelRequest true "Copy SystemObject" @Param authorization header string true "jwt token" @Success 200 {object} apipb.CommonResponse @Router /api/curd/systemobject/copy [post].
CopyTemplate godoc @Summary 复制 @Description 复制 @Tags 代码模板管理 @Accept json @Produce json @Param data body apipb.DelRequest true "Copy Template" @Param authorization header string true "jwt token" @Success 200 {object} apipb.CommonResponse @Router /api/curd/template/copy [post].
Delete godoc @Summary 删除 @Description 删除 @Tags 通用增删改查接口 @Accept json @Produce json @Param pageName path string true "页面配置名称" @Param authorization header string true "jwt token" @Param data body apipb.DelRequest true "Delete Page" @Success 200 {object} apipb.CommonResponse @Router /api/curd/common/{pageName}/delete [delete].
DeleteCell godoc @Summary 删除 @Description 删除 @Tags Cell管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Param data body apipb.DelRequest true "Delete Cell" @Success 200 {object} apipb.CommonResponse @Router /api/curd/cell/delete [delete].
DeleteFileTemplate godoc @Summary 删除 @Description 删除 @Tags 文件模版管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Param data body apipb.DelRequest true "Delete FileTemplate" @Success 200 {object} apipb.CommonResponse @Router /api/curd/filetemplate/delete [delete].
DeleteForm godoc @Summary 删除表单管理 @Description 删除表单管理 @Tags 表单管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Param account body apipb.DelRequest true "Delete Form" @Success 200 {object} apipb.CommonResponse @Router /api/form/delete [delete].
DeleteFunctionalTemplate godoc @Summary 删除 @Description 删除 @Tags 功能模版管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Param data body apipb.DelRequest true "Delete FunctionalTemplate" @Success 200 {object} apipb.CommonResponse @Router /api/curd/functionaltemplate/delete [delete].
No description provided by the author
DeletePage godoc @Summary 删除页面配置 @Description 删除页面配置 @Tags 页面配置 @Accept json @Produce json @Param authorization header string true "jwt token" @Param data body apipb.DelRequest true "Delete Page" @Success 200 {object} apipb.CommonResponse @Router /api/curd/page/delete [delete].
No description provided by the author
DeleteSystemObject godoc @Summary 删除 @Description 删除 @Tags 系统定义的对象管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Param data body apipb.DelRequest true "Delete SystemObject" @Success 200 {object} apipb.CommonResponse @Router /api/curd/systemobject/delete [delete].
No description provided by the author
No description provided by the author
Enable godoc @Summary 禁用/启用 @Description 禁用/启用 @Tags 通用增删改查接口 @Accept json @Produce json @Param pageName path string true "页面配置名称" @Param authorization header string true "jwt token" @Param data body apipb.EnableRequest true "Enable/Disable Page" @Success 200 {object} apipb.CommonResponse @Router /api/curd/common/{pageName}/enable [post].
EnableCell godoc @Summary 禁用/启用 @Description 禁用/启用 @Tags Cell管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Param data body apipb.EnableRequest true "Enable/Disable Cell" @Success 200 {object} apipb.CommonResponse @Router /api/curd/cell/enable [post].
EnableFunctionalTemplate godoc @Summary 禁用/启用 @Description 禁用/启用 @Tags 功能模版管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Param account body apipb.EnableRequest true "Enable/Disable FunctionalTemplate" @Success 200 {object} apipb.CommonResponse @Router /api/curd/functionaltemplate/enable [post].
EnablePage godoc @Summary 禁用/启用页面配置 @Description 禁用/启用页面配置 @Tags 页面配置 @Accept json @Produce json @Param authorization header string true "jwt token" @Param data body apipb.EnableRequest true "Enable/Disable Page" @Success 200 {object} apipb.CommonResponse @Router /api/curd/page/enable [post].
EnableSystemObject godoc @Summary 禁用/启用 @Description 禁用/启用 @Tags 系统定义的对象管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Param account body apipb.EnableRequest true "Enable/Disable SystemObject" @Success 200 {object} apipb.CommonResponse @Router /api/curd/systemobject/enable [post].
ExportCell godoc @Summary 导出 @Description 导出 @Tags Cell管理 @Accept json @Produce octet-stream @Param authorization header string true "jwt token" @Param pageIndex query int false "从1开始" @Param pageSize query int false "默认每页10条" @Param orderField query string false "排序字段" @Param desc query bool false "是否倒序排序" @Param mustSource query string false "Must Source" @Param name query string false "名称" @Param system query string false "系统" @Param view query string false "视图" @Param shape query string false "形状" @Param isEdge query string false "边" @Param common query string false "是否常用" @Param resizing query string false "调整大小" @Param group query string false "分组" @Param mustTarget query string false "Must Target" @Param ids query []string false "IDs" @Success 200 {object} apipb.CommonResponse @Router /api/curd/cell/export [get].
ExportFileTemplate godoc @Summary 导出 @Description 导出 @Tags 文件模版管理 @Accept json @Produce octet-stream @Param authorization header string true "jwt token" @Param pageIndex query int false "从1开始" @Param pageSize query int false "默认每页10条" @Param orderField query string false "排序字段" @Param desc query bool false "是否倒序排序" @Param name query string false "文件名称" @Param ids query []string false "IDs" @Success 200 {object} apipb.CommonResponse @Router /api/curd/filetemplate/export [get].
ExportForm godoc @Summary 导出 @Description 导出 @Tags 表单管理 @Accept json @Produce octet-stream @Param authorization header string true "jwt token" @Param formIndex query int false "从1开始" @Param formSize query int false "默认每页10条" @Param orderField query string false "排序字段" @Param desc query bool false "是否倒序排序" @Param name query string false "名称" @Param pageName query string false "表单名称" @Param group query string false "分组" @Param ids query []string false "IDs" @Success 200 {object} apipb.CommonResponse @Router /api/form/export [get].
ExportFunctionalTemplate godoc @Summary 导出 @Description 导出 @Tags 功能模版管理 @Accept json @Produce octet-stream @Param authorization header string true "jwt token" @Param pageIndex query int false "从1开始" @Param pageSize query int false "默认每页10条" @Param orderField query string false "排序字段" @Param desc query bool false "是否倒序排序" @Param language query string false "语音" @Param group query string false "分组" @Param name query string false "名称" @Param ids query []string false "IDs" @Success 200 {object} apipb.CommonResponse @Router /api/curd/functionaltemplate/export [get].
ExportMetadata godoc @Summary 导出 @Description 导出 @Tags Metadata管理 @Accept json @Produce octet-stream @Param authorization header string true "jwt token" @Param pageIndex query int false "从1开始" @Param pageSize query int false "默认每页10条" @Param orderField query string false "排序字段" @Param desc query bool false "是否倒序排序" @Param ids query []string false "IDs" @Success 200 {object} apipb.CommonResponse @Router /api/curd/metadata/export [get].
ExportPage godoc @Summary 导出 @Description 导出 @Tags 页面配置 @Accept json @Produce octet-stream @Param authorization header string true "jwt token" @Param pageIndex query int false "从1开始" @Param pageSize query int false "默认每页10条" @Param orderField query string false "排序字段" @Param desc query bool false "是否倒序排序" @Param name query string false "名称" @Param enable query int false "是否启用" @Param type query int false "类型" @Param ids query []string false "IDs" @Success 200 {object} apipb.QueryPageResponse @Router /api/curd/page/export [get].
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetAll godoc @Summary 查询所有 @Description 查询所有 @Tags 通用增删改查接口 @Accept json @Produce json @Param pageName path string true "页面配置名称" @Param authorization header string true "jwt token" @Success 200 {object} curdmodel.QueryResponse @Router /api/curd/common/{pageName}/all [get].
GetAllCell godoc @Summary 查询所有 @Description 查询所有 @Tags Cell管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Success 200 {object} apipb.GetAllCellResponse @Router /api/curd/cell/all [get].
GetAllFileTemplate godoc @Summary 查询所有 @Description 查询所有 @Tags 文件模版管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Success 200 {object} apipb.GetAllFileTemplateResponse @Router /api/curd/filetemplate/all [get].
GetAllForm godoc @Summary 查询所有表单管理 @Description 查询所有表单管理 @Tags 表单管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Success 200 {object} apipb.GetAllFormResponse @Router /api/form/all [get].
GetAllFunctionalTemplate godoc @Summary 查询所有 @Description 查询所有 @Tags 功能模版管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Success 200 {object} apipb.GetAllFunctionalTemplateResponse @Router /api/curd/functionaltemplate/all [get].
No description provided by the author
GetAllPage godoc @Summary 查询所有页面配置 @Description 查询所有页面配置 @Tags 页面配置 @Accept json @Produce json @Param authorization header string true "jwt token" @Success 200 {object} apipb.GetAllPageResponse @Router /api/curd/page/all [get].
No description provided by the author
GetAllSystemObject godoc @Summary 查询所有 @Description 查询所有 @Tags 系统定义的对象管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Success 200 {object} apipb.GetAllSystemObjectResponse @Router /api/curd/systemobject/all [get].
No description provided by the author
GetCellDetail godoc @Summary 查询明细 @Description 查询明细 @Tags Cell管理 @Accept json @Produce json @Param id query string true "ID" @Param authorization header string true "jwt token" @Success 200 {object} apipb.GetCellDetailResponse @Router /api/curd/cell/detail [get].
GetDetail godoc @Summary 查询明细 @Description 查询明细 @Tags 通用增删改查接口 @Accept json @Produce json @Param pageName path string true "页面配置名称" @Param id query string true "ID" @Param authorization header string true "jwt token" @Success 200 {object} model.CommonDetailResponse @Router /api/curd/common/{pageName}/detail [get].
GetDetailByName godoc @Summary 根据名称查询明细 @Description 根据名称查询明细 @Tags 通用增删改查接口 @Accept json @Produce json @Param pageName path string true "页面配置名称" @Param name query string true "名称" @Param authorization header string true "jwt token" @Success 200 {object} model.CommonDetailResponse @Router /api/curd/common/{pageName}/detail/name [get].
GetFileTemplateDetail godoc @Summary 查询明细 @Description 查询明细 @Tags 文件模版管理 @Accept json @Produce json @Param id query string true "ID" @Param authorization header string true "jwt token" @Success 200 {object} apipb.GetFileTemplateDetailResponse @Router /api/curd/filetemplate/detail [get].
GetFormDetail godoc @Summary 查询明细 @Description 查询明细 @Tags 表单管理 @Accept json @Produce json @Param id query string true "ID" @Param authorization header string true "jwt token" @Success 200 {object} apipb.GetFormDetailResponse @Router /api/form/detail [get].
GetFormVersionDetail godoc @Summary 查询明细 @Description 查询明细 @Tags 表单管理 @Accept json @Produce json @Param id query string true "ID" @Param authorization header string true "jwt token" @Success 200 {object} apipb.GetVersionResponse @Router /api/form/version/detail [get].
GetFunctionalTemplateDetail godoc @Summary 查询明细 @Description 查询明细 @Tags 功能模版管理 @Accept json @Produce json @Param id query string true "ID" @Param authorization header string true "jwt token" @Success 200 {object} apipb.GetFunctionalTemplateDetailResponse @Router /api/curd/functionaltemplate/detail [get].
No description provided by the author
No description provided by the author
No description provided by the author
GetPageDetail godoc @Summary 查询明细 @Description 查询明细 @Tags 页面配置 @Accept json @Produce json @Param id query string true "ID" @Param authorization header string true "jwt token" @Success 200 {object} apipb.GetPageDetailResponse @Router /api/curd/page/detail [get].
GetPageDetailByName godoc @Summary 根据名称查询明细 @Description 根据名称查询明细 @Tags 页面配置 @Accept json @Produce json @Param name query string true "名称" @Param authorization header string true "jwt token" @Success 200 {object} apipb.GetPageDetailResponse @Router /api/curd/page/detail/name [get].
No description provided by the author
GetSystemObjectDetail godoc @Summary 查询明细 @Description 查询明细 @Tags 系统定义的对象管理 @Accept json @Produce json @Param id query string true "ID" @Param authorization header string true "jwt token" @Success 200 {object} apipb.GetSystemObjectDetailResponse @Router /api/curd/systemobject/detail [get].
No description provided by the author
GetTree godoc @Summary 树形数据 @Description 树形数据 @Tags 通用增删改查接口 @Accept json @Produce json @Param pageName path string true "页面配置名称" @Param authorization header string true "jwt token" @Success 200 {object} curdmodel.QueryResponse @Router /api/curd/common/{pageName}/tree [get].
ImportCell @Summary 导入 @Description 导入 @Tags Cell管理 @Accept mpfd @Produce json @Param authorization header string true "Bearer+空格+Token" @Param files formData file true "要上传的文件" @Success 200 {object} apipb.CommonResponse @Router /api/curd/cell/import [post].
ImportFileTemplate @Summary 导入 @Description 导入 @Tags 文件模版管理 @Accept mpfd @Produce json @Param authorization header string true "Bearer+空格+Token" @Param files formData file true "要上传的文件" @Success 200 {object} apipb.CommonResponse @Router /api/curd/filetemplate/import [post].
ImportForm @Summary 导入 @Description 导入 @Tags 表单管理 @Accept mpfd @Produce json @Param authorization header string true "Bearer+空格+Token" @Param file formData file true "要上传的文件" @Success 200 {object} apipb.CommonResponse @Router /api/form/import [post].
ImportFunctionalTemplate @Summary 导入 @Description 导入 @Tags 功能模版管理 @Accept mpfd @Produce json @Param authorization header string true "Bearer+空格+Token" @Param files formData file true "要上传的文件" @Success 200 {object} apipb.CommonResponse @Router /api/curd/functionaltemplate/import [post].
ImportMetadata @Summary 导入 @Description 导入 @Tags Metadata管理 @Accept mpfd @Produce json @Param authorization header string true "Bearer+空格+Token" @Param files formData file true "要上传的文件" @Success 200 {object} apipb.CommonResponse @Router /api//metadata/import [post].
ImportPage @Summary 导入 @Description 导入 @Tags 页面配置 @Accept mpfd @Produce json @Param authorization header string true "Bearer+空格+Token" @Param files formData file true "要上传的文件" @Success 200 {object} apipb.CommonResponse @Router /api/curd/page/import [post].
PublishForm godoc @Summary 发布表单版本 @Description 发布表单版本 @Tags 表单管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Param account body apipb.FormVersion true "Update Form" @Success 200 {object} apipb.CommonResponse @Router /api/form/publish [post].
Query godoc @Summary 分页查询 @Description 分页查询 @Tags 通用增删改查接口 @Accept json @Produce json @Param pageName path string true "页面配置名称" @Param authorization header string true "jwt token" @Param pageIndex query int false "从1开始" @Param pageSize query int false "默认每页10条" @Param orderField query string false "排序字段" @Param desc query bool false "是否倒序排序" @Success 200 {object} curdmodel.QueryResponse @Router /api/curd/common/{pageName}/query [get].
QueryCell godoc @Summary 分页查询 @Description 分页查询 @Tags Cell管理 @Accept json @Produce octet-stream @Param authorization header string true "jwt token" @Param pageIndex query int false "从1开始" @Param pageSize query int false "默认每页10条" @Param orderField query string false "排序字段" @Param desc query bool false "是否倒序排序" @Param mustSource query string false "Must Source" @Param name query string false "名称" @Param system query string false "系统" @Param view query string false "视图" @Param shape query string false "形状" @Param isEdge query string false "边" @Param common query string false "是否常用" @Param resizing query string false "调整大小" @Param group query string false "分组" @Param mustTarget query string false "Must Target" @Success 200 {object} apipb.QueryCellResponse @Router /api/curd/cell/query [get].
QueryFileTemplate godoc @Summary 分页查询 @Description 分页查询 @Tags 文件模版管理 @Accept json @Produce octet-stream @Param authorization header string true "jwt token" @Param pageIndex query int false "从1开始" @Param pageSize query int false "默认每页10条" @Param orderField query string false "排序字段" @Param desc query bool false "是否倒序排序" @Param name query string false "文件名称" @Success 200 {object} apipb.QueryFileTemplateResponse @Router /api/curd/filetemplate/query [get].
QueryForm godoc @Summary 分页查询 @Description 分页查询 @Tags 表单管理 @Accept json @Produce octet-stream @Param authorization header string true "jwt token" @Param formIndex query int false "从1开始" @Param formSize query int false "默认每页10条" @Param orderField query string false "排序字段" @Param desc query bool false "是否倒序排序" @Param name query string false "名称" @Param pageName query string false "表单名称" @Param group query string false "分组" @Param ids query []string false "IDs" @Success 200 {object} apipb.QueryFormResponse @Router /api/form/query [get].
QueryFunctionalTemplate godoc @Summary 分页查询 @Description 分页查询 @Tags 功能模版管理 @Accept json @Produce octet-stream @Param authorization header string true "jwt token" @Param pageIndex query int false "从1开始" @Param pageSize query int false "默认每页10条" @Param orderField query string false "排序字段" @Param desc query bool false "是否倒序排序" @Param language query string false "语音" @Param group query string false "分组" @Param name query string false "名称" @Success 200 {object} apipb.QueryFunctionalTemplateResponse @Router /api/curd/functionaltemplate/query [get].
No description provided by the author
QueryPage godoc @Summary 分页查询 @Description 分页查询 @Tags 页面配置 @Accept json @Produce json @Param authorization header string true "jwt token" @Param pageIndex query int false "从1开始" @Param pageSize query int false "默认每页10条" @Param orderField query string false "排序字段" @Param desc query bool false "是否倒序排序" @Param name query string false "名称" @Param enable query int false "是否启用" @Param type query int false "类型" @Param ids query []string false "IDs" @Success 200 {object} apipb.QueryPageResponse @Router /api/curd/page/query [get].
No description provided by the author
QuerySystemObject godoc @Summary 分页查询 @Description 分页查询 @Tags 系统定义的对象管理 @Accept json @Produce octet-stream @Param authorization header string true "jwt token" @Param pageIndex query int false "从1开始" @Param pageSize query int false "默认每页10条" @Param orderField query string false "排序字段" @Param desc query bool false "是否倒序排序" @Param name query string false "名称" @Param language query string false "编程语言" @Param type query int false "类型" @Param enable query string false "是否启用" @Success 200 {object} apipb.QuerySystemObjectResponse @Router /api/curd/systemobject/query [get].
No description provided by the author
No description provided by the author
:pageName是否为了控制接口的权限.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SwitchFormVersion godoc @Summary 切换表单版本 @Description 切换表单版本 @Tags 表单管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Param versionID query string false "Version ID" @Success 200 {object} apipb.CommonResponse @Router /api/form/switch [post].
Update godoc @Summary 更新 @Description 更新 @Tags 通用增删改查接口 @Accept json @Produce json @Param pageName path string true "页面配置名称" @Param authorization header string true "jwt token" @Param data body AddRequest true "Update Object" @Success 200 {object} apipb.CommonResponse @Router /api/curd/common/{pageName}/update [put].
UpdateCell godoc @Summary 更新 @Description 更新 @Tags Cell管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Param data body apipb.CellInfo true "Update Cell" @Success 200 {object} apipb.CommonResponse @Router /api/curd/cell/update [put].
UpdateFileTemplate godoc @Summary 更新 @Description 更新 @Tags 文件模版管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Param account body apipb.FileTemplateInfo true "Update FileTemplate" @Success 200 {object} apipb.CommonResponse @Router /api/curd/filetemplate/update [put].
UpdateForm godoc @Summary 更新表单管理 @Description 更新表单管理 @Tags 表单管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Param account body apipb.FormInfo true "Update Form" @Success 200 {object} apipb.CommonResponse @Router /api/form/update [put].
UpdateFormSchema godoc @Summary 更新表单Schema @Description 更新表单Schema @Tags 表单管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Param account body apipb.FormInfo true "Update Form" @Success 200 {object} apipb.CommonResponse @Router /api/form/schema [put].
UpdateFunctionalTemplate godoc @Summary 更新 @Description 更新 @Tags 功能模版管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Param account body apipb.FunctionalTemplateInfo true "Update FunctionalTemplate" @Success 200 {object} apipb.CommonResponse @Router /api/curd/functionaltemplate/update [put].
No description provided by the author
UpdatePage godoc @Summary 更新页面配置 @Description 更新页面配置 @Tags 页面配置 @Accept json @Produce json @Param authorization header string true "jwt token" @Param data body apipb.PageInfo true "Update Page" @Success 200 {object} apipb.CommonResponse @Router /api/curd/page/update [put].
No description provided by the author
UpdateSystemObject godoc @Summary 更新 @Description 更新 @Tags 系统定义的对象管理 @Accept json @Produce json @Param authorization header string true "jwt token" @Param account body apipb.SystemObjectInfo true "Update SystemObject" @Success 200 {object} apipb.CommonResponse @Router /api/curd/systemobject/update [put].
No description provided by the author

# Structs

No description provided by the author