@gct-paas/api 0.1.6-dev.5 → 0.1.6-dev.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/gct-api.esm.min.js +1 -0
- package/dist/gct-api.system.min.js +1 -0
- package/es/apaas/service/api-config.mjs +96 -472
- package/es/apaas/service/apis/api.service.d.ts +41 -32
- package/es/apaas/service/apis/app-branch.service.d.ts +3 -3
- package/es/apaas/service/apis/app-global-settings.service.d.ts +7 -3
- package/es/apaas/service/apis/app-granted-user.service.d.ts +2 -2
- package/es/apaas/service/apis/app-org.service.d.ts +7 -3
- package/es/apaas/service/apis/app-publish-log.service.d.ts +3 -3
- package/es/apaas/service/apis/app-user.service.d.ts +3 -3
- package/es/apaas/service/apis/approval-log.service.d.ts +3 -3
- package/es/apaas/service/apis/audit-log.service.d.ts +1 -8
- package/es/apaas/service/apis/basic-config.service.d.ts +2 -2
- package/es/apaas/service/apis/biz-event.service.d.ts +4 -4
- package/es/apaas/service/apis/biz-process-definition-version.service.d.ts +3 -3
- package/es/apaas/service/apis/biz-process-definition.service.d.ts +4 -4
- package/es/apaas/service/apis/biz-service-crud.service.d.ts +5 -5
- package/es/apaas/service/apis/biz-service.service.d.ts +5 -4
- package/es/apaas/service/apis/category-relation.service.d.ts +2 -2
- package/es/apaas/service/apis/category.service.d.ts +6 -14
- package/es/apaas/service/apis/chat.service.d.ts +1 -1
- package/es/apaas/service/apis/commit-log.service.d.ts +6 -6
- package/es/apaas/service/apis/common-info-card.service.d.ts +3 -3
- package/es/apaas/service/apis/control-config.service.d.ts +5 -5
- package/es/apaas/service/apis/customer-complaint.service.d.ts +4 -4
- package/es/apaas/service/apis/dashboard.service.d.ts +4 -4
- package/es/apaas/service/apis/data-model.service.d.ts +8 -7
- package/es/apaas/service/apis/data-source.service.d.ts +1 -5
- package/es/apaas/service/apis/data-trace.service.d.ts +2 -2
- package/es/apaas/service/apis/designer-common.service.d.ts +10 -14
- package/es/apaas/service/apis/designer-lock.service.d.ts +1 -1
- package/es/apaas/service/apis/designer-operate-log.service.d.ts +1 -1
- package/es/apaas/service/apis/dhr.service.d.ts +3 -3
- package/es/apaas/service/apis/doc-control-started.service.d.ts +4 -79
- package/es/apaas/service/apis/doc-control-task-done.service.d.ts +3 -3
- package/es/apaas/service/apis/doc-control-task-todo.service.d.ts +4 -16
- package/es/apaas/service/apis/doc-control.service.d.ts +2 -2
- package/es/apaas/service/apis/doc-outline.service.d.ts +9 -9
- package/es/apaas/service/apis/document.service.d.ts +7 -7
- package/es/apaas/service/apis/edhr-category.service.d.ts +3 -3
- package/es/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +4 -4
- package/es/apaas/service/apis/edhr-instance-relation.service.d.ts +3 -3
- package/es/apaas/service/apis/edhr-instance-search-history.service.d.ts +2 -2
- package/es/apaas/service/apis/edhr-instance.service.d.ts +7 -19
- package/es/apaas/service/apis/edhr-tmpl.service.d.ts +10 -23
- package/es/apaas/service/apis/ele-search.service.d.ts +1 -1
- package/es/apaas/service/apis/enum-model-field.service.d.ts +2 -10
- package/es/apaas/service/apis/enum-model.service.d.ts +2 -2
- package/es/apaas/service/apis/event-log.service.d.ts +3 -3
- package/es/apaas/service/apis/event.service.d.ts +4 -4
- package/es/apaas/service/apis/excel-tmpl.service.d.ts +7 -7
- package/es/apaas/service/apis/excel.service.d.ts +8 -12
- package/es/apaas/service/apis/field-meta.service.d.ts +5 -26
- package/es/apaas/service/apis/field.service.d.ts +1 -1
- package/es/apaas/service/apis/file-resource.service.d.ts +2 -3
- package/es/apaas/service/apis/file.service.d.ts +4 -9
- package/es/apaas/service/apis/formRelate.service.d.ts +9 -9
- package/es/apaas/service/apis/front-operate-log.service.d.ts +1 -1
- package/es/apaas/service/apis/global-method.service.d.ts +3 -3
- package/es/apaas/service/apis/i18n-info.service.d.ts +5 -6
- package/es/apaas/service/apis/import-report.service.d.ts +2 -2
- package/es/apaas/service/apis/instance-relation.service.d.ts +4 -4
- package/es/apaas/service/apis/job-log.service.d.ts +2 -2
- package/es/apaas/service/apis/job.service.d.ts +6 -6
- package/es/apaas/service/apis/js-engine.service.d.ts +3 -2
- package/es/apaas/service/apis/label-log.service.d.ts +3 -3
- package/es/apaas/service/apis/label.service.d.ts +16 -27
- package/es/apaas/service/apis/medPro.service.d.ts +21 -49
- package/es/apaas/service/apis/menu-config.service.d.ts +4 -4
- package/es/apaas/service/apis/merge-log.service.d.ts +2 -2
- package/es/apaas/service/apis/message-record.service.d.ts +3 -3
- package/es/apaas/service/apis/message-setting.service.d.ts +1 -1
- package/es/apaas/service/apis/message-tmpl.service.d.ts +3 -3
- package/es/apaas/service/apis/mobile-homepage.service.d.ts +3 -3
- package/es/apaas/service/apis/mobile-page.service.d.ts +3 -3
- package/es/apaas/service/apis/model-comprehensive.service.d.ts +19 -16
- package/es/apaas/service/apis/model-data.service.d.ts +2 -2
- package/es/apaas/service/apis/model-meta.service.d.ts +18 -32
- package/es/apaas/service/apis/model-method.service.d.ts +5 -23
- package/es/apaas/service/apis/model-permission-relation.service.d.ts +3 -3
- package/es/apaas/service/apis/model.service.d.ts +1 -1
- package/es/apaas/service/apis/office.service.d.ts +1 -4
- package/es/apaas/service/apis/online-form-category.service.d.ts +3 -3
- package/es/apaas/service/apis/online-form-change-history.service.d.ts +1 -1
- package/es/apaas/service/apis/online-form-instance.service.d.ts +27 -117
- package/es/apaas/service/apis/online-form-log.service.d.ts +1 -1
- package/es/apaas/service/apis/online-form-tmpl-log.service.d.ts +4 -4
- package/es/apaas/service/apis/online-form-tmpl.service.d.ts +9 -69
- package/es/apaas/service/apis/online-form.service.d.ts +3 -10
- package/es/apaas/service/apis/online-user-summary.service.d.ts +3 -3
- package/es/apaas/service/apis/online.service.d.ts +4 -4
- package/es/apaas/service/apis/openapi.service.d.ts +4 -4
- package/es/apaas/service/apis/pad-page.service.d.ts +3 -3
- package/es/apaas/service/apis/page-designer-log.service.d.ts +3 -3
- package/es/apaas/service/apis/permission.service.d.ts +4 -4
- package/es/apaas/service/apis/pm-process-definition-version.service.d.ts +3 -3
- package/es/apaas/service/apis/pm-process-definition.service.d.ts +5 -5
- package/es/apaas/service/apis/pm-process-engine.service.d.ts +6 -6
- package/es/apaas/service/apis/print-designer.service.d.ts +5 -5
- package/es/apaas/service/apis/process-approval-log.service.d.ts +4 -4
- package/es/apaas/service/apis/process-approve-user.service.d.ts +3 -3
- package/es/apaas/service/apis/process-definition-version.service.d.ts +3 -3
- package/es/apaas/service/apis/process-definition.service.d.ts +3 -3
- package/es/apaas/service/apis/process-engine.service.d.ts +4 -4
- package/es/apaas/service/apis/process-event.service.d.ts +3 -3
- package/es/apaas/service/apis/process-graph.service.d.ts +1 -1
- package/es/apaas/service/apis/process-instance-relation-.service.d.ts +3 -3
- package/es/apaas/service/apis/process-instance.service.d.ts +3 -3
- package/es/apaas/service/apis/process-message-user.service.d.ts +3 -3
- package/es/apaas/service/apis/process-node-definition.service.d.ts +3 -3
- package/es/apaas/service/apis/process-path-user.service.d.ts +3 -3
- package/es/apaas/service/apis/process-path.service.d.ts +3 -3
- package/es/apaas/service/apis/process-task-done.service.d.ts +2 -29
- package/es/apaas/service/apis/process-task-todo.service.d.ts +3 -46
- package/es/apaas/service/apis/process-version.service.d.ts +3 -3
- package/es/apaas/service/apis/process.service.d.ts +3 -3
- package/es/apaas/service/apis/processTest.service.d.ts +7 -7
- package/es/apaas/service/apis/product-release.service.d.ts +4 -4
- package/es/apaas/service/apis/publish-log.service.d.ts +3 -3
- package/es/apaas/service/apis/regexp.service.d.ts +3 -3
- package/es/apaas/service/apis/report-data-set.service.d.ts +5 -5
- package/es/apaas/service/apis/report.service.d.ts +5 -5
- package/es/apaas/service/apis/role-permission.service.d.ts +1 -1
- package/es/apaas/service/apis/role.service.d.ts +4 -4
- package/es/apaas/service/apis/sandbox-config.service.d.ts +4 -4
- package/es/apaas/service/apis/script-version-log.service.d.ts +3 -3
- package/es/apaas/service/apis/script-version.service.d.ts +3 -3
- package/es/apaas/service/apis/script.service.d.ts +4 -4
- package/es/apaas/service/apis/service-orchestration-version-log.service.d.ts +3 -3
- package/es/apaas/service/apis/service-orchestration-version.service.d.ts +3 -3
- package/es/apaas/service/apis/service-orchestration.service.d.ts +4 -4
- package/es/apaas/service/apis/sign-history.service.d.ts +3 -3
- package/es/apaas/service/apis/sql-view-model.service.d.ts +3 -3
- package/es/apaas/service/apis/sql-view.service.d.ts +2 -1
- package/es/apaas/service/apis/ss.service.d.ts +1 -2
- package/es/apaas/service/apis/stash.service.d.ts +3 -3
- package/es/apaas/service/apis/sys-config.service.d.ts +3 -3
- package/es/apaas/service/apis/system-var.service.d.ts +5 -5
- package/es/apaas/service/apis/trace-log-details.service.d.ts +6 -6
- package/es/apaas/service/apis/trace-log.service.d.ts +4 -4
- package/es/apaas/service/apis/trace-mainline-ext.service.d.ts +3 -3
- package/es/apaas/service/apis/trace-mainline.service.d.ts +3 -3
- package/es/apaas/service/apis/trace-setting.service.d.ts +2 -2
- package/es/apaas/service/apis/user-group-relation.service.d.ts +1 -1
- package/es/apaas/service/apis/user-group.service.d.ts +3 -3
- package/es/apaas/service/apis/view-model.service.d.ts +10 -9
- package/es/apaas/service/apis/webpage.service.d.ts +3 -3
- package/es/apaas/service/entities.d.ts +370 -3465
- package/es/apaas/service/index.d.ts +0 -14
- package/es/ipaas/service/api-config.mjs +11 -39
- package/es/ipaas/service/apis/auth.service.d.ts +1 -1
- package/es/ipaas/service/apis/camel.service.d.ts +8 -21
- package/es/ipaas/service/apis/connector-config.service.d.ts +7 -8
- package/es/ipaas/service/apis/connector-log.service.d.ts +2 -2
- package/es/ipaas/service/apis/flow-app.service.d.ts +3 -3
- package/es/ipaas/service/apis/flow-category.service.d.ts +5 -5
- package/es/ipaas/service/apis/flow-ext.service.d.ts +5 -5
- package/es/ipaas/service/apis/flow.service.d.ts +6 -83
- package/es/ipaas/service/apis/runtime.service.d.ts +1 -14
- package/es/ipaas/service/entities.d.ts +0 -168
- package/es/platform/service/api-config.mjs +80 -162
- package/es/platform/service/apis/agent.service.d.ts +3 -3
- package/es/platform/service/apis/api.service.d.ts +71 -113
- package/es/platform/service/apis/apk.service.d.ts +3 -6
- package/es/platform/service/apis/app-member.service.d.ts +4 -4
- package/es/platform/service/apis/app-setting.service.d.ts +5 -5
- package/es/platform/service/apis/app.service.d.ts +18 -21
- package/es/platform/service/apis/assets.service.d.ts +5 -6
- package/es/platform/service/apis/audit-log.service.d.ts +1 -1
- package/es/platform/service/apis/bi-app.service.d.ts +3 -4
- package/es/platform/service/apis/bi-data-set.service.d.ts +3 -3
- package/es/platform/service/apis/bi-file-dataset-config.service.d.ts +4 -4
- package/es/platform/service/apis/bi-file.service.d.ts +2 -3
- package/es/platform/service/apis/bi-share.service.d.ts +4 -4
- package/es/platform/service/apis/category.service.d.ts +6 -6
- package/es/platform/service/apis/dashboard.service.d.ts +4 -4
- package/es/platform/service/apis/data-source.service.d.ts +5 -5
- package/es/platform/service/apis/data-trace.service.d.ts +2 -2
- package/es/platform/service/apis/database.service.d.ts +8 -8
- package/es/platform/service/apis/dataset-log.service.d.ts +4 -4
- package/es/platform/service/apis/dataset.service.d.ts +13 -13
- package/es/platform/service/apis/datasource-devops.service.d.ts +2 -2
- package/es/platform/service/apis/datasource-move-data.service.d.ts +4 -4
- package/es/platform/service/apis/datasource-move-detail.service.d.ts +4 -4
- package/es/platform/service/apis/datasource-move.service.d.ts +2 -2
- package/es/platform/service/apis/deleteCompInfo.service.d.ts +1 -1
- package/es/platform/service/apis/deleteCompInfoType.service.d.ts +1 -1
- package/es/platform/service/apis/deleteCsvDatasource.service.d.ts +1 -1
- package/es/platform/service/apis/deleteEchartTheme.service.d.ts +1 -1
- package/es/platform/service/apis/deleteEnshrineComp.service.d.ts +1 -1
- package/es/platform/service/apis/deleteEnshrineCompGroup.service.d.ts +1 -1
- package/es/platform/service/apis/deleteFilter.service.d.ts +1 -1
- package/es/platform/service/apis/deleteLogOperateById.service.d.ts +1 -1
- package/es/platform/service/apis/deleteMapGeoJson.service.d.ts +1 -1
- package/es/platform/service/apis/deletePageSnapshoot.service.d.ts +1 -1
- package/es/platform/service/apis/deletePageTemplate.service.d.ts +1 -1
- package/es/platform/service/apis/deletePnResource.service.d.ts +1 -1
- package/es/platform/service/apis/deletePnResourceGroup.service.d.ts +1 -1
- package/es/platform/service/apis/device-interconnection-param.service.d.ts +4 -7
- package/es/platform/service/apis/device-interconnection.service.d.ts +5 -8
- package/es/platform/service/apis/device-param-ref.service.d.ts +2 -2
- package/es/platform/service/apis/exportTemplate.service.d.ts +7 -7
- package/es/platform/service/apis/external-message.service.d.ts +3 -3
- package/es/platform/service/apis/file-task.service.d.ts +4 -17
- package/es/platform/service/apis/file.service.d.ts +5 -10
- package/es/platform/service/apis/getAdCodeByAliasName.service.d.ts +1 -1
- package/es/platform/service/apis/getAllCompInfoByTypeId.service.d.ts +1 -1
- package/es/platform/service/apis/getAllCsvDatasource.service.d.ts +1 -1
- package/es/platform/service/apis/getCompInfoById.service.d.ts +1 -1
- package/es/platform/service/apis/getCompInfoTypeById.service.d.ts +1 -1
- package/es/platform/service/apis/getContentToArray.service.d.ts +1 -1
- package/es/platform/service/apis/getCsvDatasourceById.service.d.ts +1 -1
- package/es/platform/service/apis/getCsvDatasourceByName.service.d.ts +1 -1
- package/es/platform/service/apis/getDesignerData.service.d.ts +1 -1
- package/es/platform/service/apis/getEchartThemeById.service.d.ts +1 -1
- package/es/platform/service/apis/getEnshrineCompGroupById.service.d.ts +1 -1
- package/es/platform/service/apis/getFilterById.service.d.ts +1 -1
- package/es/platform/service/apis/getGeoJsonByAdCode.service.d.ts +1 -1
- package/es/platform/service/apis/getLayoutItemObjById.service.d.ts +1 -1
- package/es/platform/service/apis/getMapBaseInfoByLevel.service.d.ts +1 -1
- package/es/platform/service/apis/getMapGeoJsonById.service.d.ts +1 -1
- package/es/platform/service/apis/getPageSnapshootByEnabled.service.d.ts +1 -1
- package/es/platform/service/apis/getPageSnapshootById.service.d.ts +1 -1
- package/es/platform/service/apis/getPageSnapshootsByPageId.service.d.ts +1 -1
- package/es/platform/service/apis/getPageTemplateById.service.d.ts +1 -1
- package/es/platform/service/apis/getPageTemplateLayout.service.d.ts +1 -1
- package/es/platform/service/apis/getPageTemplateThemeJson.service.d.ts +1 -1
- package/es/platform/service/apis/getPnResourceGroupById.service.d.ts +1 -1
- package/es/platform/service/apis/getShareCustomCompById.service.d.ts +1 -1
- package/es/platform/service/apis/i18n-config.service.d.ts +1 -1
- package/es/platform/service/apis/i18n-info.service.d.ts +7 -8
- package/es/platform/service/apis/internal-message.service.d.ts +3 -3
- package/es/platform/service/apis/invoke-log.service.d.ts +4 -20
- package/es/platform/service/apis/knowledge-base-chunk.service.d.ts +3 -3
- package/es/platform/service/apis/knowledge-base-doc.service.d.ts +3 -3
- package/es/platform/service/apis/knowledge-base.service.d.ts +3 -3
- package/es/platform/service/apis/ldap.service.d.ts +1 -4
- package/es/platform/service/apis/license.service.d.ts +22 -31
- package/es/platform/service/apis/login-log.service.d.ts +1 -14
- package/es/platform/service/apis/login.service.d.ts +2 -2
- package/es/platform/service/apis/manager.service.d.ts +2 -2
- package/es/platform/service/apis/message-setting.service.d.ts +4 -4
- package/es/platform/service/apis/minio-file.service.d.ts +1 -1
- package/es/platform/service/apis/model-provider.service.d.ts +3 -3
- package/es/platform/service/apis/model.service.d.ts +3 -3
- package/es/platform/service/apis/nav-menu.service.d.ts +3 -3
- package/es/platform/service/apis/nav-page.service.d.ts +3 -3
- package/es/platform/service/apis/openapi-group.service.d.ts +7 -7
- package/es/platform/service/apis/openapi-key-grant.service.d.ts +4 -4
- package/es/platform/service/apis/org-user-picker.service.d.ts +3 -3
- package/es/platform/service/apis/org.service.d.ts +4 -4
- package/es/platform/service/apis/parseCsvOrExcel.service.d.ts +1 -1
- package/es/platform/service/apis/permission.service.d.ts +2 -2
- package/es/platform/service/apis/plat.service.d.ts +4 -14
- package/es/platform/service/apis/plugin-version.service.d.ts +3 -3
- package/es/platform/service/apis/plugin.service.d.ts +4 -4
- package/es/platform/service/apis/pm-process-delegate-detail.service.d.ts +3 -3
- package/es/platform/service/apis/pm-process-delegate.service.d.ts +3 -3
- package/es/platform/service/apis/pm-process-instance.service.d.ts +3 -3
- package/es/platform/service/apis/pm-task-done.service.d.ts +3 -3
- package/es/platform/service/apis/pm-task-todo.service.d.ts +3 -3
- package/es/platform/service/apis/pn-page.service.d.ts +3 -3
- package/es/platform/service/apis/pn-project.service.d.ts +8 -9
- package/es/platform/service/apis/print-log.service.d.ts +3 -3
- package/es/platform/service/apis/print-resource.service.d.ts +5 -5
- package/es/platform/service/apis/regexp.service.d.ts +3 -3
- package/es/platform/service/apis/released.service.d.ts +3 -3
- package/es/platform/service/apis/role-permission.service.d.ts +2 -2
- package/es/platform/service/apis/role.service.d.ts +6 -6
- package/es/platform/service/apis/seal-management.service.d.ts +3 -3
- package/es/platform/service/apis/seat.service.d.ts +3 -3
- package/es/platform/service/apis/shortcut.service.d.ts +4 -4
- package/es/platform/service/apis/sign-log.service.d.ts +2 -2
- package/es/platform/service/apis/started-process.service.d.ts +3 -3
- package/es/platform/service/apis/task-delegate.service.d.ts +4 -4
- package/es/platform/service/apis/task-done.service.d.ts +3 -3
- package/es/platform/service/apis/task-todo.service.d.ts +3 -3
- package/es/platform/service/apis/tenant-developer.service.d.ts +4 -4
- package/es/platform/service/apis/tenant.service.d.ts +11 -11
- package/es/platform/service/apis/uploadFiles.service.d.ts +7 -7
- package/es/platform/service/apis/user-extra.service.d.ts +3 -3
- package/es/platform/service/apis/user-info-log.service.d.ts +3 -3
- package/es/platform/service/apis/user-password-history.service.d.ts +3 -3
- package/es/platform/service/apis/user.service.d.ts +14 -26
- package/es/platform/service/apis/workbench-component-relation.service.d.ts +5 -5
- package/es/platform/service/apis/workbench-component.service.d.ts +4 -4
- package/es/platform/service/entities.d.ts +4 -541
- package/es/service/api-manage.mjs +2 -2
- package/es/service/api-service.d.ts +0 -13
- package/es/service/api-service.interface.d.ts +9 -6
- package/es/service/api-service.mjs +17 -42
- package/es/service/http.util.d.ts +1 -8
- package/es/service/http.util.mjs +4 -22
- package/es/service/index.mjs +3 -1
- package/es/types/index.d.ts +0 -27
- package/es/utils/index.d.ts +0 -7
- package/es/utils/index.mjs +0 -6
- package/lib/apaas/index.cjs +12 -0
- package/lib/apaas/service/api-config.cjs +6377 -0
- package/lib/apaas/service/apis/api.service.d.ts +733 -0
- package/lib/apaas/service/apis/app-branch.service.d.ts +70 -0
- package/lib/apaas/service/apis/app-global-settings.service.d.ts +81 -0
- package/lib/apaas/service/apis/app-granted-user.service.d.ts +86 -0
- package/lib/apaas/service/apis/app-org.service.d.ts +184 -0
- package/lib/apaas/service/apis/app-publish-log.service.d.ts +72 -0
- package/lib/apaas/service/apis/app-state.service.d.ts +11 -0
- package/lib/apaas/service/apis/app-user.service.d.ts +142 -0
- package/lib/apaas/service/apis/approval-log.service.d.ts +70 -0
- package/lib/apaas/service/apis/audit-log.service.d.ts +59 -0
- package/lib/apaas/service/apis/basic-config.service.d.ts +72 -0
- package/lib/apaas/service/apis/biz-event.service.d.ts +83 -0
- package/lib/apaas/service/apis/biz-process-definition-version.service.d.ts +89 -0
- package/lib/apaas/service/apis/biz-process-definition.service.d.ts +91 -0
- package/lib/apaas/service/apis/biz-service-crud.service.d.ts +182 -0
- package/lib/apaas/service/apis/biz-service.service.d.ts +58 -0
- package/lib/apaas/service/apis/bom.service.d.ts +7 -0
- package/lib/apaas/service/apis/category-relation.service.d.ts +108 -0
- package/lib/apaas/service/apis/category.service.d.ts +323 -0
- package/lib/apaas/service/apis/chat.service.d.ts +20 -0
- package/lib/apaas/service/apis/code-ts.service.d.ts +8 -0
- package/lib/apaas/service/apis/commit-log.service.d.ts +147 -0
- package/lib/apaas/service/apis/common-info-card.service.d.ts +94 -0
- package/lib/apaas/service/apis/control-config.service.d.ts +123 -0
- package/lib/apaas/service/apis/customer-complaint.service.d.ts +108 -0
- package/lib/apaas/service/apis/dashboard.service.d.ts +90 -0
- package/lib/apaas/service/apis/data-model.service.d.ts +125 -0
- package/lib/apaas/service/apis/data-source.service.d.ts +33 -0
- package/lib/apaas/service/apis/data-trace.service.d.ts +75 -0
- package/lib/apaas/service/apis/designer-common.service.d.ts +446 -0
- package/lib/apaas/service/apis/designer-lock.service.d.ts +50 -0
- package/lib/apaas/service/apis/designer-operate-log.service.d.ts +46 -0
- package/lib/apaas/service/apis/devops.service.d.ts +18 -0
- package/lib/apaas/service/apis/dhr.service.d.ts +83 -0
- package/lib/apaas/service/apis/dify-chat.service.d.ts +19 -0
- package/lib/apaas/service/apis/doc-control-started.service.d.ts +76 -0
- package/lib/apaas/service/apis/doc-control-task-done.service.d.ts +76 -0
- package/lib/apaas/service/apis/doc-control-task-todo.service.d.ts +121 -0
- package/lib/apaas/service/apis/doc-control.service.d.ts +101 -0
- package/lib/apaas/service/apis/doc-outline.service.d.ts +156 -0
- package/lib/apaas/service/apis/document.service.d.ts +197 -0
- package/{es/apaas/service/apis/inspection-category.service.d.ts → lib/apaas/service/apis/edhr-category.service.d.ts} +11 -11
- package/lib/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +93 -0
- package/lib/apaas/service/apis/edhr-instance-relation.service.d.ts +54 -0
- package/lib/apaas/service/apis/edhr-instance-search-history.service.d.ts +31 -0
- package/lib/apaas/service/apis/edhr-instance.service.d.ts +277 -0
- package/lib/apaas/service/apis/edhr-tmpl.service.d.ts +138 -0
- package/lib/apaas/service/apis/ele-search.service.d.ts +18 -0
- package/lib/apaas/service/apis/enum-model-field.service.d.ts +124 -0
- package/lib/apaas/service/apis/enum-model.service.d.ts +133 -0
- package/lib/apaas/service/apis/event-log.service.d.ts +52 -0
- package/lib/apaas/service/apis/event.service.d.ts +83 -0
- package/lib/apaas/service/apis/excel-tmpl.service.d.ts +191 -0
- package/lib/apaas/service/apis/excel.service.d.ts +144 -0
- package/lib/apaas/service/apis/field-meta.service.d.ts +181 -0
- package/lib/apaas/service/apis/field.service.d.ts +16 -0
- package/lib/apaas/service/apis/file-resource.service.d.ts +40 -0
- package/lib/apaas/service/apis/file-task.service.d.ts +23 -0
- package/lib/apaas/service/apis/file.service.d.ts +44 -0
- package/{es/apaas/service/apis/approve.service.d.ts → lib/apaas/service/apis/form.service.d.ts} +17 -17
- package/lib/apaas/service/apis/formRelate.service.d.ts +243 -0
- package/lib/apaas/service/apis/front-operate-log.service.d.ts +46 -0
- package/lib/apaas/service/apis/global-method.service.d.ts +80 -0
- package/lib/apaas/service/apis/i18n-info.service.d.ts +84 -0
- package/lib/apaas/service/apis/import-report.service.d.ts +41 -0
- package/lib/apaas/service/apis/instance-relation.service.d.ts +89 -0
- package/lib/apaas/service/apis/ipaas.service.d.ts +12 -0
- package/lib/apaas/service/apis/job-log.service.d.ts +63 -0
- package/lib/apaas/service/apis/job.service.d.ts +133 -0
- package/lib/apaas/service/apis/js-engine.service.d.ts +37 -0
- package/lib/apaas/service/apis/label-log.service.d.ts +90 -0
- package/lib/apaas/service/apis/label.service.d.ts +351 -0
- package/lib/apaas/service/apis/login-log.service.d.ts +12 -0
- package/lib/apaas/service/apis/med-pro.service.d.ts +76 -0
- package/lib/apaas/service/apis/medPro.service.d.ts +48 -0
- package/lib/apaas/service/apis/menu-config.service.d.ts +86 -0
- package/lib/apaas/service/apis/merge-log.service.d.ts +53 -0
- package/lib/apaas/service/apis/message-record.service.d.ts +101 -0
- package/lib/apaas/service/apis/message-setting.service.d.ts +25 -0
- package/lib/apaas/service/apis/message-tmpl.service.d.ts +116 -0
- package/lib/apaas/service/apis/mobile-homepage.service.d.ts +100 -0
- package/lib/apaas/service/apis/mobile-page.service.d.ts +133 -0
- package/lib/apaas/service/apis/model-comprehensive.service.d.ts +450 -0
- package/lib/apaas/service/apis/model-data.service.d.ts +70 -0
- package/lib/apaas/service/apis/model-meta.service.d.ts +342 -0
- package/lib/apaas/service/apis/model-method.service.d.ts +91 -0
- package/lib/apaas/service/apis/model-permission-relation.service.d.ts +75 -0
- package/lib/apaas/service/apis/model.service.d.ts +16 -0
- package/lib/apaas/service/apis/ocr.service.d.ts +7 -0
- package/lib/apaas/service/apis/office.service.d.ts +7 -0
- package/{es/apaas/service/apis/product-release-category.service.d.ts → lib/apaas/service/apis/online-form-category.service.d.ts} +11 -11
- package/lib/apaas/service/apis/online-form-change-history.service.d.ts +26 -0
- package/lib/apaas/service/apis/online-form-instance.service.d.ts +803 -0
- package/lib/apaas/service/apis/online-form-log.service.d.ts +30 -0
- package/lib/apaas/service/apis/online-form-tmpl-log.service.d.ts +86 -0
- package/lib/apaas/service/apis/online-form-tmpl.service.d.ts +286 -0
- package/lib/apaas/service/apis/online-form.service.d.ts +180 -0
- package/lib/apaas/service/apis/online-user-summary.service.d.ts +75 -0
- package/lib/apaas/service/apis/online.service.d.ts +89 -0
- package/lib/apaas/service/apis/openapi.service.d.ts +99 -0
- package/lib/apaas/service/apis/pad-page.service.d.ts +132 -0
- package/lib/apaas/service/apis/page-designer-log.service.d.ts +107 -0
- package/lib/apaas/service/apis/permission.service.d.ts +79 -0
- package/lib/apaas/service/apis/plat.service.d.ts +45 -0
- package/lib/apaas/service/apis/pm-process-definition-version.service.d.ts +97 -0
- package/lib/apaas/service/apis/pm-process-definition.service.d.ts +121 -0
- package/lib/apaas/service/apis/pm-process-engine.service.d.ts +208 -0
- package/lib/apaas/service/apis/print-designer.service.d.ts +126 -0
- package/lib/apaas/service/apis/print-log.service.d.ts +23 -0
- package/lib/apaas/service/apis/print.service.d.ts +45 -0
- package/lib/apaas/service/apis/process-approval-log.service.d.ts +89 -0
- package/lib/apaas/service/apis/process-approve-user.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-definition-version.service.d.ts +96 -0
- package/lib/apaas/service/apis/process-definition.service.d.ts +85 -0
- package/lib/apaas/service/apis/process-engine.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-event.service.d.ts +72 -0
- package/lib/apaas/service/apis/process-graph.service.d.ts +18 -0
- package/lib/apaas/service/apis/process-instance-relation-.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-instance.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-message-user.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-node-definition.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-path-user.service.d.ts +75 -0
- package/lib/apaas/service/apis/process-path.service.d.ts +44 -0
- package/lib/apaas/service/apis/process-task-done.service.d.ts +118 -0
- package/lib/apaas/service/apis/process-task-todo.service.d.ts +231 -0
- package/lib/apaas/service/apis/process-version.service.d.ts +76 -0
- package/lib/apaas/service/apis/process.service.d.ts +66 -0
- package/lib/apaas/service/apis/processTest.service.d.ts +106 -0
- package/lib/apaas/service/apis/product-release.service.d.ts +118 -0
- package/lib/apaas/service/apis/publish-log.service.d.ts +101 -0
- package/lib/apaas/service/apis/regexp.service.d.ts +94 -0
- package/lib/apaas/service/apis/report-data-set.service.d.ts +127 -0
- package/lib/apaas/service/apis/report-data.service.d.ts +30 -0
- package/lib/apaas/service/apis/report.service.d.ts +164 -0
- package/lib/apaas/service/apis/role-permission.service.d.ts +47 -0
- package/lib/apaas/service/apis/role.service.d.ts +91 -0
- package/lib/apaas/service/apis/sandbox-config.service.d.ts +112 -0
- package/lib/apaas/service/apis/script-assistant.service.d.ts +16 -0
- package/lib/apaas/service/apis/script-version-log.service.d.ts +82 -0
- package/lib/apaas/service/apis/script-version.service.d.ts +115 -0
- package/lib/apaas/service/apis/script.service.d.ts +115 -0
- package/lib/apaas/service/apis/service-orchestration-version-log.service.d.ts +88 -0
- package/lib/apaas/service/apis/service-orchestration-version.service.d.ts +115 -0
- package/lib/apaas/service/apis/service-orchestration.service.d.ts +120 -0
- package/lib/apaas/service/apis/sign-history.service.d.ts +70 -0
- package/lib/apaas/service/apis/sign-log.service.d.ts +19 -0
- package/lib/apaas/service/apis/signature.service.d.ts +19 -0
- package/lib/apaas/service/apis/sql-view-model.service.d.ts +65 -0
- package/lib/apaas/service/apis/sql-view.service.d.ts +18 -0
- package/lib/apaas/service/apis/ss.service.d.ts +25 -0
- package/lib/apaas/service/apis/stash.service.d.ts +62 -0
- package/lib/apaas/service/apis/sub-model-process.service.d.ts +9 -0
- package/lib/apaas/service/apis/sys-config.service.d.ts +70 -0
- package/lib/apaas/service/apis/system-var.service.d.ts +126 -0
- package/lib/apaas/service/apis/trace-log-details.service.d.ts +134 -0
- package/lib/apaas/service/apis/trace-log.service.d.ts +115 -0
- package/lib/apaas/service/apis/trace-mainline-ext.service.d.ts +75 -0
- package/lib/apaas/service/apis/trace-mainline.service.d.ts +72 -0
- package/lib/apaas/service/apis/trace-setting.service.d.ts +48 -0
- package/lib/apaas/service/apis/user-group-relation.service.d.ts +46 -0
- package/lib/apaas/service/apis/user-group.service.d.ts +87 -0
- package/lib/apaas/service/apis/view-model.service.d.ts +166 -0
- package/lib/apaas/service/apis/wash.service.d.ts +11 -0
- package/lib/apaas/service/apis/webpage.service.d.ts +169 -0
- package/lib/apaas/service/entities.d.ts +33950 -0
- package/lib/apaas/service/index.d.ts +323 -0
- package/lib/index.cjs +16 -0
- package/lib/ipaas/index.cjs +12 -0
- package/lib/ipaas/service/api-config.cjs +322 -0
- package/lib/ipaas/service/apis/auth.service.d.ts +36 -0
- package/lib/ipaas/service/apis/camel.service.d.ts +63 -0
- package/lib/ipaas/service/apis/category.service.d.ts +12 -0
- package/lib/ipaas/service/apis/connector-config.service.d.ts +119 -0
- package/lib/ipaas/service/apis/connector-log.service.d.ts +46 -0
- package/lib/ipaas/service/apis/flow-app.service.d.ts +75 -0
- package/lib/ipaas/service/apis/flow-category.service.d.ts +192 -0
- package/lib/ipaas/service/apis/flow-ext.service.d.ts +100 -0
- package/lib/ipaas/service/apis/flow.service.d.ts +96 -0
- package/lib/ipaas/service/apis/runtime.service.d.ts +29 -0
- package/lib/ipaas/service/entities.d.ts +1762 -0
- package/lib/ipaas/service/index.d.ts +23 -0
- package/lib/platform/index.cjs +12 -0
- package/lib/platform/service/api-config.cjs +5288 -0
- package/lib/platform/service/apis/agent.service.d.ts +70 -0
- package/lib/platform/service/apis/api.service.d.ts +1597 -0
- package/lib/platform/service/apis/apk.service.d.ts +61 -0
- package/lib/platform/service/apis/app-member.service.d.ts +102 -0
- package/lib/platform/service/apis/app-setting.service.d.ts +107 -0
- package/lib/platform/service/apis/app.service.d.ts +723 -0
- package/lib/platform/service/apis/assets.service.d.ts +102 -0
- package/lib/platform/service/apis/attachmentResourceTransfer.service.d.ts +13 -0
- package/lib/platform/service/apis/audit-log.service.d.ts +48 -0
- package/lib/platform/service/apis/bi-app.service.d.ts +14 -0
- package/lib/platform/service/apis/bi-data-set.service.d.ts +82 -0
- package/lib/platform/service/apis/bi-file-dataset-config.service.d.ts +92 -0
- package/lib/platform/service/apis/bi-file.service.d.ts +20 -0
- package/lib/platform/service/apis/bi-share.service.d.ts +83 -0
- package/lib/platform/service/apis/buildEnshrineCompLibrary.service.d.ts +8 -0
- package/lib/platform/service/apis/category.service.d.ts +135 -0
- package/lib/platform/service/apis/clearLogLogin.service.d.ts +8 -0
- package/lib/platform/service/apis/clearLogOperate.service.d.ts +8 -0
- package/lib/platform/service/apis/clearTempDir.service.d.ts +8 -0
- package/lib/platform/service/apis/copyFilter.service.d.ts +13 -0
- package/lib/platform/service/apis/dashboard.service.d.ts +94 -0
- package/lib/platform/service/apis/data-source.service.d.ts +144 -0
- package/lib/platform/service/apis/data-trace.service.d.ts +75 -0
- package/lib/platform/service/apis/database.service.d.ts +211 -0
- package/lib/platform/service/apis/dataset-log.service.d.ts +79 -0
- package/lib/platform/service/apis/dataset.service.d.ts +247 -0
- package/lib/platform/service/apis/datasource-devops.service.d.ts +66 -0
- package/lib/platform/service/apis/datasource-move-data.service.d.ts +86 -0
- package/lib/platform/service/apis/datasource-move-detail.service.d.ts +82 -0
- package/lib/platform/service/apis/datasource-move.service.d.ts +72 -0
- package/lib/platform/service/apis/deleteCompInfo.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteCompInfoType.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteCsvDatasource.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteEchartTheme.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteEnshrineComp.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteEnshrineCompGroup.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteFilter.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteLogOperateById.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteMapGeoJson.service.d.ts +17 -0
- package/lib/platform/service/apis/deleteNotUseDir.service.d.ts +8 -0
- package/lib/platform/service/apis/deletePageSnapshoot.service.d.ts +17 -0
- package/lib/platform/service/apis/deletePageTemplate.service.d.ts +17 -0
- package/lib/platform/service/apis/deletePnResource.service.d.ts +17 -0
- package/lib/platform/service/apis/deletePnResourceGroup.service.d.ts +17 -0
- package/lib/platform/service/apis/device-interconnection-param.service.d.ts +88 -0
- package/lib/platform/service/apis/device-interconnection.service.d.ts +101 -0
- package/lib/platform/service/apis/device-param-ref.service.d.ts +41 -0
- package/lib/platform/service/apis/exportTemplate.service.d.ts +80 -0
- package/lib/platform/service/apis/external-message.service.d.ts +75 -0
- package/lib/platform/service/apis/file-task.service.d.ts +131 -0
- package/lib/platform/service/apis/file.service.d.ts +42 -0
- package/lib/platform/service/apis/front-release.service.d.ts +7 -0
- package/lib/platform/service/apis/getAdCodeByAliasName.service.d.ts +14 -0
- package/lib/platform/service/apis/getAllCompInfo.service.d.ts +8 -0
- package/lib/platform/service/apis/getAllCompInfoByTypeId.service.d.ts +14 -0
- package/lib/platform/service/apis/getAllCompInfoType.service.d.ts +8 -0
- package/lib/platform/service/apis/getAllCsvDatasource.service.d.ts +14 -0
- package/lib/platform/service/apis/getAllEchartTheme.service.d.ts +8 -0
- package/lib/platform/service/apis/getAllEnshrineCompGroups.service.d.ts +8 -0
- package/lib/platform/service/apis/getAllFilter.service.d.ts +8 -0
- package/lib/platform/service/apis/getAllPageTemplate.service.d.ts +8 -0
- package/lib/platform/service/apis/getAttachmentInfoByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getCompInfoById.service.d.ts +14 -0
- package/lib/platform/service/apis/getCompInfoByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getCompInfoTypeById.service.d.ts +14 -0
- package/lib/platform/service/apis/getCompInfoTypeByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getContentToArray.service.d.ts +18 -0
- package/lib/platform/service/apis/getCsvDatasourceById.service.d.ts +14 -0
- package/lib/platform/service/apis/getCsvDatasourceByName.service.d.ts +14 -0
- package/lib/platform/service/apis/getCsvDatasourceByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getDesignerData.service.d.ts +14 -0
- package/lib/platform/service/apis/getEchartThemeById.service.d.ts +14 -0
- package/lib/platform/service/apis/getEchartThemeByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getEnshrineCompByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getEnshrineCompGroupById.service.d.ts +14 -0
- package/lib/platform/service/apis/getEnshrineCompGroupByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getFilterById.service.d.ts +14 -0
- package/lib/platform/service/apis/getGeoJsonByAdCode.service.d.ts +14 -0
- package/lib/platform/service/apis/getLayoutItemObjById.service.d.ts +14 -0
- package/lib/platform/service/apis/getLogLoginByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getMapBaseInfoByLevel.service.d.ts +14 -0
- package/lib/platform/service/apis/getMapGeoJsonById.service.d.ts +14 -0
- package/lib/platform/service/apis/getMapGeoJsonByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getMyAllPnResourceGroup.service.d.ts +8 -0
- package/lib/platform/service/apis/getMyEchartThemes.service.d.ts +8 -0
- package/lib/platform/service/apis/getMyPnResourceByPage.service.d.ts +10 -0
- package/lib/platform/service/apis/getMyShareCustomCompByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getPageSnapshootByEnabled.service.d.ts +18 -0
- package/lib/platform/service/apis/getPageSnapshootById.service.d.ts +14 -0
- package/lib/platform/service/apis/getPageSnapshootsByPageId.service.d.ts +14 -0
- package/lib/platform/service/apis/getPageTemplateById.service.d.ts +14 -0
- package/lib/platform/service/apis/getPageTemplateByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getPageTemplateForCreatePageForm.service.d.ts +13 -0
- package/lib/platform/service/apis/getPageTemplateLayout.service.d.ts +14 -0
- package/lib/platform/service/apis/getPageTemplateThemeJson.service.d.ts +14 -0
- package/lib/platform/service/apis/getPageTotalCount.service.d.ts +8 -0
- package/lib/platform/service/apis/getPnLogOperateByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getPnResourceGroupById.service.d.ts +14 -0
- package/lib/platform/service/apis/getProjectTotalCount.service.d.ts +8 -0
- package/lib/platform/service/apis/getShareCustomCompById.service.d.ts +14 -0
- package/lib/platform/service/apis/getShareCustomCompByPage.service.d.ts +13 -0
- package/lib/platform/service/apis/getSysEchartThemes.service.d.ts +8 -0
- package/lib/platform/service/apis/httpQuery.service.d.ts +10 -0
- package/lib/platform/service/apis/i18n-config.service.d.ts +29 -0
- package/lib/platform/service/apis/i18n-info.service.d.ts +115 -0
- package/lib/platform/service/apis/importCompInfoJson.service.d.ts +13 -0
- package/lib/platform/service/apis/importTemplate.service.d.ts +32 -0
- package/lib/platform/service/apis/internal-message.service.d.ts +96 -0
- package/lib/platform/service/apis/invoke-log.service.d.ts +73 -0
- package/lib/platform/service/apis/knowledge-base-chunk.service.d.ts +75 -0
- package/lib/platform/service/apis/knowledge-base-doc.service.d.ts +75 -0
- package/lib/platform/service/apis/knowledge-base.service.d.ts +72 -0
- package/lib/platform/service/apis/ldap.service.d.ts +7 -0
- package/lib/platform/service/apis/license-unbind-log.service.d.ts +12 -0
- package/lib/platform/service/apis/license.service.d.ts +248 -0
- package/lib/platform/service/apis/login-log.service.d.ts +38 -0
- package/lib/platform/service/apis/login.service.d.ts +73 -0
- package/lib/platform/service/apis/manager.service.d.ts +39 -0
- package/lib/platform/service/apis/message-setting.service.d.ts +148 -0
- package/lib/platform/service/apis/minio-file.service.d.ts +26 -0
- package/lib/platform/service/apis/model-provider.service.d.ts +72 -0
- package/lib/platform/service/apis/model.service.d.ts +70 -0
- package/lib/platform/service/apis/nav-menu.service.d.ts +98 -0
- package/lib/platform/service/apis/nav-page.service.d.ts +81 -0
- package/lib/platform/service/apis/openapi-group.service.d.ts +186 -0
- package/lib/platform/service/apis/openapi-key-grant.service.d.ts +97 -0
- package/lib/platform/service/apis/org-user-picker.service.d.ts +70 -0
- package/lib/platform/service/apis/org.service.d.ts +215 -0
- package/lib/platform/service/apis/parseCsvOrExcel.service.d.ts +18 -0
- package/lib/platform/service/apis/permission.service.d.ts +57 -0
- package/lib/platform/service/apis/plat.service.d.ts +190 -0
- package/lib/platform/service/apis/plugin-version.service.d.ts +73 -0
- package/lib/platform/service/apis/plugin.service.d.ts +185 -0
- package/lib/platform/service/apis/pm-process-delegate-detail.service.d.ts +75 -0
- package/lib/platform/service/apis/pm-process-delegate.service.d.ts +75 -0
- package/lib/platform/service/apis/pm-process-instance.service.d.ts +92 -0
- package/lib/platform/service/apis/pm-task-done.service.d.ts +90 -0
- package/lib/platform/service/apis/pm-task-todo.service.d.ts +86 -0
- package/lib/platform/service/apis/pn-page.service.d.ts +70 -0
- package/lib/platform/service/apis/pn-project.service.d.ts +173 -0
- package/lib/platform/service/apis/print-log.service.d.ts +107 -0
- package/lib/platform/service/apis/print-resource.service.d.ts +131 -0
- package/lib/platform/service/apis/regexp.service.d.ts +94 -0
- package/lib/platform/service/apis/released.service.d.ts +96 -0
- package/lib/platform/service/apis/resourceTransferToPage.service.d.ts +13 -0
- package/lib/platform/service/apis/role-permission.service.d.ts +59 -0
- package/lib/platform/service/apis/role.service.d.ts +147 -0
- package/lib/platform/service/apis/saveCompInfo.service.d.ts +13 -0
- package/lib/platform/service/apis/saveCompInfoType.service.d.ts +13 -0
- package/lib/platform/service/apis/saveCsvDatasource.service.d.ts +13 -0
- package/lib/platform/service/apis/saveEchartTheme.service.d.ts +13 -0
- package/lib/platform/service/apis/saveEnshrineComp.service.d.ts +13 -0
- package/lib/platform/service/apis/saveEnshrineCompGroup.service.d.ts +13 -0
- package/lib/platform/service/apis/saveFilter.service.d.ts +13 -0
- package/lib/platform/service/apis/saveMapGeoJson.service.d.ts +13 -0
- package/lib/platform/service/apis/savePageSnapshoot.service.d.ts +13 -0
- package/lib/platform/service/apis/savePageTemplate.service.d.ts +13 -0
- package/lib/platform/service/apis/savePnResourceGroup.service.d.ts +13 -0
- package/lib/platform/service/apis/saveShareCustomComp.service.d.ts +13 -0
- package/lib/platform/service/apis/seal-management.service.d.ts +85 -0
- package/lib/platform/service/apis/searchEnshrineComp.service.d.ts +13 -0
- package/lib/platform/service/apis/seat-message.service.d.ts +13 -0
- package/lib/platform/service/apis/seat.service.d.ts +100 -0
- package/lib/platform/service/apis/setPageSnapshootEnabled.service.d.ts +13 -0
- package/lib/platform/service/apis/setPageSnapshootEnabledByPageId.service.d.ts +13 -0
- package/lib/platform/service/apis/shortcut.service.d.ts +129 -0
- package/lib/platform/service/apis/sign-log.service.d.ts +72 -0
- package/lib/platform/service/apis/sms.service.d.ts +19 -0
- package/lib/platform/service/apis/started-process.service.d.ts +64 -0
- package/lib/platform/service/apis/task-delegate.service.d.ts +101 -0
- package/lib/platform/service/apis/task-done.service.d.ts +60 -0
- package/lib/platform/service/apis/task-todo.service.d.ts +60 -0
- package/lib/platform/service/apis/tenant-developer.service.d.ts +119 -0
- package/lib/platform/service/apis/tenant.service.d.ts +482 -0
- package/lib/platform/service/apis/toggleEnabled.service.d.ts +13 -0
- package/lib/platform/service/apis/uncompressLogOperateLayoutStr.service.d.ts +13 -0
- package/lib/platform/service/apis/uploadFiles.service.d.ts +108 -0
- package/lib/platform/service/apis/user-extra.service.d.ts +70 -0
- package/lib/platform/service/apis/user-info-log.service.d.ts +74 -0
- package/lib/platform/service/apis/user-password-history.service.d.ts +75 -0
- package/lib/platform/service/apis/user.service.d.ts +281 -0
- package/lib/platform/service/apis/workbench-component-relation.service.d.ts +115 -0
- package/lib/platform/service/apis/workbench-component.service.d.ts +86 -0
- package/lib/platform/service/entities.d.ts +23348 -0
- package/lib/platform/service/index.d.ts +369 -0
- package/lib/service/api-manage.cjs +34 -0
- package/lib/service/api-service.cjs +165 -0
- package/lib/service/api-service.interface.cjs +1 -0
- package/lib/service/http.enum.cjs +66 -0
- package/lib/service/http.error.cjs +46 -0
- package/lib/service/http.util.cjs +245 -0
- package/lib/service/index.cjs +54 -0
- package/lib/types/index.d.ts +171 -0
- package/lib/utils/index.cjs +16 -0
- package/package.json +2 -2
- package/dist/index.esm.min.js +0 -1
- package/es/apaas/service/apis/online-form-tmpl-export.service.d.ts +0 -30
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* eslint-disable @typescript-eslint/no-empty-object-type */
|
|
2
2
|
export interface AccountConfig {
|
|
3
3
|
/**
|
|
4
|
-
* 应用类型 枚举
|
|
4
|
+
* 应用类型 枚举(钉钉 DINGDING,企微 QIYEWEIXIN,飞书 FEISHU)
|
|
5
5
|
*
|
|
6
6
|
* @type string
|
|
7
7
|
*/
|
|
@@ -648,12 +648,6 @@ export interface AppendRelatedInstRequest {
|
|
|
648
648
|
* @type string
|
|
649
649
|
*/
|
|
650
650
|
mfgOrderId?: string;
|
|
651
|
-
/**
|
|
652
|
-
* 模块类型
|
|
653
|
-
*
|
|
654
|
-
* @type string
|
|
655
|
-
*/
|
|
656
|
-
module?: string;
|
|
657
651
|
/**
|
|
658
652
|
* 在线表单是否必填 1: 必填 0 非必填
|
|
659
653
|
*
|
|
@@ -1282,12 +1276,6 @@ export interface BindRelatedIndstRequest {
|
|
|
1282
1276
|
* @type string
|
|
1283
1277
|
*/
|
|
1284
1278
|
mfgOrderId?: string;
|
|
1285
|
-
/**
|
|
1286
|
-
* 模块类型
|
|
1287
|
-
*
|
|
1288
|
-
* @type string
|
|
1289
|
-
*/
|
|
1290
|
-
module?: string;
|
|
1291
1279
|
/**
|
|
1292
1280
|
* 当前批次
|
|
1293
1281
|
*
|
|
@@ -1742,24 +1730,12 @@ export interface BtwNodeVO {
|
|
|
1742
1730
|
* @type BtwNodeVO[]
|
|
1743
1731
|
*/
|
|
1744
1732
|
children?: BtwNodeVO[];
|
|
1745
|
-
/**
|
|
1746
|
-
* 节点路径
|
|
1747
|
-
*
|
|
1748
|
-
* @type string
|
|
1749
|
-
*/
|
|
1750
|
-
fullPath?: string;
|
|
1751
1733
|
/**
|
|
1752
1734
|
* 节点名称(目录名称、btw文件名称)
|
|
1753
1735
|
*
|
|
1754
1736
|
* @type string
|
|
1755
1737
|
*/
|
|
1756
1738
|
name?: string;
|
|
1757
|
-
/**
|
|
1758
|
-
* btw模板路径类型:local本地选择、common网络共享
|
|
1759
|
-
*
|
|
1760
|
-
* @type string
|
|
1761
|
-
*/
|
|
1762
|
-
pathType?: string;
|
|
1763
1739
|
/**
|
|
1764
1740
|
*
|
|
1765
1741
|
*
|
|
@@ -2366,12 +2342,6 @@ export interface ChildEdhrInstanceRelationDTO {
|
|
|
2366
2342
|
* @type string
|
|
2367
2343
|
*/
|
|
2368
2344
|
modifyUserName?: string;
|
|
2369
|
-
/**
|
|
2370
|
-
*
|
|
2371
|
-
*
|
|
2372
|
-
* @type string
|
|
2373
|
-
*/
|
|
2374
|
-
module?: string;
|
|
2375
2345
|
/**
|
|
2376
2346
|
* 引用详情
|
|
2377
2347
|
*
|
|
@@ -3853,68 +3823,6 @@ export interface DashboardSortRequest {
|
|
|
3853
3823
|
*/
|
|
3854
3824
|
targetSortNum?: number;
|
|
3855
3825
|
}
|
|
3856
|
-
export interface DataCollectionInstanceAbandonRequest {
|
|
3857
|
-
/**
|
|
3858
|
-
* 表单实例Id
|
|
3859
|
-
*
|
|
3860
|
-
* @type string
|
|
3861
|
-
*/
|
|
3862
|
-
id?: string;
|
|
3863
|
-
/**
|
|
3864
|
-
* 作废原因
|
|
3865
|
-
*
|
|
3866
|
-
* @type string
|
|
3867
|
-
*/
|
|
3868
|
-
reason?: string;
|
|
3869
|
-
/**
|
|
3870
|
-
* 签名历史id集合
|
|
3871
|
-
*
|
|
3872
|
-
* @type string[]
|
|
3873
|
-
*/
|
|
3874
|
-
signHistoryIds?: string[];
|
|
3875
|
-
/**
|
|
3876
|
-
* 数据采集任务id
|
|
3877
|
-
*
|
|
3878
|
-
* @type string
|
|
3879
|
-
*/
|
|
3880
|
-
taskId?: string;
|
|
3881
|
-
}
|
|
3882
|
-
export interface DataCollectionOnlineFormInstanceRequest {
|
|
3883
|
-
/**
|
|
3884
|
-
* 数据采集任务Id
|
|
3885
|
-
*
|
|
3886
|
-
* @type string
|
|
3887
|
-
*/
|
|
3888
|
-
dataCollectionTaskId?: string;
|
|
3889
|
-
/**
|
|
3890
|
-
* 表单实例备注名
|
|
3891
|
-
*
|
|
3892
|
-
* @type string
|
|
3893
|
-
*/
|
|
3894
|
-
instanceAlias?: string;
|
|
3895
|
-
}
|
|
3896
|
-
export interface DataCollectionOnlineFormInstanceUpdateRequest {
|
|
3897
|
-
/**
|
|
3898
|
-
* 表单实例Id
|
|
3899
|
-
*
|
|
3900
|
-
* @type string
|
|
3901
|
-
*/
|
|
3902
|
-
id?: string;
|
|
3903
|
-
/**
|
|
3904
|
-
* 表单实例备注名
|
|
3905
|
-
*
|
|
3906
|
-
* @type string
|
|
3907
|
-
*/
|
|
3908
|
-
instanceAlias?: string;
|
|
3909
|
-
}
|
|
3910
|
-
export interface DataCollectionTaskUpdateStatusRequest {
|
|
3911
|
-
/**
|
|
3912
|
-
* 数据采集任务id
|
|
3913
|
-
*
|
|
3914
|
-
* @type string
|
|
3915
|
-
*/
|
|
3916
|
-
taskId?: string;
|
|
3917
|
-
}
|
|
3918
3826
|
export interface DataModelRequest {
|
|
3919
3827
|
/**
|
|
3920
3828
|
* 分类id
|
|
@@ -4178,12 +4086,6 @@ export interface DataTraceRequest {
|
|
|
4178
4086
|
* @type string
|
|
4179
4087
|
*/
|
|
4180
4088
|
module?: string;
|
|
4181
|
-
/**
|
|
4182
|
-
* 多个模块
|
|
4183
|
-
*
|
|
4184
|
-
* @type string[]
|
|
4185
|
-
*/
|
|
4186
|
-
modules?: string[];
|
|
4187
4089
|
/**
|
|
4188
4090
|
* 操作类型
|
|
4189
4091
|
*
|
|
@@ -5089,7 +4991,7 @@ export interface DocControlCategoryCompleteVO {
|
|
|
5089
4991
|
*/
|
|
5090
4992
|
parentId?: string;
|
|
5091
4993
|
/**
|
|
5092
|
-
*
|
|
4994
|
+
* 模板受控流程定义id
|
|
5093
4995
|
*
|
|
5094
4996
|
* @type string
|
|
5095
4997
|
*/
|
|
@@ -5139,92 +5041,6 @@ export interface DocControlProcessResponse {
|
|
|
5139
5041
|
*/
|
|
5140
5042
|
operationsDTO?: OfProcessOperationsDTO;
|
|
5141
5043
|
}
|
|
5142
|
-
export interface DocControlStartedRequest {
|
|
5143
|
-
/**
|
|
5144
|
-
* 受控文件类型:FORM表单模板、EDHR edhr模板
|
|
5145
|
-
*
|
|
5146
|
-
* @type string
|
|
5147
|
-
*/
|
|
5148
|
-
controlTmplType?: string;
|
|
5149
|
-
/**
|
|
5150
|
-
* 受控文件版本编码(表单/edhr模板编号)
|
|
5151
|
-
*
|
|
5152
|
-
* @type string
|
|
5153
|
-
*/
|
|
5154
|
-
docBaseId?: string;
|
|
5155
|
-
/**
|
|
5156
|
-
* 受控文件版本编码(表单/edhr模板编号)
|
|
5157
|
-
*
|
|
5158
|
-
* @type string
|
|
5159
|
-
*/
|
|
5160
|
-
docCode?: string;
|
|
5161
|
-
/**
|
|
5162
|
-
* 受控文件名称(表单/edhr模板名称)
|
|
5163
|
-
*
|
|
5164
|
-
* @type string
|
|
5165
|
-
*/
|
|
5166
|
-
docName?: string;
|
|
5167
|
-
/**
|
|
5168
|
-
* 受控文件版本id(表单/edhr模板id)
|
|
5169
|
-
*
|
|
5170
|
-
* @type string
|
|
5171
|
-
*/
|
|
5172
|
-
docVersionId?: string;
|
|
5173
|
-
/**
|
|
5174
|
-
* 生效日期
|
|
5175
|
-
*
|
|
5176
|
-
* @type string
|
|
5177
|
-
*/
|
|
5178
|
-
effectiveDate?: string;
|
|
5179
|
-
/**
|
|
5180
|
-
* 发起人iD
|
|
5181
|
-
*
|
|
5182
|
-
* @type string
|
|
5183
|
-
*/
|
|
5184
|
-
initiator?: string;
|
|
5185
|
-
/**
|
|
5186
|
-
* 发起人姓名
|
|
5187
|
-
*
|
|
5188
|
-
* @type string
|
|
5189
|
-
*/
|
|
5190
|
-
initiatorName?: string;
|
|
5191
|
-
/**
|
|
5192
|
-
* 线下版本号
|
|
5193
|
-
*
|
|
5194
|
-
* @type string
|
|
5195
|
-
*/
|
|
5196
|
-
offlineVersion?: string;
|
|
5197
|
-
/**
|
|
5198
|
-
* 流程实例id
|
|
5199
|
-
*
|
|
5200
|
-
* @type string
|
|
5201
|
-
*/
|
|
5202
|
-
processInstanceId?: string;
|
|
5203
|
-
/**
|
|
5204
|
-
* 发起审核时数据的快照
|
|
5205
|
-
*
|
|
5206
|
-
* @type string
|
|
5207
|
-
*/
|
|
5208
|
-
snapshot?: string;
|
|
5209
|
-
/**
|
|
5210
|
-
* 提报时间
|
|
5211
|
-
*
|
|
5212
|
-
* @type string
|
|
5213
|
-
*/
|
|
5214
|
-
startTime?: string;
|
|
5215
|
-
/**
|
|
5216
|
-
* 状态
|
|
5217
|
-
*
|
|
5218
|
-
* @type string
|
|
5219
|
-
*/
|
|
5220
|
-
status?: string;
|
|
5221
|
-
/**
|
|
5222
|
-
* 版本
|
|
5223
|
-
*
|
|
5224
|
-
* @type string
|
|
5225
|
-
*/
|
|
5226
|
-
version?: string;
|
|
5227
|
-
}
|
|
5228
5044
|
export interface DocControlStartedResponse {
|
|
5229
5045
|
/**
|
|
5230
5046
|
* 分类名称
|
|
@@ -5286,12 +5102,6 @@ export interface DocControlStartedResponse {
|
|
|
5286
5102
|
* @type string
|
|
5287
5103
|
*/
|
|
5288
5104
|
docVersionId?: string;
|
|
5289
|
-
/**
|
|
5290
|
-
* 生效日期
|
|
5291
|
-
*
|
|
5292
|
-
* @type string
|
|
5293
|
-
*/
|
|
5294
|
-
effectiveDate?: string;
|
|
5295
5105
|
/**
|
|
5296
5106
|
* 主键
|
|
5297
5107
|
*
|
|
@@ -5340,24 +5150,12 @@ export interface DocControlStartedResponse {
|
|
|
5340
5150
|
* @type string
|
|
5341
5151
|
*/
|
|
5342
5152
|
processInstanceId?: string;
|
|
5343
|
-
/**
|
|
5344
|
-
* 发起审核时数据的快照
|
|
5345
|
-
*
|
|
5346
|
-
* @type string
|
|
5347
|
-
*/
|
|
5348
|
-
snapshot?: string;
|
|
5349
5153
|
/**
|
|
5350
5154
|
* 提报时间
|
|
5351
5155
|
*
|
|
5352
5156
|
* @type string
|
|
5353
5157
|
*/
|
|
5354
5158
|
startTime?: string;
|
|
5355
|
-
/**
|
|
5356
|
-
* 状态
|
|
5357
|
-
*
|
|
5358
|
-
* @type string
|
|
5359
|
-
*/
|
|
5360
|
-
status?: string;
|
|
5361
5159
|
/**
|
|
5362
5160
|
* 版本
|
|
5363
5161
|
*
|
|
@@ -5426,12 +5224,6 @@ export interface DocControlTaskDoneResponse {
|
|
|
5426
5224
|
* @type string
|
|
5427
5225
|
*/
|
|
5428
5226
|
docCode?: string;
|
|
5429
|
-
/**
|
|
5430
|
-
* 文控管理-我的发起ID
|
|
5431
|
-
*
|
|
5432
|
-
* @type string
|
|
5433
|
-
*/
|
|
5434
|
-
docControlStartedId?: string;
|
|
5435
5227
|
/**
|
|
5436
5228
|
* 受控文件名称(表单/edhr模板名称)
|
|
5437
5229
|
*
|
|
@@ -5584,12 +5376,6 @@ export interface DocControlTaskTodoResponse {
|
|
|
5584
5376
|
* @type string
|
|
5585
5377
|
*/
|
|
5586
5378
|
docCode?: string;
|
|
5587
|
-
/**
|
|
5588
|
-
* 文控管理-我的发起ID
|
|
5589
|
-
*
|
|
5590
|
-
* @type string
|
|
5591
|
-
*/
|
|
5592
|
-
docControlStartedId?: string;
|
|
5593
5379
|
/**
|
|
5594
5380
|
* 受控文件名称(表单/edhr模板名称)
|
|
5595
5381
|
*
|
|
@@ -5676,12 +5462,6 @@ export interface DocControlTaskTodoResponse {
|
|
|
5676
5462
|
version?: string;
|
|
5677
5463
|
}
|
|
5678
5464
|
export interface DocOutlineBase {
|
|
5679
|
-
/**
|
|
5680
|
-
* 基础单据id(DHR ID)
|
|
5681
|
-
*
|
|
5682
|
-
* @type string
|
|
5683
|
-
*/
|
|
5684
|
-
baseId?: string;
|
|
5685
5465
|
/**
|
|
5686
5466
|
*
|
|
5687
5467
|
*
|
|
@@ -6696,12 +6476,6 @@ export interface EdhrInstance {
|
|
|
6696
6476
|
* @type string
|
|
6697
6477
|
*/
|
|
6698
6478
|
modifyUserName?: string;
|
|
6699
|
-
/**
|
|
6700
|
-
*
|
|
6701
|
-
*
|
|
6702
|
-
* @type string
|
|
6703
|
-
*/
|
|
6704
|
-
module?: string;
|
|
6705
6479
|
/**
|
|
6706
6480
|
*
|
|
6707
6481
|
*
|
|
@@ -6854,12 +6628,6 @@ export interface EdhrInstanceQueryRequest {
|
|
|
6854
6628
|
* @type string
|
|
6855
6629
|
*/
|
|
6856
6630
|
modifyUserId?: string;
|
|
6857
|
-
/**
|
|
6858
|
-
* 模块类型
|
|
6859
|
-
*
|
|
6860
|
-
* @type string
|
|
6861
|
-
*/
|
|
6862
|
-
module?: string;
|
|
6863
6631
|
/**
|
|
6864
6632
|
* 操作人
|
|
6865
6633
|
*
|
|
@@ -6936,12 +6704,6 @@ export interface EdhrInstanceRequest {
|
|
|
6936
6704
|
* @type string
|
|
6937
6705
|
*/
|
|
6938
6706
|
materialStatus?: string;
|
|
6939
|
-
/**
|
|
6940
|
-
* 模块类型
|
|
6941
|
-
*
|
|
6942
|
-
* @type string
|
|
6943
|
-
*/
|
|
6944
|
-
module?: string;
|
|
6945
6707
|
/**
|
|
6946
6708
|
* 实例参数(业务扩展属性)
|
|
6947
6709
|
*
|
|
@@ -7064,12 +6826,6 @@ export interface EdhrInstanceResponse {
|
|
|
7064
6826
|
* @type string
|
|
7065
6827
|
*/
|
|
7066
6828
|
modifyUserName?: string;
|
|
7067
|
-
/**
|
|
7068
|
-
* 模块类型
|
|
7069
|
-
*
|
|
7070
|
-
* @type string
|
|
7071
|
-
*/
|
|
7072
|
-
module?: string;
|
|
7073
6829
|
/**
|
|
7074
6830
|
* 实例参数(业务扩展属性)
|
|
7075
6831
|
*
|
|
@@ -7467,56 +7223,6 @@ export interface EdhrLogUserEntity {
|
|
|
7467
7223
|
*/
|
|
7468
7224
|
userId?: string;
|
|
7469
7225
|
}
|
|
7470
|
-
export interface EdhrSummaryRelationDhrTraceDetail {
|
|
7471
|
-
/**
|
|
7472
|
-
* 关联批次
|
|
7473
|
-
*
|
|
7474
|
-
* @type string
|
|
7475
|
-
*/
|
|
7476
|
-
container?: string;
|
|
7477
|
-
/**
|
|
7478
|
-
* DHR名称
|
|
7479
|
-
*
|
|
7480
|
-
* @type string
|
|
7481
|
-
*/
|
|
7482
|
-
dhrName?: string;
|
|
7483
|
-
/**
|
|
7484
|
-
* 关联工单
|
|
7485
|
-
*
|
|
7486
|
-
* @type string
|
|
7487
|
-
*/
|
|
7488
|
-
mfgOrder?: string;
|
|
7489
|
-
/**
|
|
7490
|
-
* 操作类型
|
|
7491
|
-
*
|
|
7492
|
-
* @type string
|
|
7493
|
-
*/
|
|
7494
|
-
operateType?: string;
|
|
7495
|
-
/**
|
|
7496
|
-
* 产品编码
|
|
7497
|
-
*
|
|
7498
|
-
* @type string
|
|
7499
|
-
*/
|
|
7500
|
-
productCode?: string;
|
|
7501
|
-
/**
|
|
7502
|
-
* 产品名称
|
|
7503
|
-
*
|
|
7504
|
-
* @type string
|
|
7505
|
-
*/
|
|
7506
|
-
productName?: string;
|
|
7507
|
-
/**
|
|
7508
|
-
* 来源
|
|
7509
|
-
*
|
|
7510
|
-
* @type string
|
|
7511
|
-
*/
|
|
7512
|
-
source?: string;
|
|
7513
|
-
/**
|
|
7514
|
-
* 规格型号
|
|
7515
|
-
*
|
|
7516
|
-
* @type string
|
|
7517
|
-
*/
|
|
7518
|
-
spec?: string;
|
|
7519
|
-
}
|
|
7520
7226
|
export interface EdhrSummaryTraceDetail {
|
|
7521
7227
|
/**
|
|
7522
7228
|
* 表单备注名
|
|
@@ -7555,77 +7261,7 @@ export interface EdhrSummaryTraceDetail {
|
|
|
7555
7261
|
*/
|
|
7556
7262
|
source?: string;
|
|
7557
7263
|
}
|
|
7558
|
-
export interface
|
|
7559
|
-
/**
|
|
7560
|
-
* 关联eDhr实例
|
|
7561
|
-
*
|
|
7562
|
-
* @type EdhrSummaryRelationDhrTraceDetail[]
|
|
7563
|
-
*/
|
|
7564
|
-
edhrInstList?: EdhrSummaryRelationDhrTraceDetail[];
|
|
7565
|
-
/**
|
|
7566
|
-
* 表单实例
|
|
7567
|
-
*
|
|
7568
|
-
* @type EdhrSummaryTraceDetail[]
|
|
7569
|
-
*/
|
|
7570
|
-
formInstList?: EdhrSummaryTraceDetail[];
|
|
7571
|
-
}
|
|
7572
|
-
export interface EdhrTmplCommonRequest {
|
|
7573
|
-
/**
|
|
7574
|
-
* 父id
|
|
7575
|
-
*
|
|
7576
|
-
* @type string
|
|
7577
|
-
*/
|
|
7578
|
-
baseId?: string;
|
|
7579
|
-
/**
|
|
7580
|
-
* 分类id
|
|
7581
|
-
*
|
|
7582
|
-
* @type string
|
|
7583
|
-
*/
|
|
7584
|
-
categoryId?: string;
|
|
7585
|
-
/**
|
|
7586
|
-
* 编号
|
|
7587
|
-
*
|
|
7588
|
-
* @type string
|
|
7589
|
-
*/
|
|
7590
|
-
code?: string;
|
|
7591
|
-
/**
|
|
7592
|
-
* 是否默认版本 1是 0否
|
|
7593
|
-
*
|
|
7594
|
-
* @type number
|
|
7595
|
-
*/
|
|
7596
|
-
default?: number;
|
|
7597
|
-
/**
|
|
7598
|
-
* 备注
|
|
7599
|
-
*
|
|
7600
|
-
* @type string
|
|
7601
|
-
*/
|
|
7602
|
-
description?: string;
|
|
7603
|
-
/**
|
|
7604
|
-
* 模块类型
|
|
7605
|
-
*
|
|
7606
|
-
* @type string
|
|
7607
|
-
*/
|
|
7608
|
-
module?: string;
|
|
7609
|
-
/**
|
|
7610
|
-
* 名称
|
|
7611
|
-
*
|
|
7612
|
-
* @type string
|
|
7613
|
-
*/
|
|
7614
|
-
name?: string;
|
|
7615
|
-
/**
|
|
7616
|
-
* 电子记录-线下版本号
|
|
7617
|
-
*
|
|
7618
|
-
* @type string
|
|
7619
|
-
*/
|
|
7620
|
-
offlineVersion?: string;
|
|
7621
|
-
/**
|
|
7622
|
-
* 版本
|
|
7623
|
-
*
|
|
7624
|
-
* @type string
|
|
7625
|
-
*/
|
|
7626
|
-
version?: string;
|
|
7627
|
-
}
|
|
7628
|
-
export interface EdhrTmplRequest {
|
|
7264
|
+
export interface EdhrTmplRequest {
|
|
7629
7265
|
/**
|
|
7630
7266
|
* 父id
|
|
7631
7267
|
*
|
|
@@ -7676,12 +7312,6 @@ export interface EdhrTmplRequest {
|
|
|
7676
7312
|
version?: string;
|
|
7677
7313
|
}
|
|
7678
7314
|
export interface EdhrTmplResponse {
|
|
7679
|
-
/**
|
|
7680
|
-
* 审核状态
|
|
7681
|
-
*
|
|
7682
|
-
* @type string
|
|
7683
|
-
*/
|
|
7684
|
-
approveStatus?: string;
|
|
7685
7315
|
/**
|
|
7686
7316
|
* 父id
|
|
7687
7317
|
*
|
|
@@ -7736,12 +7366,6 @@ export interface EdhrTmplResponse {
|
|
|
7736
7366
|
* @type string
|
|
7737
7367
|
*/
|
|
7738
7368
|
description?: string;
|
|
7739
|
-
/**
|
|
7740
|
-
* 文控管理-我的发起ID
|
|
7741
|
-
*
|
|
7742
|
-
* @type string
|
|
7743
|
-
*/
|
|
7744
|
-
docControlStartedId?: string;
|
|
7745
7369
|
/**
|
|
7746
7370
|
* ID
|
|
7747
7371
|
*
|
|
@@ -7766,12 +7390,6 @@ export interface EdhrTmplResponse {
|
|
|
7766
7390
|
* @type string
|
|
7767
7391
|
*/
|
|
7768
7392
|
modifyUserName?: string;
|
|
7769
|
-
/**
|
|
7770
|
-
* 模块类型
|
|
7771
|
-
*
|
|
7772
|
-
* @type string
|
|
7773
|
-
*/
|
|
7774
|
-
module?: string;
|
|
7775
7393
|
/**
|
|
7776
7394
|
* 名称
|
|
7777
7395
|
*
|
|
@@ -7784,18 +7402,6 @@ export interface EdhrTmplResponse {
|
|
|
7784
7402
|
* @type string
|
|
7785
7403
|
*/
|
|
7786
7404
|
offlineVersion?: string;
|
|
7787
|
-
/**
|
|
7788
|
-
* 状态
|
|
7789
|
-
*
|
|
7790
|
-
* @type boolean
|
|
7791
|
-
*/
|
|
7792
|
-
operatingState?: boolean;
|
|
7793
|
-
/**
|
|
7794
|
-
* 审批流程实例ID
|
|
7795
|
-
*
|
|
7796
|
-
* @type string
|
|
7797
|
-
*/
|
|
7798
|
-
procInstId?: string;
|
|
7799
7405
|
/**
|
|
7800
7406
|
* 版本
|
|
7801
7407
|
*
|
|
@@ -8081,20 +7687,6 @@ export interface EnumModelFieldResponse {
|
|
|
8081
7687
|
*/
|
|
8082
7688
|
value?: string;
|
|
8083
7689
|
}
|
|
8084
|
-
export interface EnumModelFieldSortReq {
|
|
8085
|
-
/**
|
|
8086
|
-
* 枚举模型id
|
|
8087
|
-
*
|
|
8088
|
-
* @type string
|
|
8089
|
-
*/
|
|
8090
|
-
enumModelId?: string;
|
|
8091
|
-
/**
|
|
8092
|
-
*
|
|
8093
|
-
*
|
|
8094
|
-
* @type string[]
|
|
8095
|
-
*/
|
|
8096
|
-
ids?: string[];
|
|
8097
|
-
}
|
|
8098
7690
|
export interface EnumModelRequest {
|
|
8099
7691
|
/**
|
|
8100
7692
|
* 分类id
|
|
@@ -9139,20 +8731,6 @@ export interface ExpConfig {
|
|
|
9139
8731
|
*/
|
|
9140
8732
|
relationColumns?: string[];
|
|
9141
8733
|
}
|
|
9142
|
-
export interface ExportFormRequest {
|
|
9143
|
-
/**
|
|
9144
|
-
*
|
|
9145
|
-
*
|
|
9146
|
-
* @type string[]
|
|
9147
|
-
*/
|
|
9148
|
-
ids?: string[];
|
|
9149
|
-
/**
|
|
9150
|
-
*
|
|
9151
|
-
*
|
|
9152
|
-
* @type string
|
|
9153
|
-
*/
|
|
9154
|
-
type?: string;
|
|
9155
|
-
}
|
|
9156
8734
|
export interface ExprDTO {
|
|
9157
8735
|
/**
|
|
9158
8736
|
* 字段名,最外层才有
|
|
@@ -9218,12 +8796,6 @@ export interface ExprEntity {
|
|
|
9218
8796
|
value?: IObject;
|
|
9219
8797
|
}
|
|
9220
8798
|
export interface ExtFieldConfig {
|
|
9221
|
-
/**
|
|
9222
|
-
* 启用密文展示(密文:1 ,明文:0)
|
|
9223
|
-
*
|
|
9224
|
-
* @type number
|
|
9225
|
-
*/
|
|
9226
|
-
encrypted?: number;
|
|
9227
8799
|
/**
|
|
9228
8800
|
* 字段名称
|
|
9229
8801
|
*
|
|
@@ -9492,12 +9064,6 @@ export interface FieldMeta {
|
|
|
9492
9064
|
* @type string
|
|
9493
9065
|
*/
|
|
9494
9066
|
bindInfo?: string;
|
|
9495
|
-
/**
|
|
9496
|
-
* 业务字段类型
|
|
9497
|
-
*
|
|
9498
|
-
* @type string
|
|
9499
|
-
*/
|
|
9500
|
-
bizType?: string;
|
|
9501
9067
|
/**
|
|
9502
9068
|
*
|
|
9503
9069
|
*
|
|
@@ -9720,12 +9286,6 @@ export interface FieldMetaDTO {
|
|
|
9720
9286
|
* @type string
|
|
9721
9287
|
*/
|
|
9722
9288
|
bindInfo?: string;
|
|
9723
|
-
/**
|
|
9724
|
-
* 业务字段类型
|
|
9725
|
-
*
|
|
9726
|
-
* @type string
|
|
9727
|
-
*/
|
|
9728
|
-
bizType?: string;
|
|
9729
9289
|
/**
|
|
9730
9290
|
*
|
|
9731
9291
|
*
|
|
@@ -10242,12 +9802,6 @@ export interface FieldMetaVO {
|
|
|
10242
9802
|
* @type string
|
|
10243
9803
|
*/
|
|
10244
9804
|
bindInfo?: string;
|
|
10245
|
-
/**
|
|
10246
|
-
* 业务字段类型
|
|
10247
|
-
*
|
|
10248
|
-
* @type string
|
|
10249
|
-
*/
|
|
10250
|
-
bizType?: string;
|
|
10251
9805
|
/**
|
|
10252
9806
|
* 默认值
|
|
10253
9807
|
*
|
|
@@ -10412,12 +9966,6 @@ export interface FileResourceResponse {
|
|
|
10412
9966
|
url?: string;
|
|
10413
9967
|
}
|
|
10414
9968
|
export interface FileTaskDTO {
|
|
10415
|
-
/**
|
|
10416
|
-
* 是否包含半成品批次(当type为EDHR时使用,用于判断打印时是否需要打印半成品批次eDHR)
|
|
10417
|
-
*
|
|
10418
|
-
* @type boolean
|
|
10419
|
-
*/
|
|
10420
|
-
includeSemi?: boolean;
|
|
10421
9969
|
/**
|
|
10422
9970
|
* 模板实例id
|
|
10423
9971
|
*
|
|
@@ -10503,38 +10051,6 @@ export interface FontConfig {
|
|
|
10503
10051
|
*/
|
|
10504
10052
|
value?: string;
|
|
10505
10053
|
}
|
|
10506
|
-
export interface FormInstBomResponse {
|
|
10507
|
-
/**
|
|
10508
|
-
*
|
|
10509
|
-
*
|
|
10510
|
-
* @type object[]
|
|
10511
|
-
*/
|
|
10512
|
-
bomEntries?: object[];
|
|
10513
|
-
/**
|
|
10514
|
-
*
|
|
10515
|
-
*
|
|
10516
|
-
* @type object[]
|
|
10517
|
-
*/
|
|
10518
|
-
formTmplBomList?: object[];
|
|
10519
|
-
/**
|
|
10520
|
-
*
|
|
10521
|
-
*
|
|
10522
|
-
* @type string
|
|
10523
|
-
*/
|
|
10524
|
-
productionIdentificationId?: string;
|
|
10525
|
-
/**
|
|
10526
|
-
*
|
|
10527
|
-
*
|
|
10528
|
-
* @type number
|
|
10529
|
-
*/
|
|
10530
|
-
qty?: number;
|
|
10531
|
-
/**
|
|
10532
|
-
*
|
|
10533
|
-
*
|
|
10534
|
-
* @type object[]
|
|
10535
|
-
*/
|
|
10536
|
-
sequenceEntries?: object[];
|
|
10537
|
-
}
|
|
10538
10054
|
export interface FormInstLockResponse {
|
|
10539
10055
|
/**
|
|
10540
10056
|
*
|
|
@@ -10556,12 +10072,6 @@ export interface FormInstLockResponse {
|
|
|
10556
10072
|
loginUserName?: string;
|
|
10557
10073
|
}
|
|
10558
10074
|
export interface FormRelateDTO {
|
|
10559
|
-
/**
|
|
10560
|
-
* 审核状态
|
|
10561
|
-
*
|
|
10562
|
-
* @type string
|
|
10563
|
-
*/
|
|
10564
|
-
approveStatus?: string;
|
|
10565
10075
|
/**
|
|
10566
10076
|
* rdo父id
|
|
10567
10077
|
*
|
|
@@ -10610,12 +10120,6 @@ export interface FormRelateDTO {
|
|
|
10610
10120
|
* @type string
|
|
10611
10121
|
*/
|
|
10612
10122
|
description?: string;
|
|
10613
|
-
/**
|
|
10614
|
-
* 文控管理-我的发起ID
|
|
10615
|
-
*
|
|
10616
|
-
* @type string
|
|
10617
|
-
*/
|
|
10618
|
-
docControlStartedId?: string;
|
|
10619
10123
|
/**
|
|
10620
10124
|
* 版本 (PROFESSIONAL:专业版/EASY:普通版)
|
|
10621
10125
|
*
|
|
@@ -10670,42 +10174,18 @@ export interface FormRelateDTO {
|
|
|
10670
10174
|
* @type string
|
|
10671
10175
|
*/
|
|
10672
10176
|
modifyUserName?: string;
|
|
10673
|
-
/**
|
|
10674
|
-
* DHR所属模块
|
|
10675
|
-
*
|
|
10676
|
-
* @type string
|
|
10677
|
-
*/
|
|
10678
|
-
module?: string;
|
|
10679
10177
|
/**
|
|
10680
10178
|
* 分类数据名称
|
|
10681
10179
|
*
|
|
10682
10180
|
* @type string
|
|
10683
10181
|
*/
|
|
10684
10182
|
name?: string;
|
|
10685
|
-
/**
|
|
10686
|
-
*
|
|
10687
|
-
*
|
|
10688
|
-
* @type string
|
|
10689
|
-
*/
|
|
10690
|
-
officeType?: string;
|
|
10691
10183
|
/**
|
|
10692
10184
|
* 线下版本号
|
|
10693
10185
|
*
|
|
10694
10186
|
* @type string
|
|
10695
10187
|
*/
|
|
10696
10188
|
offlineVersion?: string;
|
|
10697
|
-
/**
|
|
10698
|
-
* 状态
|
|
10699
|
-
*
|
|
10700
|
-
* @type boolean
|
|
10701
|
-
*/
|
|
10702
|
-
operatingState?: boolean;
|
|
10703
|
-
/**
|
|
10704
|
-
* 审批流程实例ID
|
|
10705
|
-
*
|
|
10706
|
-
* @type string
|
|
10707
|
-
*/
|
|
10708
|
-
procInstId?: string;
|
|
10709
10189
|
/**
|
|
10710
10190
|
* 分类数据id
|
|
10711
10191
|
*
|
|
@@ -11553,168 +11033,6 @@ export interface ImportModelData {
|
|
|
11553
11033
|
*/
|
|
11554
11034
|
sheetName?: string;
|
|
11555
11035
|
}
|
|
11556
|
-
export interface ImportReportResponse {
|
|
11557
|
-
/**
|
|
11558
|
-
*
|
|
11559
|
-
*
|
|
11560
|
-
* @type string
|
|
11561
|
-
*/
|
|
11562
|
-
createTime?: string;
|
|
11563
|
-
/**
|
|
11564
|
-
*
|
|
11565
|
-
*
|
|
11566
|
-
* @type string
|
|
11567
|
-
*/
|
|
11568
|
-
createUserId?: string;
|
|
11569
|
-
/**
|
|
11570
|
-
*
|
|
11571
|
-
*
|
|
11572
|
-
* @type string
|
|
11573
|
-
*/
|
|
11574
|
-
createUserName?: string;
|
|
11575
|
-
/**
|
|
11576
|
-
* 文件Id
|
|
11577
|
-
*
|
|
11578
|
-
* @type string
|
|
11579
|
-
*/
|
|
11580
|
-
fileId?: string;
|
|
11581
|
-
/**
|
|
11582
|
-
* 主键
|
|
11583
|
-
*
|
|
11584
|
-
* @type string
|
|
11585
|
-
*/
|
|
11586
|
-
id?: string;
|
|
11587
|
-
/**
|
|
11588
|
-
*
|
|
11589
|
-
*
|
|
11590
|
-
* @type string
|
|
11591
|
-
*/
|
|
11592
|
-
modifyTime?: string;
|
|
11593
|
-
/**
|
|
11594
|
-
*
|
|
11595
|
-
*
|
|
11596
|
-
* @type string
|
|
11597
|
-
*/
|
|
11598
|
-
modifyUserId?: string;
|
|
11599
|
-
/**
|
|
11600
|
-
*
|
|
11601
|
-
*
|
|
11602
|
-
* @type string
|
|
11603
|
-
*/
|
|
11604
|
-
modifyUserName?: string;
|
|
11605
|
-
/**
|
|
11606
|
-
* 报告
|
|
11607
|
-
*
|
|
11608
|
-
* @type string
|
|
11609
|
-
*/
|
|
11610
|
-
report?: string;
|
|
11611
|
-
}
|
|
11612
|
-
export interface ImportResponse {
|
|
11613
|
-
/**
|
|
11614
|
-
*
|
|
11615
|
-
*
|
|
11616
|
-
* @type number
|
|
11617
|
-
*/
|
|
11618
|
-
endTime?: number;
|
|
11619
|
-
/**
|
|
11620
|
-
*
|
|
11621
|
-
*
|
|
11622
|
-
* @type number
|
|
11623
|
-
*/
|
|
11624
|
-
errorCount?: number;
|
|
11625
|
-
/**
|
|
11626
|
-
*
|
|
11627
|
-
*
|
|
11628
|
-
* @type string
|
|
11629
|
-
*/
|
|
11630
|
-
errorMessage?: string;
|
|
11631
|
-
/**
|
|
11632
|
-
*
|
|
11633
|
-
*
|
|
11634
|
-
* @type string
|
|
11635
|
-
*/
|
|
11636
|
-
fileName?: string;
|
|
11637
|
-
/**
|
|
11638
|
-
*
|
|
11639
|
-
*
|
|
11640
|
-
* @type number
|
|
11641
|
-
*/
|
|
11642
|
-
fileSize?: number;
|
|
11643
|
-
/**
|
|
11644
|
-
*
|
|
11645
|
-
*
|
|
11646
|
-
* @type ImportTmplResponse[]
|
|
11647
|
-
*/
|
|
11648
|
-
list?: ImportTmplResponse[];
|
|
11649
|
-
/**
|
|
11650
|
-
*
|
|
11651
|
-
*
|
|
11652
|
-
* @type number
|
|
11653
|
-
*/
|
|
11654
|
-
processingTime?: number;
|
|
11655
|
-
/**
|
|
11656
|
-
*
|
|
11657
|
-
*
|
|
11658
|
-
* @type number
|
|
11659
|
-
*/
|
|
11660
|
-
startTime?: number;
|
|
11661
|
-
/**
|
|
11662
|
-
*
|
|
11663
|
-
*
|
|
11664
|
-
* @type number
|
|
11665
|
-
*/
|
|
11666
|
-
successCount?: number;
|
|
11667
|
-
/**
|
|
11668
|
-
*
|
|
11669
|
-
*
|
|
11670
|
-
* @type number
|
|
11671
|
-
*/
|
|
11672
|
-
totalLines?: number;
|
|
11673
|
-
}
|
|
11674
|
-
export interface ImportTmplResponse {
|
|
11675
|
-
/**
|
|
11676
|
-
*
|
|
11677
|
-
*
|
|
11678
|
-
* @type string
|
|
11679
|
-
*/
|
|
11680
|
-
baseId?: string;
|
|
11681
|
-
/**
|
|
11682
|
-
*
|
|
11683
|
-
*
|
|
11684
|
-
* @type string
|
|
11685
|
-
*/
|
|
11686
|
-
categoryName?: string;
|
|
11687
|
-
/**
|
|
11688
|
-
*
|
|
11689
|
-
*
|
|
11690
|
-
* @type string
|
|
11691
|
-
*/
|
|
11692
|
-
createTime?: string;
|
|
11693
|
-
/**
|
|
11694
|
-
*
|
|
11695
|
-
*
|
|
11696
|
-
* @type string
|
|
11697
|
-
*/
|
|
11698
|
-
failsMessage?: string;
|
|
11699
|
-
/**
|
|
11700
|
-
*
|
|
11701
|
-
*
|
|
11702
|
-
* @type string
|
|
11703
|
-
*/
|
|
11704
|
-
name?: string;
|
|
11705
|
-
/**
|
|
11706
|
-
*
|
|
11707
|
-
*
|
|
11708
|
-
* @type string
|
|
11709
|
-
*/
|
|
11710
|
-
type?: string;
|
|
11711
|
-
/**
|
|
11712
|
-
*
|
|
11713
|
-
*
|
|
11714
|
-
* @type string
|
|
11715
|
-
*/
|
|
11716
|
-
version?: string;
|
|
11717
|
-
}
|
|
11718
11036
|
export interface ImportVersionRequest {
|
|
11719
11037
|
/**
|
|
11720
11038
|
* 应用id
|
|
@@ -11741,133 +11059,6 @@ export interface ImportVersionRequest {
|
|
|
11741
11059
|
*/
|
|
11742
11060
|
mergeConflictList?: MergeConflictDTO[];
|
|
11743
11061
|
}
|
|
11744
|
-
export interface InputStream {
|
|
11745
|
-
// 暂无属性
|
|
11746
|
-
}
|
|
11747
|
-
export interface InspectionCategoryRequest {
|
|
11748
|
-
/**
|
|
11749
|
-
* 全路径
|
|
11750
|
-
*
|
|
11751
|
-
* @type string
|
|
11752
|
-
*/
|
|
11753
|
-
fullPath?: string;
|
|
11754
|
-
/**
|
|
11755
|
-
* 层级
|
|
11756
|
-
*
|
|
11757
|
-
* @type number
|
|
11758
|
-
*/
|
|
11759
|
-
level?: number;
|
|
11760
|
-
/**
|
|
11761
|
-
* 名称
|
|
11762
|
-
*
|
|
11763
|
-
* @type string
|
|
11764
|
-
*/
|
|
11765
|
-
name?: string;
|
|
11766
|
-
/**
|
|
11767
|
-
* 父节点ID
|
|
11768
|
-
*
|
|
11769
|
-
* @type string
|
|
11770
|
-
*/
|
|
11771
|
-
parentId?: string;
|
|
11772
|
-
/**
|
|
11773
|
-
* 排序号
|
|
11774
|
-
*
|
|
11775
|
-
* @type number
|
|
11776
|
-
*/
|
|
11777
|
-
sortNum?: number;
|
|
11778
|
-
}
|
|
11779
|
-
export interface InspectionCategoryResponse {
|
|
11780
|
-
/**
|
|
11781
|
-
* 创建人部门id
|
|
11782
|
-
*
|
|
11783
|
-
* @type string
|
|
11784
|
-
*/
|
|
11785
|
-
createOrgId?: string;
|
|
11786
|
-
/**
|
|
11787
|
-
*
|
|
11788
|
-
*
|
|
11789
|
-
* @type string
|
|
11790
|
-
*/
|
|
11791
|
-
createTime?: string;
|
|
11792
|
-
/**
|
|
11793
|
-
*
|
|
11794
|
-
*
|
|
11795
|
-
* @type string
|
|
11796
|
-
*/
|
|
11797
|
-
createUserId?: string;
|
|
11798
|
-
/**
|
|
11799
|
-
*
|
|
11800
|
-
*
|
|
11801
|
-
* @type string
|
|
11802
|
-
*/
|
|
11803
|
-
createUserName?: string;
|
|
11804
|
-
/**
|
|
11805
|
-
* 全路径
|
|
11806
|
-
*
|
|
11807
|
-
* @type string
|
|
11808
|
-
*/
|
|
11809
|
-
fullPath?: string;
|
|
11810
|
-
/**
|
|
11811
|
-
* 主键
|
|
11812
|
-
*
|
|
11813
|
-
* @type string
|
|
11814
|
-
*/
|
|
11815
|
-
id?: string;
|
|
11816
|
-
/**
|
|
11817
|
-
* 层级
|
|
11818
|
-
*
|
|
11819
|
-
* @type number
|
|
11820
|
-
*/
|
|
11821
|
-
level?: number;
|
|
11822
|
-
/**
|
|
11823
|
-
* 修改人部门id
|
|
11824
|
-
*
|
|
11825
|
-
* @type string
|
|
11826
|
-
*/
|
|
11827
|
-
modifyOrgId?: string;
|
|
11828
|
-
/**
|
|
11829
|
-
*
|
|
11830
|
-
*
|
|
11831
|
-
* @type string
|
|
11832
|
-
*/
|
|
11833
|
-
modifyTime?: string;
|
|
11834
|
-
/**
|
|
11835
|
-
*
|
|
11836
|
-
*
|
|
11837
|
-
* @type string
|
|
11838
|
-
*/
|
|
11839
|
-
modifyUserId?: string;
|
|
11840
|
-
/**
|
|
11841
|
-
*
|
|
11842
|
-
*
|
|
11843
|
-
* @type string
|
|
11844
|
-
*/
|
|
11845
|
-
modifyUserName?: string;
|
|
11846
|
-
/**
|
|
11847
|
-
* 名称
|
|
11848
|
-
*
|
|
11849
|
-
* @type string
|
|
11850
|
-
*/
|
|
11851
|
-
name?: string;
|
|
11852
|
-
/**
|
|
11853
|
-
* 父节点ID
|
|
11854
|
-
*
|
|
11855
|
-
* @type string
|
|
11856
|
-
*/
|
|
11857
|
-
parentId?: string;
|
|
11858
|
-
/**
|
|
11859
|
-
* 排序号
|
|
11860
|
-
*
|
|
11861
|
-
* @type number
|
|
11862
|
-
*/
|
|
11863
|
-
sortNum?: number;
|
|
11864
|
-
/**
|
|
11865
|
-
* 租户id
|
|
11866
|
-
*
|
|
11867
|
-
* @type string
|
|
11868
|
-
*/
|
|
11869
|
-
tenantId?: string;
|
|
11870
|
-
}
|
|
11871
11062
|
export interface InstanceRelationRequest {
|
|
11872
11063
|
/**
|
|
11873
11064
|
* 业务ID
|
|
@@ -11893,12 +11084,6 @@ export interface InstanceRelationRequest {
|
|
|
11893
11084
|
* @type string
|
|
11894
11085
|
*/
|
|
11895
11086
|
materialNo?: string;
|
|
11896
|
-
/**
|
|
11897
|
-
* 模块类型
|
|
11898
|
-
*
|
|
11899
|
-
* @type string
|
|
11900
|
-
*/
|
|
11901
|
-
module?: string;
|
|
11902
11087
|
/**
|
|
11903
11088
|
* 来源批次号
|
|
11904
11089
|
*
|
|
@@ -11979,12 +11164,6 @@ export interface InstanceRelationResponse {
|
|
|
11979
11164
|
* @type string
|
|
11980
11165
|
*/
|
|
11981
11166
|
modifyUserName?: string;
|
|
11982
|
-
/**
|
|
11983
|
-
* 模块类型
|
|
11984
|
-
*
|
|
11985
|
-
* @type string
|
|
11986
|
-
*/
|
|
11987
|
-
module?: string;
|
|
11988
11167
|
/**
|
|
11989
11168
|
* 来源批次号
|
|
11990
11169
|
*
|
|
@@ -12341,50 +11520,6 @@ export interface JoinOnExp {
|
|
|
12341
11520
|
export interface JsonNode {
|
|
12342
11521
|
// 暂无属性
|
|
12343
11522
|
}
|
|
12344
|
-
export interface LabelBtwDesigner {
|
|
12345
|
-
/**
|
|
12346
|
-
*
|
|
12347
|
-
*
|
|
12348
|
-
* @type string
|
|
12349
|
-
*/
|
|
12350
|
-
designerJson?: string;
|
|
12351
|
-
/**
|
|
12352
|
-
* btw模板的相对路径
|
|
12353
|
-
*
|
|
12354
|
-
* @type string
|
|
12355
|
-
*/
|
|
12356
|
-
fullPath?: string;
|
|
12357
|
-
/**
|
|
12358
|
-
*
|
|
12359
|
-
*
|
|
12360
|
-
* @type string
|
|
12361
|
-
*/
|
|
12362
|
-
id?: string;
|
|
12363
|
-
/**
|
|
12364
|
-
* 绑定模型key
|
|
12365
|
-
*
|
|
12366
|
-
* @type string
|
|
12367
|
-
*/
|
|
12368
|
-
modelKey?: string;
|
|
12369
|
-
/**
|
|
12370
|
-
* BarTender 标签模板
|
|
12371
|
-
*
|
|
12372
|
-
* @type string
|
|
12373
|
-
*/
|
|
12374
|
-
name?: string;
|
|
12375
|
-
/**
|
|
12376
|
-
* btw模板路径类型:local本地选择、common网络共享(打印服务掉线状态,前端回显使用,请在保存时传)
|
|
12377
|
-
*
|
|
12378
|
-
* @type string
|
|
12379
|
-
*/
|
|
12380
|
-
pathType?: string;
|
|
12381
|
-
/**
|
|
12382
|
-
* 标签模板唯一标识(btw标签模板)
|
|
12383
|
-
*
|
|
12384
|
-
* @type string
|
|
12385
|
-
*/
|
|
12386
|
-
printKey?: string;
|
|
12387
|
-
}
|
|
12388
11523
|
export interface LabelDesigner {
|
|
12389
11524
|
/**
|
|
12390
11525
|
*
|
|
@@ -12574,12 +11709,6 @@ export interface LabelRequest {
|
|
|
12574
11709
|
* @type number
|
|
12575
11710
|
*/
|
|
12576
11711
|
dpi?: number;
|
|
12577
|
-
/**
|
|
12578
|
-
* btw模板的相对路径
|
|
12579
|
-
*
|
|
12580
|
-
* @type string
|
|
12581
|
-
*/
|
|
12582
|
-
fullPath?: string;
|
|
12583
11712
|
/**
|
|
12584
11713
|
* 尺寸(高度)
|
|
12585
11714
|
*
|
|
@@ -12604,12 +11733,6 @@ export interface LabelRequest {
|
|
|
12604
11733
|
* @type string
|
|
12605
11734
|
*/
|
|
12606
11735
|
name?: string;
|
|
12607
|
-
/**
|
|
12608
|
-
* btw模板路径类型:local本地选择、common网络共享(打印服务掉线状态,前端回显使用,请在保存时传)
|
|
12609
|
-
*
|
|
12610
|
-
* @type string
|
|
12611
|
-
*/
|
|
12612
|
-
pathType?: string;
|
|
12613
11736
|
/**
|
|
12614
11737
|
* 标签模板唯一标识(标签模板)
|
|
12615
11738
|
*
|
|
@@ -12708,12 +11831,6 @@ export interface LabelResponse {
|
|
|
12708
11831
|
* @type number
|
|
12709
11832
|
*/
|
|
12710
11833
|
draft?: number;
|
|
12711
|
-
/**
|
|
12712
|
-
* btw模板的相对路径
|
|
12713
|
-
*
|
|
12714
|
-
* @type string
|
|
12715
|
-
*/
|
|
12716
|
-
fullPath?: string;
|
|
12717
11834
|
/**
|
|
12718
11835
|
* 尺寸(高度)
|
|
12719
11836
|
*
|
|
@@ -12738,12 +11855,6 @@ export interface LabelResponse {
|
|
|
12738
11855
|
* @type string
|
|
12739
11856
|
*/
|
|
12740
11857
|
key?: string;
|
|
12741
|
-
/**
|
|
12742
|
-
* 关联的打印机的mac地址
|
|
12743
|
-
*
|
|
12744
|
-
* @type string
|
|
12745
|
-
*/
|
|
12746
|
-
macAddress?: string;
|
|
12747
11858
|
/**
|
|
12748
11859
|
* 绑定模型key
|
|
12749
11860
|
*
|
|
@@ -12780,24 +11891,12 @@ export interface LabelResponse {
|
|
|
12780
11891
|
* @type string
|
|
12781
11892
|
*/
|
|
12782
11893
|
name?: string;
|
|
12783
|
-
/**
|
|
12784
|
-
*
|
|
12785
|
-
*
|
|
12786
|
-
* @type string
|
|
12787
|
-
*/
|
|
12788
|
-
pathType?: string;
|
|
12789
11894
|
/**
|
|
12790
11895
|
* 标签模板唯一标识(标签模板)
|
|
12791
11896
|
*
|
|
12792
11897
|
* @type string
|
|
12793
11898
|
*/
|
|
12794
11899
|
printKey?: string;
|
|
12795
|
-
/**
|
|
12796
|
-
* 关联得打印机名称
|
|
12797
|
-
*
|
|
12798
|
-
* @type string
|
|
12799
|
-
*/
|
|
12800
|
-
printName?: string;
|
|
12801
11900
|
/**
|
|
12802
11901
|
* 标签格式,zpl/tspl/cpcl/pos/esc/png
|
|
12803
11902
|
*
|
|
@@ -13962,18 +13061,6 @@ export interface MessageRecordResponse {
|
|
|
13962
13061
|
* @type string
|
|
13963
13062
|
*/
|
|
13964
13063
|
resultMsg?: string;
|
|
13965
|
-
/**
|
|
13966
|
-
* 跳转配置: {"WEB":"菜单id","MOBILE":"菜单id","PAD":"菜单id"}
|
|
13967
|
-
*
|
|
13968
|
-
* @type string
|
|
13969
|
-
*/
|
|
13970
|
-
routerConfig?: string;
|
|
13971
|
-
/**
|
|
13972
|
-
* 跳转参数:由调用全局方法方传递
|
|
13973
|
-
*
|
|
13974
|
-
* @type string
|
|
13975
|
-
*/
|
|
13976
|
-
routerParams?: string;
|
|
13977
13064
|
/**
|
|
13978
13065
|
* 租户id
|
|
13979
13066
|
*
|
|
@@ -14098,12 +13185,6 @@ export interface MessageTmplRequest {
|
|
|
14098
13185
|
* @type string
|
|
14099
13186
|
*/
|
|
14100
13187
|
rangUser?: string;
|
|
14101
|
-
/**
|
|
14102
|
-
* 跳转配置: {"WEB":"菜单id","MOBILE":"菜单id","PAD":"菜单id"}
|
|
14103
|
-
*
|
|
14104
|
-
* @type string
|
|
14105
|
-
*/
|
|
14106
|
-
routerConfig?: string;
|
|
14107
13188
|
/**
|
|
14108
13189
|
* 租户id
|
|
14109
13190
|
*
|
|
@@ -14220,12 +13301,6 @@ export interface MessageTmplResponse {
|
|
|
14220
13301
|
* @type string
|
|
14221
13302
|
*/
|
|
14222
13303
|
pushType?: string;
|
|
14223
|
-
/**
|
|
14224
|
-
* 跳转配置: {"WEB":"菜单id","MOBILE":"菜单id","PAD":"菜单id"}
|
|
14225
|
-
*
|
|
14226
|
-
* @type string
|
|
14227
|
-
*/
|
|
14228
|
-
routerConfig?: string;
|
|
14229
13304
|
/**
|
|
14230
13305
|
* 租户id
|
|
14231
13306
|
*
|
|
@@ -14384,18 +13459,6 @@ export interface MessageTmplSendRequest {
|
|
|
14384
13459
|
* @type string
|
|
14385
13460
|
*/
|
|
14386
13461
|
rangUser?: string;
|
|
14387
|
-
/**
|
|
14388
|
-
*
|
|
14389
|
-
*
|
|
14390
|
-
* @type string
|
|
14391
|
-
*/
|
|
14392
|
-
routerConfig?: string;
|
|
14393
|
-
/**
|
|
14394
|
-
*
|
|
14395
|
-
*
|
|
14396
|
-
* @type string
|
|
14397
|
-
*/
|
|
14398
|
-
routerParams?: string;
|
|
14399
13462
|
/**
|
|
14400
13463
|
* 支持流程
|
|
14401
13464
|
*
|
|
@@ -14651,38 +13714,6 @@ export interface MobilePageResponse {
|
|
|
14651
13714
|
*/
|
|
14652
13715
|
terminal?: string;
|
|
14653
13716
|
}
|
|
14654
|
-
export interface ModelAssociationResponse {
|
|
14655
|
-
/**
|
|
14656
|
-
*
|
|
14657
|
-
*
|
|
14658
|
-
* @type number
|
|
14659
|
-
*/
|
|
14660
|
-
dataCount?: number;
|
|
14661
|
-
/**
|
|
14662
|
-
*
|
|
14663
|
-
*
|
|
14664
|
-
* @type string
|
|
14665
|
-
*/
|
|
14666
|
-
fieldKey?: string;
|
|
14667
|
-
/**
|
|
14668
|
-
*
|
|
14669
|
-
*
|
|
14670
|
-
* @type string
|
|
14671
|
-
*/
|
|
14672
|
-
fieldType?: string;
|
|
14673
|
-
/**
|
|
14674
|
-
*
|
|
14675
|
-
*
|
|
14676
|
-
* @type string
|
|
14677
|
-
*/
|
|
14678
|
-
modelKey?: string;
|
|
14679
|
-
/**
|
|
14680
|
-
*
|
|
14681
|
-
*
|
|
14682
|
-
* @type string
|
|
14683
|
-
*/
|
|
14684
|
-
modelName?: string;
|
|
14685
|
-
}
|
|
14686
13717
|
export interface ModelBriefInfo {
|
|
14687
13718
|
/**
|
|
14688
13719
|
* 种类
|
|
@@ -14714,12 +13745,6 @@ export interface ModelBriefInfo {
|
|
|
14714
13745
|
* @type string
|
|
14715
13746
|
*/
|
|
14716
13747
|
name?: string;
|
|
14717
|
-
/**
|
|
14718
|
-
* 模型是否启用数据权限(1:启用,0:禁用)
|
|
14719
|
-
*
|
|
14720
|
-
* @type number
|
|
14721
|
-
*/
|
|
14722
|
-
permissionEnabled?: number;
|
|
14723
13748
|
/**
|
|
14724
13749
|
* 模型是否为子模型 (1 子模型, 0 非子模型)
|
|
14725
13750
|
*
|
|
@@ -14900,12 +13925,6 @@ export interface ModelFieldInfo {
|
|
|
14900
13925
|
* @type string
|
|
14901
13926
|
*/
|
|
14902
13927
|
functionName?: string;
|
|
14903
|
-
/**
|
|
14904
|
-
* 字段映射类型
|
|
14905
|
-
*
|
|
14906
|
-
* @type string
|
|
14907
|
-
*/
|
|
14908
|
-
mappingType?: string;
|
|
14909
13928
|
/**
|
|
14910
13929
|
* 原字段key
|
|
14911
13930
|
*
|
|
@@ -15934,12 +14953,6 @@ export interface ModelPermissionRelationResponse {
|
|
|
15934
14953
|
* @type string
|
|
15935
14954
|
*/
|
|
15936
14955
|
modifyUserName?: string;
|
|
15937
|
-
/**
|
|
15938
|
-
* 模型是否启用数据权限(1:启用,0:禁用)
|
|
15939
|
-
*
|
|
15940
|
-
* @type number
|
|
15941
|
-
*/
|
|
15942
|
-
permissionEnabled?: number;
|
|
15943
14956
|
/**
|
|
15944
14957
|
* 序号
|
|
15945
14958
|
*
|
|
@@ -16136,12 +15149,6 @@ export interface OfBaseSubmitRequest {
|
|
|
16136
15149
|
* @type OnlineFormChangeHistoryRequest
|
|
16137
15150
|
*/
|
|
16138
15151
|
historyRequest?: OnlineFormChangeHistoryRequest;
|
|
16139
|
-
/**
|
|
16140
|
-
* 是否不记录表单日志
|
|
16141
|
-
*
|
|
16142
|
-
* @type boolean
|
|
16143
|
-
*/
|
|
16144
|
-
noLog?: boolean;
|
|
16145
15152
|
/**
|
|
16146
15153
|
* 在线表单实例id
|
|
16147
15154
|
*
|
|
@@ -16192,12 +15199,6 @@ export interface OfProcessAbandonRequest {
|
|
|
16192
15199
|
* @type string
|
|
16193
15200
|
*/
|
|
16194
15201
|
formType?: string;
|
|
16195
|
-
/**
|
|
16196
|
-
* 是否不记录表单日志
|
|
16197
|
-
*
|
|
16198
|
-
* @type boolean
|
|
16199
|
-
*/
|
|
16200
|
-
noLog?: boolean;
|
|
16201
15202
|
/**
|
|
16202
15203
|
* 在线表单实例id
|
|
16203
15204
|
*
|
|
@@ -16248,12 +15249,6 @@ export interface OfProcessApproveRequest {
|
|
|
16248
15249
|
* @type IObject
|
|
16249
15250
|
*/
|
|
16250
15251
|
data?: IObject;
|
|
16251
|
-
/**
|
|
16252
|
-
* 是否不记录表单日志
|
|
16253
|
-
*
|
|
16254
|
-
* @type boolean
|
|
16255
|
-
*/
|
|
16256
|
-
noLog?: boolean;
|
|
16257
15252
|
/**
|
|
16258
15253
|
* 在线表单实例id
|
|
16259
15254
|
*
|
|
@@ -16310,12 +15305,6 @@ export interface OfProcessChangeRequest {
|
|
|
16310
15305
|
* @type OnlineFormChangeHistoryRequest
|
|
16311
15306
|
*/
|
|
16312
15307
|
historyRequest?: OnlineFormChangeHistoryRequest;
|
|
16313
|
-
/**
|
|
16314
|
-
* 是否不记录表单日志
|
|
16315
|
-
*
|
|
16316
|
-
* @type boolean
|
|
16317
|
-
*/
|
|
16318
|
-
noLog?: boolean;
|
|
16319
15308
|
/**
|
|
16320
15309
|
* 在线表单实例id
|
|
16321
15310
|
*
|
|
@@ -16336,12 +15325,6 @@ export interface OfProcessChangeRequest {
|
|
|
16336
15325
|
taskId?: string;
|
|
16337
15326
|
}
|
|
16338
15327
|
export interface OfProcessControlRequest {
|
|
16339
|
-
/**
|
|
16340
|
-
* 生效日期
|
|
16341
|
-
*
|
|
16342
|
-
* @type string
|
|
16343
|
-
*/
|
|
16344
|
-
effectiveDate?: string;
|
|
16345
15328
|
/**
|
|
16346
15329
|
* 模板ID
|
|
16347
15330
|
*
|
|
@@ -16380,12 +15363,6 @@ export interface OfProcessJumpRequest {
|
|
|
16380
15363
|
* @type string
|
|
16381
15364
|
*/
|
|
16382
15365
|
jumpMode?: string;
|
|
16383
|
-
/**
|
|
16384
|
-
* 是否不记录表单日志
|
|
16385
|
-
*
|
|
16386
|
-
* @type boolean
|
|
16387
|
-
*/
|
|
16388
|
-
noLog?: boolean;
|
|
16389
15366
|
/**
|
|
16390
15367
|
* 在线表单实例id
|
|
16391
15368
|
*
|
|
@@ -16456,12 +15433,6 @@ export interface OfProcessQualifiedRequest {
|
|
|
16456
15433
|
* @type IObject
|
|
16457
15434
|
*/
|
|
16458
15435
|
data?: IObject;
|
|
16459
|
-
/**
|
|
16460
|
-
* 是否不记录表单日志
|
|
16461
|
-
*
|
|
16462
|
-
* @type boolean
|
|
16463
|
-
*/
|
|
16464
|
-
noLog?: boolean;
|
|
16465
15436
|
/**
|
|
16466
15437
|
* 在线表单实例id
|
|
16467
15438
|
*
|
|
@@ -16526,12 +15497,6 @@ export interface OfProcessReassignRequest {
|
|
|
16526
15497
|
* @type IObject
|
|
16527
15498
|
*/
|
|
16528
15499
|
data?: IObject;
|
|
16529
|
-
/**
|
|
16530
|
-
* 是否不记录表单日志
|
|
16531
|
-
*
|
|
16532
|
-
* @type boolean
|
|
16533
|
-
*/
|
|
16534
|
-
noLog?: boolean;
|
|
16535
15500
|
/**
|
|
16536
15501
|
* 在线表单实例id
|
|
16537
15502
|
*
|
|
@@ -16634,12 +15599,6 @@ export interface OfProcessReturnRequest {
|
|
|
16634
15599
|
* @type IObject
|
|
16635
15600
|
*/
|
|
16636
15601
|
data?: IObject;
|
|
16637
|
-
/**
|
|
16638
|
-
* 是否不记录表单日志
|
|
16639
|
-
*
|
|
16640
|
-
* @type boolean
|
|
16641
|
-
*/
|
|
16642
|
-
noLog?: boolean;
|
|
16643
15602
|
/**
|
|
16644
15603
|
* 在线表单实例id
|
|
16645
15604
|
*
|
|
@@ -16708,12 +15667,6 @@ export interface OfProcessSaveRequest {
|
|
|
16708
15667
|
* @type boolean
|
|
16709
15668
|
*/
|
|
16710
15669
|
exceptionFlag?: boolean;
|
|
16711
|
-
/**
|
|
16712
|
-
* 是否不记录表单日志
|
|
16713
|
-
*
|
|
16714
|
-
* @type boolean
|
|
16715
|
-
*/
|
|
16716
|
-
noLog?: boolean;
|
|
16717
15670
|
/**
|
|
16718
15671
|
* 在线表单实例id
|
|
16719
15672
|
*
|
|
@@ -16782,12 +15735,6 @@ export interface OfProcessSubmitRequest {
|
|
|
16782
15735
|
* @type OnlineFormChangeHistoryRequest
|
|
16783
15736
|
*/
|
|
16784
15737
|
historyRequest?: OnlineFormChangeHistoryRequest;
|
|
16785
|
-
/**
|
|
16786
|
-
* 是否不记录表单日志
|
|
16787
|
-
*
|
|
16788
|
-
* @type boolean
|
|
16789
|
-
*/
|
|
16790
|
-
noLog?: boolean;
|
|
16791
15738
|
/**
|
|
16792
15739
|
* 在线表单实例id
|
|
16793
15740
|
*
|
|
@@ -17324,12 +16271,6 @@ export interface OnlineFormDesignDTO {
|
|
|
17324
16271
|
* @type string
|
|
17325
16272
|
*/
|
|
17326
16273
|
direction?: string;
|
|
17327
|
-
/**
|
|
17328
|
-
* 表单bom
|
|
17329
|
-
*
|
|
17330
|
-
* @type object[]
|
|
17331
|
-
*/
|
|
17332
|
-
formTmplBomList?: object[];
|
|
17333
16274
|
/**
|
|
17334
16275
|
* 修改时间
|
|
17335
16276
|
*
|
|
@@ -17368,12 +16309,6 @@ export interface OnlineFormFieldMetaVO {
|
|
|
17368
16309
|
* @type string
|
|
17369
16310
|
*/
|
|
17370
16311
|
bindInfo?: string;
|
|
17371
|
-
/**
|
|
17372
|
-
* 业务字段类型
|
|
17373
|
-
*
|
|
17374
|
-
* @type string
|
|
17375
|
-
*/
|
|
17376
|
-
bizType?: string;
|
|
17377
16312
|
/**
|
|
17378
16313
|
* 默认值
|
|
17379
16314
|
*
|
|
@@ -17466,12 +16401,6 @@ export interface OnlineFormInsTaskRequest {
|
|
|
17466
16401
|
* @type string
|
|
17467
16402
|
*/
|
|
17468
16403
|
formType?: string;
|
|
17469
|
-
/**
|
|
17470
|
-
* 模块类型
|
|
17471
|
-
*
|
|
17472
|
-
* @type string
|
|
17473
|
-
*/
|
|
17474
|
-
module?: string;
|
|
17475
16404
|
/**
|
|
17476
16405
|
* 表单实例Id - 更新时传递
|
|
17477
16406
|
*
|
|
@@ -17710,24 +16639,12 @@ export interface OnlineFormInstance {
|
|
|
17710
16639
|
* @type string
|
|
17711
16640
|
*/
|
|
17712
16641
|
ext9?: string;
|
|
17713
|
-
/**
|
|
17714
|
-
*
|
|
17715
|
-
*
|
|
17716
|
-
* @type string
|
|
17717
|
-
*/
|
|
17718
|
-
fieldHash?: string;
|
|
17719
16642
|
/**
|
|
17720
16643
|
*
|
|
17721
16644
|
*
|
|
17722
16645
|
* @type string
|
|
17723
16646
|
*/
|
|
17724
16647
|
formType?: string;
|
|
17725
|
-
/**
|
|
17726
|
-
*
|
|
17727
|
-
*
|
|
17728
|
-
* @type string
|
|
17729
|
-
*/
|
|
17730
|
-
hash?: string;
|
|
17731
16648
|
/**
|
|
17732
16649
|
*
|
|
17733
16650
|
*
|
|
@@ -17740,12 +16657,6 @@ export interface OnlineFormInstance {
|
|
|
17740
16657
|
* @type string
|
|
17741
16658
|
*/
|
|
17742
16659
|
id?: string;
|
|
17743
|
-
/**
|
|
17744
|
-
*
|
|
17745
|
-
*
|
|
17746
|
-
* @type string
|
|
17747
|
-
*/
|
|
17748
|
-
instanceRelationBusinessId?: string;
|
|
17749
16660
|
/**
|
|
17750
16661
|
*
|
|
17751
16662
|
*
|
|
@@ -17818,12 +16729,6 @@ export interface OnlineFormInstance {
|
|
|
17818
16729
|
* @type number
|
|
17819
16730
|
*/
|
|
17820
16731
|
ofRequired?: number;
|
|
17821
|
-
/**
|
|
17822
|
-
*
|
|
17823
|
-
*
|
|
17824
|
-
* @type string
|
|
17825
|
-
*/
|
|
17826
|
-
officeType?: string;
|
|
17827
16732
|
/**
|
|
17828
16733
|
*
|
|
17829
16734
|
*
|
|
@@ -17890,12 +16795,6 @@ export interface OnlineFormInstance {
|
|
|
17890
16795
|
* @type string[]
|
|
17891
16796
|
*/
|
|
17892
16797
|
relatedMaterialNos?: string[];
|
|
17893
|
-
/**
|
|
17894
|
-
*
|
|
17895
|
-
*
|
|
17896
|
-
* @type string
|
|
17897
|
-
*/
|
|
17898
|
-
relationId?: string;
|
|
17899
16798
|
/**
|
|
17900
16799
|
*
|
|
17901
16800
|
*
|
|
@@ -17974,12 +16873,6 @@ export interface OnlineFormInstance {
|
|
|
17974
16873
|
* @type string
|
|
17975
16874
|
*/
|
|
17976
16875
|
tmplVersion?: string;
|
|
17977
|
-
/**
|
|
17978
|
-
*
|
|
17979
|
-
*
|
|
17980
|
-
* @type string
|
|
17981
|
-
*/
|
|
17982
|
-
txnInstId?: string;
|
|
17983
16876
|
/**
|
|
17984
16877
|
*
|
|
17985
16878
|
*
|
|
@@ -18066,12 +16959,6 @@ export interface OnlineFormInstanceDTO {
|
|
|
18066
16959
|
* @type string
|
|
18067
16960
|
*/
|
|
18068
16961
|
params?: string;
|
|
18069
|
-
/**
|
|
18070
|
-
*
|
|
18071
|
-
*
|
|
18072
|
-
* @type string
|
|
18073
|
-
*/
|
|
18074
|
-
relationId?: string;
|
|
18075
16962
|
/**
|
|
18076
16963
|
*
|
|
18077
16964
|
*
|
|
@@ -18090,12 +16977,6 @@ export interface OnlineFormInstanceDTO {
|
|
|
18090
16977
|
* @type string
|
|
18091
16978
|
*/
|
|
18092
16979
|
tmplName?: string;
|
|
18093
|
-
/**
|
|
18094
|
-
*
|
|
18095
|
-
*
|
|
18096
|
-
* @type string
|
|
18097
|
-
*/
|
|
18098
|
-
txnInstId?: string;
|
|
18099
16980
|
}
|
|
18100
16981
|
export interface OnlineFormInstanceRelationInfoResponse {
|
|
18101
16982
|
/**
|
|
@@ -18182,12 +17063,6 @@ export interface OnlineFormInstanceRelationInfoResponse {
|
|
|
18182
17063
|
* @type string
|
|
18183
17064
|
*/
|
|
18184
17065
|
ofSerialNo?: string;
|
|
18185
|
-
/**
|
|
18186
|
-
* office类型
|
|
18187
|
-
*
|
|
18188
|
-
* @type string
|
|
18189
|
-
*/
|
|
18190
|
-
officeType?: string;
|
|
18191
17066
|
/**
|
|
18192
17067
|
* 产品名称
|
|
18193
17068
|
*
|
|
@@ -18310,12 +17185,6 @@ export interface OnlineFormInstanceRequest {
|
|
|
18310
17185
|
* @type string
|
|
18311
17186
|
*/
|
|
18312
17187
|
params?: string;
|
|
18313
|
-
/**
|
|
18314
|
-
* 关联id
|
|
18315
|
-
*
|
|
18316
|
-
* @type string
|
|
18317
|
-
*/
|
|
18318
|
-
relationId?: string;
|
|
18319
17188
|
/**
|
|
18320
17189
|
* 表单模板ID
|
|
18321
17190
|
*
|
|
@@ -18396,12 +17265,6 @@ export interface OnlineFormInstanceResponse {
|
|
|
18396
17265
|
* @type string
|
|
18397
17266
|
*/
|
|
18398
17267
|
designerJson?: string;
|
|
18399
|
-
/**
|
|
18400
|
-
*
|
|
18401
|
-
*
|
|
18402
|
-
* @type string
|
|
18403
|
-
*/
|
|
18404
|
-
direction?: string;
|
|
18405
17268
|
/**
|
|
18406
17269
|
*
|
|
18407
17270
|
*
|
|
@@ -18462,24 +17325,12 @@ export interface OnlineFormInstanceResponse {
|
|
|
18462
17325
|
* @type string
|
|
18463
17326
|
*/
|
|
18464
17327
|
ext5?: string;
|
|
18465
|
-
/**
|
|
18466
|
-
* 表单BOM
|
|
18467
|
-
*
|
|
18468
|
-
* @type FormInstBomResponse
|
|
18469
|
-
*/
|
|
18470
|
-
formInstBom?: FormInstBomResponse;
|
|
18471
17328
|
/**
|
|
18472
17329
|
* 表单类型:BASE 基础表单、PROCESS 流程表单、VIEW视图表单、TEXT文本表单
|
|
18473
17330
|
*
|
|
18474
17331
|
* @type string
|
|
18475
17332
|
*/
|
|
18476
17333
|
formType?: string;
|
|
18477
|
-
/**
|
|
18478
|
-
*
|
|
18479
|
-
*
|
|
18480
|
-
* @type number
|
|
18481
|
-
*/
|
|
18482
|
-
height?: number;
|
|
18483
17334
|
/**
|
|
18484
17335
|
* 主键ID
|
|
18485
17336
|
*
|
|
@@ -18552,12 +17403,6 @@ export interface OnlineFormInstanceResponse {
|
|
|
18552
17403
|
* @type number
|
|
18553
17404
|
*/
|
|
18554
17405
|
ofRequired?: number;
|
|
18555
|
-
/**
|
|
18556
|
-
*
|
|
18557
|
-
*
|
|
18558
|
-
* @type string
|
|
18559
|
-
*/
|
|
18560
|
-
officeType?: string;
|
|
18561
17406
|
/**
|
|
18562
17407
|
* 操作
|
|
18563
17408
|
*
|
|
@@ -18582,12 +17427,6 @@ export interface OnlineFormInstanceResponse {
|
|
|
18582
17427
|
* @type string
|
|
18583
17428
|
*/
|
|
18584
17429
|
operatorRange?: string;
|
|
18585
|
-
/**
|
|
18586
|
-
*
|
|
18587
|
-
*
|
|
18588
|
-
* @type string
|
|
18589
|
-
*/
|
|
18590
|
-
paperSize?: string;
|
|
18591
17430
|
/**
|
|
18592
17431
|
* 实例参数(业务扩展属性)
|
|
18593
17432
|
*
|
|
@@ -18636,12 +17475,6 @@ export interface OnlineFormInstanceResponse {
|
|
|
18636
17475
|
* @type string[]
|
|
18637
17476
|
*/
|
|
18638
17477
|
relatedMaterialNos?: string[];
|
|
18639
|
-
/**
|
|
18640
|
-
* 关联id
|
|
18641
|
-
*
|
|
18642
|
-
* @type string
|
|
18643
|
-
*/
|
|
18644
|
-
relationId?: string;
|
|
18645
17478
|
/**
|
|
18646
17479
|
* 是否重新发送了表单任务:1重新发送了,0没有重新发送(允许重新发送)
|
|
18647
17480
|
*
|
|
@@ -18708,12 +17541,6 @@ export interface OnlineFormInstanceResponse {
|
|
|
18708
17541
|
* @type string
|
|
18709
17542
|
*/
|
|
18710
17543
|
tmplVersion?: string;
|
|
18711
|
-
/**
|
|
18712
|
-
* 事务实例ID
|
|
18713
|
-
*
|
|
18714
|
-
* @type string
|
|
18715
|
-
*/
|
|
18716
|
-
txnInstId?: string;
|
|
18717
17544
|
/**
|
|
18718
17545
|
* 类型:PROCESS制成、FORM新增表单
|
|
18719
17546
|
*
|
|
@@ -18726,12 +17553,6 @@ export interface OnlineFormInstanceResponse {
|
|
|
18726
17553
|
* @type string
|
|
18727
17554
|
*/
|
|
18728
17555
|
viewType?: string;
|
|
18729
|
-
/**
|
|
18730
|
-
*
|
|
18731
|
-
*
|
|
18732
|
-
* @type number
|
|
18733
|
-
*/
|
|
18734
|
-
width?: number;
|
|
18735
17556
|
}
|
|
18736
17557
|
export interface OnlineFormInstanceTmplRelationResponse {
|
|
18737
17558
|
/**
|
|
@@ -19012,12 +17833,6 @@ export interface OnlineFormStashRequest {
|
|
|
19012
17833
|
* @type boolean
|
|
19013
17834
|
*/
|
|
19014
17835
|
exceptionFlag?: boolean;
|
|
19015
|
-
/**
|
|
19016
|
-
* 是否不记录表单日志
|
|
19017
|
-
*
|
|
19018
|
-
* @type boolean
|
|
19019
|
-
*/
|
|
19020
|
-
noLog?: boolean;
|
|
19021
17836
|
/**
|
|
19022
17837
|
* 在线表单实例id
|
|
19023
17838
|
*
|
|
@@ -19036,12 +17851,6 @@ export interface OnlineFormStashRequest {
|
|
|
19036
17851
|
* @type string
|
|
19037
17852
|
*/
|
|
19038
17853
|
remark?: string;
|
|
19039
|
-
/**
|
|
19040
|
-
* 签名
|
|
19041
|
-
*
|
|
19042
|
-
* @type string
|
|
19043
|
-
*/
|
|
19044
|
-
signature?: string;
|
|
19045
17854
|
}
|
|
19046
17855
|
export interface OnlineFormTmplLogRequest {
|
|
19047
17856
|
/**
|
|
@@ -19120,12 +17929,6 @@ export interface OnlineFormTmplLogResponse {
|
|
|
19120
17929
|
tmplId?: string;
|
|
19121
17930
|
}
|
|
19122
17931
|
export interface OnlineFormTmplModelResponse {
|
|
19123
|
-
/**
|
|
19124
|
-
* 审核状态
|
|
19125
|
-
*
|
|
19126
|
-
* @type string
|
|
19127
|
-
*/
|
|
19128
|
-
approveStatus?: string;
|
|
19129
17932
|
/**
|
|
19130
17933
|
* 父id
|
|
19131
17934
|
*
|
|
@@ -19156,12 +17959,6 @@ export interface OnlineFormTmplModelResponse {
|
|
|
19156
17959
|
* @type string
|
|
19157
17960
|
*/
|
|
19158
17961
|
code?: string;
|
|
19159
|
-
/**
|
|
19160
|
-
* 通信配置
|
|
19161
|
-
*
|
|
19162
|
-
* @type string
|
|
19163
|
-
*/
|
|
19164
|
-
communicationConfig?: string;
|
|
19165
17962
|
/**
|
|
19166
17963
|
* 受控状态(UNCONTROLLED:期初,RUNNING:受控中,CONTROLLED:已受控)
|
|
19167
17964
|
*
|
|
@@ -19210,12 +18007,6 @@ export interface OnlineFormTmplModelResponse {
|
|
|
19210
18007
|
* @type string
|
|
19211
18008
|
*/
|
|
19212
18009
|
direction?: string;
|
|
19213
|
-
/**
|
|
19214
|
-
* 文控管理-我的发起ID
|
|
19215
|
-
*
|
|
19216
|
-
* @type string
|
|
19217
|
-
*/
|
|
19218
|
-
docControlStartedId?: string;
|
|
19219
18010
|
/**
|
|
19220
18011
|
* 数据源key
|
|
19221
18012
|
*
|
|
@@ -19294,24 +18085,12 @@ export interface OnlineFormTmplModelResponse {
|
|
|
19294
18085
|
* @type string
|
|
19295
18086
|
*/
|
|
19296
18087
|
name?: string;
|
|
19297
|
-
/**
|
|
19298
|
-
* 文档类型
|
|
19299
|
-
*
|
|
19300
|
-
* @type string
|
|
19301
|
-
*/
|
|
19302
|
-
officeType?: string;
|
|
19303
18088
|
/**
|
|
19304
18089
|
* 线下版本号
|
|
19305
18090
|
*
|
|
19306
18091
|
* @type string
|
|
19307
18092
|
*/
|
|
19308
18093
|
offlineVersion?: string;
|
|
19309
|
-
/**
|
|
19310
|
-
* 状态
|
|
19311
|
-
*
|
|
19312
|
-
* @type boolean
|
|
19313
|
-
*/
|
|
19314
|
-
operatingState?: boolean;
|
|
19315
18094
|
/**
|
|
19316
18095
|
* 操作
|
|
19317
18096
|
*
|
|
@@ -19330,12 +18109,6 @@ export interface OnlineFormTmplModelResponse {
|
|
|
19330
18109
|
* @type string
|
|
19331
18110
|
*/
|
|
19332
18111
|
permissionConfig?: string;
|
|
19333
|
-
/**
|
|
19334
|
-
* 审批流程实例ID
|
|
19335
|
-
*
|
|
19336
|
-
* @type string
|
|
19337
|
-
*/
|
|
19338
|
-
procInstId?: string;
|
|
19339
18112
|
/**
|
|
19340
18113
|
* 运行时json
|
|
19341
18114
|
*
|
|
@@ -19348,18 +18121,6 @@ export interface OnlineFormTmplModelResponse {
|
|
|
19348
18121
|
* @type string
|
|
19349
18122
|
*/
|
|
19350
18123
|
script?: string;
|
|
19351
|
-
/**
|
|
19352
|
-
* 原导入模板ID
|
|
19353
|
-
*
|
|
19354
|
-
* @type string
|
|
19355
|
-
*/
|
|
19356
|
-
sourceImportFormTmplId?: string;
|
|
19357
|
-
/**
|
|
19358
|
-
* 升级配置
|
|
19359
|
-
*
|
|
19360
|
-
* @type string
|
|
19361
|
-
*/
|
|
19362
|
-
updateRemark?: string;
|
|
19363
18124
|
/**
|
|
19364
18125
|
* 版本
|
|
19365
18126
|
*
|
|
@@ -19424,12 +18185,6 @@ export interface OnlineFormTmplRequest {
|
|
|
19424
18185
|
* @type string
|
|
19425
18186
|
*/
|
|
19426
18187
|
code?: string;
|
|
19427
|
-
/**
|
|
19428
|
-
* 通信配置
|
|
19429
|
-
*
|
|
19430
|
-
* @type string
|
|
19431
|
-
*/
|
|
19432
|
-
communicationConfig?: string;
|
|
19433
18188
|
/**
|
|
19434
18189
|
* 是否默认版本 1是 0否
|
|
19435
18190
|
*
|
|
@@ -19478,12 +18233,6 @@ export interface OnlineFormTmplRequest {
|
|
|
19478
18233
|
* @type FieldColumnMapping[]
|
|
19479
18234
|
*/
|
|
19480
18235
|
fieldConfig?: FieldColumnMapping[];
|
|
19481
|
-
/**
|
|
19482
|
-
* 表单bom
|
|
19483
|
-
*
|
|
19484
|
-
* @type object[]
|
|
19485
|
-
*/
|
|
19486
|
-
formTmplBomList?: object[];
|
|
19487
18236
|
/**
|
|
19488
18237
|
* 表单类型:BASE 基础表单、PROCESS 流程表单、VIEW视图表单、TEXT文本表单
|
|
19489
18238
|
*
|
|
@@ -19508,12 +18257,6 @@ export interface OnlineFormTmplRequest {
|
|
|
19508
18257
|
* @type string
|
|
19509
18258
|
*/
|
|
19510
18259
|
name?: string;
|
|
19511
|
-
/**
|
|
19512
|
-
* 文档类型
|
|
19513
|
-
*
|
|
19514
|
-
* @type string
|
|
19515
|
-
*/
|
|
19516
|
-
officeType?: string;
|
|
19517
18260
|
/**
|
|
19518
18261
|
* 电子记录-线下版本号
|
|
19519
18262
|
*
|
|
@@ -19576,12 +18319,6 @@ export interface OnlineFormTmplRequest {
|
|
|
19576
18319
|
width?: number;
|
|
19577
18320
|
}
|
|
19578
18321
|
export interface OnlineFormTmplResponse {
|
|
19579
|
-
/**
|
|
19580
|
-
* 审核状态
|
|
19581
|
-
*
|
|
19582
|
-
* @type string
|
|
19583
|
-
*/
|
|
19584
|
-
approveStatus?: string;
|
|
19585
18322
|
/**
|
|
19586
18323
|
* 父id
|
|
19587
18324
|
*
|
|
@@ -19612,12 +18349,6 @@ export interface OnlineFormTmplResponse {
|
|
|
19612
18349
|
* @type string
|
|
19613
18350
|
*/
|
|
19614
18351
|
code?: string;
|
|
19615
|
-
/**
|
|
19616
|
-
* 通信配置
|
|
19617
|
-
*
|
|
19618
|
-
* @type string
|
|
19619
|
-
*/
|
|
19620
|
-
communicationConfig?: string;
|
|
19621
18352
|
/**
|
|
19622
18353
|
* 受控状态(UNCONTROLLED:期初,RUNNING:受控中,CONTROLLED:已受控)
|
|
19623
18354
|
*
|
|
@@ -19666,12 +18397,6 @@ export interface OnlineFormTmplResponse {
|
|
|
19666
18397
|
* @type string
|
|
19667
18398
|
*/
|
|
19668
18399
|
direction?: string;
|
|
19669
|
-
/**
|
|
19670
|
-
* 文控管理-我的发起ID
|
|
19671
|
-
*
|
|
19672
|
-
* @type string
|
|
19673
|
-
*/
|
|
19674
|
-
docControlStartedId?: string;
|
|
19675
18400
|
/**
|
|
19676
18401
|
* 数据源key
|
|
19677
18402
|
*
|
|
@@ -19744,24 +18469,12 @@ export interface OnlineFormTmplResponse {
|
|
|
19744
18469
|
* @type string
|
|
19745
18470
|
*/
|
|
19746
18471
|
name?: string;
|
|
19747
|
-
/**
|
|
19748
|
-
* 文档类型
|
|
19749
|
-
*
|
|
19750
|
-
* @type string
|
|
19751
|
-
*/
|
|
19752
|
-
officeType?: string;
|
|
19753
18472
|
/**
|
|
19754
18473
|
* 线下版本号
|
|
19755
18474
|
*
|
|
19756
18475
|
* @type string
|
|
19757
18476
|
*/
|
|
19758
18477
|
offlineVersion?: string;
|
|
19759
|
-
/**
|
|
19760
|
-
* 状态
|
|
19761
|
-
*
|
|
19762
|
-
* @type boolean
|
|
19763
|
-
*/
|
|
19764
|
-
operatingState?: boolean;
|
|
19765
18478
|
/**
|
|
19766
18479
|
* 操作
|
|
19767
18480
|
*
|
|
@@ -19780,12 +18493,6 @@ export interface OnlineFormTmplResponse {
|
|
|
19780
18493
|
* @type string
|
|
19781
18494
|
*/
|
|
19782
18495
|
permissionConfig?: string;
|
|
19783
|
-
/**
|
|
19784
|
-
* 审批流程实例ID
|
|
19785
|
-
*
|
|
19786
|
-
* @type string
|
|
19787
|
-
*/
|
|
19788
|
-
procInstId?: string;
|
|
19789
18496
|
/**
|
|
19790
18497
|
* 运行时json
|
|
19791
18498
|
*
|
|
@@ -19798,18 +18505,6 @@ export interface OnlineFormTmplResponse {
|
|
|
19798
18505
|
* @type string
|
|
19799
18506
|
*/
|
|
19800
18507
|
script?: string;
|
|
19801
|
-
/**
|
|
19802
|
-
* 原导入模板ID
|
|
19803
|
-
*
|
|
19804
|
-
* @type string
|
|
19805
|
-
*/
|
|
19806
|
-
sourceImportFormTmplId?: string;
|
|
19807
|
-
/**
|
|
19808
|
-
* 升级配置
|
|
19809
|
-
*
|
|
19810
|
-
* @type string
|
|
19811
|
-
*/
|
|
19812
|
-
updateRemark?: string;
|
|
19813
18508
|
/**
|
|
19814
18509
|
* 版本
|
|
19815
18510
|
*
|
|
@@ -20325,14 +19020,6 @@ export interface OperateTypeDTO {
|
|
|
20325
19020
|
*/
|
|
20326
19021
|
name?: string;
|
|
20327
19022
|
}
|
|
20328
|
-
export interface OperatingStateRequest {
|
|
20329
|
-
/**
|
|
20330
|
-
* 状态
|
|
20331
|
-
*
|
|
20332
|
-
* @type boolean
|
|
20333
|
-
*/
|
|
20334
|
-
operatingState?: boolean;
|
|
20335
|
-
}
|
|
20336
19023
|
export interface OrgAddOrUpdateUserRequest {
|
|
20337
19024
|
/**
|
|
20338
19025
|
* 头像url相对路径
|
|
@@ -23107,65 +21794,97 @@ export interface ProcessApprovalLogResponse {
|
|
|
23107
21794
|
*/
|
|
23108
21795
|
userName?: string;
|
|
23109
21796
|
}
|
|
23110
|
-
export interface
|
|
21797
|
+
export interface ProcessApproveUser {
|
|
23111
21798
|
/**
|
|
23112
|
-
*
|
|
21799
|
+
*
|
|
23113
21800
|
*
|
|
23114
21801
|
* @type string
|
|
23115
21802
|
*/
|
|
23116
|
-
|
|
21803
|
+
config?: string;
|
|
23117
21804
|
/**
|
|
23118
|
-
*
|
|
21805
|
+
*
|
|
23119
21806
|
*
|
|
23120
21807
|
* @type string
|
|
23121
21808
|
*/
|
|
23122
|
-
|
|
21809
|
+
createTime?: string;
|
|
23123
21810
|
/**
|
|
23124
|
-
*
|
|
21811
|
+
*
|
|
23125
21812
|
*
|
|
23126
21813
|
* @type string
|
|
23127
21814
|
*/
|
|
23128
|
-
|
|
21815
|
+
createUserId?: string;
|
|
23129
21816
|
/**
|
|
23130
|
-
* 提交的数据
|
|
23131
21817
|
*
|
|
23132
|
-
*
|
|
21818
|
+
*
|
|
21819
|
+
* @type string
|
|
23133
21820
|
*/
|
|
23134
|
-
|
|
21821
|
+
createUserName?: string;
|
|
21822
|
+
/**
|
|
21823
|
+
*
|
|
21824
|
+
*
|
|
21825
|
+
* @type number
|
|
21826
|
+
*/
|
|
21827
|
+
deleted?: number;
|
|
23135
21828
|
/**
|
|
23136
|
-
*
|
|
21829
|
+
*
|
|
23137
21830
|
*
|
|
23138
21831
|
* @type string
|
|
23139
21832
|
*/
|
|
23140
|
-
|
|
21833
|
+
id?: string;
|
|
23141
21834
|
/**
|
|
23142
|
-
*
|
|
21835
|
+
*
|
|
23143
21836
|
*
|
|
23144
21837
|
* @type string
|
|
23145
21838
|
*/
|
|
23146
|
-
|
|
21839
|
+
modifyTime?: string;
|
|
23147
21840
|
/**
|
|
23148
|
-
*
|
|
21841
|
+
*
|
|
23149
21842
|
*
|
|
23150
21843
|
* @type string
|
|
23151
21844
|
*/
|
|
23152
|
-
|
|
21845
|
+
modifyUserId?: string;
|
|
23153
21846
|
/**
|
|
23154
|
-
*
|
|
21847
|
+
*
|
|
23155
21848
|
*
|
|
23156
21849
|
* @type string
|
|
23157
21850
|
*/
|
|
23158
|
-
|
|
21851
|
+
modifyUserName?: string;
|
|
23159
21852
|
/**
|
|
23160
|
-
*
|
|
21853
|
+
*
|
|
23161
21854
|
*
|
|
23162
21855
|
* @type string
|
|
23163
21856
|
*/
|
|
23164
|
-
|
|
21857
|
+
nodeId?: string;
|
|
21858
|
+
/**
|
|
21859
|
+
*
|
|
21860
|
+
*
|
|
21861
|
+
* @type string
|
|
21862
|
+
*/
|
|
21863
|
+
procDefVerId?: string;
|
|
23165
21864
|
}
|
|
23166
|
-
export interface
|
|
21865
|
+
export interface ProcessApproveUserRequest {
|
|
21866
|
+
/**
|
|
21867
|
+
* 具体配置json
|
|
21868
|
+
*
|
|
21869
|
+
* @type string
|
|
21870
|
+
*/
|
|
21871
|
+
config?: string;
|
|
23167
21872
|
/**
|
|
21873
|
+
* 节点Id
|
|
23168
21874
|
*
|
|
21875
|
+
* @type string
|
|
21876
|
+
*/
|
|
21877
|
+
nodeId?: string;
|
|
21878
|
+
/**
|
|
21879
|
+
* 流程定义版本ID
|
|
21880
|
+
*
|
|
21881
|
+
* @type string
|
|
21882
|
+
*/
|
|
21883
|
+
procDefVerId?: string;
|
|
21884
|
+
}
|
|
21885
|
+
export interface ProcessApproveUserResponse {
|
|
21886
|
+
/**
|
|
21887
|
+
* 具体配置json
|
|
23169
21888
|
*
|
|
23170
21889
|
* @type string
|
|
23171
21890
|
*/
|
|
@@ -23189,17 +21908,97 @@ export interface ProcessApproveUser {
|
|
|
23189
21908
|
*/
|
|
23190
21909
|
createUserName?: string;
|
|
23191
21910
|
/**
|
|
21911
|
+
* 主键
|
|
23192
21912
|
*
|
|
21913
|
+
* @type string
|
|
21914
|
+
*/
|
|
21915
|
+
id?: string;
|
|
21916
|
+
/**
|
|
23193
21917
|
*
|
|
23194
|
-
*
|
|
21918
|
+
*
|
|
21919
|
+
* @type string
|
|
23195
21920
|
*/
|
|
23196
|
-
|
|
21921
|
+
modifyTime?: string;
|
|
21922
|
+
/**
|
|
21923
|
+
*
|
|
21924
|
+
*
|
|
21925
|
+
* @type string
|
|
21926
|
+
*/
|
|
21927
|
+
modifyUserId?: string;
|
|
21928
|
+
/**
|
|
21929
|
+
*
|
|
21930
|
+
*
|
|
21931
|
+
* @type string
|
|
21932
|
+
*/
|
|
21933
|
+
modifyUserName?: string;
|
|
21934
|
+
/**
|
|
21935
|
+
* 节点Id
|
|
21936
|
+
*
|
|
21937
|
+
* @type string
|
|
21938
|
+
*/
|
|
21939
|
+
nodeId?: string;
|
|
21940
|
+
/**
|
|
21941
|
+
* 流程定义版本ID
|
|
21942
|
+
*
|
|
21943
|
+
* @type string
|
|
21944
|
+
*/
|
|
21945
|
+
procDefVerId?: string;
|
|
21946
|
+
}
|
|
21947
|
+
export interface ProcessDefinitionFeignResponse {
|
|
23197
21948
|
/**
|
|
23198
21949
|
*
|
|
23199
21950
|
*
|
|
23200
21951
|
* @type string
|
|
23201
21952
|
*/
|
|
21953
|
+
createTime?: string;
|
|
21954
|
+
/**
|
|
21955
|
+
*
|
|
21956
|
+
*
|
|
21957
|
+
* @type string
|
|
21958
|
+
*/
|
|
21959
|
+
createUserId?: string;
|
|
21960
|
+
/**
|
|
21961
|
+
*
|
|
21962
|
+
*
|
|
21963
|
+
* @type string
|
|
21964
|
+
*/
|
|
21965
|
+
createUserName?: string;
|
|
21966
|
+
/**
|
|
21967
|
+
* 描述
|
|
21968
|
+
*
|
|
21969
|
+
* @type string
|
|
21970
|
+
*/
|
|
21971
|
+
description?: string;
|
|
21972
|
+
/**
|
|
21973
|
+
* 主键
|
|
21974
|
+
*
|
|
21975
|
+
* @type string
|
|
21976
|
+
*/
|
|
23202
21977
|
id?: string;
|
|
21978
|
+
/**
|
|
21979
|
+
* 流程定义key
|
|
21980
|
+
*
|
|
21981
|
+
* @type string
|
|
21982
|
+
*/
|
|
21983
|
+
key?: string;
|
|
21984
|
+
/**
|
|
21985
|
+
* 锁定人员id
|
|
21986
|
+
*
|
|
21987
|
+
* @type string
|
|
21988
|
+
*/
|
|
21989
|
+
lockUserId?: string;
|
|
21990
|
+
/**
|
|
21991
|
+
* 锁定人员名称
|
|
21992
|
+
*
|
|
21993
|
+
* @type string
|
|
21994
|
+
*/
|
|
21995
|
+
lockUserName?: string;
|
|
21996
|
+
/**
|
|
21997
|
+
* 模型key
|
|
21998
|
+
*
|
|
21999
|
+
* @type string
|
|
22000
|
+
*/
|
|
22001
|
+
modelKey?: string;
|
|
23203
22002
|
/**
|
|
23204
22003
|
*
|
|
23205
22004
|
*
|
|
@@ -23219,359 +22018,191 @@ export interface ProcessApproveUser {
|
|
|
23219
22018
|
*/
|
|
23220
22019
|
modifyUserName?: string;
|
|
23221
22020
|
/**
|
|
22021
|
+
* 名称
|
|
23222
22022
|
*
|
|
22023
|
+
* @type string
|
|
22024
|
+
*/
|
|
22025
|
+
name?: string;
|
|
22026
|
+
/**
|
|
22027
|
+
* 类型(BUILTIN:系统内置 USER_DEFINED:自定义)
|
|
23223
22028
|
*
|
|
23224
22029
|
* @type string
|
|
23225
22030
|
*/
|
|
23226
|
-
|
|
22031
|
+
source?: string;
|
|
23227
22032
|
/**
|
|
22033
|
+
* 流程实例标题配置
|
|
23228
22034
|
*
|
|
22035
|
+
* @type string
|
|
22036
|
+
*/
|
|
22037
|
+
titleConfig?: string;
|
|
22038
|
+
/**
|
|
22039
|
+
* 类型 平台审批/电子表单审批/业务流
|
|
23229
22040
|
*
|
|
23230
22041
|
* @type string
|
|
23231
22042
|
*/
|
|
23232
|
-
|
|
22043
|
+
type?: string;
|
|
23233
22044
|
}
|
|
23234
|
-
export interface
|
|
22045
|
+
export interface ProcessDefinitionRequest {
|
|
23235
22046
|
/**
|
|
23236
|
-
*
|
|
22047
|
+
* 分类id
|
|
23237
22048
|
*
|
|
23238
22049
|
* @type string
|
|
23239
22050
|
*/
|
|
23240
|
-
|
|
22051
|
+
categoryId?: string;
|
|
23241
22052
|
/**
|
|
23242
|
-
*
|
|
22053
|
+
* 描述
|
|
23243
22054
|
*
|
|
23244
22055
|
* @type string
|
|
23245
22056
|
*/
|
|
23246
|
-
|
|
22057
|
+
description?: string;
|
|
23247
22058
|
/**
|
|
23248
|
-
*
|
|
22059
|
+
* 流程定义key
|
|
23249
22060
|
*
|
|
23250
22061
|
* @type string
|
|
23251
22062
|
*/
|
|
23252
|
-
|
|
22063
|
+
key?: string;
|
|
22064
|
+
/**
|
|
22065
|
+
* 锁定人员id
|
|
22066
|
+
*
|
|
22067
|
+
* @type string
|
|
22068
|
+
*/
|
|
22069
|
+
lockUserId?: string;
|
|
22070
|
+
/**
|
|
22071
|
+
* 锁定人员名称
|
|
22072
|
+
*
|
|
22073
|
+
* @type string
|
|
22074
|
+
*/
|
|
22075
|
+
lockUserName?: string;
|
|
22076
|
+
/**
|
|
22077
|
+
* 模型key
|
|
22078
|
+
*
|
|
22079
|
+
* @type string
|
|
22080
|
+
*/
|
|
22081
|
+
modelKey?: string;
|
|
22082
|
+
/**
|
|
22083
|
+
* 名称
|
|
22084
|
+
*
|
|
22085
|
+
* @type string
|
|
22086
|
+
*/
|
|
22087
|
+
name?: string;
|
|
22088
|
+
/**
|
|
22089
|
+
* 类型(BUILTIN:系统内置 USER_DEFINED:自定义)
|
|
22090
|
+
*
|
|
22091
|
+
* @type string
|
|
22092
|
+
*/
|
|
22093
|
+
source?: string;
|
|
22094
|
+
/**
|
|
22095
|
+
* 流程实例标题配置
|
|
22096
|
+
*
|
|
22097
|
+
* @type string
|
|
22098
|
+
*/
|
|
22099
|
+
titleConfig?: string;
|
|
22100
|
+
/**
|
|
22101
|
+
* 类型 平台审批/电子表单审批/业务流
|
|
22102
|
+
*
|
|
22103
|
+
* @type string
|
|
22104
|
+
*/
|
|
22105
|
+
type?: string;
|
|
23253
22106
|
}
|
|
23254
|
-
export interface
|
|
22107
|
+
export interface ProcessDefinitionResponse {
|
|
23255
22108
|
/**
|
|
23256
|
-
*
|
|
22109
|
+
*
|
|
23257
22110
|
*
|
|
23258
22111
|
* @type string
|
|
23259
22112
|
*/
|
|
23260
|
-
|
|
23261
|
-
/**
|
|
23262
|
-
*
|
|
23263
|
-
*
|
|
23264
|
-
* @type string
|
|
23265
|
-
*/
|
|
23266
|
-
|
|
23267
|
-
/**
|
|
23268
|
-
*
|
|
23269
|
-
*
|
|
23270
|
-
* @type string
|
|
23271
|
-
*/
|
|
23272
|
-
|
|
23273
|
-
/**
|
|
23274
|
-
*
|
|
23275
|
-
*
|
|
23276
|
-
* @type string
|
|
23277
|
-
*/
|
|
23278
|
-
|
|
23279
|
-
/**
|
|
23280
|
-
* 主键
|
|
23281
|
-
*
|
|
23282
|
-
* @type string
|
|
23283
|
-
*/
|
|
23284
|
-
id?: string;
|
|
23285
|
-
/**
|
|
23286
|
-
*
|
|
23287
|
-
*
|
|
23288
|
-
* @type string
|
|
23289
|
-
*/
|
|
23290
|
-
|
|
23291
|
-
/**
|
|
23292
|
-
*
|
|
23293
|
-
*
|
|
23294
|
-
* @type string
|
|
23295
|
-
*/
|
|
23296
|
-
|
|
23297
|
-
/**
|
|
23298
|
-
*
|
|
23299
|
-
*
|
|
23300
|
-
* @type string
|
|
23301
|
-
*/
|
|
23302
|
-
|
|
23303
|
-
/**
|
|
23304
|
-
*
|
|
23305
|
-
*
|
|
23306
|
-
* @type string
|
|
23307
|
-
*/
|
|
23308
|
-
|
|
23309
|
-
/**
|
|
23310
|
-
*
|
|
23311
|
-
*
|
|
23312
|
-
* @type string
|
|
23313
|
-
*/
|
|
23314
|
-
|
|
23315
|
-
|
|
23316
|
-
|
|
23317
|
-
|
|
23318
|
-
*
|
|
23319
|
-
|
|
23320
|
-
|
|
23321
|
-
|
|
23322
|
-
|
|
23323
|
-
|
|
23324
|
-
*
|
|
23325
|
-
|
|
23326
|
-
|
|
23327
|
-
|
|
23328
|
-
|
|
23329
|
-
|
|
23330
|
-
*
|
|
23331
|
-
|
|
23332
|
-
|
|
23333
|
-
|
|
23334
|
-
|
|
23335
|
-
|
|
23336
|
-
*
|
|
23337
|
-
|
|
23338
|
-
|
|
23339
|
-
|
|
23340
|
-
|
|
23341
|
-
|
|
23342
|
-
*
|
|
23343
|
-
|
|
23344
|
-
|
|
23345
|
-
|
|
23346
|
-
|
|
23347
|
-
|
|
23348
|
-
*
|
|
23349
|
-
|
|
23350
|
-
|
|
23351
|
-
|
|
23352
|
-
|
|
23353
|
-
/**
|
|
23354
|
-
* 锁定人员id
|
|
23355
|
-
*
|
|
23356
|
-
* @type string
|
|
23357
|
-
*/
|
|
23358
|
-
lockUserId?: string;
|
|
23359
|
-
/**
|
|
23360
|
-
* 锁定人员名称
|
|
23361
|
-
*
|
|
23362
|
-
* @type string
|
|
23363
|
-
*/
|
|
23364
|
-
lockUserName?: string;
|
|
23365
|
-
/**
|
|
23366
|
-
* 模型key
|
|
23367
|
-
*
|
|
23368
|
-
* @type string
|
|
23369
|
-
*/
|
|
23370
|
-
modelKey?: string;
|
|
23371
|
-
/**
|
|
23372
|
-
*
|
|
23373
|
-
*
|
|
23374
|
-
* @type string
|
|
23375
|
-
*/
|
|
23376
|
-
modifyTime?: string;
|
|
23377
|
-
/**
|
|
23378
|
-
*
|
|
23379
|
-
*
|
|
23380
|
-
* @type string
|
|
23381
|
-
*/
|
|
23382
|
-
modifyUserId?: string;
|
|
23383
|
-
/**
|
|
23384
|
-
*
|
|
23385
|
-
*
|
|
23386
|
-
* @type string
|
|
23387
|
-
*/
|
|
23388
|
-
modifyUserName?: string;
|
|
23389
|
-
/**
|
|
23390
|
-
* 名称
|
|
23391
|
-
*
|
|
23392
|
-
* @type string
|
|
23393
|
-
*/
|
|
23394
|
-
name?: string;
|
|
23395
|
-
/**
|
|
23396
|
-
* 类型(BUILTIN:系统内置 USER_DEFINED:自定义)
|
|
23397
|
-
*
|
|
23398
|
-
* @type string
|
|
23399
|
-
*/
|
|
23400
|
-
source?: string;
|
|
23401
|
-
/**
|
|
23402
|
-
* 流程实例标题配置
|
|
23403
|
-
*
|
|
23404
|
-
* @type string
|
|
23405
|
-
*/
|
|
23406
|
-
titleConfig?: string;
|
|
23407
|
-
/**
|
|
23408
|
-
* 类型 平台审批/电子表单审批/业务流
|
|
23409
|
-
*
|
|
23410
|
-
* @type string
|
|
23411
|
-
*/
|
|
23412
|
-
type?: string;
|
|
23413
|
-
}
|
|
23414
|
-
export interface ProcessDefinitionRequest {
|
|
23415
|
-
/**
|
|
23416
|
-
* 分类id
|
|
23417
|
-
*
|
|
23418
|
-
* @type string
|
|
23419
|
-
*/
|
|
23420
|
-
categoryId?: string;
|
|
23421
|
-
/**
|
|
23422
|
-
* 描述
|
|
23423
|
-
*
|
|
23424
|
-
* @type string
|
|
23425
|
-
*/
|
|
23426
|
-
description?: string;
|
|
23427
|
-
/**
|
|
23428
|
-
* 流程定义key
|
|
23429
|
-
*
|
|
23430
|
-
* @type string
|
|
23431
|
-
*/
|
|
23432
|
-
key?: string;
|
|
23433
|
-
/**
|
|
23434
|
-
* 锁定人员id
|
|
23435
|
-
*
|
|
23436
|
-
* @type string
|
|
23437
|
-
*/
|
|
23438
|
-
lockUserId?: string;
|
|
23439
|
-
/**
|
|
23440
|
-
* 锁定人员名称
|
|
23441
|
-
*
|
|
23442
|
-
* @type string
|
|
23443
|
-
*/
|
|
23444
|
-
lockUserName?: string;
|
|
23445
|
-
/**
|
|
23446
|
-
* 模型key
|
|
23447
|
-
*
|
|
23448
|
-
* @type string
|
|
23449
|
-
*/
|
|
23450
|
-
modelKey?: string;
|
|
23451
|
-
/**
|
|
23452
|
-
* 名称
|
|
23453
|
-
*
|
|
23454
|
-
* @type string
|
|
23455
|
-
*/
|
|
23456
|
-
name?: string;
|
|
23457
|
-
/**
|
|
23458
|
-
* 类型(BUILTIN:系统内置 USER_DEFINED:自定义)
|
|
23459
|
-
*
|
|
23460
|
-
* @type string
|
|
23461
|
-
*/
|
|
23462
|
-
source?: string;
|
|
23463
|
-
/**
|
|
23464
|
-
* 流程实例标题配置
|
|
23465
|
-
*
|
|
23466
|
-
* @type string
|
|
23467
|
-
*/
|
|
23468
|
-
titleConfig?: string;
|
|
23469
|
-
/**
|
|
23470
|
-
* 类型 平台审批/电子表单审批/业务流
|
|
23471
|
-
*
|
|
23472
|
-
* @type string
|
|
23473
|
-
*/
|
|
23474
|
-
type?: string;
|
|
23475
|
-
}
|
|
23476
|
-
export interface ProcessDefinitionResponse {
|
|
23477
|
-
/**
|
|
23478
|
-
*
|
|
23479
|
-
*
|
|
23480
|
-
* @type string
|
|
23481
|
-
*/
|
|
23482
|
-
createTime?: string;
|
|
23483
|
-
/**
|
|
23484
|
-
*
|
|
23485
|
-
*
|
|
23486
|
-
* @type string
|
|
23487
|
-
*/
|
|
23488
|
-
createUserId?: string;
|
|
23489
|
-
/**
|
|
23490
|
-
*
|
|
23491
|
-
*
|
|
23492
|
-
* @type string
|
|
23493
|
-
*/
|
|
23494
|
-
createUserName?: string;
|
|
23495
|
-
/**
|
|
23496
|
-
* 描述
|
|
23497
|
-
*
|
|
23498
|
-
* @type string
|
|
23499
|
-
*/
|
|
23500
|
-
description?: string;
|
|
23501
|
-
/**
|
|
23502
|
-
* 主键
|
|
23503
|
-
*
|
|
23504
|
-
* @type string
|
|
23505
|
-
*/
|
|
23506
|
-
id?: string;
|
|
23507
|
-
/**
|
|
23508
|
-
* 流程定义key
|
|
23509
|
-
*
|
|
23510
|
-
* @type string
|
|
23511
|
-
*/
|
|
23512
|
-
key?: string;
|
|
23513
|
-
/**
|
|
23514
|
-
* 锁定人员id
|
|
23515
|
-
*
|
|
23516
|
-
* @type string
|
|
23517
|
-
*/
|
|
23518
|
-
lockUserId?: string;
|
|
23519
|
-
/**
|
|
23520
|
-
* 锁定人员名称
|
|
23521
|
-
*
|
|
23522
|
-
* @type string
|
|
23523
|
-
*/
|
|
23524
|
-
lockUserName?: string;
|
|
23525
|
-
/**
|
|
23526
|
-
* 模型key
|
|
23527
|
-
*
|
|
23528
|
-
* @type string
|
|
23529
|
-
*/
|
|
23530
|
-
modelKey?: string;
|
|
23531
|
-
/**
|
|
23532
|
-
*
|
|
23533
|
-
*
|
|
23534
|
-
* @type string
|
|
23535
|
-
*/
|
|
23536
|
-
modifyTime?: string;
|
|
23537
|
-
/**
|
|
23538
|
-
*
|
|
23539
|
-
*
|
|
23540
|
-
* @type string
|
|
23541
|
-
*/
|
|
23542
|
-
modifyUserId?: string;
|
|
23543
|
-
/**
|
|
23544
|
-
*
|
|
23545
|
-
*
|
|
23546
|
-
* @type string
|
|
23547
|
-
*/
|
|
23548
|
-
modifyUserName?: string;
|
|
23549
|
-
/**
|
|
23550
|
-
* 名称
|
|
23551
|
-
*
|
|
23552
|
-
* @type string
|
|
23553
|
-
*/
|
|
23554
|
-
name?: string;
|
|
23555
|
-
/**
|
|
23556
|
-
* 类型(BUILTIN:系统内置 USER_DEFINED:自定义)
|
|
23557
|
-
*
|
|
23558
|
-
* @type string
|
|
23559
|
-
*/
|
|
23560
|
-
source?: string;
|
|
23561
|
-
/**
|
|
23562
|
-
* 流程实例标题配置
|
|
23563
|
-
*
|
|
23564
|
-
* @type string
|
|
23565
|
-
*/
|
|
23566
|
-
titleConfig?: string;
|
|
23567
|
-
/**
|
|
23568
|
-
* 类型 平台审批/电子表单审批/业务流
|
|
23569
|
-
*
|
|
23570
|
-
* @type string
|
|
23571
|
-
*/
|
|
23572
|
-
type?: string;
|
|
23573
|
-
}
|
|
23574
|
-
export interface ProcessDefinitionVerListResponse {
|
|
22113
|
+
createTime?: string;
|
|
22114
|
+
/**
|
|
22115
|
+
*
|
|
22116
|
+
*
|
|
22117
|
+
* @type string
|
|
22118
|
+
*/
|
|
22119
|
+
createUserId?: string;
|
|
22120
|
+
/**
|
|
22121
|
+
*
|
|
22122
|
+
*
|
|
22123
|
+
* @type string
|
|
22124
|
+
*/
|
|
22125
|
+
createUserName?: string;
|
|
22126
|
+
/**
|
|
22127
|
+
* 描述
|
|
22128
|
+
*
|
|
22129
|
+
* @type string
|
|
22130
|
+
*/
|
|
22131
|
+
description?: string;
|
|
22132
|
+
/**
|
|
22133
|
+
* 主键
|
|
22134
|
+
*
|
|
22135
|
+
* @type string
|
|
22136
|
+
*/
|
|
22137
|
+
id?: string;
|
|
22138
|
+
/**
|
|
22139
|
+
* 流程定义key
|
|
22140
|
+
*
|
|
22141
|
+
* @type string
|
|
22142
|
+
*/
|
|
22143
|
+
key?: string;
|
|
22144
|
+
/**
|
|
22145
|
+
* 锁定人员id
|
|
22146
|
+
*
|
|
22147
|
+
* @type string
|
|
22148
|
+
*/
|
|
22149
|
+
lockUserId?: string;
|
|
22150
|
+
/**
|
|
22151
|
+
* 锁定人员名称
|
|
22152
|
+
*
|
|
22153
|
+
* @type string
|
|
22154
|
+
*/
|
|
22155
|
+
lockUserName?: string;
|
|
22156
|
+
/**
|
|
22157
|
+
* 模型key
|
|
22158
|
+
*
|
|
22159
|
+
* @type string
|
|
22160
|
+
*/
|
|
22161
|
+
modelKey?: string;
|
|
22162
|
+
/**
|
|
22163
|
+
*
|
|
22164
|
+
*
|
|
22165
|
+
* @type string
|
|
22166
|
+
*/
|
|
22167
|
+
modifyTime?: string;
|
|
22168
|
+
/**
|
|
22169
|
+
*
|
|
22170
|
+
*
|
|
22171
|
+
* @type string
|
|
22172
|
+
*/
|
|
22173
|
+
modifyUserId?: string;
|
|
22174
|
+
/**
|
|
22175
|
+
*
|
|
22176
|
+
*
|
|
22177
|
+
* @type string
|
|
22178
|
+
*/
|
|
22179
|
+
modifyUserName?: string;
|
|
22180
|
+
/**
|
|
22181
|
+
* 名称
|
|
22182
|
+
*
|
|
22183
|
+
* @type string
|
|
22184
|
+
*/
|
|
22185
|
+
name?: string;
|
|
22186
|
+
/**
|
|
22187
|
+
* 类型(BUILTIN:系统内置 USER_DEFINED:自定义)
|
|
22188
|
+
*
|
|
22189
|
+
* @type string
|
|
22190
|
+
*/
|
|
22191
|
+
source?: string;
|
|
22192
|
+
/**
|
|
22193
|
+
* 流程实例标题配置
|
|
22194
|
+
*
|
|
22195
|
+
* @type string
|
|
22196
|
+
*/
|
|
22197
|
+
titleConfig?: string;
|
|
22198
|
+
/**
|
|
22199
|
+
* 类型 平台审批/电子表单审批/业务流
|
|
22200
|
+
*
|
|
22201
|
+
* @type string
|
|
22202
|
+
*/
|
|
22203
|
+
type?: string;
|
|
22204
|
+
}
|
|
22205
|
+
export interface ProcessDefinitionVerListResponse {
|
|
23575
22206
|
/**
|
|
23576
22207
|
*
|
|
23577
22208
|
*
|
|
@@ -26080,24 +24711,6 @@ export interface ProcessPathResponse {
|
|
|
26080
24711
|
* @type string
|
|
26081
24712
|
*/
|
|
26082
24713
|
tmplId?: string;
|
|
26083
|
-
/**
|
|
26084
|
-
* 事务定义id
|
|
26085
|
-
*
|
|
26086
|
-
* @type string
|
|
26087
|
-
*/
|
|
26088
|
-
txnDefinitionId?: string;
|
|
26089
|
-
/**
|
|
26090
|
-
* 事务实例id
|
|
26091
|
-
*
|
|
26092
|
-
* @type string
|
|
26093
|
-
*/
|
|
26094
|
-
txnInstId?: string;
|
|
26095
|
-
/**
|
|
26096
|
-
* 事务实例状态
|
|
26097
|
-
*
|
|
26098
|
-
* @type string
|
|
26099
|
-
*/
|
|
26100
|
-
txnInstStatus?: string;
|
|
26101
24714
|
}
|
|
26102
24715
|
export interface ProcessPathUserRequest {
|
|
26103
24716
|
/**
|
|
@@ -26241,106 +24854,6 @@ export interface ProcessPathUserResponse {
|
|
|
26241
24854
|
*/
|
|
26242
24855
|
taskId?: string;
|
|
26243
24856
|
}
|
|
26244
|
-
export interface ProcessReassign4InterfereRequest {
|
|
26245
|
-
/**
|
|
26246
|
-
* 业务ID
|
|
26247
|
-
*
|
|
26248
|
-
* @type string
|
|
26249
|
-
*/
|
|
26250
|
-
businessId?: string;
|
|
26251
|
-
/**
|
|
26252
|
-
* Edhr实例id
|
|
26253
|
-
*
|
|
26254
|
-
* @type string
|
|
26255
|
-
*/
|
|
26256
|
-
edhrInstanceId?: string;
|
|
26257
|
-
/**
|
|
26258
|
-
* 表单实例ID
|
|
26259
|
-
*
|
|
26260
|
-
* @type string
|
|
26261
|
-
*/
|
|
26262
|
-
ofInstanceId?: string;
|
|
26263
|
-
/**
|
|
26264
|
-
* 意见
|
|
26265
|
-
*
|
|
26266
|
-
* @type string
|
|
26267
|
-
*/
|
|
26268
|
-
opinion?: string;
|
|
26269
|
-
/**
|
|
26270
|
-
* 任务id
|
|
26271
|
-
*
|
|
26272
|
-
* @type string
|
|
26273
|
-
*/
|
|
26274
|
-
taskId?: string;
|
|
26275
|
-
/**
|
|
26276
|
-
* 转给的用户id
|
|
26277
|
-
*
|
|
26278
|
-
* @type string
|
|
26279
|
-
*/
|
|
26280
|
-
toUserId?: string;
|
|
26281
|
-
}
|
|
26282
|
-
export interface ProcessReassignRequest {
|
|
26283
|
-
/**
|
|
26284
|
-
* 点击的按钮key
|
|
26285
|
-
*
|
|
26286
|
-
* @type string
|
|
26287
|
-
*/
|
|
26288
|
-
btnKey?: string;
|
|
26289
|
-
/**
|
|
26290
|
-
* 业务ID
|
|
26291
|
-
*
|
|
26292
|
-
* @type string
|
|
26293
|
-
*/
|
|
26294
|
-
businessId?: string;
|
|
26295
|
-
/**
|
|
26296
|
-
* 操作的按钮配置
|
|
26297
|
-
*
|
|
26298
|
-
* @type string
|
|
26299
|
-
*/
|
|
26300
|
-
buttonConfig?: string;
|
|
26301
|
-
/**
|
|
26302
|
-
* 提交的数据
|
|
26303
|
-
*
|
|
26304
|
-
* @type IObject
|
|
26305
|
-
*/
|
|
26306
|
-
data?: IObject;
|
|
26307
|
-
/**
|
|
26308
|
-
* EDHR实例ID
|
|
26309
|
-
*
|
|
26310
|
-
* @type string
|
|
26311
|
-
*/
|
|
26312
|
-
edhrInstanceId?: string;
|
|
26313
|
-
/**
|
|
26314
|
-
* 表单实例ID
|
|
26315
|
-
*
|
|
26316
|
-
* @type string
|
|
26317
|
-
*/
|
|
26318
|
-
ofInstanceId?: string;
|
|
26319
|
-
/**
|
|
26320
|
-
* 意见
|
|
26321
|
-
*
|
|
26322
|
-
* @type string
|
|
26323
|
-
*/
|
|
26324
|
-
opinion?: string;
|
|
26325
|
-
/**
|
|
26326
|
-
* 签名数据
|
|
26327
|
-
*
|
|
26328
|
-
* @type string
|
|
26329
|
-
*/
|
|
26330
|
-
signature?: string;
|
|
26331
|
-
/**
|
|
26332
|
-
* 任务id
|
|
26333
|
-
*
|
|
26334
|
-
* @type string
|
|
26335
|
-
*/
|
|
26336
|
-
taskId?: string;
|
|
26337
|
-
/**
|
|
26338
|
-
* 转给的用户id
|
|
26339
|
-
*
|
|
26340
|
-
* @type string
|
|
26341
|
-
*/
|
|
26342
|
-
toUserId?: string;
|
|
26343
|
-
}
|
|
26344
24857
|
export interface ProcessRequest {
|
|
26345
24858
|
/**
|
|
26346
24859
|
* 分类id
|
|
@@ -26513,235 +25026,183 @@ export interface ProcessResponse {
|
|
|
26513
25026
|
*/
|
|
26514
25027
|
type?: string;
|
|
26515
25028
|
}
|
|
26516
|
-
export interface
|
|
26517
|
-
/**
|
|
26518
|
-
* 业务ID
|
|
26519
|
-
*
|
|
26520
|
-
* @type string
|
|
26521
|
-
*/
|
|
26522
|
-
businessId?: string;
|
|
25029
|
+
export interface ProcessTaskDoneResponse {
|
|
26523
25030
|
/**
|
|
26524
|
-
*
|
|
25031
|
+
* 处理人ID
|
|
26525
25032
|
*
|
|
26526
25033
|
* @type string
|
|
26527
25034
|
*/
|
|
26528
|
-
|
|
25035
|
+
assigneeId?: string;
|
|
26529
25036
|
/**
|
|
26530
|
-
*
|
|
25037
|
+
* 处理人姓名
|
|
26531
25038
|
*
|
|
26532
25039
|
* @type string
|
|
26533
25040
|
*/
|
|
26534
|
-
|
|
25041
|
+
assigneeName?: string;
|
|
26535
25042
|
/**
|
|
26536
|
-
*
|
|
25043
|
+
* 业务编号(关联其他业务数据的编号)
|
|
26537
25044
|
*
|
|
26538
25045
|
* @type string
|
|
26539
25046
|
*/
|
|
26540
|
-
|
|
25047
|
+
businessCode?: string;
|
|
26541
25048
|
/**
|
|
26542
|
-
*
|
|
25049
|
+
* 业务id(关联其他业务数据的id)
|
|
26543
25050
|
*
|
|
26544
25051
|
* @type string
|
|
26545
25052
|
*/
|
|
26546
|
-
|
|
26547
|
-
}
|
|
26548
|
-
export interface ProcessReturnRequest {
|
|
25053
|
+
businessId?: string;
|
|
26549
25054
|
/**
|
|
26550
|
-
*
|
|
25055
|
+
* 表单来源
|
|
26551
25056
|
*
|
|
26552
25057
|
* @type string
|
|
26553
25058
|
*/
|
|
26554
|
-
|
|
25059
|
+
businessType?: string;
|
|
26555
25060
|
/**
|
|
26556
|
-
* 业务ID
|
|
26557
25061
|
*
|
|
26558
|
-
* @type string
|
|
26559
|
-
*/
|
|
26560
|
-
businessId?: string;
|
|
26561
|
-
/**
|
|
26562
|
-
* 操作的按钮配置
|
|
26563
25062
|
*
|
|
26564
25063
|
* @type string
|
|
26565
25064
|
*/
|
|
26566
|
-
|
|
25065
|
+
createTime?: string;
|
|
26567
25066
|
/**
|
|
26568
|
-
* 提交的数据
|
|
26569
25067
|
*
|
|
26570
|
-
* @type IObject
|
|
26571
|
-
*/
|
|
26572
|
-
data?: IObject;
|
|
26573
|
-
/**
|
|
26574
|
-
* EDHR实例ID
|
|
26575
25068
|
*
|
|
26576
25069
|
* @type string
|
|
26577
25070
|
*/
|
|
26578
|
-
|
|
25071
|
+
createUserId?: string;
|
|
26579
25072
|
/**
|
|
26580
|
-
* 表单实例ID
|
|
26581
25073
|
*
|
|
26582
|
-
* @type string
|
|
26583
|
-
*/
|
|
26584
|
-
ofInstanceId?: string;
|
|
26585
|
-
/**
|
|
26586
|
-
* 意见
|
|
26587
25074
|
*
|
|
26588
25075
|
* @type string
|
|
26589
25076
|
*/
|
|
26590
|
-
|
|
25077
|
+
createUserName?: string;
|
|
26591
25078
|
/**
|
|
26592
|
-
*
|
|
25079
|
+
* 当前表单实例关联之大纲id
|
|
26593
25080
|
*
|
|
26594
25081
|
* @type string
|
|
26595
25082
|
*/
|
|
26596
|
-
|
|
25083
|
+
docOutlineId?: string;
|
|
26597
25084
|
/**
|
|
26598
|
-
*
|
|
25085
|
+
* edhr实例id
|
|
26599
25086
|
*
|
|
26600
25087
|
* @type string
|
|
26601
25088
|
*/
|
|
26602
|
-
|
|
26603
|
-
}
|
|
26604
|
-
export interface ProcessTaskApproveHisQueryRequest {
|
|
25089
|
+
edhrInstanceId?: string;
|
|
26605
25090
|
/**
|
|
26606
|
-
*
|
|
25091
|
+
* edhr模板id
|
|
26607
25092
|
*
|
|
26608
25093
|
* @type string
|
|
26609
25094
|
*/
|
|
26610
|
-
|
|
25095
|
+
edhrTmplId?: string;
|
|
26611
25096
|
/**
|
|
26612
|
-
*
|
|
25097
|
+
* edhr模板名称
|
|
26613
25098
|
*
|
|
26614
25099
|
* @type string
|
|
26615
25100
|
*/
|
|
26616
|
-
|
|
25101
|
+
edhrTmplName?: string;
|
|
26617
25102
|
/**
|
|
26618
|
-
*
|
|
25103
|
+
* edhr模板版本
|
|
26619
25104
|
*
|
|
26620
25105
|
* @type string
|
|
26621
25106
|
*/
|
|
26622
|
-
|
|
25107
|
+
edhrTmplVersion?: string;
|
|
26623
25108
|
/**
|
|
26624
|
-
*
|
|
25109
|
+
* 表单类型
|
|
26625
25110
|
*
|
|
26626
25111
|
* @type string
|
|
26627
25112
|
*/
|
|
26628
|
-
|
|
25113
|
+
formType?: string;
|
|
26629
25114
|
/**
|
|
26630
|
-
*
|
|
25115
|
+
* 主键
|
|
26631
25116
|
*
|
|
26632
25117
|
* @type string
|
|
26633
25118
|
*/
|
|
26634
|
-
|
|
25119
|
+
id?: string;
|
|
26635
25120
|
/**
|
|
26636
|
-
*
|
|
25121
|
+
* 物料编号
|
|
26637
25122
|
*
|
|
26638
25123
|
* @type string
|
|
26639
25124
|
*/
|
|
26640
|
-
|
|
25125
|
+
materialNo?: string;
|
|
26641
25126
|
/**
|
|
26642
|
-
*
|
|
25127
|
+
* 物料形态(批次或SN)
|
|
26643
25128
|
*
|
|
26644
25129
|
* @type string
|
|
26645
25130
|
*/
|
|
26646
|
-
|
|
25131
|
+
materialStatus?: string;
|
|
26647
25132
|
/**
|
|
26648
|
-
*
|
|
25133
|
+
* 工单编码
|
|
26649
25134
|
*
|
|
26650
25135
|
* @type string
|
|
26651
25136
|
*/
|
|
26652
|
-
|
|
25137
|
+
mfgOrderCode?: string;
|
|
26653
25138
|
/**
|
|
26654
|
-
*
|
|
25139
|
+
* 工单ID
|
|
26655
25140
|
*
|
|
26656
25141
|
* @type string
|
|
26657
25142
|
*/
|
|
26658
|
-
|
|
25143
|
+
mfgOrderId?: string;
|
|
26659
25144
|
/**
|
|
26660
|
-
* edhr模板id
|
|
26661
25145
|
*
|
|
26662
|
-
* @type string
|
|
26663
|
-
*/
|
|
26664
|
-
edhrTmplId?: string;
|
|
26665
|
-
/**
|
|
26666
|
-
* 生效日期
|
|
26667
25146
|
*
|
|
26668
25147
|
* @type string
|
|
26669
25148
|
*/
|
|
26670
|
-
|
|
25149
|
+
modifyTime?: string;
|
|
26671
25150
|
/**
|
|
26672
|
-
* 创建时间 - 结束
|
|
26673
25151
|
*
|
|
26674
|
-
* @type string
|
|
26675
|
-
*/
|
|
26676
|
-
endCreateTime?: string;
|
|
26677
|
-
/**
|
|
26678
|
-
* 待办:任务接收/已办:任务审核-结束时间
|
|
26679
25152
|
*
|
|
26680
25153
|
* @type string
|
|
26681
25154
|
*/
|
|
26682
|
-
|
|
25155
|
+
modifyUserId?: string;
|
|
26683
25156
|
/**
|
|
26684
|
-
* 批次/SN编号
|
|
26685
25157
|
*
|
|
26686
|
-
* @type string
|
|
26687
|
-
*/
|
|
26688
|
-
materialNo?: string;
|
|
26689
|
-
/**
|
|
26690
|
-
* 记录类型(NO或SN),为空则表示全部
|
|
26691
25158
|
*
|
|
26692
25159
|
* @type string
|
|
26693
25160
|
*/
|
|
26694
|
-
|
|
25161
|
+
modifyUserName?: string;
|
|
26695
25162
|
/**
|
|
26696
|
-
*
|
|
25163
|
+
* 节点编码
|
|
26697
25164
|
*
|
|
26698
25165
|
* @type string
|
|
26699
25166
|
*/
|
|
26700
|
-
|
|
25167
|
+
nodeKey?: string;
|
|
26701
25168
|
/**
|
|
26702
|
-
*
|
|
25169
|
+
* 单据code
|
|
26703
25170
|
*
|
|
26704
25171
|
* @type string
|
|
26705
25172
|
*/
|
|
26706
|
-
|
|
25173
|
+
ofCode?: string;
|
|
26707
25174
|
/**
|
|
26708
|
-
*
|
|
25175
|
+
* 表单创建时间
|
|
26709
25176
|
*
|
|
26710
25177
|
* @type string
|
|
26711
25178
|
*/
|
|
26712
|
-
|
|
26713
|
-
/**
|
|
26714
|
-
* 是否不显示edhr
|
|
26715
|
-
*
|
|
26716
|
-
* @type number
|
|
26717
|
-
*/
|
|
26718
|
-
notEdhr?: number;
|
|
25179
|
+
ofCreateTime?: string;
|
|
26719
25180
|
/**
|
|
26720
|
-
*
|
|
25181
|
+
* 单据创建人名称
|
|
26721
25182
|
*
|
|
26722
25183
|
* @type string
|
|
26723
25184
|
*/
|
|
26724
|
-
|
|
25185
|
+
ofCreateUserName?: string;
|
|
26725
25186
|
/**
|
|
26726
|
-
*
|
|
25187
|
+
* 表单实例id
|
|
26727
25188
|
*
|
|
26728
25189
|
* @type string
|
|
26729
25190
|
*/
|
|
26730
|
-
|
|
25191
|
+
ofInstanceId?: string;
|
|
26731
25192
|
/**
|
|
26732
|
-
*
|
|
25193
|
+
* 表单更新时间
|
|
26733
25194
|
*
|
|
26734
25195
|
* @type string
|
|
26735
25196
|
*/
|
|
26736
|
-
|
|
25197
|
+
ofModifyTime?: string;
|
|
26737
25198
|
/**
|
|
26738
|
-
*
|
|
25199
|
+
* 单据修改人名称
|
|
26739
25200
|
*
|
|
26740
25201
|
* @type string
|
|
26741
25202
|
*/
|
|
26742
|
-
|
|
25203
|
+
ofModifyUserName?: string;
|
|
26743
25204
|
/**
|
|
26744
|
-
* 表单模板
|
|
25205
|
+
* 表单模板id
|
|
26745
25206
|
*
|
|
26746
25207
|
* @type string
|
|
26747
25208
|
*/
|
|
@@ -26753,31 +25214,13 @@ export interface ProcessTaskApproveHisQueryRequest {
|
|
|
26753
25214
|
*/
|
|
26754
25215
|
ofTmplName?: string;
|
|
26755
25216
|
/**
|
|
26756
|
-
*
|
|
25217
|
+
* 流程实例ID
|
|
26757
25218
|
*
|
|
26758
25219
|
* @type string
|
|
26759
25220
|
*/
|
|
26760
|
-
|
|
26761
|
-
/**
|
|
26762
|
-
* 是否仅显示edhr
|
|
26763
|
-
*
|
|
26764
|
-
* @type number
|
|
26765
|
-
*/
|
|
26766
|
-
onlyEdhr?: number;
|
|
26767
|
-
/**
|
|
26768
|
-
* 页码
|
|
26769
|
-
*
|
|
26770
|
-
* @type number
|
|
26771
|
-
*/
|
|
26772
|
-
pageNo?: number;
|
|
26773
|
-
/**
|
|
26774
|
-
* 分页大小
|
|
26775
|
-
*
|
|
26776
|
-
* @type number
|
|
26777
|
-
*/
|
|
26778
|
-
pageSize?: number;
|
|
25221
|
+
processInstanceId?: string;
|
|
26779
25222
|
/**
|
|
26780
|
-
*
|
|
25223
|
+
* 流程状态: 运行中:running 已结束:finished
|
|
26781
25224
|
*
|
|
26782
25225
|
* @type string
|
|
26783
25226
|
*/
|
|
@@ -26788,42 +25231,12 @@ export interface ProcessTaskApproveHisQueryRequest {
|
|
|
26788
25231
|
* @type string
|
|
26789
25232
|
*/
|
|
26790
25233
|
productCode?: string;
|
|
26791
|
-
/**
|
|
26792
|
-
* 产品家族编码
|
|
26793
|
-
*
|
|
26794
|
-
* @type string
|
|
26795
|
-
*/
|
|
26796
|
-
productFamilyCode?: string;
|
|
26797
|
-
/**
|
|
26798
|
-
* 产品家族id
|
|
26799
|
-
*
|
|
26800
|
-
* @type string
|
|
26801
|
-
*/
|
|
26802
|
-
productFamilyId?: string;
|
|
26803
|
-
/**
|
|
26804
|
-
* 产品家族名称
|
|
26805
|
-
*
|
|
26806
|
-
* @type string
|
|
26807
|
-
*/
|
|
26808
|
-
productFamilyName?: string;
|
|
26809
25234
|
/**
|
|
26810
25235
|
* 产品id
|
|
26811
25236
|
*
|
|
26812
25237
|
* @type string
|
|
26813
25238
|
*/
|
|
26814
25239
|
productId?: string;
|
|
26815
|
-
/**
|
|
26816
|
-
* 产品基id
|
|
26817
|
-
*
|
|
26818
|
-
* @type string
|
|
26819
|
-
*/
|
|
26820
|
-
productIdRbi?: string;
|
|
26821
|
-
/**
|
|
26822
|
-
* 产品版本
|
|
26823
|
-
*
|
|
26824
|
-
* @type string
|
|
26825
|
-
*/
|
|
26826
|
-
productIdRi?: string;
|
|
26827
25240
|
/**
|
|
26828
25241
|
* 产品名称
|
|
26829
25242
|
*
|
|
@@ -26831,1277 +25244,65 @@ export interface ProcessTaskApproveHisQueryRequest {
|
|
|
26831
25244
|
*/
|
|
26832
25245
|
productName?: string;
|
|
26833
25246
|
/**
|
|
26834
|
-
*
|
|
26835
|
-
*
|
|
26836
|
-
* @type string
|
|
26837
|
-
*/
|
|
26838
|
-
productProcessId?: string;
|
|
26839
|
-
/**
|
|
26840
|
-
* 产品制程生产模式
|
|
26841
|
-
*
|
|
26842
|
-
* @type string
|
|
26843
|
-
*/
|
|
26844
|
-
productProcessProductionType?: string;
|
|
26845
|
-
/**
|
|
26846
|
-
* 产品规格型号
|
|
25247
|
+
* 产品规格
|
|
26847
25248
|
*
|
|
26848
25249
|
* @type string
|
|
26849
25250
|
*/
|
|
26850
25251
|
productSpec?: string;
|
|
26851
25252
|
/**
|
|
26852
|
-
*
|
|
25253
|
+
* 产品版本
|
|
26853
25254
|
*
|
|
26854
25255
|
* @type string
|
|
26855
25256
|
*/
|
|
26856
|
-
|
|
25257
|
+
productVersion?: string;
|
|
26857
25258
|
/**
|
|
26858
|
-
*
|
|
25259
|
+
* 流水号
|
|
26859
25260
|
*
|
|
26860
25261
|
* @type string
|
|
26861
25262
|
*/
|
|
26862
25263
|
serialNo?: string;
|
|
26863
25264
|
/**
|
|
26864
|
-
*
|
|
26865
|
-
*
|
|
26866
|
-
* @type number
|
|
26867
|
-
*/
|
|
26868
|
-
showChange?: number;
|
|
26869
|
-
/**
|
|
26870
|
-
* 显示表单流程数据
|
|
26871
|
-
*
|
|
26872
|
-
* @type boolean
|
|
26873
|
-
*/
|
|
26874
|
-
showFormProcess?: boolean;
|
|
26875
|
-
/**
|
|
26876
|
-
* 排序字段
|
|
26877
|
-
*
|
|
26878
|
-
* @type string
|
|
26879
|
-
*/
|
|
26880
|
-
sortField?: string;
|
|
26881
|
-
/**
|
|
26882
|
-
* 排序方式:ASC/DESC, 不传默认 ASC
|
|
25265
|
+
* 发起人iD
|
|
26883
25266
|
*
|
|
26884
25267
|
* @type string
|
|
26885
25268
|
*/
|
|
26886
|
-
|
|
25269
|
+
starterId?: string;
|
|
26887
25270
|
/**
|
|
26888
|
-
*
|
|
25271
|
+
* 发起人姓名
|
|
26889
25272
|
*
|
|
26890
25273
|
* @type string
|
|
26891
25274
|
*/
|
|
26892
|
-
|
|
25275
|
+
starterName?: string;
|
|
26893
25276
|
/**
|
|
26894
|
-
*
|
|
25277
|
+
* 任务结束时间
|
|
26895
25278
|
*
|
|
26896
25279
|
* @type string
|
|
26897
25280
|
*/
|
|
26898
|
-
|
|
25281
|
+
taskEndTime?: string;
|
|
26899
25282
|
/**
|
|
26900
|
-
*
|
|
25283
|
+
* 任务ID
|
|
26901
25284
|
*
|
|
26902
25285
|
* @type string
|
|
26903
25286
|
*/
|
|
26904
|
-
|
|
25287
|
+
taskId?: string;
|
|
26905
25288
|
/**
|
|
26906
|
-
*
|
|
25289
|
+
* 任务开始时间
|
|
26907
25290
|
*
|
|
26908
25291
|
* @type string
|
|
26909
25292
|
*/
|
|
26910
|
-
|
|
25293
|
+
taskStartTime?: string;
|
|
26911
25294
|
/**
|
|
26912
|
-
*
|
|
25295
|
+
* 任务类型:edhr任务:EDHR
|
|
26913
25296
|
*
|
|
26914
25297
|
* @type string
|
|
26915
25298
|
*/
|
|
26916
25299
|
taskType?: string;
|
|
26917
25300
|
/**
|
|
26918
|
-
*
|
|
26919
|
-
*
|
|
26920
|
-
* @type string[]
|
|
26921
|
-
*/
|
|
26922
|
-
taskTypeList?: string[];
|
|
26923
|
-
/**
|
|
26924
|
-
* 表单备注名
|
|
25301
|
+
* 表单任务名称
|
|
26925
25302
|
*
|
|
26926
25303
|
* @type string
|
|
26927
25304
|
*/
|
|
26928
25305
|
title?: string;
|
|
26929
|
-
/**
|
|
26930
|
-
* 表单编号
|
|
26931
|
-
*
|
|
26932
|
-
* @type string
|
|
26933
|
-
*/
|
|
26934
|
-
tmplCode?: string;
|
|
26935
|
-
/**
|
|
26936
|
-
* 表单模板
|
|
26937
|
-
*
|
|
26938
|
-
* @type string
|
|
26939
|
-
*/
|
|
26940
|
-
tmplId?: string;
|
|
26941
|
-
/**
|
|
26942
|
-
* 表单名称
|
|
26943
|
-
*
|
|
26944
|
-
* @type string
|
|
26945
|
-
*/
|
|
26946
|
-
tmplName?: string;
|
|
26947
|
-
/**
|
|
26948
|
-
* 审批流程记录类型
|
|
26949
|
-
*
|
|
26950
|
-
* @type string
|
|
26951
|
-
*/
|
|
26952
|
-
type?: string;
|
|
26953
|
-
/**
|
|
26954
|
-
* 审批流程记录类型 集合
|
|
26955
|
-
*
|
|
26956
|
-
* @type string[]
|
|
26957
|
-
*/
|
|
26958
|
-
typeList?: string[];
|
|
26959
|
-
/**
|
|
26960
|
-
* 版本
|
|
26961
|
-
*
|
|
26962
|
-
* @type string
|
|
26963
|
-
*/
|
|
26964
|
-
version?: string;
|
|
26965
|
-
}
|
|
26966
|
-
export interface ProcessTaskDoneApproveHisResponse {
|
|
26967
|
-
/**
|
|
26968
|
-
* 审批流程记录创建时间
|
|
26969
|
-
*
|
|
26970
|
-
* @type string
|
|
26971
|
-
*/
|
|
26972
|
-
approveHisCreateTime?: string;
|
|
26973
|
-
/**
|
|
26974
|
-
* 审批流程记录创建人
|
|
26975
|
-
*
|
|
26976
|
-
* @type string
|
|
26977
|
-
*/
|
|
26978
|
-
approveHisCreateUserName?: string;
|
|
26979
|
-
/**
|
|
26980
|
-
* 审批流程记录修改时间
|
|
26981
|
-
*
|
|
26982
|
-
* @type string
|
|
26983
|
-
*/
|
|
26984
|
-
approveHisModifyTime?: string;
|
|
26985
|
-
/**
|
|
26986
|
-
* 审批流程记录修改人
|
|
26987
|
-
*
|
|
26988
|
-
* @type string
|
|
26989
|
-
*/
|
|
26990
|
-
approveHisModifyUserName?: string;
|
|
26991
|
-
/**
|
|
26992
|
-
* 处理人ID
|
|
26993
|
-
*
|
|
26994
|
-
* @type string
|
|
26995
|
-
*/
|
|
26996
|
-
assigneeId?: string;
|
|
26997
|
-
/**
|
|
26998
|
-
* 处理人姓名
|
|
26999
|
-
*
|
|
27000
|
-
* @type string
|
|
27001
|
-
*/
|
|
27002
|
-
assigneeName?: string;
|
|
27003
|
-
/**
|
|
27004
|
-
* 业务编号(关联其他业务数据的编号)
|
|
27005
|
-
*
|
|
27006
|
-
* @type string
|
|
27007
|
-
*/
|
|
27008
|
-
businessCode?: string;
|
|
27009
|
-
/**
|
|
27010
|
-
* 业务id(关联其他业务数据的id)
|
|
27011
|
-
*
|
|
27012
|
-
* @type string
|
|
27013
|
-
*/
|
|
27014
|
-
businessId?: string;
|
|
27015
|
-
/**
|
|
27016
|
-
* 表单来源
|
|
27017
|
-
*
|
|
27018
|
-
* @type string
|
|
27019
|
-
*/
|
|
27020
|
-
businessType?: string;
|
|
27021
|
-
/**
|
|
27022
|
-
* 变更编号
|
|
27023
|
-
*
|
|
27024
|
-
* @type string
|
|
27025
|
-
*/
|
|
27026
|
-
changeNo?: string;
|
|
27027
|
-
/**
|
|
27028
|
-
* 变更类型
|
|
27029
|
-
*
|
|
27030
|
-
* @type string
|
|
27031
|
-
*/
|
|
27032
|
-
changeType?: string;
|
|
27033
|
-
/**
|
|
27034
|
-
* 编码
|
|
27035
|
-
*
|
|
27036
|
-
* @type string
|
|
27037
|
-
*/
|
|
27038
|
-
code?: string;
|
|
27039
|
-
/**
|
|
27040
|
-
*
|
|
27041
|
-
*
|
|
27042
|
-
* @type string
|
|
27043
|
-
*/
|
|
27044
|
-
createTime?: string;
|
|
27045
|
-
/**
|
|
27046
|
-
*
|
|
27047
|
-
*
|
|
27048
|
-
* @type string
|
|
27049
|
-
*/
|
|
27050
|
-
createUserId?: string;
|
|
27051
|
-
/**
|
|
27052
|
-
*
|
|
27053
|
-
*
|
|
27054
|
-
* @type string
|
|
27055
|
-
*/
|
|
27056
|
-
createUserName?: string;
|
|
27057
|
-
/**
|
|
27058
|
-
* 描述
|
|
27059
|
-
*
|
|
27060
|
-
* @type string
|
|
27061
|
-
*/
|
|
27062
|
-
description?: string;
|
|
27063
|
-
/**
|
|
27064
|
-
* 当前表单实例关联之大纲id
|
|
27065
|
-
*
|
|
27066
|
-
* @type string
|
|
27067
|
-
*/
|
|
27068
|
-
docOutlineId?: string;
|
|
27069
|
-
/**
|
|
27070
|
-
* edhr实例id
|
|
27071
|
-
*
|
|
27072
|
-
* @type string
|
|
27073
|
-
*/
|
|
27074
|
-
edhrInstanceId?: string;
|
|
27075
|
-
/**
|
|
27076
|
-
* edhr模板id
|
|
27077
|
-
*
|
|
27078
|
-
* @type string
|
|
27079
|
-
*/
|
|
27080
|
-
edhrTmplId?: string;
|
|
27081
|
-
/**
|
|
27082
|
-
* edhr模板名称
|
|
27083
|
-
*
|
|
27084
|
-
* @type string
|
|
27085
|
-
*/
|
|
27086
|
-
edhrTmplName?: string;
|
|
27087
|
-
/**
|
|
27088
|
-
* edhr模板版本
|
|
27089
|
-
*
|
|
27090
|
-
* @type string
|
|
27091
|
-
*/
|
|
27092
|
-
edhrTmplVersion?: string;
|
|
27093
|
-
/**
|
|
27094
|
-
* 生效日期
|
|
27095
|
-
*
|
|
27096
|
-
* @type string
|
|
27097
|
-
*/
|
|
27098
|
-
effectiveDate?: string;
|
|
27099
|
-
/**
|
|
27100
|
-
* 表单类型
|
|
27101
|
-
*
|
|
27102
|
-
* @type string
|
|
27103
|
-
*/
|
|
27104
|
-
formType?: string;
|
|
27105
|
-
/**
|
|
27106
|
-
* 主键
|
|
27107
|
-
*
|
|
27108
|
-
* @type string
|
|
27109
|
-
*/
|
|
27110
|
-
id?: string;
|
|
27111
|
-
/**
|
|
27112
|
-
* 批次/SN编号
|
|
27113
|
-
*
|
|
27114
|
-
* @type string
|
|
27115
|
-
*/
|
|
27116
|
-
materialNo?: string;
|
|
27117
|
-
/**
|
|
27118
|
-
* 物料形态(批次或SN)
|
|
27119
|
-
*
|
|
27120
|
-
* @type string
|
|
27121
|
-
*/
|
|
27122
|
-
materialStatus?: string;
|
|
27123
|
-
/**
|
|
27124
|
-
* 工单编码
|
|
27125
|
-
*
|
|
27126
|
-
* @type string
|
|
27127
|
-
*/
|
|
27128
|
-
mfgOrderCode?: string;
|
|
27129
|
-
/**
|
|
27130
|
-
* 工单id
|
|
27131
|
-
*
|
|
27132
|
-
* @type string
|
|
27133
|
-
*/
|
|
27134
|
-
mfgOrderId?: string;
|
|
27135
|
-
/**
|
|
27136
|
-
*
|
|
27137
|
-
*
|
|
27138
|
-
* @type string
|
|
27139
|
-
*/
|
|
27140
|
-
modifyTime?: string;
|
|
27141
|
-
/**
|
|
27142
|
-
*
|
|
27143
|
-
*
|
|
27144
|
-
* @type string
|
|
27145
|
-
*/
|
|
27146
|
-
modifyUserId?: string;
|
|
27147
|
-
/**
|
|
27148
|
-
*
|
|
27149
|
-
*
|
|
27150
|
-
* @type string
|
|
27151
|
-
*/
|
|
27152
|
-
modifyUserName?: string;
|
|
27153
|
-
/**
|
|
27154
|
-
* 名称
|
|
27155
|
-
*
|
|
27156
|
-
* @type string
|
|
27157
|
-
*/
|
|
27158
|
-
name?: string;
|
|
27159
|
-
/**
|
|
27160
|
-
* 节点编码
|
|
27161
|
-
*
|
|
27162
|
-
* @type string
|
|
27163
|
-
*/
|
|
27164
|
-
nodeKey?: string;
|
|
27165
|
-
/**
|
|
27166
|
-
* 记录本ID
|
|
27167
|
-
*
|
|
27168
|
-
* @type string
|
|
27169
|
-
*/
|
|
27170
|
-
notebookId?: string;
|
|
27171
|
-
/**
|
|
27172
|
-
* 单据code
|
|
27173
|
-
*
|
|
27174
|
-
* @type string
|
|
27175
|
-
*/
|
|
27176
|
-
ofCode?: string;
|
|
27177
|
-
/**
|
|
27178
|
-
* 表单创建时间
|
|
27179
|
-
*
|
|
27180
|
-
* @type string
|
|
27181
|
-
*/
|
|
27182
|
-
ofCreateTime?: string;
|
|
27183
|
-
/**
|
|
27184
|
-
* 单据创建人名称
|
|
27185
|
-
*
|
|
27186
|
-
* @type string
|
|
27187
|
-
*/
|
|
27188
|
-
ofCreateUserName?: string;
|
|
27189
|
-
/**
|
|
27190
|
-
* 表单实例id
|
|
27191
|
-
*
|
|
27192
|
-
* @type string
|
|
27193
|
-
*/
|
|
27194
|
-
ofInstanceId?: string;
|
|
27195
|
-
/**
|
|
27196
|
-
* 表单更新时间
|
|
27197
|
-
*
|
|
27198
|
-
* @type string
|
|
27199
|
-
*/
|
|
27200
|
-
ofModifyTime?: string;
|
|
27201
|
-
/**
|
|
27202
|
-
* 单据修改人名称
|
|
27203
|
-
*
|
|
27204
|
-
* @type string
|
|
27205
|
-
*/
|
|
27206
|
-
ofModifyUserName?: string;
|
|
27207
|
-
/**
|
|
27208
|
-
* 表单模板id
|
|
27209
|
-
*
|
|
27210
|
-
* @type string
|
|
27211
|
-
*/
|
|
27212
|
-
ofTmplId?: string;
|
|
27213
|
-
/**
|
|
27214
|
-
* 表单模板名称
|
|
27215
|
-
*
|
|
27216
|
-
* @type string
|
|
27217
|
-
*/
|
|
27218
|
-
ofTmplName?: string;
|
|
27219
|
-
/**
|
|
27220
|
-
* 表单实例ID
|
|
27221
|
-
*
|
|
27222
|
-
* @type string
|
|
27223
|
-
*/
|
|
27224
|
-
onlineFormInstanceId?: string;
|
|
27225
|
-
/**
|
|
27226
|
-
* 流程实例ID
|
|
27227
|
-
*
|
|
27228
|
-
* @type string
|
|
27229
|
-
*/
|
|
27230
|
-
processInstanceId?: string;
|
|
27231
|
-
/**
|
|
27232
|
-
* 流程状态: 运行中:running 已结束:finished
|
|
27233
|
-
*
|
|
27234
|
-
* @type string
|
|
27235
|
-
*/
|
|
27236
|
-
processInstanceStatus?: string;
|
|
27237
|
-
/**
|
|
27238
|
-
* 产品编码
|
|
27239
|
-
*
|
|
27240
|
-
* @type string
|
|
27241
|
-
*/
|
|
27242
|
-
productCode?: string;
|
|
27243
|
-
/**
|
|
27244
|
-
* 产品家族编码
|
|
27245
|
-
*
|
|
27246
|
-
* @type string
|
|
27247
|
-
*/
|
|
27248
|
-
productFamilyCode?: string;
|
|
27249
|
-
/**
|
|
27250
|
-
* 产品家族id
|
|
27251
|
-
*
|
|
27252
|
-
* @type string
|
|
27253
|
-
*/
|
|
27254
|
-
productFamilyId?: string;
|
|
27255
|
-
/**
|
|
27256
|
-
* 产品家族名称
|
|
27257
|
-
*
|
|
27258
|
-
* @type string
|
|
27259
|
-
*/
|
|
27260
|
-
productFamilyName?: string;
|
|
27261
|
-
/**
|
|
27262
|
-
* 产品id
|
|
27263
|
-
*
|
|
27264
|
-
* @type string
|
|
27265
|
-
*/
|
|
27266
|
-
productId?: string;
|
|
27267
|
-
/**
|
|
27268
|
-
* 产品基id
|
|
27269
|
-
*
|
|
27270
|
-
* @type string
|
|
27271
|
-
*/
|
|
27272
|
-
productIdRbi?: string;
|
|
27273
|
-
/**
|
|
27274
|
-
* 产品版本
|
|
27275
|
-
*
|
|
27276
|
-
* @type string
|
|
27277
|
-
*/
|
|
27278
|
-
productIdRi?: string;
|
|
27279
|
-
/**
|
|
27280
|
-
* 产品名称
|
|
27281
|
-
*
|
|
27282
|
-
* @type string
|
|
27283
|
-
*/
|
|
27284
|
-
productName?: string;
|
|
27285
|
-
/**
|
|
27286
|
-
* 产品制程id
|
|
27287
|
-
*
|
|
27288
|
-
* @type string
|
|
27289
|
-
*/
|
|
27290
|
-
productProcessId?: string;
|
|
27291
|
-
/**
|
|
27292
|
-
* 产品制程生产模式
|
|
27293
|
-
*
|
|
27294
|
-
* @type string
|
|
27295
|
-
*/
|
|
27296
|
-
productProcessProductionType?: string;
|
|
27297
|
-
/**
|
|
27298
|
-
* 产品规格型号
|
|
27299
|
-
*
|
|
27300
|
-
* @type string
|
|
27301
|
-
*/
|
|
27302
|
-
productSpec?: string;
|
|
27303
|
-
/**
|
|
27304
|
-
* 产品版本
|
|
27305
|
-
*
|
|
27306
|
-
* @type string
|
|
27307
|
-
*/
|
|
27308
|
-
productVersion?: string;
|
|
27309
|
-
/**
|
|
27310
|
-
* 工艺路线id
|
|
27311
|
-
*
|
|
27312
|
-
* @type string
|
|
27313
|
-
*/
|
|
27314
|
-
routingId?: string;
|
|
27315
|
-
/**
|
|
27316
|
-
* 表单流水号
|
|
27317
|
-
*
|
|
27318
|
-
* @type string
|
|
27319
|
-
*/
|
|
27320
|
-
serialNo?: string;
|
|
27321
|
-
/**
|
|
27322
|
-
* 发起人iD
|
|
27323
|
-
*
|
|
27324
|
-
* @type string
|
|
27325
|
-
*/
|
|
27326
|
-
starterId?: string;
|
|
27327
|
-
/**
|
|
27328
|
-
* 发起人姓名
|
|
27329
|
-
*
|
|
27330
|
-
* @type string
|
|
27331
|
-
*/
|
|
27332
|
-
starterName?: string;
|
|
27333
|
-
/**
|
|
27334
|
-
* 变更流程的状态
|
|
27335
|
-
*
|
|
27336
|
-
* @type string
|
|
27337
|
-
*/
|
|
27338
|
-
status?: string;
|
|
27339
|
-
/**
|
|
27340
|
-
* 任务结束时间
|
|
27341
|
-
*
|
|
27342
|
-
* @type string
|
|
27343
|
-
*/
|
|
27344
|
-
taskEndTime?: string;
|
|
27345
|
-
/**
|
|
27346
|
-
* 任务ID
|
|
27347
|
-
*
|
|
27348
|
-
* @type string
|
|
27349
|
-
*/
|
|
27350
|
-
taskId?: string;
|
|
27351
|
-
/**
|
|
27352
|
-
* 任务开始时间
|
|
27353
|
-
*
|
|
27354
|
-
* @type string
|
|
27355
|
-
*/
|
|
27356
|
-
taskStartTime?: string;
|
|
27357
|
-
/**
|
|
27358
|
-
* 任务类型:edhr任务:EDHR
|
|
27359
|
-
*
|
|
27360
|
-
* @type string
|
|
27361
|
-
*/
|
|
27362
|
-
taskType?: string;
|
|
27363
|
-
/**
|
|
27364
|
-
* 表单备注名
|
|
27365
|
-
*
|
|
27366
|
-
* @type string
|
|
27367
|
-
*/
|
|
27368
|
-
title?: string;
|
|
27369
|
-
/**
|
|
27370
|
-
* 表单编号
|
|
27371
|
-
*
|
|
27372
|
-
* @type string
|
|
27373
|
-
*/
|
|
27374
|
-
tmplCode?: string;
|
|
27375
|
-
/**
|
|
27376
|
-
* 表单模板
|
|
27377
|
-
*
|
|
27378
|
-
* @type string
|
|
27379
|
-
*/
|
|
27380
|
-
tmplId?: string;
|
|
27381
|
-
/**
|
|
27382
|
-
* 表单名称
|
|
27383
|
-
*
|
|
27384
|
-
* @type string
|
|
27385
|
-
*/
|
|
27386
|
-
tmplName?: string;
|
|
27387
|
-
/**
|
|
27388
|
-
* 审批流程记录类型
|
|
27389
|
-
*
|
|
27390
|
-
* @type string
|
|
27391
|
-
*/
|
|
27392
|
-
type?: string;
|
|
27393
|
-
/**
|
|
27394
|
-
* 版本
|
|
27395
|
-
*
|
|
27396
|
-
* @type string
|
|
27397
|
-
*/
|
|
27398
|
-
version?: string;
|
|
27399
|
-
}
|
|
27400
|
-
export interface ProcessTaskDoneResponse {
|
|
27401
|
-
/**
|
|
27402
|
-
* 处理人ID
|
|
27403
|
-
*
|
|
27404
|
-
* @type string
|
|
27405
|
-
*/
|
|
27406
|
-
assigneeId?: string;
|
|
27407
|
-
/**
|
|
27408
|
-
* 处理人姓名
|
|
27409
|
-
*
|
|
27410
|
-
* @type string
|
|
27411
|
-
*/
|
|
27412
|
-
assigneeName?: string;
|
|
27413
|
-
/**
|
|
27414
|
-
* 业务编号(关联其他业务数据的编号)
|
|
27415
|
-
*
|
|
27416
|
-
* @type string
|
|
27417
|
-
*/
|
|
27418
|
-
businessCode?: string;
|
|
27419
|
-
/**
|
|
27420
|
-
* 业务id(关联其他业务数据的id)
|
|
27421
|
-
*
|
|
27422
|
-
* @type string
|
|
27423
|
-
*/
|
|
27424
|
-
businessId?: string;
|
|
27425
|
-
/**
|
|
27426
|
-
* 表单来源
|
|
27427
|
-
*
|
|
27428
|
-
* @type string
|
|
27429
|
-
*/
|
|
27430
|
-
businessType?: string;
|
|
27431
|
-
/**
|
|
27432
|
-
*
|
|
27433
|
-
*
|
|
27434
|
-
* @type string
|
|
27435
|
-
*/
|
|
27436
|
-
createTime?: string;
|
|
27437
|
-
/**
|
|
27438
|
-
*
|
|
27439
|
-
*
|
|
27440
|
-
* @type string
|
|
27441
|
-
*/
|
|
27442
|
-
createUserId?: string;
|
|
27443
|
-
/**
|
|
27444
|
-
*
|
|
27445
|
-
*
|
|
27446
|
-
* @type string
|
|
27447
|
-
*/
|
|
27448
|
-
createUserName?: string;
|
|
27449
|
-
/**
|
|
27450
|
-
* 当前表单实例关联之大纲id
|
|
27451
|
-
*
|
|
27452
|
-
* @type string
|
|
27453
|
-
*/
|
|
27454
|
-
docOutlineId?: string;
|
|
27455
|
-
/**
|
|
27456
|
-
* edhr实例id
|
|
27457
|
-
*
|
|
27458
|
-
* @type string
|
|
27459
|
-
*/
|
|
27460
|
-
edhrInstanceId?: string;
|
|
27461
|
-
/**
|
|
27462
|
-
* edhr模板id
|
|
27463
|
-
*
|
|
27464
|
-
* @type string
|
|
27465
|
-
*/
|
|
27466
|
-
edhrTmplId?: string;
|
|
27467
|
-
/**
|
|
27468
|
-
* edhr模板名称
|
|
27469
|
-
*
|
|
27470
|
-
* @type string
|
|
27471
|
-
*/
|
|
27472
|
-
edhrTmplName?: string;
|
|
27473
|
-
/**
|
|
27474
|
-
* edhr模板版本
|
|
27475
|
-
*
|
|
27476
|
-
* @type string
|
|
27477
|
-
*/
|
|
27478
|
-
edhrTmplVersion?: string;
|
|
27479
|
-
/**
|
|
27480
|
-
* 表单类型
|
|
27481
|
-
*
|
|
27482
|
-
* @type string
|
|
27483
|
-
*/
|
|
27484
|
-
formType?: string;
|
|
27485
|
-
/**
|
|
27486
|
-
* 主键
|
|
27487
|
-
*
|
|
27488
|
-
* @type string
|
|
27489
|
-
*/
|
|
27490
|
-
id?: string;
|
|
27491
|
-
/**
|
|
27492
|
-
* 物料编号
|
|
27493
|
-
*
|
|
27494
|
-
* @type string
|
|
27495
|
-
*/
|
|
27496
|
-
materialNo?: string;
|
|
27497
|
-
/**
|
|
27498
|
-
* 物料形态(批次或SN)
|
|
27499
|
-
*
|
|
27500
|
-
* @type string
|
|
27501
|
-
*/
|
|
27502
|
-
materialStatus?: string;
|
|
27503
|
-
/**
|
|
27504
|
-
* 工单编码
|
|
27505
|
-
*
|
|
27506
|
-
* @type string
|
|
27507
|
-
*/
|
|
27508
|
-
mfgOrderCode?: string;
|
|
27509
|
-
/**
|
|
27510
|
-
* 工单ID
|
|
27511
|
-
*
|
|
27512
|
-
* @type string
|
|
27513
|
-
*/
|
|
27514
|
-
mfgOrderId?: string;
|
|
27515
|
-
/**
|
|
27516
|
-
*
|
|
27517
|
-
*
|
|
27518
|
-
* @type string
|
|
27519
|
-
*/
|
|
27520
|
-
modifyTime?: string;
|
|
27521
|
-
/**
|
|
27522
|
-
*
|
|
27523
|
-
*
|
|
27524
|
-
* @type string
|
|
27525
|
-
*/
|
|
27526
|
-
modifyUserId?: string;
|
|
27527
|
-
/**
|
|
27528
|
-
*
|
|
27529
|
-
*
|
|
27530
|
-
* @type string
|
|
27531
|
-
*/
|
|
27532
|
-
modifyUserName?: string;
|
|
27533
|
-
/**
|
|
27534
|
-
* 节点编码
|
|
27535
|
-
*
|
|
27536
|
-
* @type string
|
|
27537
|
-
*/
|
|
27538
|
-
nodeKey?: string;
|
|
27539
|
-
/**
|
|
27540
|
-
* 单据code
|
|
27541
|
-
*
|
|
27542
|
-
* @type string
|
|
27543
|
-
*/
|
|
27544
|
-
ofCode?: string;
|
|
27545
|
-
/**
|
|
27546
|
-
* 表单创建时间
|
|
27547
|
-
*
|
|
27548
|
-
* @type string
|
|
27549
|
-
*/
|
|
27550
|
-
ofCreateTime?: string;
|
|
27551
|
-
/**
|
|
27552
|
-
* 单据创建人名称
|
|
27553
|
-
*
|
|
27554
|
-
* @type string
|
|
27555
|
-
*/
|
|
27556
|
-
ofCreateUserName?: string;
|
|
27557
|
-
/**
|
|
27558
|
-
* 表单实例id
|
|
27559
|
-
*
|
|
27560
|
-
* @type string
|
|
27561
|
-
*/
|
|
27562
|
-
ofInstanceId?: string;
|
|
27563
|
-
/**
|
|
27564
|
-
* 表单更新时间
|
|
27565
|
-
*
|
|
27566
|
-
* @type string
|
|
27567
|
-
*/
|
|
27568
|
-
ofModifyTime?: string;
|
|
27569
|
-
/**
|
|
27570
|
-
* 单据修改人名称
|
|
27571
|
-
*
|
|
27572
|
-
* @type string
|
|
27573
|
-
*/
|
|
27574
|
-
ofModifyUserName?: string;
|
|
27575
|
-
/**
|
|
27576
|
-
* 表单模板id
|
|
27577
|
-
*
|
|
27578
|
-
* @type string
|
|
27579
|
-
*/
|
|
27580
|
-
ofTmplId?: string;
|
|
27581
|
-
/**
|
|
27582
|
-
* 表单模板名称
|
|
27583
|
-
*
|
|
27584
|
-
* @type string
|
|
27585
|
-
*/
|
|
27586
|
-
ofTmplName?: string;
|
|
27587
|
-
/**
|
|
27588
|
-
* 流程实例ID
|
|
27589
|
-
*
|
|
27590
|
-
* @type string
|
|
27591
|
-
*/
|
|
27592
|
-
processInstanceId?: string;
|
|
27593
|
-
/**
|
|
27594
|
-
* 流程状态: 运行中:running 已结束:finished
|
|
27595
|
-
*
|
|
27596
|
-
* @type string
|
|
27597
|
-
*/
|
|
27598
|
-
processInstanceStatus?: string;
|
|
27599
|
-
/**
|
|
27600
|
-
* 产品编码
|
|
27601
|
-
*
|
|
27602
|
-
* @type string
|
|
27603
|
-
*/
|
|
27604
|
-
productCode?: string;
|
|
27605
|
-
/**
|
|
27606
|
-
* 产品id
|
|
27607
|
-
*
|
|
27608
|
-
* @type string
|
|
27609
|
-
*/
|
|
27610
|
-
productId?: string;
|
|
27611
|
-
/**
|
|
27612
|
-
* 产品名称
|
|
27613
|
-
*
|
|
27614
|
-
* @type string
|
|
27615
|
-
*/
|
|
27616
|
-
productName?: string;
|
|
27617
|
-
/**
|
|
27618
|
-
* 产品规格
|
|
27619
|
-
*
|
|
27620
|
-
* @type string
|
|
27621
|
-
*/
|
|
27622
|
-
productSpec?: string;
|
|
27623
|
-
/**
|
|
27624
|
-
* 产品版本
|
|
27625
|
-
*
|
|
27626
|
-
* @type string
|
|
27627
|
-
*/
|
|
27628
|
-
productVersion?: string;
|
|
27629
|
-
/**
|
|
27630
|
-
* 流水号
|
|
27631
|
-
*
|
|
27632
|
-
* @type string
|
|
27633
|
-
*/
|
|
27634
|
-
serialNo?: string;
|
|
27635
|
-
/**
|
|
27636
|
-
* 发起人iD
|
|
27637
|
-
*
|
|
27638
|
-
* @type string
|
|
27639
|
-
*/
|
|
27640
|
-
starterId?: string;
|
|
27641
|
-
/**
|
|
27642
|
-
* 发起人姓名
|
|
27643
|
-
*
|
|
27644
|
-
* @type string
|
|
27645
|
-
*/
|
|
27646
|
-
starterName?: string;
|
|
27647
|
-
/**
|
|
27648
|
-
* 任务结束时间
|
|
27649
|
-
*
|
|
27650
|
-
* @type string
|
|
27651
|
-
*/
|
|
27652
|
-
taskEndTime?: string;
|
|
27653
|
-
/**
|
|
27654
|
-
* 任务ID
|
|
27655
|
-
*
|
|
27656
|
-
* @type string
|
|
27657
|
-
*/
|
|
27658
|
-
taskId?: string;
|
|
27659
|
-
/**
|
|
27660
|
-
* 任务开始时间
|
|
27661
|
-
*
|
|
27662
|
-
* @type string
|
|
27663
|
-
*/
|
|
27664
|
-
taskStartTime?: string;
|
|
27665
|
-
/**
|
|
27666
|
-
* 任务类型:edhr任务:EDHR
|
|
27667
|
-
*
|
|
27668
|
-
* @type string
|
|
27669
|
-
*/
|
|
27670
|
-
taskType?: string;
|
|
27671
|
-
/**
|
|
27672
|
-
* 表单任务名称
|
|
27673
|
-
*
|
|
27674
|
-
* @type string
|
|
27675
|
-
*/
|
|
27676
|
-
title?: string;
|
|
27677
|
-
}
|
|
27678
|
-
export interface ProcessTaskTodoApproveHisResponse {
|
|
27679
|
-
/**
|
|
27680
|
-
* 审批流程记录创建时间
|
|
27681
|
-
*
|
|
27682
|
-
* @type string
|
|
27683
|
-
*/
|
|
27684
|
-
approveHisCreateTime?: string;
|
|
27685
|
-
/**
|
|
27686
|
-
* 审批流程记录创建人
|
|
27687
|
-
*
|
|
27688
|
-
* @type string
|
|
27689
|
-
*/
|
|
27690
|
-
approveHisCreateUserName?: string;
|
|
27691
|
-
/**
|
|
27692
|
-
* 审批流程记录修改时间
|
|
27693
|
-
*
|
|
27694
|
-
* @type string
|
|
27695
|
-
*/
|
|
27696
|
-
approveHisModifyTime?: string;
|
|
27697
|
-
/**
|
|
27698
|
-
* 审批流程记录修改人
|
|
27699
|
-
*
|
|
27700
|
-
* @type string
|
|
27701
|
-
*/
|
|
27702
|
-
approveHisModifyUserName?: string;
|
|
27703
|
-
/**
|
|
27704
|
-
* 处理人ID
|
|
27705
|
-
*
|
|
27706
|
-
* @type string
|
|
27707
|
-
*/
|
|
27708
|
-
assigneeId?: string;
|
|
27709
|
-
/**
|
|
27710
|
-
* 处理人姓名
|
|
27711
|
-
*
|
|
27712
|
-
* @type string
|
|
27713
|
-
*/
|
|
27714
|
-
assigneeName?: string;
|
|
27715
|
-
/**
|
|
27716
|
-
* 业务编号(关联其他业务数据的编号)
|
|
27717
|
-
*
|
|
27718
|
-
* @type string
|
|
27719
|
-
*/
|
|
27720
|
-
businessCode?: string;
|
|
27721
|
-
/**
|
|
27722
|
-
* 业务id(关联其他业务数据的id)
|
|
27723
|
-
*
|
|
27724
|
-
* @type string
|
|
27725
|
-
*/
|
|
27726
|
-
businessId?: string;
|
|
27727
|
-
/**
|
|
27728
|
-
* 表单来源
|
|
27729
|
-
*
|
|
27730
|
-
* @type string
|
|
27731
|
-
*/
|
|
27732
|
-
businessType?: string;
|
|
27733
|
-
/**
|
|
27734
|
-
* 变更编号
|
|
27735
|
-
*
|
|
27736
|
-
* @type string
|
|
27737
|
-
*/
|
|
27738
|
-
changeNo?: string;
|
|
27739
|
-
/**
|
|
27740
|
-
* 变更类型
|
|
27741
|
-
*
|
|
27742
|
-
* @type string
|
|
27743
|
-
*/
|
|
27744
|
-
changeType?: string;
|
|
27745
|
-
/**
|
|
27746
|
-
* 编码
|
|
27747
|
-
*
|
|
27748
|
-
* @type string
|
|
27749
|
-
*/
|
|
27750
|
-
code?: string;
|
|
27751
|
-
/**
|
|
27752
|
-
*
|
|
27753
|
-
*
|
|
27754
|
-
* @type string
|
|
27755
|
-
*/
|
|
27756
|
-
createTime?: string;
|
|
27757
|
-
/**
|
|
27758
|
-
*
|
|
27759
|
-
*
|
|
27760
|
-
* @type string
|
|
27761
|
-
*/
|
|
27762
|
-
createUserId?: string;
|
|
27763
|
-
/**
|
|
27764
|
-
*
|
|
27765
|
-
*
|
|
27766
|
-
* @type string
|
|
27767
|
-
*/
|
|
27768
|
-
createUserName?: string;
|
|
27769
|
-
/**
|
|
27770
|
-
* 描述
|
|
27771
|
-
*
|
|
27772
|
-
* @type string
|
|
27773
|
-
*/
|
|
27774
|
-
description?: string;
|
|
27775
|
-
/**
|
|
27776
|
-
* 当前表单实例关联之大纲id
|
|
27777
|
-
*
|
|
27778
|
-
* @type string
|
|
27779
|
-
*/
|
|
27780
|
-
docOutlineId?: string;
|
|
27781
|
-
/**
|
|
27782
|
-
* edhr实例id
|
|
27783
|
-
*
|
|
27784
|
-
* @type string
|
|
27785
|
-
*/
|
|
27786
|
-
edhrInstanceId?: string;
|
|
27787
|
-
/**
|
|
27788
|
-
* edhr模板id
|
|
27789
|
-
*
|
|
27790
|
-
* @type string
|
|
27791
|
-
*/
|
|
27792
|
-
edhrTmplId?: string;
|
|
27793
|
-
/**
|
|
27794
|
-
* edhr模板名称
|
|
27795
|
-
*
|
|
27796
|
-
* @type string
|
|
27797
|
-
*/
|
|
27798
|
-
edhrTmplName?: string;
|
|
27799
|
-
/**
|
|
27800
|
-
* edhr模板版本
|
|
27801
|
-
*
|
|
27802
|
-
* @type string
|
|
27803
|
-
*/
|
|
27804
|
-
edhrTmplVersion?: string;
|
|
27805
|
-
/**
|
|
27806
|
-
* 生效日期
|
|
27807
|
-
*
|
|
27808
|
-
* @type string
|
|
27809
|
-
*/
|
|
27810
|
-
effectiveDate?: string;
|
|
27811
|
-
/**
|
|
27812
|
-
* 表单类型
|
|
27813
|
-
*
|
|
27814
|
-
* @type string
|
|
27815
|
-
*/
|
|
27816
|
-
formType?: string;
|
|
27817
|
-
/**
|
|
27818
|
-
* 主键
|
|
27819
|
-
*
|
|
27820
|
-
* @type string
|
|
27821
|
-
*/
|
|
27822
|
-
id?: string;
|
|
27823
|
-
/**
|
|
27824
|
-
* 批次/SN编号
|
|
27825
|
-
*
|
|
27826
|
-
* @type string
|
|
27827
|
-
*/
|
|
27828
|
-
materialNo?: string;
|
|
27829
|
-
/**
|
|
27830
|
-
* 物料形态(批次或SN)
|
|
27831
|
-
*
|
|
27832
|
-
* @type string
|
|
27833
|
-
*/
|
|
27834
|
-
materialStatus?: string;
|
|
27835
|
-
/**
|
|
27836
|
-
* 工单编码
|
|
27837
|
-
*
|
|
27838
|
-
* @type string
|
|
27839
|
-
*/
|
|
27840
|
-
mfgOrderCode?: string;
|
|
27841
|
-
/**
|
|
27842
|
-
* 工单id
|
|
27843
|
-
*
|
|
27844
|
-
* @type string
|
|
27845
|
-
*/
|
|
27846
|
-
mfgOrderId?: string;
|
|
27847
|
-
/**
|
|
27848
|
-
*
|
|
27849
|
-
*
|
|
27850
|
-
* @type string
|
|
27851
|
-
*/
|
|
27852
|
-
modifyTime?: string;
|
|
27853
|
-
/**
|
|
27854
|
-
*
|
|
27855
|
-
*
|
|
27856
|
-
* @type string
|
|
27857
|
-
*/
|
|
27858
|
-
modifyUserId?: string;
|
|
27859
|
-
/**
|
|
27860
|
-
*
|
|
27861
|
-
*
|
|
27862
|
-
* @type string
|
|
27863
|
-
*/
|
|
27864
|
-
modifyUserName?: string;
|
|
27865
|
-
/**
|
|
27866
|
-
* 名称
|
|
27867
|
-
*
|
|
27868
|
-
* @type string
|
|
27869
|
-
*/
|
|
27870
|
-
name?: string;
|
|
27871
|
-
/**
|
|
27872
|
-
* 节点编码
|
|
27873
|
-
*
|
|
27874
|
-
* @type string
|
|
27875
|
-
*/
|
|
27876
|
-
nodeKey?: string;
|
|
27877
|
-
/**
|
|
27878
|
-
* 记录本ID
|
|
27879
|
-
*
|
|
27880
|
-
* @type string
|
|
27881
|
-
*/
|
|
27882
|
-
notebookId?: string;
|
|
27883
|
-
/**
|
|
27884
|
-
* 单据code
|
|
27885
|
-
*
|
|
27886
|
-
* @type string
|
|
27887
|
-
*/
|
|
27888
|
-
ofCode?: string;
|
|
27889
|
-
/**
|
|
27890
|
-
* 表单创建时间
|
|
27891
|
-
*
|
|
27892
|
-
* @type string
|
|
27893
|
-
*/
|
|
27894
|
-
ofCreateTime?: string;
|
|
27895
|
-
/**
|
|
27896
|
-
* 单据创建人名称
|
|
27897
|
-
*
|
|
27898
|
-
* @type string
|
|
27899
|
-
*/
|
|
27900
|
-
ofCreateUserName?: string;
|
|
27901
|
-
/**
|
|
27902
|
-
* 表单实例id
|
|
27903
|
-
*
|
|
27904
|
-
* @type string
|
|
27905
|
-
*/
|
|
27906
|
-
ofInstanceId?: string;
|
|
27907
|
-
/**
|
|
27908
|
-
* 表单更新时间
|
|
27909
|
-
*
|
|
27910
|
-
* @type string
|
|
27911
|
-
*/
|
|
27912
|
-
ofModifyTime?: string;
|
|
27913
|
-
/**
|
|
27914
|
-
* 单据修改人名称
|
|
27915
|
-
*
|
|
27916
|
-
* @type string
|
|
27917
|
-
*/
|
|
27918
|
-
ofModifyUserName?: string;
|
|
27919
|
-
/**
|
|
27920
|
-
* 表单模板id
|
|
27921
|
-
*
|
|
27922
|
-
* @type string
|
|
27923
|
-
*/
|
|
27924
|
-
ofTmplId?: string;
|
|
27925
|
-
/**
|
|
27926
|
-
* 表单模板名称
|
|
27927
|
-
*
|
|
27928
|
-
* @type string
|
|
27929
|
-
*/
|
|
27930
|
-
ofTmplName?: string;
|
|
27931
|
-
/**
|
|
27932
|
-
* 表单实例ID
|
|
27933
|
-
*
|
|
27934
|
-
* @type string
|
|
27935
|
-
*/
|
|
27936
|
-
onlineFormInstanceId?: string;
|
|
27937
|
-
/**
|
|
27938
|
-
* 流程实例ID
|
|
27939
|
-
*
|
|
27940
|
-
* @type string
|
|
27941
|
-
*/
|
|
27942
|
-
processInstanceId?: string;
|
|
27943
|
-
/**
|
|
27944
|
-
* 流程状态: 运行中:running 已结束:finished
|
|
27945
|
-
*
|
|
27946
|
-
* @type string
|
|
27947
|
-
*/
|
|
27948
|
-
processInstanceStatus?: string;
|
|
27949
|
-
/**
|
|
27950
|
-
* 产品编码
|
|
27951
|
-
*
|
|
27952
|
-
* @type string
|
|
27953
|
-
*/
|
|
27954
|
-
productCode?: string;
|
|
27955
|
-
/**
|
|
27956
|
-
* 产品家族编码
|
|
27957
|
-
*
|
|
27958
|
-
* @type string
|
|
27959
|
-
*/
|
|
27960
|
-
productFamilyCode?: string;
|
|
27961
|
-
/**
|
|
27962
|
-
* 产品家族id
|
|
27963
|
-
*
|
|
27964
|
-
* @type string
|
|
27965
|
-
*/
|
|
27966
|
-
productFamilyId?: string;
|
|
27967
|
-
/**
|
|
27968
|
-
* 产品家族名称
|
|
27969
|
-
*
|
|
27970
|
-
* @type string
|
|
27971
|
-
*/
|
|
27972
|
-
productFamilyName?: string;
|
|
27973
|
-
/**
|
|
27974
|
-
* 产品id
|
|
27975
|
-
*
|
|
27976
|
-
* @type string
|
|
27977
|
-
*/
|
|
27978
|
-
productId?: string;
|
|
27979
|
-
/**
|
|
27980
|
-
* 产品基id
|
|
27981
|
-
*
|
|
27982
|
-
* @type string
|
|
27983
|
-
*/
|
|
27984
|
-
productIdRbi?: string;
|
|
27985
|
-
/**
|
|
27986
|
-
* 产品版本
|
|
27987
|
-
*
|
|
27988
|
-
* @type string
|
|
27989
|
-
*/
|
|
27990
|
-
productIdRi?: string;
|
|
27991
|
-
/**
|
|
27992
|
-
* 产品名称
|
|
27993
|
-
*
|
|
27994
|
-
* @type string
|
|
27995
|
-
*/
|
|
27996
|
-
productName?: string;
|
|
27997
|
-
/**
|
|
27998
|
-
* 产品制程id
|
|
27999
|
-
*
|
|
28000
|
-
* @type string
|
|
28001
|
-
*/
|
|
28002
|
-
productProcessId?: string;
|
|
28003
|
-
/**
|
|
28004
|
-
* 产品制程生产模式
|
|
28005
|
-
*
|
|
28006
|
-
* @type string
|
|
28007
|
-
*/
|
|
28008
|
-
productProcessProductionType?: string;
|
|
28009
|
-
/**
|
|
28010
|
-
* 产品规格型号
|
|
28011
|
-
*
|
|
28012
|
-
* @type string
|
|
28013
|
-
*/
|
|
28014
|
-
productSpec?: string;
|
|
28015
|
-
/**
|
|
28016
|
-
* 产品版本
|
|
28017
|
-
*
|
|
28018
|
-
* @type string
|
|
28019
|
-
*/
|
|
28020
|
-
productVersion?: string;
|
|
28021
|
-
/**
|
|
28022
|
-
* 工艺路线id
|
|
28023
|
-
*
|
|
28024
|
-
* @type string
|
|
28025
|
-
*/
|
|
28026
|
-
routingId?: string;
|
|
28027
|
-
/**
|
|
28028
|
-
* 表单流水号
|
|
28029
|
-
*
|
|
28030
|
-
* @type string
|
|
28031
|
-
*/
|
|
28032
|
-
serialNo?: string;
|
|
28033
|
-
/**
|
|
28034
|
-
* 发起人iD
|
|
28035
|
-
*
|
|
28036
|
-
* @type string
|
|
28037
|
-
*/
|
|
28038
|
-
starterId?: string;
|
|
28039
|
-
/**
|
|
28040
|
-
* 发起人姓名
|
|
28041
|
-
*
|
|
28042
|
-
* @type string
|
|
28043
|
-
*/
|
|
28044
|
-
starterName?: string;
|
|
28045
|
-
/**
|
|
28046
|
-
* 变更流程的状态
|
|
28047
|
-
*
|
|
28048
|
-
* @type string
|
|
28049
|
-
*/
|
|
28050
|
-
status?: string;
|
|
28051
|
-
/**
|
|
28052
|
-
* 任务ID
|
|
28053
|
-
*
|
|
28054
|
-
* @type string
|
|
28055
|
-
*/
|
|
28056
|
-
taskId?: string;
|
|
28057
|
-
/**
|
|
28058
|
-
* 任务开始时间
|
|
28059
|
-
*
|
|
28060
|
-
* @type string
|
|
28061
|
-
*/
|
|
28062
|
-
taskStartTime?: string;
|
|
28063
|
-
/**
|
|
28064
|
-
* 任务类型:edhr任务:EDHR
|
|
28065
|
-
*
|
|
28066
|
-
* @type string
|
|
28067
|
-
*/
|
|
28068
|
-
taskType?: string;
|
|
28069
|
-
/**
|
|
28070
|
-
* 表单备注名
|
|
28071
|
-
*
|
|
28072
|
-
* @type string
|
|
28073
|
-
*/
|
|
28074
|
-
title?: string;
|
|
28075
|
-
/**
|
|
28076
|
-
* 表单编号
|
|
28077
|
-
*
|
|
28078
|
-
* @type string
|
|
28079
|
-
*/
|
|
28080
|
-
tmplCode?: string;
|
|
28081
|
-
/**
|
|
28082
|
-
* 表单模板
|
|
28083
|
-
*
|
|
28084
|
-
* @type string
|
|
28085
|
-
*/
|
|
28086
|
-
tmplId?: string;
|
|
28087
|
-
/**
|
|
28088
|
-
* 表单名称
|
|
28089
|
-
*
|
|
28090
|
-
* @type string
|
|
28091
|
-
*/
|
|
28092
|
-
tmplName?: string;
|
|
28093
|
-
/**
|
|
28094
|
-
* 审批流程记录类型
|
|
28095
|
-
*
|
|
28096
|
-
* @type string
|
|
28097
|
-
*/
|
|
28098
|
-
type?: string;
|
|
28099
|
-
/**
|
|
28100
|
-
* 版本
|
|
28101
|
-
*
|
|
28102
|
-
* @type string
|
|
28103
|
-
*/
|
|
28104
|
-
version?: string;
|
|
28105
25306
|
}
|
|
28106
25307
|
export interface ProcessTaskTodoResponse {
|
|
28107
25308
|
/**
|
|
@@ -28507,130 +25708,6 @@ export interface ProcessVersionResponse {
|
|
|
28507
25708
|
*/
|
|
28508
25709
|
xml?: string;
|
|
28509
25710
|
}
|
|
28510
|
-
export interface ProductReleaseCategoryRequest {
|
|
28511
|
-
/**
|
|
28512
|
-
* 全路径
|
|
28513
|
-
*
|
|
28514
|
-
* @type string
|
|
28515
|
-
*/
|
|
28516
|
-
fullPath?: string;
|
|
28517
|
-
/**
|
|
28518
|
-
* 层级
|
|
28519
|
-
*
|
|
28520
|
-
* @type number
|
|
28521
|
-
*/
|
|
28522
|
-
level?: number;
|
|
28523
|
-
/**
|
|
28524
|
-
* 名称
|
|
28525
|
-
*
|
|
28526
|
-
* @type string
|
|
28527
|
-
*/
|
|
28528
|
-
name?: string;
|
|
28529
|
-
/**
|
|
28530
|
-
* 父节点ID
|
|
28531
|
-
*
|
|
28532
|
-
* @type string
|
|
28533
|
-
*/
|
|
28534
|
-
parentId?: string;
|
|
28535
|
-
/**
|
|
28536
|
-
* 排序号
|
|
28537
|
-
*
|
|
28538
|
-
* @type number
|
|
28539
|
-
*/
|
|
28540
|
-
sortNum?: number;
|
|
28541
|
-
}
|
|
28542
|
-
export interface ProductReleaseCategoryResponse {
|
|
28543
|
-
/**
|
|
28544
|
-
* 创建人部门id
|
|
28545
|
-
*
|
|
28546
|
-
* @type string
|
|
28547
|
-
*/
|
|
28548
|
-
createOrgId?: string;
|
|
28549
|
-
/**
|
|
28550
|
-
*
|
|
28551
|
-
*
|
|
28552
|
-
* @type string
|
|
28553
|
-
*/
|
|
28554
|
-
createTime?: string;
|
|
28555
|
-
/**
|
|
28556
|
-
*
|
|
28557
|
-
*
|
|
28558
|
-
* @type string
|
|
28559
|
-
*/
|
|
28560
|
-
createUserId?: string;
|
|
28561
|
-
/**
|
|
28562
|
-
*
|
|
28563
|
-
*
|
|
28564
|
-
* @type string
|
|
28565
|
-
*/
|
|
28566
|
-
createUserName?: string;
|
|
28567
|
-
/**
|
|
28568
|
-
* 全路径
|
|
28569
|
-
*
|
|
28570
|
-
* @type string
|
|
28571
|
-
*/
|
|
28572
|
-
fullPath?: string;
|
|
28573
|
-
/**
|
|
28574
|
-
* 主键
|
|
28575
|
-
*
|
|
28576
|
-
* @type string
|
|
28577
|
-
*/
|
|
28578
|
-
id?: string;
|
|
28579
|
-
/**
|
|
28580
|
-
* 层级
|
|
28581
|
-
*
|
|
28582
|
-
* @type number
|
|
28583
|
-
*/
|
|
28584
|
-
level?: number;
|
|
28585
|
-
/**
|
|
28586
|
-
* 修改人部门id
|
|
28587
|
-
*
|
|
28588
|
-
* @type string
|
|
28589
|
-
*/
|
|
28590
|
-
modifyOrgId?: string;
|
|
28591
|
-
/**
|
|
28592
|
-
*
|
|
28593
|
-
*
|
|
28594
|
-
* @type string
|
|
28595
|
-
*/
|
|
28596
|
-
modifyTime?: string;
|
|
28597
|
-
/**
|
|
28598
|
-
*
|
|
28599
|
-
*
|
|
28600
|
-
* @type string
|
|
28601
|
-
*/
|
|
28602
|
-
modifyUserId?: string;
|
|
28603
|
-
/**
|
|
28604
|
-
*
|
|
28605
|
-
*
|
|
28606
|
-
* @type string
|
|
28607
|
-
*/
|
|
28608
|
-
modifyUserName?: string;
|
|
28609
|
-
/**
|
|
28610
|
-
* 名称
|
|
28611
|
-
*
|
|
28612
|
-
* @type string
|
|
28613
|
-
*/
|
|
28614
|
-
name?: string;
|
|
28615
|
-
/**
|
|
28616
|
-
* 父节点ID
|
|
28617
|
-
*
|
|
28618
|
-
* @type string
|
|
28619
|
-
*/
|
|
28620
|
-
parentId?: string;
|
|
28621
|
-
/**
|
|
28622
|
-
* 排序号
|
|
28623
|
-
*
|
|
28624
|
-
* @type number
|
|
28625
|
-
*/
|
|
28626
|
-
sortNum?: number;
|
|
28627
|
-
/**
|
|
28628
|
-
* 租户id
|
|
28629
|
-
*
|
|
28630
|
-
* @type string
|
|
28631
|
-
*/
|
|
28632
|
-
tenantId?: string;
|
|
28633
|
-
}
|
|
28634
25711
|
export interface ProductReleaseFormInstanctDTO {
|
|
28635
25712
|
/**
|
|
28636
25713
|
*
|
|
@@ -28824,24 +25901,12 @@ export interface ProductReleaseFormInstanctDTO {
|
|
|
28824
25901
|
* @type string
|
|
28825
25902
|
*/
|
|
28826
25903
|
ext9?: string;
|
|
28827
|
-
/**
|
|
28828
|
-
*
|
|
28829
|
-
*
|
|
28830
|
-
* @type string
|
|
28831
|
-
*/
|
|
28832
|
-
fieldHash?: string;
|
|
28833
25904
|
/**
|
|
28834
25905
|
*
|
|
28835
25906
|
*
|
|
28836
25907
|
* @type string
|
|
28837
25908
|
*/
|
|
28838
25909
|
formType?: string;
|
|
28839
|
-
/**
|
|
28840
|
-
*
|
|
28841
|
-
*
|
|
28842
|
-
* @type string
|
|
28843
|
-
*/
|
|
28844
|
-
hash?: string;
|
|
28845
25910
|
/**
|
|
28846
25911
|
*
|
|
28847
25912
|
*
|
|
@@ -28854,12 +25919,6 @@ export interface ProductReleaseFormInstanctDTO {
|
|
|
28854
25919
|
* @type string
|
|
28855
25920
|
*/
|
|
28856
25921
|
id?: string;
|
|
28857
|
-
/**
|
|
28858
|
-
*
|
|
28859
|
-
*
|
|
28860
|
-
* @type string
|
|
28861
|
-
*/
|
|
28862
|
-
instanceRelationBusinessId?: string;
|
|
28863
25922
|
/**
|
|
28864
25923
|
*
|
|
28865
25924
|
*
|
|
@@ -28932,12 +25991,6 @@ export interface ProductReleaseFormInstanctDTO {
|
|
|
28932
25991
|
* @type number
|
|
28933
25992
|
*/
|
|
28934
25993
|
ofRequired?: number;
|
|
28935
|
-
/**
|
|
28936
|
-
*
|
|
28937
|
-
*
|
|
28938
|
-
* @type string
|
|
28939
|
-
*/
|
|
28940
|
-
officeType?: string;
|
|
28941
25994
|
/**
|
|
28942
25995
|
*
|
|
28943
25996
|
*
|
|
@@ -29004,12 +26057,6 @@ export interface ProductReleaseFormInstanctDTO {
|
|
|
29004
26057
|
* @type string[]
|
|
29005
26058
|
*/
|
|
29006
26059
|
relatedMaterialNos?: string[];
|
|
29007
|
-
/**
|
|
29008
|
-
*
|
|
29009
|
-
*
|
|
29010
|
-
* @type string
|
|
29011
|
-
*/
|
|
29012
|
-
relationId?: string;
|
|
29013
26060
|
/**
|
|
29014
26061
|
*
|
|
29015
26062
|
*
|
|
@@ -29088,12 +26135,6 @@ export interface ProductReleaseFormInstanctDTO {
|
|
|
29088
26135
|
* @type string
|
|
29089
26136
|
*/
|
|
29090
26137
|
tmplVersion?: string;
|
|
29091
|
-
/**
|
|
29092
|
-
*
|
|
29093
|
-
*
|
|
29094
|
-
* @type string
|
|
29095
|
-
*/
|
|
29096
|
-
txnInstId?: string;
|
|
29097
26138
|
/**
|
|
29098
26139
|
*
|
|
29099
26140
|
*
|
|
@@ -29120,12 +26161,6 @@ export interface ProductReleaseFormResponse {
|
|
|
29120
26161
|
* @type OnlineFormInstanceResponse
|
|
29121
26162
|
*/
|
|
29122
26163
|
instance?: OnlineFormInstanceResponse;
|
|
29123
|
-
/**
|
|
29124
|
-
* 表单实例
|
|
29125
|
-
*
|
|
29126
|
-
* @type OnlineFormInstanceResponse[]
|
|
29127
|
-
*/
|
|
29128
|
-
instanceList?: OnlineFormInstanceResponse[];
|
|
29129
26164
|
/**
|
|
29130
26165
|
* 表单模板
|
|
29131
26166
|
*
|
|
@@ -29570,24 +26605,12 @@ export interface QueryRefChainDataRequest {
|
|
|
29570
26605
|
* @type string
|
|
29571
26606
|
*/
|
|
29572
26607
|
dataIds?: string;
|
|
29573
|
-
/**
|
|
29574
|
-
* 条件表达式
|
|
29575
|
-
*
|
|
29576
|
-
* @type string
|
|
29577
|
-
*/
|
|
29578
|
-
exp?: string;
|
|
29579
26608
|
/**
|
|
29580
26609
|
* 引用字段 key
|
|
29581
26610
|
*
|
|
29582
26611
|
* @type string
|
|
29583
26612
|
*/
|
|
29584
26613
|
fieldKey?: string;
|
|
29585
|
-
/**
|
|
29586
|
-
* rdo 查询关键字
|
|
29587
|
-
*
|
|
29588
|
-
* @type string
|
|
29589
|
-
*/
|
|
29590
|
-
keyword?: string;
|
|
29591
26614
|
/**
|
|
29592
26615
|
* 模型 key
|
|
29593
26616
|
*
|
|
@@ -29606,12 +26629,6 @@ export interface QueryRefChainDataRequest {
|
|
|
29606
26629
|
* @type number
|
|
29607
26630
|
*/
|
|
29608
26631
|
pageSize?: number;
|
|
29609
|
-
/**
|
|
29610
|
-
* 查询条件
|
|
29611
|
-
*
|
|
29612
|
-
* @type IObject
|
|
29613
|
-
*/
|
|
29614
|
-
query?: IObject;
|
|
29615
26632
|
/**
|
|
29616
26633
|
* 当前模型数据,当dataIds为空时,该值必传
|
|
29617
26634
|
*
|
|
@@ -31037,56 +28054,6 @@ export interface ReportSingleJoin {
|
|
|
31037
28054
|
*/
|
|
31038
28055
|
type?: string;
|
|
31039
28056
|
}
|
|
31040
|
-
export interface Resource {
|
|
31041
|
-
/**
|
|
31042
|
-
*
|
|
31043
|
-
*
|
|
31044
|
-
* @type string
|
|
31045
|
-
*/
|
|
31046
|
-
description?: string;
|
|
31047
|
-
/**
|
|
31048
|
-
*
|
|
31049
|
-
*
|
|
31050
|
-
* @type file
|
|
31051
|
-
*/
|
|
31052
|
-
file?: file;
|
|
31053
|
-
/**
|
|
31054
|
-
*
|
|
31055
|
-
*
|
|
31056
|
-
* @type string
|
|
31057
|
-
*/
|
|
31058
|
-
filename?: string;
|
|
31059
|
-
/**
|
|
31060
|
-
*
|
|
31061
|
-
*
|
|
31062
|
-
* @type InputStream
|
|
31063
|
-
*/
|
|
31064
|
-
inputStream?: InputStream;
|
|
31065
|
-
/**
|
|
31066
|
-
*
|
|
31067
|
-
*
|
|
31068
|
-
* @type boolean
|
|
31069
|
-
*/
|
|
31070
|
-
open?: boolean;
|
|
31071
|
-
/**
|
|
31072
|
-
*
|
|
31073
|
-
*
|
|
31074
|
-
* @type boolean
|
|
31075
|
-
*/
|
|
31076
|
-
readable?: boolean;
|
|
31077
|
-
/**
|
|
31078
|
-
*
|
|
31079
|
-
*
|
|
31080
|
-
* @type string
|
|
31081
|
-
*/
|
|
31082
|
-
uri?: string;
|
|
31083
|
-
/**
|
|
31084
|
-
*
|
|
31085
|
-
*
|
|
31086
|
-
* @type string
|
|
31087
|
-
*/
|
|
31088
|
-
url?: string;
|
|
31089
|
-
}
|
|
31090
28057
|
export interface ResponseEntity {
|
|
31091
28058
|
/**
|
|
31092
28059
|
* 执行结果状态码
|
|
@@ -31397,7 +28364,7 @@ export interface SandboxConfigResponse {
|
|
|
31397
28364
|
*/
|
|
31398
28365
|
pdaRoutePath?: string;
|
|
31399
28366
|
/**
|
|
31400
|
-
* 沙箱状态(INIT:开始创建,CREATE_FINISHED:创建完成,CREATE_FAILED
|
|
28367
|
+
* 沙箱状态(INIT:开始创建,CREATE_FINISHED:创建完成,CREATE_FAILED:创建失败)
|
|
31401
28368
|
*
|
|
31402
28369
|
* @type string
|
|
31403
28370
|
*/
|
|
@@ -32108,12 +29075,6 @@ export interface SelectItem {
|
|
|
32108
29075
|
* @type boolean
|
|
32109
29076
|
*/
|
|
32110
29077
|
includeNull?: boolean;
|
|
32111
|
-
/**
|
|
32112
|
-
* 映射类型(公式,函数等实际映射的类型)
|
|
32113
|
-
*
|
|
32114
|
-
* @type string
|
|
32115
|
-
*/
|
|
32116
|
-
mappingType?: string;
|
|
32117
29078
|
/**
|
|
32118
29079
|
* 数据类型
|
|
32119
29080
|
*
|
|
@@ -34778,12 +31739,6 @@ export interface UserGroupRelationRequest {
|
|
|
34778
31739
|
* @type number
|
|
34779
31740
|
*/
|
|
34780
31741
|
fieldPermissionEnabled?: number;
|
|
34781
|
-
/**
|
|
34782
|
-
* 数据权限关系,OR:或, AND:且
|
|
34783
|
-
*
|
|
34784
|
-
* @type string
|
|
34785
|
-
*/
|
|
34786
|
-
operator?: string;
|
|
34787
31742
|
/**
|
|
34788
31743
|
* 关系id
|
|
34789
31744
|
*
|
|
@@ -34888,12 +31843,6 @@ export interface UserGroupRelationResponse {
|
|
|
34888
31843
|
* @type string
|
|
34889
31844
|
*/
|
|
34890
31845
|
modifyUserName?: string;
|
|
34891
|
-
/**
|
|
34892
|
-
* 数据权限关系,OR:或, AND:且
|
|
34893
|
-
*
|
|
34894
|
-
* @type string
|
|
34895
|
-
*/
|
|
34896
|
-
operator?: string;
|
|
34897
31846
|
/**
|
|
34898
31847
|
* 关系id
|
|
34899
31848
|
*
|
|
@@ -35948,12 +32897,6 @@ export interface UserTenantDTO {
|
|
|
35948
32897
|
* @type string
|
|
35949
32898
|
*/
|
|
35950
32899
|
id?: string;
|
|
35951
|
-
/**
|
|
35952
|
-
* 是否最后登录租户,0:否 1:是
|
|
35953
|
-
*
|
|
35954
|
-
* @type number
|
|
35955
|
-
*/
|
|
35956
|
-
latestLogin?: number;
|
|
35957
32900
|
/**
|
|
35958
32901
|
* 直属上级id
|
|
35959
32902
|
*
|
|
@@ -36875,44 +33818,6 @@ export interface XmlSettingTableColum {
|
|
|
36875
33818
|
*/
|
|
36876
33819
|
type?: string;
|
|
36877
33820
|
}
|
|
36878
|
-
export interface modelDataAssociationRequest {
|
|
36879
|
-
/**
|
|
36880
|
-
* fieldKey
|
|
36881
|
-
*
|
|
36882
|
-
* @type string
|
|
36883
|
-
*/
|
|
36884
|
-
fieldKey?: string;
|
|
36885
|
-
/**
|
|
36886
|
-
* fieldType
|
|
36887
|
-
*
|
|
36888
|
-
* @type string
|
|
36889
|
-
*/
|
|
36890
|
-
fieldType?: string;
|
|
36891
|
-
/**
|
|
36892
|
-
* 数据id
|
|
36893
|
-
*
|
|
36894
|
-
* @type string
|
|
36895
|
-
*/
|
|
36896
|
-
id?: string;
|
|
36897
|
-
/**
|
|
36898
|
-
* modelKey
|
|
36899
|
-
*
|
|
36900
|
-
* @type string
|
|
36901
|
-
*/
|
|
36902
|
-
modelKey?: string;
|
|
36903
|
-
/**
|
|
36904
|
-
* 页码
|
|
36905
|
-
*
|
|
36906
|
-
* @type number
|
|
36907
|
-
*/
|
|
36908
|
-
pageNo?: number;
|
|
36909
|
-
/**
|
|
36910
|
-
* 分页大小
|
|
36911
|
-
*
|
|
36912
|
-
* @type number
|
|
36913
|
-
*/
|
|
36914
|
-
pageSize?: number;
|
|
36915
|
-
}
|
|
36916
33821
|
export interface 发送消息DTO {
|
|
36917
33822
|
/**
|
|
36918
33823
|
* 邮件内容
|