@gct-paas/api 0.1.0 → 0.1.2-dev.0
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/index.esm.min.js +1 -0
- package/dist/index.system.min.js +1 -0
- package/es/apaas/service/api-config.mjs +41 -8
- package/es/apaas/service/apis/app-global-settings.service.d.ts +4 -0
- package/es/apaas/service/apis/category.service.d.ts +0 -16
- package/es/apaas/service/apis/designer-common.service.d.ts +5 -1
- package/es/apaas/service/apis/doc-control-started.service.d.ts +76 -1
- package/es/apaas/service/apis/doc-control-task-todo.service.d.ts +12 -0
- package/es/apaas/service/apis/file-resource.service.d.ts +1 -0
- package/es/apaas/service/apis/file.service.d.ts +1 -0
- package/es/apaas/service/apis/i18n-info.service.d.ts +1 -0
- package/es/apaas/service/apis/label.service.d.ts +4 -1
- package/es/apaas/service/apis/office.service.d.ts +4 -1
- package/es/apaas/service/apis/process-task-done.service.d.ts +24 -1
- package/es/apaas/service/apis/process-task-todo.service.d.ts +36 -1
- package/es/apaas/service/apis/ss.service.d.ts +1 -0
- package/es/apaas/service/entities.d.ts +1665 -91
- package/es/ipaas/service/api-config.mjs +16 -2
- package/es/ipaas/service/apis/connector-config.service.d.ts +1 -0
- package/es/ipaas/service/apis/flow.service.d.ts +66 -0
- package/es/ipaas/service/entities.d.ts +136 -0
- package/es/platform/service/api-config.mjs +58 -21
- package/es/platform/service/apis/api.service.d.ts +31 -0
- package/es/platform/service/apis/apk.service.d.ts +4 -1
- package/es/platform/service/apis/app.service.d.ts +4 -1
- package/es/platform/service/apis/assets.service.d.ts +1 -0
- package/es/platform/service/apis/bi-app.service.d.ts +4 -3
- package/es/platform/service/apis/bi-file.service.d.ts +1 -0
- package/es/platform/service/apis/device-interconnection-param.service.d.ts +4 -1
- package/es/platform/service/apis/device-interconnection.service.d.ts +4 -1
- package/es/platform/service/apis/file.service.d.ts +6 -1
- package/es/platform/service/apis/i18n-info.service.d.ts +1 -0
- package/es/platform/service/apis/invoke-log.service.d.ts +17 -1
- package/es/platform/service/apis/ldap.service.d.ts +4 -1
- package/es/platform/service/apis/license.service.d.ts +18 -0
- package/es/platform/service/apis/org.service.d.ts +0 -4
- package/es/platform/service/apis/plat.service.d.ts +4 -1
- package/es/platform/service/apis/pn-project.service.d.ts +1 -0
- package/es/platform/service/apis/tenant.service.d.ts +0 -4
- package/es/platform/service/apis/user.service.d.ts +15 -3
- package/es/platform/service/entities.d.ts +94 -0
- package/lib/apaas/service/api-config.cjs +37 -8
- package/lib/apaas/service/apis/app-global-settings.service.d.ts +4 -0
- package/lib/apaas/service/apis/category.service.d.ts +0 -16
- package/lib/apaas/service/apis/designer-common.service.d.ts +5 -1
- package/lib/apaas/service/apis/doc-control-started.service.d.ts +76 -1
- package/lib/apaas/service/apis/doc-control-task-todo.service.d.ts +12 -0
- package/lib/apaas/service/apis/file-resource.service.d.ts +1 -0
- package/lib/apaas/service/apis/file.service.d.ts +1 -0
- package/lib/apaas/service/apis/i18n-info.service.d.ts +1 -0
- package/lib/apaas/service/apis/label.service.d.ts +4 -1
- package/lib/apaas/service/apis/office.service.d.ts +4 -1
- package/lib/apaas/service/apis/process-task-done.service.d.ts +24 -1
- package/lib/apaas/service/apis/process-task-todo.service.d.ts +36 -1
- package/lib/apaas/service/apis/ss.service.d.ts +1 -0
- package/lib/apaas/service/entities.d.ts +1665 -91
- package/lib/ipaas/service/api-config.cjs +14 -2
- package/lib/ipaas/service/apis/connector-config.service.d.ts +1 -0
- package/lib/ipaas/service/apis/flow.service.d.ts +66 -0
- package/lib/ipaas/service/entities.d.ts +136 -0
- package/lib/platform/service/api-config.cjs +55 -21
- package/lib/platform/service/apis/api.service.d.ts +31 -0
- package/lib/platform/service/apis/apk.service.d.ts +4 -1
- package/lib/platform/service/apis/app.service.d.ts +4 -1
- package/lib/platform/service/apis/assets.service.d.ts +1 -0
- package/lib/platform/service/apis/bi-app.service.d.ts +4 -3
- package/lib/platform/service/apis/bi-file.service.d.ts +1 -0
- package/lib/platform/service/apis/device-interconnection-param.service.d.ts +4 -1
- package/lib/platform/service/apis/device-interconnection.service.d.ts +4 -1
- package/lib/platform/service/apis/file.service.d.ts +6 -1
- package/lib/platform/service/apis/i18n-info.service.d.ts +1 -0
- package/lib/platform/service/apis/invoke-log.service.d.ts +17 -1
- package/lib/platform/service/apis/ldap.service.d.ts +4 -1
- package/lib/platform/service/apis/license.service.d.ts +18 -0
- package/lib/platform/service/apis/org.service.d.ts +0 -4
- package/lib/platform/service/apis/plat.service.d.ts +4 -1
- package/lib/platform/service/apis/pn-project.service.d.ts +1 -0
- package/lib/platform/service/apis/tenant.service.d.ts +0 -4
- package/lib/platform/service/apis/user.service.d.ts +15 -3
- package/lib/platform/service/entities.d.ts +94 -0
- package/package.json +4 -4
- package/dist/gct-api.esm.min.js +0 -1
- package/dist/gct-api.system.min.js +0 -1
|
@@ -1742,6 +1742,12 @@ export interface BtwNodeVO {
|
|
|
1742
1742
|
* @type string
|
|
1743
1743
|
*/
|
|
1744
1744
|
name?: string;
|
|
1745
|
+
/**
|
|
1746
|
+
* btw模板路径类型:local本地选择、common网络共享
|
|
1747
|
+
*
|
|
1748
|
+
* @type string
|
|
1749
|
+
*/
|
|
1750
|
+
pathType?: string;
|
|
1745
1751
|
/**
|
|
1746
1752
|
*
|
|
1747
1753
|
*
|
|
@@ -5059,7 +5065,7 @@ export interface DocControlCategoryCompleteVO {
|
|
|
5059
5065
|
*/
|
|
5060
5066
|
parentId?: string;
|
|
5061
5067
|
/**
|
|
5062
|
-
*
|
|
5068
|
+
* 模板审批流程定义id
|
|
5063
5069
|
*
|
|
5064
5070
|
* @type string
|
|
5065
5071
|
*/
|
|
@@ -5109,6 +5115,92 @@ export interface DocControlProcessResponse {
|
|
|
5109
5115
|
*/
|
|
5110
5116
|
operationsDTO?: OfProcessOperationsDTO;
|
|
5111
5117
|
}
|
|
5118
|
+
export interface DocControlStartedRequest {
|
|
5119
|
+
/**
|
|
5120
|
+
* 受控文件类型:FORM表单模板、EDHR edhr模板
|
|
5121
|
+
*
|
|
5122
|
+
* @type string
|
|
5123
|
+
*/
|
|
5124
|
+
controlTmplType?: string;
|
|
5125
|
+
/**
|
|
5126
|
+
* 受控文件版本编码(表单/edhr模板编号)
|
|
5127
|
+
*
|
|
5128
|
+
* @type string
|
|
5129
|
+
*/
|
|
5130
|
+
docBaseId?: string;
|
|
5131
|
+
/**
|
|
5132
|
+
* 受控文件版本编码(表单/edhr模板编号)
|
|
5133
|
+
*
|
|
5134
|
+
* @type string
|
|
5135
|
+
*/
|
|
5136
|
+
docCode?: string;
|
|
5137
|
+
/**
|
|
5138
|
+
* 受控文件名称(表单/edhr模板名称)
|
|
5139
|
+
*
|
|
5140
|
+
* @type string
|
|
5141
|
+
*/
|
|
5142
|
+
docName?: string;
|
|
5143
|
+
/**
|
|
5144
|
+
* 受控文件版本id(表单/edhr模板id)
|
|
5145
|
+
*
|
|
5146
|
+
* @type string
|
|
5147
|
+
*/
|
|
5148
|
+
docVersionId?: string;
|
|
5149
|
+
/**
|
|
5150
|
+
* 生效日期
|
|
5151
|
+
*
|
|
5152
|
+
* @type string
|
|
5153
|
+
*/
|
|
5154
|
+
effectiveDate?: string;
|
|
5155
|
+
/**
|
|
5156
|
+
* 发起人iD
|
|
5157
|
+
*
|
|
5158
|
+
* @type string
|
|
5159
|
+
*/
|
|
5160
|
+
initiator?: string;
|
|
5161
|
+
/**
|
|
5162
|
+
* 发起人姓名
|
|
5163
|
+
*
|
|
5164
|
+
* @type string
|
|
5165
|
+
*/
|
|
5166
|
+
initiatorName?: string;
|
|
5167
|
+
/**
|
|
5168
|
+
* 线下版本号
|
|
5169
|
+
*
|
|
5170
|
+
* @type string
|
|
5171
|
+
*/
|
|
5172
|
+
offlineVersion?: string;
|
|
5173
|
+
/**
|
|
5174
|
+
* 流程实例id
|
|
5175
|
+
*
|
|
5176
|
+
* @type string
|
|
5177
|
+
*/
|
|
5178
|
+
processInstanceId?: string;
|
|
5179
|
+
/**
|
|
5180
|
+
* 发起审核时数据的快照
|
|
5181
|
+
*
|
|
5182
|
+
* @type string
|
|
5183
|
+
*/
|
|
5184
|
+
snapshot?: string;
|
|
5185
|
+
/**
|
|
5186
|
+
* 提报时间
|
|
5187
|
+
*
|
|
5188
|
+
* @type string
|
|
5189
|
+
*/
|
|
5190
|
+
startTime?: string;
|
|
5191
|
+
/**
|
|
5192
|
+
* 状态
|
|
5193
|
+
*
|
|
5194
|
+
* @type string
|
|
5195
|
+
*/
|
|
5196
|
+
status?: string;
|
|
5197
|
+
/**
|
|
5198
|
+
* 版本
|
|
5199
|
+
*
|
|
5200
|
+
* @type string
|
|
5201
|
+
*/
|
|
5202
|
+
version?: string;
|
|
5203
|
+
}
|
|
5112
5204
|
export interface DocControlStartedResponse {
|
|
5113
5205
|
/**
|
|
5114
5206
|
* 分类名称
|
|
@@ -5170,6 +5262,12 @@ export interface DocControlStartedResponse {
|
|
|
5170
5262
|
* @type string
|
|
5171
5263
|
*/
|
|
5172
5264
|
docVersionId?: string;
|
|
5265
|
+
/**
|
|
5266
|
+
* 生效日期
|
|
5267
|
+
*
|
|
5268
|
+
* @type string
|
|
5269
|
+
*/
|
|
5270
|
+
effectiveDate?: string;
|
|
5173
5271
|
/**
|
|
5174
5272
|
* 主键
|
|
5175
5273
|
*
|
|
@@ -5218,12 +5316,24 @@ export interface DocControlStartedResponse {
|
|
|
5218
5316
|
* @type string
|
|
5219
5317
|
*/
|
|
5220
5318
|
processInstanceId?: string;
|
|
5319
|
+
/**
|
|
5320
|
+
* 发起审核时数据的快照
|
|
5321
|
+
*
|
|
5322
|
+
* @type string
|
|
5323
|
+
*/
|
|
5324
|
+
snapshot?: string;
|
|
5221
5325
|
/**
|
|
5222
5326
|
* 提报时间
|
|
5223
5327
|
*
|
|
5224
5328
|
* @type string
|
|
5225
5329
|
*/
|
|
5226
5330
|
startTime?: string;
|
|
5331
|
+
/**
|
|
5332
|
+
* 状态
|
|
5333
|
+
*
|
|
5334
|
+
* @type string
|
|
5335
|
+
*/
|
|
5336
|
+
status?: string;
|
|
5227
5337
|
/**
|
|
5228
5338
|
* 版本
|
|
5229
5339
|
*
|
|
@@ -5292,6 +5402,12 @@ export interface DocControlTaskDoneResponse {
|
|
|
5292
5402
|
* @type string
|
|
5293
5403
|
*/
|
|
5294
5404
|
docCode?: string;
|
|
5405
|
+
/**
|
|
5406
|
+
* 文控管理-我的发起ID
|
|
5407
|
+
*
|
|
5408
|
+
* @type string
|
|
5409
|
+
*/
|
|
5410
|
+
docControlStartedId?: string;
|
|
5295
5411
|
/**
|
|
5296
5412
|
* 受控文件名称(表单/edhr模板名称)
|
|
5297
5413
|
*
|
|
@@ -5444,6 +5560,12 @@ export interface DocControlTaskTodoResponse {
|
|
|
5444
5560
|
* @type string
|
|
5445
5561
|
*/
|
|
5446
5562
|
docCode?: string;
|
|
5563
|
+
/**
|
|
5564
|
+
* 文控管理-我的发起ID
|
|
5565
|
+
*
|
|
5566
|
+
* @type string
|
|
5567
|
+
*/
|
|
5568
|
+
docControlStartedId?: string;
|
|
5447
5569
|
/**
|
|
5448
5570
|
* 受控文件名称(表单/edhr模板名称)
|
|
5449
5571
|
*
|
|
@@ -7380,6 +7502,12 @@ export interface EdhrTmplRequest {
|
|
|
7380
7502
|
version?: string;
|
|
7381
7503
|
}
|
|
7382
7504
|
export interface EdhrTmplResponse {
|
|
7505
|
+
/**
|
|
7506
|
+
* 审核状态
|
|
7507
|
+
*
|
|
7508
|
+
* @type string
|
|
7509
|
+
*/
|
|
7510
|
+
approveStatus?: string;
|
|
7383
7511
|
/**
|
|
7384
7512
|
* 父id
|
|
7385
7513
|
*
|
|
@@ -7434,6 +7562,12 @@ export interface EdhrTmplResponse {
|
|
|
7434
7562
|
* @type string
|
|
7435
7563
|
*/
|
|
7436
7564
|
description?: string;
|
|
7565
|
+
/**
|
|
7566
|
+
* 文控管理-我的发起ID
|
|
7567
|
+
*
|
|
7568
|
+
* @type string
|
|
7569
|
+
*/
|
|
7570
|
+
docControlStartedId?: string;
|
|
7437
7571
|
/**
|
|
7438
7572
|
* ID
|
|
7439
7573
|
*
|
|
@@ -7470,6 +7604,18 @@ export interface EdhrTmplResponse {
|
|
|
7470
7604
|
* @type string
|
|
7471
7605
|
*/
|
|
7472
7606
|
offlineVersion?: string;
|
|
7607
|
+
/**
|
|
7608
|
+
* 状态
|
|
7609
|
+
*
|
|
7610
|
+
* @type boolean
|
|
7611
|
+
*/
|
|
7612
|
+
operatingState?: boolean;
|
|
7613
|
+
/**
|
|
7614
|
+
* 审批流程实例ID
|
|
7615
|
+
*
|
|
7616
|
+
* @type string
|
|
7617
|
+
*/
|
|
7618
|
+
procInstId?: string;
|
|
7473
7619
|
/**
|
|
7474
7620
|
* 版本
|
|
7475
7621
|
*
|
|
@@ -8864,6 +9010,12 @@ export interface ExprEntity {
|
|
|
8864
9010
|
value?: IObject;
|
|
8865
9011
|
}
|
|
8866
9012
|
export interface ExtFieldConfig {
|
|
9013
|
+
/**
|
|
9014
|
+
* 启用密文展示(密文:1 ,明文:0)
|
|
9015
|
+
*
|
|
9016
|
+
* @type number
|
|
9017
|
+
*/
|
|
9018
|
+
encrypted?: number;
|
|
8867
9019
|
/**
|
|
8868
9020
|
* 字段名称
|
|
8869
9021
|
*
|
|
@@ -10140,6 +10292,12 @@ export interface FormInstLockResponse {
|
|
|
10140
10292
|
loginUserName?: string;
|
|
10141
10293
|
}
|
|
10142
10294
|
export interface FormRelateDTO {
|
|
10295
|
+
/**
|
|
10296
|
+
* 审核状态
|
|
10297
|
+
*
|
|
10298
|
+
* @type string
|
|
10299
|
+
*/
|
|
10300
|
+
approveStatus?: string;
|
|
10143
10301
|
/**
|
|
10144
10302
|
* rdo父id
|
|
10145
10303
|
*
|
|
@@ -10188,6 +10346,12 @@ export interface FormRelateDTO {
|
|
|
10188
10346
|
* @type string
|
|
10189
10347
|
*/
|
|
10190
10348
|
description?: string;
|
|
10349
|
+
/**
|
|
10350
|
+
* 文控管理-我的发起ID
|
|
10351
|
+
*
|
|
10352
|
+
* @type string
|
|
10353
|
+
*/
|
|
10354
|
+
docControlStartedId?: string;
|
|
10191
10355
|
/**
|
|
10192
10356
|
* 版本 (PROFESSIONAL:专业版/EASY:普通版)
|
|
10193
10357
|
*
|
|
@@ -10254,6 +10418,18 @@ export interface FormRelateDTO {
|
|
|
10254
10418
|
* @type string
|
|
10255
10419
|
*/
|
|
10256
10420
|
offlineVersion?: string;
|
|
10421
|
+
/**
|
|
10422
|
+
* 状态
|
|
10423
|
+
*
|
|
10424
|
+
* @type boolean
|
|
10425
|
+
*/
|
|
10426
|
+
operatingState?: boolean;
|
|
10427
|
+
/**
|
|
10428
|
+
* 审批流程实例ID
|
|
10429
|
+
*
|
|
10430
|
+
* @type string
|
|
10431
|
+
*/
|
|
10432
|
+
procInstId?: string;
|
|
10257
10433
|
/**
|
|
10258
10434
|
* 分类数据id
|
|
10259
10435
|
*
|
|
@@ -11675,6 +11851,12 @@ export interface LabelBtwDesigner {
|
|
|
11675
11851
|
* @type string
|
|
11676
11852
|
*/
|
|
11677
11853
|
name?: string;
|
|
11854
|
+
/**
|
|
11855
|
+
* btw模板路径类型:local本地选择、common网络共享(打印服务掉线状态,前端回显使用,请在保存时传)
|
|
11856
|
+
*
|
|
11857
|
+
* @type string
|
|
11858
|
+
*/
|
|
11859
|
+
pathType?: string;
|
|
11678
11860
|
/**
|
|
11679
11861
|
* 标签模板唯一标识(btw标签模板)
|
|
11680
11862
|
*
|
|
@@ -11901,6 +12083,12 @@ export interface LabelRequest {
|
|
|
11901
12083
|
* @type string
|
|
11902
12084
|
*/
|
|
11903
12085
|
name?: string;
|
|
12086
|
+
/**
|
|
12087
|
+
* btw模板路径类型:local本地选择、common网络共享(打印服务掉线状态,前端回显使用,请在保存时传)
|
|
12088
|
+
*
|
|
12089
|
+
* @type string
|
|
12090
|
+
*/
|
|
12091
|
+
pathType?: string;
|
|
11904
12092
|
/**
|
|
11905
12093
|
* 标签模板唯一标识(标签模板)
|
|
11906
12094
|
*
|
|
@@ -12071,6 +12259,12 @@ export interface LabelResponse {
|
|
|
12071
12259
|
* @type string
|
|
12072
12260
|
*/
|
|
12073
12261
|
name?: string;
|
|
12262
|
+
/**
|
|
12263
|
+
*
|
|
12264
|
+
*
|
|
12265
|
+
* @type string
|
|
12266
|
+
*/
|
|
12267
|
+
pathType?: string;
|
|
12074
12268
|
/**
|
|
12075
12269
|
* 标签模板唯一标识(标签模板)
|
|
12076
12270
|
*
|
|
@@ -15385,6 +15579,12 @@ export interface OfBaseSubmitRequest {
|
|
|
15385
15579
|
* @type OnlineFormChangeHistoryRequest
|
|
15386
15580
|
*/
|
|
15387
15581
|
historyRequest?: OnlineFormChangeHistoryRequest;
|
|
15582
|
+
/**
|
|
15583
|
+
* 是否不记录表单日志
|
|
15584
|
+
*
|
|
15585
|
+
* @type boolean
|
|
15586
|
+
*/
|
|
15587
|
+
noLog?: boolean;
|
|
15388
15588
|
/**
|
|
15389
15589
|
* 在线表单实例id
|
|
15390
15590
|
*
|
|
@@ -15435,6 +15635,12 @@ export interface OfProcessAbandonRequest {
|
|
|
15435
15635
|
* @type string
|
|
15436
15636
|
*/
|
|
15437
15637
|
formType?: string;
|
|
15638
|
+
/**
|
|
15639
|
+
* 是否不记录表单日志
|
|
15640
|
+
*
|
|
15641
|
+
* @type boolean
|
|
15642
|
+
*/
|
|
15643
|
+
noLog?: boolean;
|
|
15438
15644
|
/**
|
|
15439
15645
|
* 在线表单实例id
|
|
15440
15646
|
*
|
|
@@ -15485,6 +15691,12 @@ export interface OfProcessApproveRequest {
|
|
|
15485
15691
|
* @type IObject
|
|
15486
15692
|
*/
|
|
15487
15693
|
data?: IObject;
|
|
15694
|
+
/**
|
|
15695
|
+
* 是否不记录表单日志
|
|
15696
|
+
*
|
|
15697
|
+
* @type boolean
|
|
15698
|
+
*/
|
|
15699
|
+
noLog?: boolean;
|
|
15488
15700
|
/**
|
|
15489
15701
|
* 在线表单实例id
|
|
15490
15702
|
*
|
|
@@ -15541,6 +15753,12 @@ export interface OfProcessChangeRequest {
|
|
|
15541
15753
|
* @type OnlineFormChangeHistoryRequest
|
|
15542
15754
|
*/
|
|
15543
15755
|
historyRequest?: OnlineFormChangeHistoryRequest;
|
|
15756
|
+
/**
|
|
15757
|
+
* 是否不记录表单日志
|
|
15758
|
+
*
|
|
15759
|
+
* @type boolean
|
|
15760
|
+
*/
|
|
15761
|
+
noLog?: boolean;
|
|
15544
15762
|
/**
|
|
15545
15763
|
* 在线表单实例id
|
|
15546
15764
|
*
|
|
@@ -15561,6 +15779,12 @@ export interface OfProcessChangeRequest {
|
|
|
15561
15779
|
taskId?: string;
|
|
15562
15780
|
}
|
|
15563
15781
|
export interface OfProcessControlRequest {
|
|
15782
|
+
/**
|
|
15783
|
+
* 生效日期
|
|
15784
|
+
*
|
|
15785
|
+
* @type string
|
|
15786
|
+
*/
|
|
15787
|
+
effectiveDate?: string;
|
|
15564
15788
|
/**
|
|
15565
15789
|
* 模板ID
|
|
15566
15790
|
*
|
|
@@ -15599,6 +15823,12 @@ export interface OfProcessJumpRequest {
|
|
|
15599
15823
|
* @type string
|
|
15600
15824
|
*/
|
|
15601
15825
|
jumpMode?: string;
|
|
15826
|
+
/**
|
|
15827
|
+
* 是否不记录表单日志
|
|
15828
|
+
*
|
|
15829
|
+
* @type boolean
|
|
15830
|
+
*/
|
|
15831
|
+
noLog?: boolean;
|
|
15602
15832
|
/**
|
|
15603
15833
|
* 在线表单实例id
|
|
15604
15834
|
*
|
|
@@ -15669,6 +15899,12 @@ export interface OfProcessQualifiedRequest {
|
|
|
15669
15899
|
* @type IObject
|
|
15670
15900
|
*/
|
|
15671
15901
|
data?: IObject;
|
|
15902
|
+
/**
|
|
15903
|
+
* 是否不记录表单日志
|
|
15904
|
+
*
|
|
15905
|
+
* @type boolean
|
|
15906
|
+
*/
|
|
15907
|
+
noLog?: boolean;
|
|
15672
15908
|
/**
|
|
15673
15909
|
* 在线表单实例id
|
|
15674
15910
|
*
|
|
@@ -15733,6 +15969,12 @@ export interface OfProcessReassignRequest {
|
|
|
15733
15969
|
* @type IObject
|
|
15734
15970
|
*/
|
|
15735
15971
|
data?: IObject;
|
|
15972
|
+
/**
|
|
15973
|
+
* 是否不记录表单日志
|
|
15974
|
+
*
|
|
15975
|
+
* @type boolean
|
|
15976
|
+
*/
|
|
15977
|
+
noLog?: boolean;
|
|
15736
15978
|
/**
|
|
15737
15979
|
* 在线表单实例id
|
|
15738
15980
|
*
|
|
@@ -15835,6 +16077,12 @@ export interface OfProcessReturnRequest {
|
|
|
15835
16077
|
* @type IObject
|
|
15836
16078
|
*/
|
|
15837
16079
|
data?: IObject;
|
|
16080
|
+
/**
|
|
16081
|
+
* 是否不记录表单日志
|
|
16082
|
+
*
|
|
16083
|
+
* @type boolean
|
|
16084
|
+
*/
|
|
16085
|
+
noLog?: boolean;
|
|
15838
16086
|
/**
|
|
15839
16087
|
* 在线表单实例id
|
|
15840
16088
|
*
|
|
@@ -15903,6 +16151,12 @@ export interface OfProcessSaveRequest {
|
|
|
15903
16151
|
* @type boolean
|
|
15904
16152
|
*/
|
|
15905
16153
|
exceptionFlag?: boolean;
|
|
16154
|
+
/**
|
|
16155
|
+
* 是否不记录表单日志
|
|
16156
|
+
*
|
|
16157
|
+
* @type boolean
|
|
16158
|
+
*/
|
|
16159
|
+
noLog?: boolean;
|
|
15906
16160
|
/**
|
|
15907
16161
|
* 在线表单实例id
|
|
15908
16162
|
*
|
|
@@ -15971,6 +16225,12 @@ export interface OfProcessSubmitRequest {
|
|
|
15971
16225
|
* @type OnlineFormChangeHistoryRequest
|
|
15972
16226
|
*/
|
|
15973
16227
|
historyRequest?: OnlineFormChangeHistoryRequest;
|
|
16228
|
+
/**
|
|
16229
|
+
* 是否不记录表单日志
|
|
16230
|
+
*
|
|
16231
|
+
* @type boolean
|
|
16232
|
+
*/
|
|
16233
|
+
noLog?: boolean;
|
|
15974
16234
|
/**
|
|
15975
16235
|
* 在线表单实例id
|
|
15976
16236
|
*
|
|
@@ -16875,12 +17135,24 @@ export interface OnlineFormInstance {
|
|
|
16875
17135
|
* @type string
|
|
16876
17136
|
*/
|
|
16877
17137
|
ext9?: string;
|
|
17138
|
+
/**
|
|
17139
|
+
*
|
|
17140
|
+
*
|
|
17141
|
+
* @type string
|
|
17142
|
+
*/
|
|
17143
|
+
fieldHash?: string;
|
|
16878
17144
|
/**
|
|
16879
17145
|
*
|
|
16880
17146
|
*
|
|
16881
17147
|
* @type string
|
|
16882
17148
|
*/
|
|
16883
17149
|
formType?: string;
|
|
17150
|
+
/**
|
|
17151
|
+
*
|
|
17152
|
+
*
|
|
17153
|
+
* @type string
|
|
17154
|
+
*/
|
|
17155
|
+
hash?: string;
|
|
16884
17156
|
/**
|
|
16885
17157
|
*
|
|
16886
17158
|
*
|
|
@@ -18069,6 +18341,12 @@ export interface OnlineFormStashRequest {
|
|
|
18069
18341
|
* @type boolean
|
|
18070
18342
|
*/
|
|
18071
18343
|
exceptionFlag?: boolean;
|
|
18344
|
+
/**
|
|
18345
|
+
* 是否不记录表单日志
|
|
18346
|
+
*
|
|
18347
|
+
* @type boolean
|
|
18348
|
+
*/
|
|
18349
|
+
noLog?: boolean;
|
|
18072
18350
|
/**
|
|
18073
18351
|
* 在线表单实例id
|
|
18074
18352
|
*
|
|
@@ -18171,6 +18449,12 @@ export interface OnlineFormTmplLogResponse {
|
|
|
18171
18449
|
tmplId?: string;
|
|
18172
18450
|
}
|
|
18173
18451
|
export interface OnlineFormTmplModelResponse {
|
|
18452
|
+
/**
|
|
18453
|
+
* 审核状态
|
|
18454
|
+
*
|
|
18455
|
+
* @type string
|
|
18456
|
+
*/
|
|
18457
|
+
approveStatus?: string;
|
|
18174
18458
|
/**
|
|
18175
18459
|
* 父id
|
|
18176
18460
|
*
|
|
@@ -18255,6 +18539,12 @@ export interface OnlineFormTmplModelResponse {
|
|
|
18255
18539
|
* @type string
|
|
18256
18540
|
*/
|
|
18257
18541
|
direction?: string;
|
|
18542
|
+
/**
|
|
18543
|
+
* 文控管理-我的发起ID
|
|
18544
|
+
*
|
|
18545
|
+
* @type string
|
|
18546
|
+
*/
|
|
18547
|
+
docControlStartedId?: string;
|
|
18258
18548
|
/**
|
|
18259
18549
|
* 数据源key
|
|
18260
18550
|
*
|
|
@@ -18339,6 +18629,12 @@ export interface OnlineFormTmplModelResponse {
|
|
|
18339
18629
|
* @type string
|
|
18340
18630
|
*/
|
|
18341
18631
|
offlineVersion?: string;
|
|
18632
|
+
/**
|
|
18633
|
+
* 状态
|
|
18634
|
+
*
|
|
18635
|
+
* @type boolean
|
|
18636
|
+
*/
|
|
18637
|
+
operatingState?: boolean;
|
|
18342
18638
|
/**
|
|
18343
18639
|
* 操作
|
|
18344
18640
|
*
|
|
@@ -18357,6 +18653,12 @@ export interface OnlineFormTmplModelResponse {
|
|
|
18357
18653
|
* @type string
|
|
18358
18654
|
*/
|
|
18359
18655
|
permissionConfig?: string;
|
|
18656
|
+
/**
|
|
18657
|
+
* 审批流程实例ID
|
|
18658
|
+
*
|
|
18659
|
+
* @type string
|
|
18660
|
+
*/
|
|
18661
|
+
procInstId?: string;
|
|
18360
18662
|
/**
|
|
18361
18663
|
* 运行时json
|
|
18362
18664
|
*
|
|
@@ -18369,6 +18671,12 @@ export interface OnlineFormTmplModelResponse {
|
|
|
18369
18671
|
* @type string
|
|
18370
18672
|
*/
|
|
18371
18673
|
script?: string;
|
|
18674
|
+
/**
|
|
18675
|
+
* 原导入模板ID
|
|
18676
|
+
*
|
|
18677
|
+
* @type string
|
|
18678
|
+
*/
|
|
18679
|
+
sourceImportFormTmplId?: string;
|
|
18372
18680
|
/**
|
|
18373
18681
|
* 升级配置
|
|
18374
18682
|
*
|
|
@@ -18579,6 +18887,12 @@ export interface OnlineFormTmplRequest {
|
|
|
18579
18887
|
width?: number;
|
|
18580
18888
|
}
|
|
18581
18889
|
export interface OnlineFormTmplResponse {
|
|
18890
|
+
/**
|
|
18891
|
+
* 审核状态
|
|
18892
|
+
*
|
|
18893
|
+
* @type string
|
|
18894
|
+
*/
|
|
18895
|
+
approveStatus?: string;
|
|
18582
18896
|
/**
|
|
18583
18897
|
* 父id
|
|
18584
18898
|
*
|
|
@@ -18663,6 +18977,12 @@ export interface OnlineFormTmplResponse {
|
|
|
18663
18977
|
* @type string
|
|
18664
18978
|
*/
|
|
18665
18979
|
direction?: string;
|
|
18980
|
+
/**
|
|
18981
|
+
* 文控管理-我的发起ID
|
|
18982
|
+
*
|
|
18983
|
+
* @type string
|
|
18984
|
+
*/
|
|
18985
|
+
docControlStartedId?: string;
|
|
18666
18986
|
/**
|
|
18667
18987
|
* 数据源key
|
|
18668
18988
|
*
|
|
@@ -18742,9 +19062,15 @@ export interface OnlineFormTmplResponse {
|
|
|
18742
19062
|
*/
|
|
18743
19063
|
offlineVersion?: string;
|
|
18744
19064
|
/**
|
|
18745
|
-
*
|
|
19065
|
+
* 状态
|
|
18746
19066
|
*
|
|
18747
|
-
* @type
|
|
19067
|
+
* @type boolean
|
|
19068
|
+
*/
|
|
19069
|
+
operatingState?: boolean;
|
|
19070
|
+
/**
|
|
19071
|
+
* 操作
|
|
19072
|
+
*
|
|
19073
|
+
* @type string
|
|
18748
19074
|
*/
|
|
18749
19075
|
operation?: string;
|
|
18750
19076
|
/**
|
|
@@ -18759,6 +19085,12 @@ export interface OnlineFormTmplResponse {
|
|
|
18759
19085
|
* @type string
|
|
18760
19086
|
*/
|
|
18761
19087
|
permissionConfig?: string;
|
|
19088
|
+
/**
|
|
19089
|
+
* 审批流程实例ID
|
|
19090
|
+
*
|
|
19091
|
+
* @type string
|
|
19092
|
+
*/
|
|
19093
|
+
procInstId?: string;
|
|
18762
19094
|
/**
|
|
18763
19095
|
* 运行时json
|
|
18764
19096
|
*
|
|
@@ -18771,6 +19103,12 @@ export interface OnlineFormTmplResponse {
|
|
|
18771
19103
|
* @type string
|
|
18772
19104
|
*/
|
|
18773
19105
|
script?: string;
|
|
19106
|
+
/**
|
|
19107
|
+
* 原导入模板ID
|
|
19108
|
+
*
|
|
19109
|
+
* @type string
|
|
19110
|
+
*/
|
|
19111
|
+
sourceImportFormTmplId?: string;
|
|
18774
19112
|
/**
|
|
18775
19113
|
* 升级配置
|
|
18776
19114
|
*
|
|
@@ -25298,19 +25636,25 @@ export interface ProcessResponse {
|
|
|
25298
25636
|
*/
|
|
25299
25637
|
type?: string;
|
|
25300
25638
|
}
|
|
25301
|
-
export interface
|
|
25639
|
+
export interface ProcessTaskApproveHisQueryRequest {
|
|
25302
25640
|
/**
|
|
25303
|
-
*
|
|
25641
|
+
* 审批流程记录创建人id
|
|
25304
25642
|
*
|
|
25305
25643
|
* @type string
|
|
25306
25644
|
*/
|
|
25307
|
-
|
|
25645
|
+
approveHisCreateUserId?: string;
|
|
25308
25646
|
/**
|
|
25309
|
-
*
|
|
25647
|
+
* 审批流程记录修改人id
|
|
25310
25648
|
*
|
|
25311
25649
|
* @type string
|
|
25312
25650
|
*/
|
|
25313
|
-
|
|
25651
|
+
approveHisModifyUserId?: string;
|
|
25652
|
+
/**
|
|
25653
|
+
* 处理人ID(查询我的待办时传当前登陆人id)
|
|
25654
|
+
*
|
|
25655
|
+
* @type string
|
|
25656
|
+
*/
|
|
25657
|
+
assigneeId?: string;
|
|
25314
25658
|
/**
|
|
25315
25659
|
* 业务编号(关联其他业务数据的编号)
|
|
25316
25660
|
*
|
|
@@ -25324,259 +25668,361 @@ export interface ProcessTaskDoneResponse {
|
|
|
25324
25668
|
*/
|
|
25325
25669
|
businessId?: string;
|
|
25326
25670
|
/**
|
|
25327
|
-
*
|
|
25671
|
+
* 变更编号
|
|
25328
25672
|
*
|
|
25329
25673
|
* @type string
|
|
25330
25674
|
*/
|
|
25331
|
-
|
|
25675
|
+
changeNo?: string;
|
|
25332
25676
|
/**
|
|
25677
|
+
* 变更类型
|
|
25333
25678
|
*
|
|
25679
|
+
* @type string
|
|
25680
|
+
*/
|
|
25681
|
+
changeType?: string;
|
|
25682
|
+
/**
|
|
25683
|
+
* 编码
|
|
25334
25684
|
*
|
|
25335
25685
|
* @type string
|
|
25336
25686
|
*/
|
|
25337
|
-
|
|
25687
|
+
code?: string;
|
|
25338
25688
|
/**
|
|
25689
|
+
* 描述
|
|
25339
25690
|
*
|
|
25691
|
+
* @type string
|
|
25692
|
+
*/
|
|
25693
|
+
description?: string;
|
|
25694
|
+
/**
|
|
25695
|
+
* edhr模板id
|
|
25340
25696
|
*
|
|
25341
25697
|
* @type string
|
|
25342
25698
|
*/
|
|
25343
|
-
|
|
25699
|
+
edhrTmplId?: string;
|
|
25344
25700
|
/**
|
|
25701
|
+
* 生效日期
|
|
25345
25702
|
*
|
|
25703
|
+
* @type string
|
|
25704
|
+
*/
|
|
25705
|
+
effectiveDate?: string;
|
|
25706
|
+
/**
|
|
25707
|
+
* 创建时间 - 结束
|
|
25346
25708
|
*
|
|
25347
25709
|
* @type string
|
|
25348
25710
|
*/
|
|
25349
|
-
|
|
25711
|
+
endCreateTime?: string;
|
|
25350
25712
|
/**
|
|
25351
|
-
*
|
|
25713
|
+
* 待办:任务接收/已办:任务审核-结束时间
|
|
25352
25714
|
*
|
|
25353
25715
|
* @type string
|
|
25354
25716
|
*/
|
|
25355
|
-
|
|
25717
|
+
endTime?: string;
|
|
25356
25718
|
/**
|
|
25357
|
-
*
|
|
25719
|
+
* 批次/SN编号
|
|
25358
25720
|
*
|
|
25359
25721
|
* @type string
|
|
25360
25722
|
*/
|
|
25361
|
-
|
|
25723
|
+
materialNo?: string;
|
|
25362
25724
|
/**
|
|
25363
|
-
*
|
|
25725
|
+
* 记录类型(NO或SN),为空则表示全部
|
|
25364
25726
|
*
|
|
25365
25727
|
* @type string
|
|
25366
25728
|
*/
|
|
25367
|
-
|
|
25729
|
+
materialStatus?: string;
|
|
25368
25730
|
/**
|
|
25369
|
-
*
|
|
25731
|
+
* 工单编码
|
|
25370
25732
|
*
|
|
25371
25733
|
* @type string
|
|
25372
25734
|
*/
|
|
25373
|
-
|
|
25735
|
+
mfgOrderCode?: string;
|
|
25374
25736
|
/**
|
|
25375
|
-
*
|
|
25737
|
+
* 工单id
|
|
25376
25738
|
*
|
|
25377
25739
|
* @type string
|
|
25378
25740
|
*/
|
|
25379
|
-
|
|
25741
|
+
mfgOrderId?: string;
|
|
25380
25742
|
/**
|
|
25381
|
-
*
|
|
25743
|
+
* 名称
|
|
25382
25744
|
*
|
|
25383
25745
|
* @type string
|
|
25384
25746
|
*/
|
|
25385
|
-
|
|
25747
|
+
name?: string;
|
|
25386
25748
|
/**
|
|
25387
|
-
*
|
|
25749
|
+
* 是否不显示edhr
|
|
25750
|
+
*
|
|
25751
|
+
* @type number
|
|
25752
|
+
*/
|
|
25753
|
+
notEdhr?: number;
|
|
25754
|
+
/**
|
|
25755
|
+
* 记录本ID
|
|
25388
25756
|
*
|
|
25389
25757
|
* @type string
|
|
25390
25758
|
*/
|
|
25391
|
-
|
|
25759
|
+
notebookId?: string;
|
|
25392
25760
|
/**
|
|
25393
|
-
*
|
|
25761
|
+
* 在线表单code
|
|
25394
25762
|
*
|
|
25395
25763
|
* @type string
|
|
25396
25764
|
*/
|
|
25397
|
-
|
|
25765
|
+
ofCode?: string;
|
|
25398
25766
|
/**
|
|
25399
|
-
*
|
|
25767
|
+
* 表单创建人id
|
|
25400
25768
|
*
|
|
25401
25769
|
* @type string
|
|
25402
25770
|
*/
|
|
25403
|
-
|
|
25771
|
+
ofCreateUserId?: string;
|
|
25404
25772
|
/**
|
|
25405
|
-
*
|
|
25773
|
+
* 表单更新人id
|
|
25406
25774
|
*
|
|
25407
25775
|
* @type string
|
|
25408
25776
|
*/
|
|
25409
|
-
|
|
25777
|
+
ofModifyUserId?: string;
|
|
25410
25778
|
/**
|
|
25411
|
-
*
|
|
25779
|
+
* 表单模板
|
|
25412
25780
|
*
|
|
25413
25781
|
* @type string
|
|
25414
25782
|
*/
|
|
25415
|
-
|
|
25783
|
+
ofTmplId?: string;
|
|
25416
25784
|
/**
|
|
25785
|
+
* 表单模板名称
|
|
25417
25786
|
*
|
|
25787
|
+
* @type string
|
|
25788
|
+
*/
|
|
25789
|
+
ofTmplName?: string;
|
|
25790
|
+
/**
|
|
25791
|
+
* 表单实例ID
|
|
25418
25792
|
*
|
|
25419
25793
|
* @type string
|
|
25420
25794
|
*/
|
|
25421
|
-
|
|
25795
|
+
onlineFormInstanceId?: string;
|
|
25422
25796
|
/**
|
|
25797
|
+
* 是否仅显示edhr
|
|
25423
25798
|
*
|
|
25799
|
+
* @type number
|
|
25800
|
+
*/
|
|
25801
|
+
onlyEdhr?: number;
|
|
25802
|
+
/**
|
|
25803
|
+
* 页码
|
|
25424
25804
|
*
|
|
25425
|
-
* @type
|
|
25805
|
+
* @type number
|
|
25426
25806
|
*/
|
|
25427
|
-
|
|
25807
|
+
pageNo?: number;
|
|
25428
25808
|
/**
|
|
25809
|
+
* 分页大小
|
|
25429
25810
|
*
|
|
25811
|
+
* @type number
|
|
25812
|
+
*/
|
|
25813
|
+
pageSize?: number;
|
|
25814
|
+
/**
|
|
25815
|
+
* 当前流程状态: 进行中:RUNNING 已结束:COMPLETED
|
|
25430
25816
|
*
|
|
25431
25817
|
* @type string
|
|
25432
25818
|
*/
|
|
25433
|
-
|
|
25819
|
+
processInstanceStatus?: string;
|
|
25434
25820
|
/**
|
|
25435
|
-
*
|
|
25821
|
+
* 产品编码
|
|
25436
25822
|
*
|
|
25437
25823
|
* @type string
|
|
25438
25824
|
*/
|
|
25439
|
-
|
|
25825
|
+
productCode?: string;
|
|
25440
25826
|
/**
|
|
25441
|
-
*
|
|
25827
|
+
* 产品家族编码
|
|
25442
25828
|
*
|
|
25443
25829
|
* @type string
|
|
25444
25830
|
*/
|
|
25445
|
-
|
|
25831
|
+
productFamilyCode?: string;
|
|
25446
25832
|
/**
|
|
25447
|
-
*
|
|
25833
|
+
* 产品家族id
|
|
25448
25834
|
*
|
|
25449
25835
|
* @type string
|
|
25450
25836
|
*/
|
|
25451
|
-
|
|
25837
|
+
productFamilyId?: string;
|
|
25452
25838
|
/**
|
|
25453
|
-
*
|
|
25839
|
+
* 产品家族名称
|
|
25454
25840
|
*
|
|
25455
25841
|
* @type string
|
|
25456
25842
|
*/
|
|
25457
|
-
|
|
25843
|
+
productFamilyName?: string;
|
|
25458
25844
|
/**
|
|
25459
|
-
*
|
|
25845
|
+
* 产品id
|
|
25460
25846
|
*
|
|
25461
25847
|
* @type string
|
|
25462
25848
|
*/
|
|
25463
|
-
|
|
25849
|
+
productId?: string;
|
|
25464
25850
|
/**
|
|
25465
|
-
*
|
|
25851
|
+
* 产品基id
|
|
25466
25852
|
*
|
|
25467
25853
|
* @type string
|
|
25468
25854
|
*/
|
|
25469
|
-
|
|
25855
|
+
productIdRbi?: string;
|
|
25470
25856
|
/**
|
|
25471
|
-
*
|
|
25857
|
+
* 产品版本
|
|
25472
25858
|
*
|
|
25473
25859
|
* @type string
|
|
25474
25860
|
*/
|
|
25475
|
-
|
|
25861
|
+
productIdRi?: string;
|
|
25476
25862
|
/**
|
|
25477
|
-
*
|
|
25863
|
+
* 产品名称
|
|
25478
25864
|
*
|
|
25479
25865
|
* @type string
|
|
25480
25866
|
*/
|
|
25481
|
-
|
|
25867
|
+
productName?: string;
|
|
25482
25868
|
/**
|
|
25483
|
-
*
|
|
25869
|
+
* 产品制程id
|
|
25484
25870
|
*
|
|
25485
25871
|
* @type string
|
|
25486
25872
|
*/
|
|
25487
|
-
|
|
25873
|
+
productProcessId?: string;
|
|
25488
25874
|
/**
|
|
25489
|
-
*
|
|
25875
|
+
* 产品制程生产模式
|
|
25490
25876
|
*
|
|
25491
25877
|
* @type string
|
|
25492
25878
|
*/
|
|
25493
|
-
|
|
25879
|
+
productProcessProductionType?: string;
|
|
25494
25880
|
/**
|
|
25495
|
-
*
|
|
25881
|
+
* 产品规格型号
|
|
25496
25882
|
*
|
|
25497
25883
|
* @type string
|
|
25498
25884
|
*/
|
|
25499
|
-
|
|
25885
|
+
productSpec?: string;
|
|
25500
25886
|
/**
|
|
25501
|
-
*
|
|
25887
|
+
* 工艺路线id
|
|
25502
25888
|
*
|
|
25503
25889
|
* @type string
|
|
25504
25890
|
*/
|
|
25505
|
-
|
|
25891
|
+
routingId?: string;
|
|
25506
25892
|
/**
|
|
25507
|
-
*
|
|
25893
|
+
* 表单流水号
|
|
25508
25894
|
*
|
|
25509
25895
|
* @type string
|
|
25510
25896
|
*/
|
|
25511
|
-
|
|
25897
|
+
serialNo?: string;
|
|
25512
25898
|
/**
|
|
25513
|
-
*
|
|
25899
|
+
* 是否显示表单变更数据
|
|
25900
|
+
*
|
|
25901
|
+
* @type number
|
|
25902
|
+
*/
|
|
25903
|
+
showChange?: number;
|
|
25904
|
+
/**
|
|
25905
|
+
* 显示表单流程数据
|
|
25906
|
+
*
|
|
25907
|
+
* @type boolean
|
|
25908
|
+
*/
|
|
25909
|
+
showFormProcess?: boolean;
|
|
25910
|
+
/**
|
|
25911
|
+
* 排序字段
|
|
25514
25912
|
*
|
|
25515
25913
|
* @type string
|
|
25516
25914
|
*/
|
|
25517
|
-
|
|
25915
|
+
sortField?: string;
|
|
25518
25916
|
/**
|
|
25519
|
-
*
|
|
25917
|
+
* 排序方式:ASC/DESC, 不传默认 ASC
|
|
25520
25918
|
*
|
|
25521
25919
|
* @type string
|
|
25522
25920
|
*/
|
|
25523
|
-
|
|
25921
|
+
sortType?: string;
|
|
25524
25922
|
/**
|
|
25525
|
-
*
|
|
25923
|
+
* 创建时间 - 开始
|
|
25526
25924
|
*
|
|
25527
25925
|
* @type string
|
|
25528
25926
|
*/
|
|
25529
|
-
|
|
25927
|
+
startCreateTime?: string;
|
|
25530
25928
|
/**
|
|
25531
|
-
*
|
|
25929
|
+
* 待办:任务接收/已办:任务审核-开始时间
|
|
25532
25930
|
*
|
|
25533
25931
|
* @type string
|
|
25534
25932
|
*/
|
|
25535
|
-
|
|
25933
|
+
startTime?: string;
|
|
25536
25934
|
/**
|
|
25537
|
-
*
|
|
25935
|
+
* 汇总人ID
|
|
25538
25936
|
*
|
|
25539
25937
|
* @type string
|
|
25540
25938
|
*/
|
|
25541
25939
|
starterId?: string;
|
|
25542
25940
|
/**
|
|
25543
|
-
*
|
|
25941
|
+
* 变更流程的状态
|
|
25544
25942
|
*
|
|
25545
25943
|
* @type string
|
|
25546
25944
|
*/
|
|
25547
|
-
|
|
25945
|
+
status?: string;
|
|
25548
25946
|
/**
|
|
25549
|
-
*
|
|
25947
|
+
* 任务类型
|
|
25550
25948
|
*
|
|
25551
25949
|
* @type string
|
|
25552
25950
|
*/
|
|
25553
|
-
|
|
25951
|
+
taskType?: string;
|
|
25554
25952
|
/**
|
|
25555
|
-
*
|
|
25953
|
+
* 任务类型 集合
|
|
25954
|
+
*
|
|
25955
|
+
* @type string[]
|
|
25956
|
+
*/
|
|
25957
|
+
taskTypeList?: string[];
|
|
25958
|
+
/**
|
|
25959
|
+
* 表单备注名
|
|
25556
25960
|
*
|
|
25557
25961
|
* @type string
|
|
25558
25962
|
*/
|
|
25559
|
-
|
|
25963
|
+
title?: string;
|
|
25560
25964
|
/**
|
|
25561
|
-
*
|
|
25965
|
+
* 表单编号
|
|
25562
25966
|
*
|
|
25563
25967
|
* @type string
|
|
25564
25968
|
*/
|
|
25565
|
-
|
|
25969
|
+
tmplCode?: string;
|
|
25566
25970
|
/**
|
|
25567
|
-
*
|
|
25971
|
+
* 表单模板
|
|
25568
25972
|
*
|
|
25569
25973
|
* @type string
|
|
25570
25974
|
*/
|
|
25571
|
-
|
|
25975
|
+
tmplId?: string;
|
|
25572
25976
|
/**
|
|
25573
|
-
*
|
|
25977
|
+
* 表单名称
|
|
25574
25978
|
*
|
|
25575
25979
|
* @type string
|
|
25576
25980
|
*/
|
|
25577
|
-
|
|
25981
|
+
tmplName?: string;
|
|
25982
|
+
/**
|
|
25983
|
+
* 审批流程记录类型
|
|
25984
|
+
*
|
|
25985
|
+
* @type string
|
|
25986
|
+
*/
|
|
25987
|
+
type?: string;
|
|
25988
|
+
/**
|
|
25989
|
+
* 审批流程记录类型 集合
|
|
25990
|
+
*
|
|
25991
|
+
* @type string[]
|
|
25992
|
+
*/
|
|
25993
|
+
typeList?: string[];
|
|
25994
|
+
/**
|
|
25995
|
+
* 版本
|
|
25996
|
+
*
|
|
25997
|
+
* @type string
|
|
25998
|
+
*/
|
|
25999
|
+
version?: string;
|
|
25578
26000
|
}
|
|
25579
|
-
export interface
|
|
26001
|
+
export interface ProcessTaskDoneApproveHisResponse {
|
|
26002
|
+
/**
|
|
26003
|
+
* 审批流程记录创建时间
|
|
26004
|
+
*
|
|
26005
|
+
* @type string
|
|
26006
|
+
*/
|
|
26007
|
+
approveHisCreateTime?: string;
|
|
26008
|
+
/**
|
|
26009
|
+
* 审批流程记录创建人
|
|
26010
|
+
*
|
|
26011
|
+
* @type string
|
|
26012
|
+
*/
|
|
26013
|
+
approveHisCreateUserName?: string;
|
|
26014
|
+
/**
|
|
26015
|
+
* 审批流程记录修改时间
|
|
26016
|
+
*
|
|
26017
|
+
* @type string
|
|
26018
|
+
*/
|
|
26019
|
+
approveHisModifyTime?: string;
|
|
26020
|
+
/**
|
|
26021
|
+
* 审批流程记录修改人
|
|
26022
|
+
*
|
|
26023
|
+
* @type string
|
|
26024
|
+
*/
|
|
26025
|
+
approveHisModifyUserName?: string;
|
|
25580
26026
|
/**
|
|
25581
26027
|
* 处理人ID
|
|
25582
26028
|
*
|
|
@@ -25607,6 +26053,24 @@ export interface ProcessTaskTodoResponse {
|
|
|
25607
26053
|
* @type string
|
|
25608
26054
|
*/
|
|
25609
26055
|
businessType?: string;
|
|
26056
|
+
/**
|
|
26057
|
+
* 变更编号
|
|
26058
|
+
*
|
|
26059
|
+
* @type string
|
|
26060
|
+
*/
|
|
26061
|
+
changeNo?: string;
|
|
26062
|
+
/**
|
|
26063
|
+
* 变更类型
|
|
26064
|
+
*
|
|
26065
|
+
* @type string
|
|
26066
|
+
*/
|
|
26067
|
+
changeType?: string;
|
|
26068
|
+
/**
|
|
26069
|
+
* 编码
|
|
26070
|
+
*
|
|
26071
|
+
* @type string
|
|
26072
|
+
*/
|
|
26073
|
+
code?: string;
|
|
25610
26074
|
/**
|
|
25611
26075
|
*
|
|
25612
26076
|
*
|
|
@@ -25625,6 +26089,12 @@ export interface ProcessTaskTodoResponse {
|
|
|
25625
26089
|
* @type string
|
|
25626
26090
|
*/
|
|
25627
26091
|
createUserName?: string;
|
|
26092
|
+
/**
|
|
26093
|
+
* 描述
|
|
26094
|
+
*
|
|
26095
|
+
* @type string
|
|
26096
|
+
*/
|
|
26097
|
+
description?: string;
|
|
25628
26098
|
/**
|
|
25629
26099
|
* 当前表单实例关联之大纲id
|
|
25630
26100
|
*
|
|
@@ -25655,6 +26125,12 @@ export interface ProcessTaskTodoResponse {
|
|
|
25655
26125
|
* @type string
|
|
25656
26126
|
*/
|
|
25657
26127
|
edhrTmplVersion?: string;
|
|
26128
|
+
/**
|
|
26129
|
+
* 生效日期
|
|
26130
|
+
*
|
|
26131
|
+
* @type string
|
|
26132
|
+
*/
|
|
26133
|
+
effectiveDate?: string;
|
|
25658
26134
|
/**
|
|
25659
26135
|
* 表单类型
|
|
25660
26136
|
*
|
|
@@ -25668,7 +26144,7 @@ export interface ProcessTaskTodoResponse {
|
|
|
25668
26144
|
*/
|
|
25669
26145
|
id?: string;
|
|
25670
26146
|
/**
|
|
25671
|
-
*
|
|
26147
|
+
* 批次/SN编号
|
|
25672
26148
|
*
|
|
25673
26149
|
* @type string
|
|
25674
26150
|
*/
|
|
@@ -25686,7 +26162,7 @@ export interface ProcessTaskTodoResponse {
|
|
|
25686
26162
|
*/
|
|
25687
26163
|
mfgOrderCode?: string;
|
|
25688
26164
|
/**
|
|
25689
|
-
* 工单
|
|
26165
|
+
* 工单id
|
|
25690
26166
|
*
|
|
25691
26167
|
* @type string
|
|
25692
26168
|
*/
|
|
@@ -25710,11 +26186,1097 @@ export interface ProcessTaskTodoResponse {
|
|
|
25710
26186
|
*/
|
|
25711
26187
|
modifyUserName?: string;
|
|
25712
26188
|
/**
|
|
25713
|
-
*
|
|
26189
|
+
* 名称
|
|
25714
26190
|
*
|
|
25715
26191
|
* @type string
|
|
25716
26192
|
*/
|
|
25717
|
-
|
|
26193
|
+
name?: string;
|
|
26194
|
+
/**
|
|
26195
|
+
* 节点编码
|
|
26196
|
+
*
|
|
26197
|
+
* @type string
|
|
26198
|
+
*/
|
|
26199
|
+
nodeKey?: string;
|
|
26200
|
+
/**
|
|
26201
|
+
* 记录本ID
|
|
26202
|
+
*
|
|
26203
|
+
* @type string
|
|
26204
|
+
*/
|
|
26205
|
+
notebookId?: string;
|
|
26206
|
+
/**
|
|
26207
|
+
* 单据code
|
|
26208
|
+
*
|
|
26209
|
+
* @type string
|
|
26210
|
+
*/
|
|
26211
|
+
ofCode?: string;
|
|
26212
|
+
/**
|
|
26213
|
+
* 表单创建时间
|
|
26214
|
+
*
|
|
26215
|
+
* @type string
|
|
26216
|
+
*/
|
|
26217
|
+
ofCreateTime?: string;
|
|
26218
|
+
/**
|
|
26219
|
+
* 单据创建人名称
|
|
26220
|
+
*
|
|
26221
|
+
* @type string
|
|
26222
|
+
*/
|
|
26223
|
+
ofCreateUserName?: string;
|
|
26224
|
+
/**
|
|
26225
|
+
* 表单实例id
|
|
26226
|
+
*
|
|
26227
|
+
* @type string
|
|
26228
|
+
*/
|
|
26229
|
+
ofInstanceId?: string;
|
|
26230
|
+
/**
|
|
26231
|
+
* 表单更新时间
|
|
26232
|
+
*
|
|
26233
|
+
* @type string
|
|
26234
|
+
*/
|
|
26235
|
+
ofModifyTime?: string;
|
|
26236
|
+
/**
|
|
26237
|
+
* 单据修改人名称
|
|
26238
|
+
*
|
|
26239
|
+
* @type string
|
|
26240
|
+
*/
|
|
26241
|
+
ofModifyUserName?: string;
|
|
26242
|
+
/**
|
|
26243
|
+
* 表单模板id
|
|
26244
|
+
*
|
|
26245
|
+
* @type string
|
|
26246
|
+
*/
|
|
26247
|
+
ofTmplId?: string;
|
|
26248
|
+
/**
|
|
26249
|
+
* 表单模板名称
|
|
26250
|
+
*
|
|
26251
|
+
* @type string
|
|
26252
|
+
*/
|
|
26253
|
+
ofTmplName?: string;
|
|
26254
|
+
/**
|
|
26255
|
+
* 表单实例ID
|
|
26256
|
+
*
|
|
26257
|
+
* @type string
|
|
26258
|
+
*/
|
|
26259
|
+
onlineFormInstanceId?: string;
|
|
26260
|
+
/**
|
|
26261
|
+
* 流程实例ID
|
|
26262
|
+
*
|
|
26263
|
+
* @type string
|
|
26264
|
+
*/
|
|
26265
|
+
processInstanceId?: string;
|
|
26266
|
+
/**
|
|
26267
|
+
* 流程状态: 运行中:running 已结束:finished
|
|
26268
|
+
*
|
|
26269
|
+
* @type string
|
|
26270
|
+
*/
|
|
26271
|
+
processInstanceStatus?: string;
|
|
26272
|
+
/**
|
|
26273
|
+
* 产品编码
|
|
26274
|
+
*
|
|
26275
|
+
* @type string
|
|
26276
|
+
*/
|
|
26277
|
+
productCode?: string;
|
|
26278
|
+
/**
|
|
26279
|
+
* 产品家族编码
|
|
26280
|
+
*
|
|
26281
|
+
* @type string
|
|
26282
|
+
*/
|
|
26283
|
+
productFamilyCode?: string;
|
|
26284
|
+
/**
|
|
26285
|
+
* 产品家族id
|
|
26286
|
+
*
|
|
26287
|
+
* @type string
|
|
26288
|
+
*/
|
|
26289
|
+
productFamilyId?: string;
|
|
26290
|
+
/**
|
|
26291
|
+
* 产品家族名称
|
|
26292
|
+
*
|
|
26293
|
+
* @type string
|
|
26294
|
+
*/
|
|
26295
|
+
productFamilyName?: string;
|
|
26296
|
+
/**
|
|
26297
|
+
* 产品id
|
|
26298
|
+
*
|
|
26299
|
+
* @type string
|
|
26300
|
+
*/
|
|
26301
|
+
productId?: string;
|
|
26302
|
+
/**
|
|
26303
|
+
* 产品基id
|
|
26304
|
+
*
|
|
26305
|
+
* @type string
|
|
26306
|
+
*/
|
|
26307
|
+
productIdRbi?: string;
|
|
26308
|
+
/**
|
|
26309
|
+
* 产品版本
|
|
26310
|
+
*
|
|
26311
|
+
* @type string
|
|
26312
|
+
*/
|
|
26313
|
+
productIdRi?: string;
|
|
26314
|
+
/**
|
|
26315
|
+
* 产品名称
|
|
26316
|
+
*
|
|
26317
|
+
* @type string
|
|
26318
|
+
*/
|
|
26319
|
+
productName?: string;
|
|
26320
|
+
/**
|
|
26321
|
+
* 产品制程id
|
|
26322
|
+
*
|
|
26323
|
+
* @type string
|
|
26324
|
+
*/
|
|
26325
|
+
productProcessId?: string;
|
|
26326
|
+
/**
|
|
26327
|
+
* 产品制程生产模式
|
|
26328
|
+
*
|
|
26329
|
+
* @type string
|
|
26330
|
+
*/
|
|
26331
|
+
productProcessProductionType?: string;
|
|
26332
|
+
/**
|
|
26333
|
+
* 产品规格型号
|
|
26334
|
+
*
|
|
26335
|
+
* @type string
|
|
26336
|
+
*/
|
|
26337
|
+
productSpec?: string;
|
|
26338
|
+
/**
|
|
26339
|
+
* 产品版本
|
|
26340
|
+
*
|
|
26341
|
+
* @type string
|
|
26342
|
+
*/
|
|
26343
|
+
productVersion?: string;
|
|
26344
|
+
/**
|
|
26345
|
+
* 工艺路线id
|
|
26346
|
+
*
|
|
26347
|
+
* @type string
|
|
26348
|
+
*/
|
|
26349
|
+
routingId?: string;
|
|
26350
|
+
/**
|
|
26351
|
+
* 表单流水号
|
|
26352
|
+
*
|
|
26353
|
+
* @type string
|
|
26354
|
+
*/
|
|
26355
|
+
serialNo?: string;
|
|
26356
|
+
/**
|
|
26357
|
+
* 发起人iD
|
|
26358
|
+
*
|
|
26359
|
+
* @type string
|
|
26360
|
+
*/
|
|
26361
|
+
starterId?: string;
|
|
26362
|
+
/**
|
|
26363
|
+
* 发起人姓名
|
|
26364
|
+
*
|
|
26365
|
+
* @type string
|
|
26366
|
+
*/
|
|
26367
|
+
starterName?: string;
|
|
26368
|
+
/**
|
|
26369
|
+
* 变更流程的状态
|
|
26370
|
+
*
|
|
26371
|
+
* @type string
|
|
26372
|
+
*/
|
|
26373
|
+
status?: string;
|
|
26374
|
+
/**
|
|
26375
|
+
* 任务结束时间
|
|
26376
|
+
*
|
|
26377
|
+
* @type string
|
|
26378
|
+
*/
|
|
26379
|
+
taskEndTime?: string;
|
|
26380
|
+
/**
|
|
26381
|
+
* 任务ID
|
|
26382
|
+
*
|
|
26383
|
+
* @type string
|
|
26384
|
+
*/
|
|
26385
|
+
taskId?: string;
|
|
26386
|
+
/**
|
|
26387
|
+
* 任务开始时间
|
|
26388
|
+
*
|
|
26389
|
+
* @type string
|
|
26390
|
+
*/
|
|
26391
|
+
taskStartTime?: string;
|
|
26392
|
+
/**
|
|
26393
|
+
* 任务类型:edhr任务:EDHR
|
|
26394
|
+
*
|
|
26395
|
+
* @type string
|
|
26396
|
+
*/
|
|
26397
|
+
taskType?: string;
|
|
26398
|
+
/**
|
|
26399
|
+
* 表单备注名
|
|
26400
|
+
*
|
|
26401
|
+
* @type string
|
|
26402
|
+
*/
|
|
26403
|
+
title?: string;
|
|
26404
|
+
/**
|
|
26405
|
+
* 表单编号
|
|
26406
|
+
*
|
|
26407
|
+
* @type string
|
|
26408
|
+
*/
|
|
26409
|
+
tmplCode?: string;
|
|
26410
|
+
/**
|
|
26411
|
+
* 表单模板
|
|
26412
|
+
*
|
|
26413
|
+
* @type string
|
|
26414
|
+
*/
|
|
26415
|
+
tmplId?: string;
|
|
26416
|
+
/**
|
|
26417
|
+
* 表单名称
|
|
26418
|
+
*
|
|
26419
|
+
* @type string
|
|
26420
|
+
*/
|
|
26421
|
+
tmplName?: string;
|
|
26422
|
+
/**
|
|
26423
|
+
* 审批流程记录类型
|
|
26424
|
+
*
|
|
26425
|
+
* @type string
|
|
26426
|
+
*/
|
|
26427
|
+
type?: string;
|
|
26428
|
+
/**
|
|
26429
|
+
* 版本
|
|
26430
|
+
*
|
|
26431
|
+
* @type string
|
|
26432
|
+
*/
|
|
26433
|
+
version?: string;
|
|
26434
|
+
}
|
|
26435
|
+
export interface ProcessTaskDoneResponse {
|
|
26436
|
+
/**
|
|
26437
|
+
* 处理人ID
|
|
26438
|
+
*
|
|
26439
|
+
* @type string
|
|
26440
|
+
*/
|
|
26441
|
+
assigneeId?: string;
|
|
26442
|
+
/**
|
|
26443
|
+
* 处理人姓名
|
|
26444
|
+
*
|
|
26445
|
+
* @type string
|
|
26446
|
+
*/
|
|
26447
|
+
assigneeName?: string;
|
|
26448
|
+
/**
|
|
26449
|
+
* 业务编号(关联其他业务数据的编号)
|
|
26450
|
+
*
|
|
26451
|
+
* @type string
|
|
26452
|
+
*/
|
|
26453
|
+
businessCode?: string;
|
|
26454
|
+
/**
|
|
26455
|
+
* 业务id(关联其他业务数据的id)
|
|
26456
|
+
*
|
|
26457
|
+
* @type string
|
|
26458
|
+
*/
|
|
26459
|
+
businessId?: string;
|
|
26460
|
+
/**
|
|
26461
|
+
* 表单来源
|
|
26462
|
+
*
|
|
26463
|
+
* @type string
|
|
26464
|
+
*/
|
|
26465
|
+
businessType?: string;
|
|
26466
|
+
/**
|
|
26467
|
+
*
|
|
26468
|
+
*
|
|
26469
|
+
* @type string
|
|
26470
|
+
*/
|
|
26471
|
+
createTime?: string;
|
|
26472
|
+
/**
|
|
26473
|
+
*
|
|
26474
|
+
*
|
|
26475
|
+
* @type string
|
|
26476
|
+
*/
|
|
26477
|
+
createUserId?: string;
|
|
26478
|
+
/**
|
|
26479
|
+
*
|
|
26480
|
+
*
|
|
26481
|
+
* @type string
|
|
26482
|
+
*/
|
|
26483
|
+
createUserName?: string;
|
|
26484
|
+
/**
|
|
26485
|
+
* 当前表单实例关联之大纲id
|
|
26486
|
+
*
|
|
26487
|
+
* @type string
|
|
26488
|
+
*/
|
|
26489
|
+
docOutlineId?: string;
|
|
26490
|
+
/**
|
|
26491
|
+
* edhr实例id
|
|
26492
|
+
*
|
|
26493
|
+
* @type string
|
|
26494
|
+
*/
|
|
26495
|
+
edhrInstanceId?: string;
|
|
26496
|
+
/**
|
|
26497
|
+
* edhr模板id
|
|
26498
|
+
*
|
|
26499
|
+
* @type string
|
|
26500
|
+
*/
|
|
26501
|
+
edhrTmplId?: string;
|
|
26502
|
+
/**
|
|
26503
|
+
* edhr模板名称
|
|
26504
|
+
*
|
|
26505
|
+
* @type string
|
|
26506
|
+
*/
|
|
26507
|
+
edhrTmplName?: string;
|
|
26508
|
+
/**
|
|
26509
|
+
* edhr模板版本
|
|
26510
|
+
*
|
|
26511
|
+
* @type string
|
|
26512
|
+
*/
|
|
26513
|
+
edhrTmplVersion?: string;
|
|
26514
|
+
/**
|
|
26515
|
+
* 表单类型
|
|
26516
|
+
*
|
|
26517
|
+
* @type string
|
|
26518
|
+
*/
|
|
26519
|
+
formType?: string;
|
|
26520
|
+
/**
|
|
26521
|
+
* 主键
|
|
26522
|
+
*
|
|
26523
|
+
* @type string
|
|
26524
|
+
*/
|
|
26525
|
+
id?: string;
|
|
26526
|
+
/**
|
|
26527
|
+
* 物料编号
|
|
26528
|
+
*
|
|
26529
|
+
* @type string
|
|
26530
|
+
*/
|
|
26531
|
+
materialNo?: string;
|
|
26532
|
+
/**
|
|
26533
|
+
* 物料形态(批次或SN)
|
|
26534
|
+
*
|
|
26535
|
+
* @type string
|
|
26536
|
+
*/
|
|
26537
|
+
materialStatus?: string;
|
|
26538
|
+
/**
|
|
26539
|
+
* 工单编码
|
|
26540
|
+
*
|
|
26541
|
+
* @type string
|
|
26542
|
+
*/
|
|
26543
|
+
mfgOrderCode?: string;
|
|
26544
|
+
/**
|
|
26545
|
+
* 工单ID
|
|
26546
|
+
*
|
|
26547
|
+
* @type string
|
|
26548
|
+
*/
|
|
26549
|
+
mfgOrderId?: string;
|
|
26550
|
+
/**
|
|
26551
|
+
*
|
|
26552
|
+
*
|
|
26553
|
+
* @type string
|
|
26554
|
+
*/
|
|
26555
|
+
modifyTime?: string;
|
|
26556
|
+
/**
|
|
26557
|
+
*
|
|
26558
|
+
*
|
|
26559
|
+
* @type string
|
|
26560
|
+
*/
|
|
26561
|
+
modifyUserId?: string;
|
|
26562
|
+
/**
|
|
26563
|
+
*
|
|
26564
|
+
*
|
|
26565
|
+
* @type string
|
|
26566
|
+
*/
|
|
26567
|
+
modifyUserName?: string;
|
|
26568
|
+
/**
|
|
26569
|
+
* 节点编码
|
|
26570
|
+
*
|
|
26571
|
+
* @type string
|
|
26572
|
+
*/
|
|
26573
|
+
nodeKey?: string;
|
|
26574
|
+
/**
|
|
26575
|
+
* 单据code
|
|
26576
|
+
*
|
|
26577
|
+
* @type string
|
|
26578
|
+
*/
|
|
26579
|
+
ofCode?: string;
|
|
26580
|
+
/**
|
|
26581
|
+
* 表单创建时间
|
|
26582
|
+
*
|
|
26583
|
+
* @type string
|
|
26584
|
+
*/
|
|
26585
|
+
ofCreateTime?: string;
|
|
26586
|
+
/**
|
|
26587
|
+
* 单据创建人名称
|
|
26588
|
+
*
|
|
26589
|
+
* @type string
|
|
26590
|
+
*/
|
|
26591
|
+
ofCreateUserName?: string;
|
|
26592
|
+
/**
|
|
26593
|
+
* 表单实例id
|
|
26594
|
+
*
|
|
26595
|
+
* @type string
|
|
26596
|
+
*/
|
|
26597
|
+
ofInstanceId?: string;
|
|
26598
|
+
/**
|
|
26599
|
+
* 表单更新时间
|
|
26600
|
+
*
|
|
26601
|
+
* @type string
|
|
26602
|
+
*/
|
|
26603
|
+
ofModifyTime?: string;
|
|
26604
|
+
/**
|
|
26605
|
+
* 单据修改人名称
|
|
26606
|
+
*
|
|
26607
|
+
* @type string
|
|
26608
|
+
*/
|
|
26609
|
+
ofModifyUserName?: string;
|
|
26610
|
+
/**
|
|
26611
|
+
* 表单模板id
|
|
26612
|
+
*
|
|
26613
|
+
* @type string
|
|
26614
|
+
*/
|
|
26615
|
+
ofTmplId?: string;
|
|
26616
|
+
/**
|
|
26617
|
+
* 表单模板名称
|
|
26618
|
+
*
|
|
26619
|
+
* @type string
|
|
26620
|
+
*/
|
|
26621
|
+
ofTmplName?: string;
|
|
26622
|
+
/**
|
|
26623
|
+
* 流程实例ID
|
|
26624
|
+
*
|
|
26625
|
+
* @type string
|
|
26626
|
+
*/
|
|
26627
|
+
processInstanceId?: string;
|
|
26628
|
+
/**
|
|
26629
|
+
* 流程状态: 运行中:running 已结束:finished
|
|
26630
|
+
*
|
|
26631
|
+
* @type string
|
|
26632
|
+
*/
|
|
26633
|
+
processInstanceStatus?: string;
|
|
26634
|
+
/**
|
|
26635
|
+
* 产品编码
|
|
26636
|
+
*
|
|
26637
|
+
* @type string
|
|
26638
|
+
*/
|
|
26639
|
+
productCode?: string;
|
|
26640
|
+
/**
|
|
26641
|
+
* 产品id
|
|
26642
|
+
*
|
|
26643
|
+
* @type string
|
|
26644
|
+
*/
|
|
26645
|
+
productId?: string;
|
|
26646
|
+
/**
|
|
26647
|
+
* 产品名称
|
|
26648
|
+
*
|
|
26649
|
+
* @type string
|
|
26650
|
+
*/
|
|
26651
|
+
productName?: string;
|
|
26652
|
+
/**
|
|
26653
|
+
* 产品规格
|
|
26654
|
+
*
|
|
26655
|
+
* @type string
|
|
26656
|
+
*/
|
|
26657
|
+
productSpec?: string;
|
|
26658
|
+
/**
|
|
26659
|
+
* 产品版本
|
|
26660
|
+
*
|
|
26661
|
+
* @type string
|
|
26662
|
+
*/
|
|
26663
|
+
productVersion?: string;
|
|
26664
|
+
/**
|
|
26665
|
+
* 流水号
|
|
26666
|
+
*
|
|
26667
|
+
* @type string
|
|
26668
|
+
*/
|
|
26669
|
+
serialNo?: string;
|
|
26670
|
+
/**
|
|
26671
|
+
* 发起人iD
|
|
26672
|
+
*
|
|
26673
|
+
* @type string
|
|
26674
|
+
*/
|
|
26675
|
+
starterId?: string;
|
|
26676
|
+
/**
|
|
26677
|
+
* 发起人姓名
|
|
26678
|
+
*
|
|
26679
|
+
* @type string
|
|
26680
|
+
*/
|
|
26681
|
+
starterName?: string;
|
|
26682
|
+
/**
|
|
26683
|
+
* 任务结束时间
|
|
26684
|
+
*
|
|
26685
|
+
* @type string
|
|
26686
|
+
*/
|
|
26687
|
+
taskEndTime?: string;
|
|
26688
|
+
/**
|
|
26689
|
+
* 任务ID
|
|
26690
|
+
*
|
|
26691
|
+
* @type string
|
|
26692
|
+
*/
|
|
26693
|
+
taskId?: string;
|
|
26694
|
+
/**
|
|
26695
|
+
* 任务开始时间
|
|
26696
|
+
*
|
|
26697
|
+
* @type string
|
|
26698
|
+
*/
|
|
26699
|
+
taskStartTime?: string;
|
|
26700
|
+
/**
|
|
26701
|
+
* 任务类型:edhr任务:EDHR
|
|
26702
|
+
*
|
|
26703
|
+
* @type string
|
|
26704
|
+
*/
|
|
26705
|
+
taskType?: string;
|
|
26706
|
+
/**
|
|
26707
|
+
* 表单任务名称
|
|
26708
|
+
*
|
|
26709
|
+
* @type string
|
|
26710
|
+
*/
|
|
26711
|
+
title?: string;
|
|
26712
|
+
}
|
|
26713
|
+
export interface ProcessTaskTodoApproveHisResponse {
|
|
26714
|
+
/**
|
|
26715
|
+
* 审批流程记录创建时间
|
|
26716
|
+
*
|
|
26717
|
+
* @type string
|
|
26718
|
+
*/
|
|
26719
|
+
approveHisCreateTime?: string;
|
|
26720
|
+
/**
|
|
26721
|
+
* 审批流程记录创建人
|
|
26722
|
+
*
|
|
26723
|
+
* @type string
|
|
26724
|
+
*/
|
|
26725
|
+
approveHisCreateUserName?: string;
|
|
26726
|
+
/**
|
|
26727
|
+
* 审批流程记录修改时间
|
|
26728
|
+
*
|
|
26729
|
+
* @type string
|
|
26730
|
+
*/
|
|
26731
|
+
approveHisModifyTime?: string;
|
|
26732
|
+
/**
|
|
26733
|
+
* 审批流程记录修改人
|
|
26734
|
+
*
|
|
26735
|
+
* @type string
|
|
26736
|
+
*/
|
|
26737
|
+
approveHisModifyUserName?: string;
|
|
26738
|
+
/**
|
|
26739
|
+
* 处理人ID
|
|
26740
|
+
*
|
|
26741
|
+
* @type string
|
|
26742
|
+
*/
|
|
26743
|
+
assigneeId?: string;
|
|
26744
|
+
/**
|
|
26745
|
+
* 处理人姓名
|
|
26746
|
+
*
|
|
26747
|
+
* @type string
|
|
26748
|
+
*/
|
|
26749
|
+
assigneeName?: string;
|
|
26750
|
+
/**
|
|
26751
|
+
* 业务编号(关联其他业务数据的编号)
|
|
26752
|
+
*
|
|
26753
|
+
* @type string
|
|
26754
|
+
*/
|
|
26755
|
+
businessCode?: string;
|
|
26756
|
+
/**
|
|
26757
|
+
* 业务id(关联其他业务数据的id)
|
|
26758
|
+
*
|
|
26759
|
+
* @type string
|
|
26760
|
+
*/
|
|
26761
|
+
businessId?: string;
|
|
26762
|
+
/**
|
|
26763
|
+
* 表单来源
|
|
26764
|
+
*
|
|
26765
|
+
* @type string
|
|
26766
|
+
*/
|
|
26767
|
+
businessType?: string;
|
|
26768
|
+
/**
|
|
26769
|
+
* 变更编号
|
|
26770
|
+
*
|
|
26771
|
+
* @type string
|
|
26772
|
+
*/
|
|
26773
|
+
changeNo?: string;
|
|
26774
|
+
/**
|
|
26775
|
+
* 变更类型
|
|
26776
|
+
*
|
|
26777
|
+
* @type string
|
|
26778
|
+
*/
|
|
26779
|
+
changeType?: string;
|
|
26780
|
+
/**
|
|
26781
|
+
* 编码
|
|
26782
|
+
*
|
|
26783
|
+
* @type string
|
|
26784
|
+
*/
|
|
26785
|
+
code?: string;
|
|
26786
|
+
/**
|
|
26787
|
+
*
|
|
26788
|
+
*
|
|
26789
|
+
* @type string
|
|
26790
|
+
*/
|
|
26791
|
+
createTime?: string;
|
|
26792
|
+
/**
|
|
26793
|
+
*
|
|
26794
|
+
*
|
|
26795
|
+
* @type string
|
|
26796
|
+
*/
|
|
26797
|
+
createUserId?: string;
|
|
26798
|
+
/**
|
|
26799
|
+
*
|
|
26800
|
+
*
|
|
26801
|
+
* @type string
|
|
26802
|
+
*/
|
|
26803
|
+
createUserName?: string;
|
|
26804
|
+
/**
|
|
26805
|
+
* 描述
|
|
26806
|
+
*
|
|
26807
|
+
* @type string
|
|
26808
|
+
*/
|
|
26809
|
+
description?: string;
|
|
26810
|
+
/**
|
|
26811
|
+
* 当前表单实例关联之大纲id
|
|
26812
|
+
*
|
|
26813
|
+
* @type string
|
|
26814
|
+
*/
|
|
26815
|
+
docOutlineId?: string;
|
|
26816
|
+
/**
|
|
26817
|
+
* edhr实例id
|
|
26818
|
+
*
|
|
26819
|
+
* @type string
|
|
26820
|
+
*/
|
|
26821
|
+
edhrInstanceId?: string;
|
|
26822
|
+
/**
|
|
26823
|
+
* edhr模板id
|
|
26824
|
+
*
|
|
26825
|
+
* @type string
|
|
26826
|
+
*/
|
|
26827
|
+
edhrTmplId?: string;
|
|
26828
|
+
/**
|
|
26829
|
+
* edhr模板名称
|
|
26830
|
+
*
|
|
26831
|
+
* @type string
|
|
26832
|
+
*/
|
|
26833
|
+
edhrTmplName?: string;
|
|
26834
|
+
/**
|
|
26835
|
+
* edhr模板版本
|
|
26836
|
+
*
|
|
26837
|
+
* @type string
|
|
26838
|
+
*/
|
|
26839
|
+
edhrTmplVersion?: string;
|
|
26840
|
+
/**
|
|
26841
|
+
* 生效日期
|
|
26842
|
+
*
|
|
26843
|
+
* @type string
|
|
26844
|
+
*/
|
|
26845
|
+
effectiveDate?: string;
|
|
26846
|
+
/**
|
|
26847
|
+
* 表单类型
|
|
26848
|
+
*
|
|
26849
|
+
* @type string
|
|
26850
|
+
*/
|
|
26851
|
+
formType?: string;
|
|
26852
|
+
/**
|
|
26853
|
+
* 主键
|
|
26854
|
+
*
|
|
26855
|
+
* @type string
|
|
26856
|
+
*/
|
|
26857
|
+
id?: string;
|
|
26858
|
+
/**
|
|
26859
|
+
* 批次/SN编号
|
|
26860
|
+
*
|
|
26861
|
+
* @type string
|
|
26862
|
+
*/
|
|
26863
|
+
materialNo?: string;
|
|
26864
|
+
/**
|
|
26865
|
+
* 物料形态(批次或SN)
|
|
26866
|
+
*
|
|
26867
|
+
* @type string
|
|
26868
|
+
*/
|
|
26869
|
+
materialStatus?: string;
|
|
26870
|
+
/**
|
|
26871
|
+
* 工单编码
|
|
26872
|
+
*
|
|
26873
|
+
* @type string
|
|
26874
|
+
*/
|
|
26875
|
+
mfgOrderCode?: string;
|
|
26876
|
+
/**
|
|
26877
|
+
* 工单id
|
|
26878
|
+
*
|
|
26879
|
+
* @type string
|
|
26880
|
+
*/
|
|
26881
|
+
mfgOrderId?: string;
|
|
26882
|
+
/**
|
|
26883
|
+
*
|
|
26884
|
+
*
|
|
26885
|
+
* @type string
|
|
26886
|
+
*/
|
|
26887
|
+
modifyTime?: string;
|
|
26888
|
+
/**
|
|
26889
|
+
*
|
|
26890
|
+
*
|
|
26891
|
+
* @type string
|
|
26892
|
+
*/
|
|
26893
|
+
modifyUserId?: string;
|
|
26894
|
+
/**
|
|
26895
|
+
*
|
|
26896
|
+
*
|
|
26897
|
+
* @type string
|
|
26898
|
+
*/
|
|
26899
|
+
modifyUserName?: string;
|
|
26900
|
+
/**
|
|
26901
|
+
* 名称
|
|
26902
|
+
*
|
|
26903
|
+
* @type string
|
|
26904
|
+
*/
|
|
26905
|
+
name?: string;
|
|
26906
|
+
/**
|
|
26907
|
+
* 节点编码
|
|
26908
|
+
*
|
|
26909
|
+
* @type string
|
|
26910
|
+
*/
|
|
26911
|
+
nodeKey?: string;
|
|
26912
|
+
/**
|
|
26913
|
+
* 记录本ID
|
|
26914
|
+
*
|
|
26915
|
+
* @type string
|
|
26916
|
+
*/
|
|
26917
|
+
notebookId?: string;
|
|
26918
|
+
/**
|
|
26919
|
+
* 单据code
|
|
26920
|
+
*
|
|
26921
|
+
* @type string
|
|
26922
|
+
*/
|
|
26923
|
+
ofCode?: string;
|
|
26924
|
+
/**
|
|
26925
|
+
* 表单创建时间
|
|
26926
|
+
*
|
|
26927
|
+
* @type string
|
|
26928
|
+
*/
|
|
26929
|
+
ofCreateTime?: string;
|
|
26930
|
+
/**
|
|
26931
|
+
* 单据创建人名称
|
|
26932
|
+
*
|
|
26933
|
+
* @type string
|
|
26934
|
+
*/
|
|
26935
|
+
ofCreateUserName?: string;
|
|
26936
|
+
/**
|
|
26937
|
+
* 表单实例id
|
|
26938
|
+
*
|
|
26939
|
+
* @type string
|
|
26940
|
+
*/
|
|
26941
|
+
ofInstanceId?: string;
|
|
26942
|
+
/**
|
|
26943
|
+
* 表单更新时间
|
|
26944
|
+
*
|
|
26945
|
+
* @type string
|
|
26946
|
+
*/
|
|
26947
|
+
ofModifyTime?: string;
|
|
26948
|
+
/**
|
|
26949
|
+
* 单据修改人名称
|
|
26950
|
+
*
|
|
26951
|
+
* @type string
|
|
26952
|
+
*/
|
|
26953
|
+
ofModifyUserName?: string;
|
|
26954
|
+
/**
|
|
26955
|
+
* 表单模板id
|
|
26956
|
+
*
|
|
26957
|
+
* @type string
|
|
26958
|
+
*/
|
|
26959
|
+
ofTmplId?: string;
|
|
26960
|
+
/**
|
|
26961
|
+
* 表单模板名称
|
|
26962
|
+
*
|
|
26963
|
+
* @type string
|
|
26964
|
+
*/
|
|
26965
|
+
ofTmplName?: string;
|
|
26966
|
+
/**
|
|
26967
|
+
* 表单实例ID
|
|
26968
|
+
*
|
|
26969
|
+
* @type string
|
|
26970
|
+
*/
|
|
26971
|
+
onlineFormInstanceId?: string;
|
|
26972
|
+
/**
|
|
26973
|
+
* 流程实例ID
|
|
26974
|
+
*
|
|
26975
|
+
* @type string
|
|
26976
|
+
*/
|
|
26977
|
+
processInstanceId?: string;
|
|
26978
|
+
/**
|
|
26979
|
+
* 流程状态: 运行中:running 已结束:finished
|
|
26980
|
+
*
|
|
26981
|
+
* @type string
|
|
26982
|
+
*/
|
|
26983
|
+
processInstanceStatus?: string;
|
|
26984
|
+
/**
|
|
26985
|
+
* 产品编码
|
|
26986
|
+
*
|
|
26987
|
+
* @type string
|
|
26988
|
+
*/
|
|
26989
|
+
productCode?: string;
|
|
26990
|
+
/**
|
|
26991
|
+
* 产品家族编码
|
|
26992
|
+
*
|
|
26993
|
+
* @type string
|
|
26994
|
+
*/
|
|
26995
|
+
productFamilyCode?: string;
|
|
26996
|
+
/**
|
|
26997
|
+
* 产品家族id
|
|
26998
|
+
*
|
|
26999
|
+
* @type string
|
|
27000
|
+
*/
|
|
27001
|
+
productFamilyId?: string;
|
|
27002
|
+
/**
|
|
27003
|
+
* 产品家族名称
|
|
27004
|
+
*
|
|
27005
|
+
* @type string
|
|
27006
|
+
*/
|
|
27007
|
+
productFamilyName?: string;
|
|
27008
|
+
/**
|
|
27009
|
+
* 产品id
|
|
27010
|
+
*
|
|
27011
|
+
* @type string
|
|
27012
|
+
*/
|
|
27013
|
+
productId?: string;
|
|
27014
|
+
/**
|
|
27015
|
+
* 产品基id
|
|
27016
|
+
*
|
|
27017
|
+
* @type string
|
|
27018
|
+
*/
|
|
27019
|
+
productIdRbi?: string;
|
|
27020
|
+
/**
|
|
27021
|
+
* 产品版本
|
|
27022
|
+
*
|
|
27023
|
+
* @type string
|
|
27024
|
+
*/
|
|
27025
|
+
productIdRi?: string;
|
|
27026
|
+
/**
|
|
27027
|
+
* 产品名称
|
|
27028
|
+
*
|
|
27029
|
+
* @type string
|
|
27030
|
+
*/
|
|
27031
|
+
productName?: string;
|
|
27032
|
+
/**
|
|
27033
|
+
* 产品制程id
|
|
27034
|
+
*
|
|
27035
|
+
* @type string
|
|
27036
|
+
*/
|
|
27037
|
+
productProcessId?: string;
|
|
27038
|
+
/**
|
|
27039
|
+
* 产品制程生产模式
|
|
27040
|
+
*
|
|
27041
|
+
* @type string
|
|
27042
|
+
*/
|
|
27043
|
+
productProcessProductionType?: string;
|
|
27044
|
+
/**
|
|
27045
|
+
* 产品规格型号
|
|
27046
|
+
*
|
|
27047
|
+
* @type string
|
|
27048
|
+
*/
|
|
27049
|
+
productSpec?: string;
|
|
27050
|
+
/**
|
|
27051
|
+
* 产品版本
|
|
27052
|
+
*
|
|
27053
|
+
* @type string
|
|
27054
|
+
*/
|
|
27055
|
+
productVersion?: string;
|
|
27056
|
+
/**
|
|
27057
|
+
* 工艺路线id
|
|
27058
|
+
*
|
|
27059
|
+
* @type string
|
|
27060
|
+
*/
|
|
27061
|
+
routingId?: string;
|
|
27062
|
+
/**
|
|
27063
|
+
* 表单流水号
|
|
27064
|
+
*
|
|
27065
|
+
* @type string
|
|
27066
|
+
*/
|
|
27067
|
+
serialNo?: string;
|
|
27068
|
+
/**
|
|
27069
|
+
* 发起人iD
|
|
27070
|
+
*
|
|
27071
|
+
* @type string
|
|
27072
|
+
*/
|
|
27073
|
+
starterId?: string;
|
|
27074
|
+
/**
|
|
27075
|
+
* 发起人姓名
|
|
27076
|
+
*
|
|
27077
|
+
* @type string
|
|
27078
|
+
*/
|
|
27079
|
+
starterName?: string;
|
|
27080
|
+
/**
|
|
27081
|
+
* 变更流程的状态
|
|
27082
|
+
*
|
|
27083
|
+
* @type string
|
|
27084
|
+
*/
|
|
27085
|
+
status?: string;
|
|
27086
|
+
/**
|
|
27087
|
+
* 任务ID
|
|
27088
|
+
*
|
|
27089
|
+
* @type string
|
|
27090
|
+
*/
|
|
27091
|
+
taskId?: string;
|
|
27092
|
+
/**
|
|
27093
|
+
* 任务开始时间
|
|
27094
|
+
*
|
|
27095
|
+
* @type string
|
|
27096
|
+
*/
|
|
27097
|
+
taskStartTime?: string;
|
|
27098
|
+
/**
|
|
27099
|
+
* 任务类型:edhr任务:EDHR
|
|
27100
|
+
*
|
|
27101
|
+
* @type string
|
|
27102
|
+
*/
|
|
27103
|
+
taskType?: string;
|
|
27104
|
+
/**
|
|
27105
|
+
* 表单备注名
|
|
27106
|
+
*
|
|
27107
|
+
* @type string
|
|
27108
|
+
*/
|
|
27109
|
+
title?: string;
|
|
27110
|
+
/**
|
|
27111
|
+
* 表单编号
|
|
27112
|
+
*
|
|
27113
|
+
* @type string
|
|
27114
|
+
*/
|
|
27115
|
+
tmplCode?: string;
|
|
27116
|
+
/**
|
|
27117
|
+
* 表单模板
|
|
27118
|
+
*
|
|
27119
|
+
* @type string
|
|
27120
|
+
*/
|
|
27121
|
+
tmplId?: string;
|
|
27122
|
+
/**
|
|
27123
|
+
* 表单名称
|
|
27124
|
+
*
|
|
27125
|
+
* @type string
|
|
27126
|
+
*/
|
|
27127
|
+
tmplName?: string;
|
|
27128
|
+
/**
|
|
27129
|
+
* 审批流程记录类型
|
|
27130
|
+
*
|
|
27131
|
+
* @type string
|
|
27132
|
+
*/
|
|
27133
|
+
type?: string;
|
|
27134
|
+
/**
|
|
27135
|
+
* 版本
|
|
27136
|
+
*
|
|
27137
|
+
* @type string
|
|
27138
|
+
*/
|
|
27139
|
+
version?: string;
|
|
27140
|
+
}
|
|
27141
|
+
export interface ProcessTaskTodoResponse {
|
|
27142
|
+
/**
|
|
27143
|
+
* 处理人ID
|
|
27144
|
+
*
|
|
27145
|
+
* @type string
|
|
27146
|
+
*/
|
|
27147
|
+
assigneeId?: string;
|
|
27148
|
+
/**
|
|
27149
|
+
* 处理人姓名
|
|
27150
|
+
*
|
|
27151
|
+
* @type string
|
|
27152
|
+
*/
|
|
27153
|
+
assigneeName?: string;
|
|
27154
|
+
/**
|
|
27155
|
+
* 业务编号(关联其他业务数据的编号)
|
|
27156
|
+
*
|
|
27157
|
+
* @type string
|
|
27158
|
+
*/
|
|
27159
|
+
businessCode?: string;
|
|
27160
|
+
/**
|
|
27161
|
+
* 业务id(关联其他业务数据的id)
|
|
27162
|
+
*
|
|
27163
|
+
* @type string
|
|
27164
|
+
*/
|
|
27165
|
+
businessId?: string;
|
|
27166
|
+
/**
|
|
27167
|
+
* 表单来源
|
|
27168
|
+
*
|
|
27169
|
+
* @type string
|
|
27170
|
+
*/
|
|
27171
|
+
businessType?: string;
|
|
27172
|
+
/**
|
|
27173
|
+
*
|
|
27174
|
+
*
|
|
27175
|
+
* @type string
|
|
27176
|
+
*/
|
|
27177
|
+
createTime?: string;
|
|
27178
|
+
/**
|
|
27179
|
+
*
|
|
27180
|
+
*
|
|
27181
|
+
* @type string
|
|
27182
|
+
*/
|
|
27183
|
+
createUserId?: string;
|
|
27184
|
+
/**
|
|
27185
|
+
*
|
|
27186
|
+
*
|
|
27187
|
+
* @type string
|
|
27188
|
+
*/
|
|
27189
|
+
createUserName?: string;
|
|
27190
|
+
/**
|
|
27191
|
+
* 当前表单实例关联之大纲id
|
|
27192
|
+
*
|
|
27193
|
+
* @type string
|
|
27194
|
+
*/
|
|
27195
|
+
docOutlineId?: string;
|
|
27196
|
+
/**
|
|
27197
|
+
* edhr实例id
|
|
27198
|
+
*
|
|
27199
|
+
* @type string
|
|
27200
|
+
*/
|
|
27201
|
+
edhrInstanceId?: string;
|
|
27202
|
+
/**
|
|
27203
|
+
* edhr模板id
|
|
27204
|
+
*
|
|
27205
|
+
* @type string
|
|
27206
|
+
*/
|
|
27207
|
+
edhrTmplId?: string;
|
|
27208
|
+
/**
|
|
27209
|
+
* edhr模板名称
|
|
27210
|
+
*
|
|
27211
|
+
* @type string
|
|
27212
|
+
*/
|
|
27213
|
+
edhrTmplName?: string;
|
|
27214
|
+
/**
|
|
27215
|
+
* edhr模板版本
|
|
27216
|
+
*
|
|
27217
|
+
* @type string
|
|
27218
|
+
*/
|
|
27219
|
+
edhrTmplVersion?: string;
|
|
27220
|
+
/**
|
|
27221
|
+
* 表单类型
|
|
27222
|
+
*
|
|
27223
|
+
* @type string
|
|
27224
|
+
*/
|
|
27225
|
+
formType?: string;
|
|
27226
|
+
/**
|
|
27227
|
+
* 主键
|
|
27228
|
+
*
|
|
27229
|
+
* @type string
|
|
27230
|
+
*/
|
|
27231
|
+
id?: string;
|
|
27232
|
+
/**
|
|
27233
|
+
* 物料编号
|
|
27234
|
+
*
|
|
27235
|
+
* @type string
|
|
27236
|
+
*/
|
|
27237
|
+
materialNo?: string;
|
|
27238
|
+
/**
|
|
27239
|
+
* 物料形态(批次或SN)
|
|
27240
|
+
*
|
|
27241
|
+
* @type string
|
|
27242
|
+
*/
|
|
27243
|
+
materialStatus?: string;
|
|
27244
|
+
/**
|
|
27245
|
+
* 工单编码
|
|
27246
|
+
*
|
|
27247
|
+
* @type string
|
|
27248
|
+
*/
|
|
27249
|
+
mfgOrderCode?: string;
|
|
27250
|
+
/**
|
|
27251
|
+
* 工单ID
|
|
27252
|
+
*
|
|
27253
|
+
* @type string
|
|
27254
|
+
*/
|
|
27255
|
+
mfgOrderId?: string;
|
|
27256
|
+
/**
|
|
27257
|
+
*
|
|
27258
|
+
*
|
|
27259
|
+
* @type string
|
|
27260
|
+
*/
|
|
27261
|
+
modifyTime?: string;
|
|
27262
|
+
/**
|
|
27263
|
+
*
|
|
27264
|
+
*
|
|
27265
|
+
* @type string
|
|
27266
|
+
*/
|
|
27267
|
+
modifyUserId?: string;
|
|
27268
|
+
/**
|
|
27269
|
+
*
|
|
27270
|
+
*
|
|
27271
|
+
* @type string
|
|
27272
|
+
*/
|
|
27273
|
+
modifyUserName?: string;
|
|
27274
|
+
/**
|
|
27275
|
+
* 节点编码
|
|
27276
|
+
*
|
|
27277
|
+
* @type string
|
|
27278
|
+
*/
|
|
27279
|
+
nodeKey?: string;
|
|
25718
27280
|
/**
|
|
25719
27281
|
* 单据code
|
|
25720
27282
|
*
|
|
@@ -26173,12 +27735,24 @@ export interface ProductReleaseFormInstanctDTO {
|
|
|
26173
27735
|
* @type string
|
|
26174
27736
|
*/
|
|
26175
27737
|
ext9?: string;
|
|
27738
|
+
/**
|
|
27739
|
+
*
|
|
27740
|
+
*
|
|
27741
|
+
* @type string
|
|
27742
|
+
*/
|
|
27743
|
+
fieldHash?: string;
|
|
26176
27744
|
/**
|
|
26177
27745
|
*
|
|
26178
27746
|
*
|
|
26179
27747
|
* @type string
|
|
26180
27748
|
*/
|
|
26181
27749
|
formType?: string;
|
|
27750
|
+
/**
|
|
27751
|
+
*
|
|
27752
|
+
*
|
|
27753
|
+
* @type string
|
|
27754
|
+
*/
|
|
27755
|
+
hash?: string;
|
|
26182
27756
|
/**
|
|
26183
27757
|
*
|
|
26184
27758
|
*
|