@gct-paas/api 0.1.0-word.3 → 0.1.1

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.
Files changed (89) hide show
  1. package/dist/gct-api.esm.min.js +1 -1
  2. package/dist/gct-api.system.min.js +1 -1
  3. package/es/apaas/service/api-config.mjs +167 -9
  4. package/es/apaas/service/apis/designer-common.service.d.ts +5 -1
  5. package/es/apaas/service/apis/doc-control-started.service.d.ts +76 -1
  6. package/es/apaas/service/apis/doc-control-task-todo.service.d.ts +12 -0
  7. package/es/apaas/service/apis/excel.service.d.ts +6 -2
  8. package/es/apaas/service/apis/field-meta.service.d.ts +21 -0
  9. package/es/apaas/service/apis/file-resource.service.d.ts +1 -0
  10. package/es/apaas/service/apis/file.service.d.ts +1 -0
  11. package/es/apaas/service/apis/i18n-info.service.d.ts +1 -0
  12. package/es/apaas/service/apis/label.service.d.ts +15 -4
  13. package/es/apaas/service/apis/model-meta.service.d.ts +15 -1
  14. package/es/apaas/service/apis/office.service.d.ts +4 -1
  15. package/es/apaas/service/apis/online-form-instance.service.d.ts +45 -0
  16. package/es/apaas/service/apis/online-form.service.d.ts +8 -1
  17. package/es/apaas/service/apis/process-task-done.service.d.ts +24 -1
  18. package/es/apaas/service/apis/process-task-todo.service.d.ts +36 -1
  19. package/es/apaas/service/apis/ss.service.d.ts +1 -0
  20. package/es/apaas/service/entities.d.ts +2264 -344
  21. package/es/apaas/service/index.d.ts +6 -0
  22. package/es/ipaas/service/api-config.mjs +21 -2
  23. package/es/ipaas/service/apis/connector-config.service.d.ts +1 -0
  24. package/es/ipaas/service/apis/flow.service.d.ts +78 -1
  25. package/es/ipaas/service/entities.d.ts +162 -0
  26. package/es/platform/service/api-config.mjs +52 -21
  27. package/es/platform/service/apis/api.service.d.ts +18 -0
  28. package/es/platform/service/apis/apk.service.d.ts +4 -1
  29. package/es/platform/service/apis/app.service.d.ts +8 -1
  30. package/es/platform/service/apis/assets.service.d.ts +1 -0
  31. package/es/platform/service/apis/bi-app.service.d.ts +4 -3
  32. package/es/platform/service/apis/bi-file.service.d.ts +1 -0
  33. package/es/platform/service/apis/device-interconnection-param.service.d.ts +4 -1
  34. package/es/platform/service/apis/device-interconnection.service.d.ts +4 -1
  35. package/es/platform/service/apis/file.service.d.ts +6 -1
  36. package/es/platform/service/apis/i18n-info.service.d.ts +1 -0
  37. package/es/platform/service/apis/invoke-log.service.d.ts +17 -1
  38. package/es/platform/service/apis/ldap.service.d.ts +4 -1
  39. package/es/platform/service/apis/license.service.d.ts +18 -0
  40. package/es/platform/service/apis/org.service.d.ts +0 -4
  41. package/es/platform/service/apis/plat.service.d.ts +4 -1
  42. package/es/platform/service/apis/pn-project.service.d.ts +1 -0
  43. package/es/platform/service/apis/tenant.service.d.ts +0 -4
  44. package/es/platform/service/apis/user.service.d.ts +15 -3
  45. package/es/platform/service/entities.d.ts +94 -0
  46. package/lib/apaas/service/api-config.cjs +139 -9
  47. package/lib/apaas/service/apis/designer-common.service.d.ts +5 -1
  48. package/lib/apaas/service/apis/doc-control-started.service.d.ts +76 -1
  49. package/lib/apaas/service/apis/doc-control-task-todo.service.d.ts +12 -0
  50. package/lib/apaas/service/apis/excel.service.d.ts +6 -2
  51. package/lib/apaas/service/apis/field-meta.service.d.ts +21 -0
  52. package/lib/apaas/service/apis/file-resource.service.d.ts +1 -0
  53. package/lib/apaas/service/apis/file.service.d.ts +1 -0
  54. package/lib/apaas/service/apis/i18n-info.service.d.ts +1 -0
  55. package/lib/apaas/service/apis/label.service.d.ts +15 -4
  56. package/lib/apaas/service/apis/model-meta.service.d.ts +15 -1
  57. package/lib/apaas/service/apis/office.service.d.ts +4 -1
  58. package/lib/apaas/service/apis/online-form-instance.service.d.ts +45 -0
  59. package/lib/apaas/service/apis/online-form.service.d.ts +8 -1
  60. package/lib/apaas/service/apis/process-task-done.service.d.ts +24 -1
  61. package/lib/apaas/service/apis/process-task-todo.service.d.ts +36 -1
  62. package/lib/apaas/service/apis/ss.service.d.ts +1 -0
  63. package/lib/apaas/service/entities.d.ts +2264 -344
  64. package/lib/apaas/service/index.d.ts +6 -0
  65. package/lib/ipaas/service/api-config.cjs +18 -2
  66. package/lib/ipaas/service/apis/connector-config.service.d.ts +1 -0
  67. package/lib/ipaas/service/apis/flow.service.d.ts +78 -1
  68. package/lib/ipaas/service/entities.d.ts +162 -0
  69. package/lib/platform/service/api-config.cjs +50 -21
  70. package/lib/platform/service/apis/api.service.d.ts +18 -0
  71. package/lib/platform/service/apis/apk.service.d.ts +4 -1
  72. package/lib/platform/service/apis/app.service.d.ts +8 -1
  73. package/lib/platform/service/apis/assets.service.d.ts +1 -0
  74. package/lib/platform/service/apis/bi-app.service.d.ts +4 -3
  75. package/lib/platform/service/apis/bi-file.service.d.ts +1 -0
  76. package/lib/platform/service/apis/device-interconnection-param.service.d.ts +4 -1
  77. package/lib/platform/service/apis/device-interconnection.service.d.ts +4 -1
  78. package/lib/platform/service/apis/file.service.d.ts +6 -1
  79. package/lib/platform/service/apis/i18n-info.service.d.ts +1 -0
  80. package/lib/platform/service/apis/invoke-log.service.d.ts +17 -1
  81. package/lib/platform/service/apis/ldap.service.d.ts +4 -1
  82. package/lib/platform/service/apis/license.service.d.ts +18 -0
  83. package/lib/platform/service/apis/org.service.d.ts +0 -4
  84. package/lib/platform/service/apis/plat.service.d.ts +4 -1
  85. package/lib/platform/service/apis/pn-project.service.d.ts +1 -0
  86. package/lib/platform/service/apis/tenant.service.d.ts +0 -4
  87. package/lib/platform/service/apis/user.service.d.ts +15 -3
  88. package/lib/platform/service/entities.d.ts +94 -0
  89. package/package.json +12 -5
@@ -1730,12 +1730,24 @@ export interface BtwNodeVO {
1730
1730
  * @type BtwNodeVO[]
1731
1731
  */
1732
1732
  children?: BtwNodeVO[];
1733
+ /**
1734
+ * 节点路径
1735
+ *
1736
+ * @type string
1737
+ */
1738
+ fullPath?: string;
1733
1739
  /**
1734
1740
  * 节点名称(目录名称、btw文件名称)
1735
1741
  *
1736
1742
  * @type string
1737
1743
  */
1738
1744
  name?: string;
1745
+ /**
1746
+ * btw模板路径类型:local本地选择、common网络共享
1747
+ *
1748
+ * @type string
1749
+ */
1750
+ pathType?: string;
1739
1751
  /**
1740
1752
  *
1741
1753
  *
@@ -3823,6 +3835,68 @@ export interface DashboardSortRequest {
3823
3835
  */
3824
3836
  targetSortNum?: number;
3825
3837
  }
3838
+ export interface DataCollectionInstanceAbandonRequest {
3839
+ /**
3840
+ * 表单实例Id
3841
+ *
3842
+ * @type string
3843
+ */
3844
+ id?: string;
3845
+ /**
3846
+ * 作废原因
3847
+ *
3848
+ * @type string
3849
+ */
3850
+ reason?: string;
3851
+ /**
3852
+ * 签名历史id集合
3853
+ *
3854
+ * @type string[]
3855
+ */
3856
+ signHistoryIds?: string[];
3857
+ /**
3858
+ * 数据采集任务id
3859
+ *
3860
+ * @type string
3861
+ */
3862
+ taskId?: string;
3863
+ }
3864
+ export interface DataCollectionOnlineFormInstanceRequest {
3865
+ /**
3866
+ * 数据采集任务Id
3867
+ *
3868
+ * @type string
3869
+ */
3870
+ dataCollectionTaskId?: string;
3871
+ /**
3872
+ * 表单实例备注名
3873
+ *
3874
+ * @type string
3875
+ */
3876
+ instanceAlias?: string;
3877
+ }
3878
+ export interface DataCollectionOnlineFormInstanceUpdateRequest {
3879
+ /**
3880
+ * 表单实例Id
3881
+ *
3882
+ * @type string
3883
+ */
3884
+ id?: string;
3885
+ /**
3886
+ * 表单实例备注名
3887
+ *
3888
+ * @type string
3889
+ */
3890
+ instanceAlias?: string;
3891
+ }
3892
+ export interface DataCollectionTaskUpdateStatusRequest {
3893
+ /**
3894
+ * 数据采集任务id
3895
+ *
3896
+ * @type string
3897
+ */
3898
+ taskId?: string;
3899
+ }
3826
3900
  export interface DataModelRequest {
3827
3901
  /**
3828
3902
  * 分类id
@@ -4991,7 +5065,7 @@ export interface DocControlCategoryCompleteVO {
4991
5065
  */
4992
5066
  parentId?: string;
4993
5067
  /**
4994
- * 模板受控流程定义id
5068
+ * 模板审批流程定义id
4995
5069
  *
4996
5070
  * @type string
4997
5071
  */
@@ -5041,43 +5115,13 @@ export interface DocControlProcessResponse {
5041
5115
  */
5042
5116
  operationsDTO?: OfProcessOperationsDTO;
5043
5117
  }
5044
- export interface DocControlStartedResponse {
5045
- /**
5046
- * 分类名称
5047
- *
5048
- * @type string
5049
- */
5050
- categoryName?: string;
5051
- /**
5052
- * 受控状态(UNCONTROLLED:期初,RUNNING:受控中,CONTROLLED:已受控)
5053
- *
5054
- * @type string
5055
- */
5056
- controlStatus?: string;
5118
+ export interface DocControlStartedRequest {
5057
5119
  /**
5058
5120
  * 受控文件类型:FORM表单模板、EDHR edhr模板
5059
5121
  *
5060
5122
  * @type string
5061
5123
  */
5062
5124
  controlTmplType?: string;
5063
- /**
5064
- *
5065
- *
5066
- * @type string
5067
- */
5068
- createTime?: string;
5069
- /**
5070
- *
5071
- *
5072
- * @type string
5073
- */
5074
- createUserId?: string;
5075
- /**
5076
- *
5077
- *
5078
- * @type string
5079
- */
5080
- createUserName?: string;
5081
5125
  /**
5082
5126
  * 受控文件版本编码(表单/edhr模板编号)
5083
5127
  *
@@ -5103,11 +5147,11 @@ export interface DocControlStartedResponse {
5103
5147
  */
5104
5148
  docVersionId?: string;
5105
5149
  /**
5106
- * 主键
5150
+ * 生效日期
5107
5151
  *
5108
5152
  * @type string
5109
5153
  */
5110
- id?: string;
5154
+ effectiveDate?: string;
5111
5155
  /**
5112
5156
  * 发起人iD
5113
5157
  *
@@ -5120,24 +5164,6 @@ export interface DocControlStartedResponse {
5120
5164
  * @type string
5121
5165
  */
5122
5166
  initiatorName?: string;
5123
- /**
5124
- *
5125
- *
5126
- * @type string
5127
- */
5128
- modifyTime?: string;
5129
- /**
5130
- *
5131
- *
5132
- * @type string
5133
- */
5134
- modifyUserId?: string;
5135
- /**
5136
- *
5137
- *
5138
- * @type string
5139
- */
5140
- modifyUserName?: string;
5141
5167
  /**
5142
5168
  * 线下版本号
5143
5169
  *
@@ -5151,139 +5177,11 @@ export interface DocControlStartedResponse {
5151
5177
  */
5152
5178
  processInstanceId?: string;
5153
5179
  /**
5154
- * 提报时间
5155
- *
5156
- * @type string
5157
- */
5158
- startTime?: string;
5159
- /**
5160
- * 版本
5161
- *
5162
- * @type string
5163
- */
5164
- version?: string;
5165
- }
5166
- export interface DocControlTaskDoneResponse {
5167
- /**
5168
- * 处理人ID
5180
+ * 发起审核时数据的快照
5169
5181
  *
5170
5182
  * @type string
5171
5183
  */
5172
- assigneeId?: string;
5173
- /**
5174
- * 处理人姓名
5175
- *
5176
- * @type string
5177
- */
5178
- assigneeName?: string;
5179
- /**
5180
- * 分类名称
5181
- *
5182
- * @type string
5183
- */
5184
- categoryName?: string;
5185
- /**
5186
- * 受控状态(UNCONTROLLED:期初,RUNNING:受控中,CONTROLLED:已受控)
5187
- *
5188
- * @type string
5189
- */
5190
- controlStatus?: string;
5191
- /**
5192
- * 受控文件类型:FORM表单模板、EDHR edhr模板
5193
- *
5194
- * @type string
5195
- */
5196
- controlTmplType?: string;
5197
- /**
5198
- *
5199
- *
5200
- * @type string
5201
- */
5202
- createTime?: string;
5203
- /**
5204
- *
5205
- *
5206
- * @type string
5207
- */
5208
- createUserId?: string;
5209
- /**
5210
- *
5211
- *
5212
- * @type string
5213
- */
5214
- createUserName?: string;
5215
- /**
5216
- * 受控文件(表单/edhr模板)BASE_ID
5217
- *
5218
- * @type string
5219
- */
5220
- docBaseId?: string;
5221
- /**
5222
- * 受控文件版本编码(表单/edhr模板编号)
5223
- *
5224
- * @type string
5225
- */
5226
- docCode?: string;
5227
- /**
5228
- * 受控文件名称(表单/edhr模板名称)
5229
- *
5230
- * @type string
5231
- */
5232
- docName?: string;
5233
- /**
5234
- * 受控文件版本id(表单/edhr模板id)
5235
- *
5236
- * @type string
5237
- */
5238
- docVersionId?: string;
5239
- /**
5240
- * 主键
5241
- *
5242
- * @type string
5243
- */
5244
- id?: string;
5245
- /**
5246
- * 发起人iD
5247
- *
5248
- * @type string
5249
- */
5250
- initiator?: string;
5251
- /**
5252
- * 发起人姓名
5253
- *
5254
- * @type string
5255
- */
5256
- initiatorName?: string;
5257
- /**
5258
- *
5259
- *
5260
- * @type string
5261
- */
5262
- modifyTime?: string;
5263
- /**
5264
- *
5265
- *
5266
- * @type string
5267
- */
5268
- modifyUserId?: string;
5269
- /**
5270
- *
5271
- *
5272
- * @type string
5273
- */
5274
- modifyUserName?: string;
5275
- /**
5276
- * 线下版本号
5277
- *
5278
- * @type string
5279
- */
5280
- offlineVersion?: string;
5281
- /**
5282
- * 流程实例id
5283
- *
5284
- * @type string
5285
- */
5286
- processInstanceId?: string;
5184
+ snapshot?: string;
5287
5185
  /**
5288
5186
  * 提报时间
5289
5187
  *
@@ -5291,23 +5189,11 @@ export interface DocControlTaskDoneResponse {
5291
5189
  */
5292
5190
  startTime?: string;
5293
5191
  /**
5294
- * 任务结束时间
5295
- *
5296
- * @type string
5297
- */
5298
- taskEndTime?: string;
5299
- /**
5300
- * 任务id
5301
- *
5302
- * @type string
5303
- */
5304
- taskId?: string;
5305
- /**
5306
- * 任务开始时间
5192
+ * 状态
5307
5193
  *
5308
5194
  * @type string
5309
5195
  */
5310
- taskStartTime?: string;
5196
+ status?: string;
5311
5197
  /**
5312
5198
  * 版本
5313
5199
  *
@@ -5315,19 +5201,7 @@ export interface DocControlTaskDoneResponse {
5315
5201
  */
5316
5202
  version?: string;
5317
5203
  }
5318
- export interface DocControlTaskTodoResponse {
5319
- /**
5320
- * 处理人ID
5321
- *
5322
- * @type string
5323
- */
5324
- assigneeId?: string;
5325
- /**
5326
- * 处理人姓名
5327
- *
5328
- * @type string
5329
- */
5330
- assigneeName?: string;
5204
+ export interface DocControlStartedResponse {
5331
5205
  /**
5332
5206
  * 分类名称
5333
5207
  *
@@ -5335,7 +5209,317 @@ export interface DocControlTaskTodoResponse {
5335
5209
  */
5336
5210
  categoryName?: string;
5337
5211
  /**
5338
- * 受控状态(UNCONTROLLED,RUNNING,CONTROLLED)
5212
+ * 受控状态(UNCONTROLLED:期初,RUNNING:受控中,CONTROLLED:已受控)
5213
+ *
5214
+ * @type string
5215
+ */
5216
+ controlStatus?: string;
5217
+ /**
5218
+ * 受控文件类型:FORM表单模板、EDHR edhr模板
5219
+ *
5220
+ * @type string
5221
+ */
5222
+ controlTmplType?: string;
5223
+ /**
5224
+ *
5225
+ *
5226
+ * @type string
5227
+ */
5228
+ createTime?: string;
5229
+ /**
5230
+ *
5231
+ *
5232
+ * @type string
5233
+ */
5234
+ createUserId?: string;
5235
+ /**
5236
+ *
5237
+ *
5238
+ * @type string
5239
+ */
5240
+ createUserName?: string;
5241
+ /**
5242
+ * 受控文件版本编码(表单/edhr模板编号)
5243
+ *
5244
+ * @type string
5245
+ */
5246
+ docBaseId?: string;
5247
+ /**
5248
+ * 受控文件版本编码(表单/edhr模板编号)
5249
+ *
5250
+ * @type string
5251
+ */
5252
+ docCode?: string;
5253
+ /**
5254
+ * 受控文件名称(表单/edhr模板名称)
5255
+ *
5256
+ * @type string
5257
+ */
5258
+ docName?: string;
5259
+ /**
5260
+ * 受控文件版本id(表单/edhr模板id)
5261
+ *
5262
+ * @type string
5263
+ */
5264
+ docVersionId?: string;
5265
+ /**
5266
+ * 生效日期
5267
+ *
5268
+ * @type string
5269
+ */
5270
+ effectiveDate?: string;
5271
+ /**
5272
+ * 主键
5273
+ *
5274
+ * @type string
5275
+ */
5276
+ id?: string;
5277
+ /**
5278
+ * 发起人iD
5279
+ *
5280
+ * @type string
5281
+ */
5282
+ initiator?: string;
5283
+ /**
5284
+ * 发起人姓名
5285
+ *
5286
+ * @type string
5287
+ */
5288
+ initiatorName?: string;
5289
+ /**
5290
+ *
5291
+ *
5292
+ * @type string
5293
+ */
5294
+ modifyTime?: string;
5295
+ /**
5296
+ *
5297
+ *
5298
+ * @type string
5299
+ */
5300
+ modifyUserId?: string;
5301
+ /**
5302
+ *
5303
+ *
5304
+ * @type string
5305
+ */
5306
+ modifyUserName?: string;
5307
+ /**
5308
+ * 线下版本号
5309
+ *
5310
+ * @type string
5311
+ */
5312
+ offlineVersion?: string;
5313
+ /**
5314
+ * 流程实例id
5315
+ *
5316
+ * @type string
5317
+ */
5318
+ processInstanceId?: string;
5319
+ /**
5320
+ * 发起审核时数据的快照
5321
+ *
5322
+ * @type string
5323
+ */
5324
+ snapshot?: string;
5325
+ /**
5326
+ * 提报时间
5327
+ *
5328
+ * @type string
5329
+ */
5330
+ startTime?: string;
5331
+ /**
5332
+ * 状态
5333
+ *
5334
+ * @type string
5335
+ */
5336
+ status?: string;
5337
+ /**
5338
+ * 版本
5339
+ *
5340
+ * @type string
5341
+ */
5342
+ version?: string;
5343
+ }
5344
+ export interface DocControlTaskDoneResponse {
5345
+ /**
5346
+ * 处理人ID
5347
+ *
5348
+ * @type string
5349
+ */
5350
+ assigneeId?: string;
5351
+ /**
5352
+ * 处理人姓名
5353
+ *
5354
+ * @type string
5355
+ */
5356
+ assigneeName?: string;
5357
+ /**
5358
+ * 分类名称
5359
+ *
5360
+ * @type string
5361
+ */
5362
+ categoryName?: string;
5363
+ /**
5364
+ * 受控状态(UNCONTROLLED:期初,RUNNING:受控中,CONTROLLED:已受控)
5365
+ *
5366
+ * @type string
5367
+ */
5368
+ controlStatus?: string;
5369
+ /**
5370
+ * 受控文件类型:FORM表单模板、EDHR edhr模板
5371
+ *
5372
+ * @type string
5373
+ */
5374
+ controlTmplType?: string;
5375
+ /**
5376
+ *
5377
+ *
5378
+ * @type string
5379
+ */
5380
+ createTime?: string;
5381
+ /**
5382
+ *
5383
+ *
5384
+ * @type string
5385
+ */
5386
+ createUserId?: string;
5387
+ /**
5388
+ *
5389
+ *
5390
+ * @type string
5391
+ */
5392
+ createUserName?: string;
5393
+ /**
5394
+ * 受控文件(表单/edhr模板)BASE_ID
5395
+ *
5396
+ * @type string
5397
+ */
5398
+ docBaseId?: string;
5399
+ /**
5400
+ * 受控文件版本编码(表单/edhr模板编号)
5401
+ *
5402
+ * @type string
5403
+ */
5404
+ docCode?: string;
5405
+ /**
5406
+ * 文控管理-我的发起ID
5407
+ *
5408
+ * @type string
5409
+ */
5410
+ docControlStartedId?: string;
5411
+ /**
5412
+ * 受控文件名称(表单/edhr模板名称)
5413
+ *
5414
+ * @type string
5415
+ */
5416
+ docName?: string;
5417
+ /**
5418
+ * 受控文件版本id(表单/edhr模板id)
5419
+ *
5420
+ * @type string
5421
+ */
5422
+ docVersionId?: string;
5423
+ /**
5424
+ * 主键
5425
+ *
5426
+ * @type string
5427
+ */
5428
+ id?: string;
5429
+ /**
5430
+ * 发起人iD
5431
+ *
5432
+ * @type string
5433
+ */
5434
+ initiator?: string;
5435
+ /**
5436
+ * 发起人姓名
5437
+ *
5438
+ * @type string
5439
+ */
5440
+ initiatorName?: string;
5441
+ /**
5442
+ *
5443
+ *
5444
+ * @type string
5445
+ */
5446
+ modifyTime?: string;
5447
+ /**
5448
+ *
5449
+ *
5450
+ * @type string
5451
+ */
5452
+ modifyUserId?: string;
5453
+ /**
5454
+ *
5455
+ *
5456
+ * @type string
5457
+ */
5458
+ modifyUserName?: string;
5459
+ /**
5460
+ * 线下版本号
5461
+ *
5462
+ * @type string
5463
+ */
5464
+ offlineVersion?: string;
5465
+ /**
5466
+ * 流程实例id
5467
+ *
5468
+ * @type string
5469
+ */
5470
+ processInstanceId?: string;
5471
+ /**
5472
+ * 提报时间
5473
+ *
5474
+ * @type string
5475
+ */
5476
+ startTime?: string;
5477
+ /**
5478
+ * 任务结束时间
5479
+ *
5480
+ * @type string
5481
+ */
5482
+ taskEndTime?: string;
5483
+ /**
5484
+ * 任务id
5485
+ *
5486
+ * @type string
5487
+ */
5488
+ taskId?: string;
5489
+ /**
5490
+ * 任务开始时间
5491
+ *
5492
+ * @type string
5493
+ */
5494
+ taskStartTime?: string;
5495
+ /**
5496
+ * 版本
5497
+ *
5498
+ * @type string
5499
+ */
5500
+ version?: string;
5501
+ }
5502
+ export interface DocControlTaskTodoResponse {
5503
+ /**
5504
+ * 处理人ID
5505
+ *
5506
+ * @type string
5507
+ */
5508
+ assigneeId?: string;
5509
+ /**
5510
+ * 处理人姓名
5511
+ *
5512
+ * @type string
5513
+ */
5514
+ assigneeName?: string;
5515
+ /**
5516
+ * 分类名称
5517
+ *
5518
+ * @type string
5519
+ */
5520
+ categoryName?: string;
5521
+ /**
5522
+ * 受控状态(UNCONTROLLED,RUNNING,CONTROLLED)
5339
5523
  *
5340
5524
  * @type string
5341
5525
  */
@@ -5376,6 +5560,12 @@ export interface DocControlTaskTodoResponse {
5376
5560
  * @type string
5377
5561
  */
5378
5562
  docCode?: string;
5563
+ /**
5564
+ * 文控管理-我的发起ID
5565
+ *
5566
+ * @type string
5567
+ */
5568
+ docControlStartedId?: string;
5379
5569
  /**
5380
5570
  * 受控文件名称(表单/edhr模板名称)
5381
5571
  *
@@ -7312,6 +7502,12 @@ export interface EdhrTmplRequest {
7312
7502
  version?: string;
7313
7503
  }
7314
7504
  export interface EdhrTmplResponse {
7505
+ /**
7506
+ * 审核状态
7507
+ *
7508
+ * @type string
7509
+ */
7510
+ approveStatus?: string;
7315
7511
  /**
7316
7512
  * 父id
7317
7513
  *
@@ -7366,6 +7562,12 @@ export interface EdhrTmplResponse {
7366
7562
  * @type string
7367
7563
  */
7368
7564
  description?: string;
7565
+ /**
7566
+ * 文控管理-我的发起ID
7567
+ *
7568
+ * @type string
7569
+ */
7570
+ docControlStartedId?: string;
7369
7571
  /**
7370
7572
  * ID
7371
7573
  *
@@ -7402,6 +7604,18 @@ export interface EdhrTmplResponse {
7402
7604
  * @type string
7403
7605
  */
7404
7606
  offlineVersion?: string;
7607
+ /**
7608
+ * 状态
7609
+ *
7610
+ * @type boolean
7611
+ */
7612
+ operatingState?: boolean;
7613
+ /**
7614
+ * 审批流程实例ID
7615
+ *
7616
+ * @type string
7617
+ */
7618
+ procInstId?: string;
7405
7619
  /**
7406
7620
  * 版本
7407
7621
  *
@@ -8796,6 +9010,12 @@ export interface ExprEntity {
8796
9010
  value?: IObject;
8797
9011
  }
8798
9012
  export interface ExtFieldConfig {
9013
+ /**
9014
+ * 启用密文展示(密文:1 ,明文:0)
9015
+ *
9016
+ * @type number
9017
+ */
9018
+ encrypted?: number;
8799
9019
  /**
8800
9020
  * 字段名称
8801
9021
  *
@@ -10072,6 +10292,12 @@ export interface FormInstLockResponse {
10072
10292
  loginUserName?: string;
10073
10293
  }
10074
10294
  export interface FormRelateDTO {
10295
+ /**
10296
+ * 审核状态
10297
+ *
10298
+ * @type string
10299
+ */
10300
+ approveStatus?: string;
10075
10301
  /**
10076
10302
  * rdo父id
10077
10303
  *
@@ -10120,6 +10346,12 @@ export interface FormRelateDTO {
10120
10346
  * @type string
10121
10347
  */
10122
10348
  description?: string;
10349
+ /**
10350
+ * 文控管理-我的发起ID
10351
+ *
10352
+ * @type string
10353
+ */
10354
+ docControlStartedId?: string;
10123
10355
  /**
10124
10356
  * 版本 (PROFESSIONAL:专业版/EASY:普通版)
10125
10357
  *
@@ -10186,6 +10418,18 @@ export interface FormRelateDTO {
10186
10418
  * @type string
10187
10419
  */
10188
10420
  offlineVersion?: string;
10421
+ /**
10422
+ * 状态
10423
+ *
10424
+ * @type boolean
10425
+ */
10426
+ operatingState?: boolean;
10427
+ /**
10428
+ * 审批流程实例ID
10429
+ *
10430
+ * @type string
10431
+ */
10432
+ procInstId?: string;
10189
10433
  /**
10190
10434
  * 分类数据id
10191
10435
  *
@@ -11033,6 +11277,62 @@ export interface ImportModelData {
11033
11277
  */
11034
11278
  sheetName?: string;
11035
11279
  }
11280
+ export interface ImportReportResponse {
11281
+ /**
11282
+ *
11283
+ *
11284
+ * @type string
11285
+ */
11286
+ createTime?: string;
11287
+ /**
11288
+ *
11289
+ *
11290
+ * @type string
11291
+ */
11292
+ createUserId?: string;
11293
+ /**
11294
+ *
11295
+ *
11296
+ * @type string
11297
+ */
11298
+ createUserName?: string;
11299
+ /**
11300
+ * 文件Id
11301
+ *
11302
+ * @type string
11303
+ */
11304
+ fileId?: string;
11305
+ /**
11306
+ * 主键
11307
+ *
11308
+ * @type string
11309
+ */
11310
+ id?: string;
11311
+ /**
11312
+ *
11313
+ *
11314
+ * @type string
11315
+ */
11316
+ modifyTime?: string;
11317
+ /**
11318
+ *
11319
+ *
11320
+ * @type string
11321
+ */
11322
+ modifyUserId?: string;
11323
+ /**
11324
+ *
11325
+ *
11326
+ * @type string
11327
+ */
11328
+ modifyUserName?: string;
11329
+ /**
11330
+ * 报告
11331
+ *
11332
+ * @type string
11333
+ */
11334
+ report?: string;
11335
+ }
11036
11336
  export interface ImportVersionRequest {
11037
11337
  /**
11038
11338
  * 应用id
@@ -11520,6 +11820,50 @@ export interface JoinOnExp {
11520
11820
  export interface JsonNode {
11521
11821
  // 暂无属性
11522
11822
  }
11823
+ export interface LabelBtwDesigner {
11824
+ /**
11825
+ *
11826
+ *
11827
+ * @type string
11828
+ */
11829
+ designerJson?: string;
11830
+ /**
11831
+ * btw模板的相对路径
11832
+ *
11833
+ * @type string
11834
+ */
11835
+ fullPath?: string;
11836
+ /**
11837
+ *
11838
+ *
11839
+ * @type string
11840
+ */
11841
+ id?: string;
11842
+ /**
11843
+ * 绑定模型key
11844
+ *
11845
+ * @type string
11846
+ */
11847
+ modelKey?: string;
11848
+ /**
11849
+ * BarTender 标签模板
11850
+ *
11851
+ * @type string
11852
+ */
11853
+ name?: string;
11854
+ /**
11855
+ * btw模板路径类型:local本地选择、common网络共享(打印服务掉线状态,前端回显使用,请在保存时传)
11856
+ *
11857
+ * @type string
11858
+ */
11859
+ pathType?: string;
11860
+ /**
11861
+ * 标签模板唯一标识(btw标签模板)
11862
+ *
11863
+ * @type string
11864
+ */
11865
+ printKey?: string;
11866
+ }
11523
11867
  export interface LabelDesigner {
11524
11868
  /**
11525
11869
  *
@@ -11709,6 +12053,12 @@ export interface LabelRequest {
11709
12053
  * @type number
11710
12054
  */
11711
12055
  dpi?: number;
12056
+ /**
12057
+ * btw模板的相对路径
12058
+ *
12059
+ * @type string
12060
+ */
12061
+ fullPath?: string;
11712
12062
  /**
11713
12063
  * 尺寸(高度)
11714
12064
  *
@@ -11733,6 +12083,12 @@ export interface LabelRequest {
11733
12083
  * @type string
11734
12084
  */
11735
12085
  name?: string;
12086
+ /**
12087
+ * btw模板路径类型:local本地选择、common网络共享(打印服务掉线状态,前端回显使用,请在保存时传)
12088
+ *
12089
+ * @type string
12090
+ */
12091
+ pathType?: string;
11736
12092
  /**
11737
12093
  * 标签模板唯一标识(标签模板)
11738
12094
  *
@@ -11831,6 +12187,12 @@ export interface LabelResponse {
11831
12187
  * @type number
11832
12188
  */
11833
12189
  draft?: number;
12190
+ /**
12191
+ * btw模板的相对路径
12192
+ *
12193
+ * @type string
12194
+ */
12195
+ fullPath?: string;
11834
12196
  /**
11835
12197
  * 尺寸(高度)
11836
12198
  *
@@ -11855,6 +12217,12 @@ export interface LabelResponse {
11855
12217
  * @type string
11856
12218
  */
11857
12219
  key?: string;
12220
+ /**
12221
+ * 关联的打印机的mac地址
12222
+ *
12223
+ * @type string
12224
+ */
12225
+ macAddress?: string;
11858
12226
  /**
11859
12227
  * 绑定模型key
11860
12228
  *
@@ -11891,12 +12259,24 @@ export interface LabelResponse {
11891
12259
  * @type string
11892
12260
  */
11893
12261
  name?: string;
12262
+ /**
12263
+ *
12264
+ *
12265
+ * @type string
12266
+ */
12267
+ pathType?: string;
11894
12268
  /**
11895
12269
  * 标签模板唯一标识(标签模板)
11896
12270
  *
11897
12271
  * @type string
11898
12272
  */
11899
12273
  printKey?: string;
12274
+ /**
12275
+ * 关联得打印机名称
12276
+ *
12277
+ * @type string
12278
+ */
12279
+ printName?: string;
11900
12280
  /**
11901
12281
  * 标签格式,zpl/tspl/cpcl/pos/esc/png
11902
12282
  *
@@ -13714,6 +14094,38 @@ export interface MobilePageResponse {
13714
14094
  */
13715
14095
  terminal?: string;
13716
14096
  }
14097
+ export interface ModelAssociationResponse {
14098
+ /**
14099
+ *
14100
+ *
14101
+ * @type number
14102
+ */
14103
+ dataCount?: number;
14104
+ /**
14105
+ *
14106
+ *
14107
+ * @type string
14108
+ */
14109
+ fieldKey?: string;
14110
+ /**
14111
+ *
14112
+ *
14113
+ * @type string
14114
+ */
14115
+ fieldType?: string;
14116
+ /**
14117
+ *
14118
+ *
14119
+ * @type string
14120
+ */
14121
+ modelKey?: string;
14122
+ /**
14123
+ *
14124
+ *
14125
+ * @type string
14126
+ */
14127
+ modelName?: string;
14128
+ }
13717
14129
  export interface ModelBriefInfo {
13718
14130
  /**
13719
14131
  * 种类
@@ -13745,6 +14157,12 @@ export interface ModelBriefInfo {
13745
14157
  * @type string
13746
14158
  */
13747
14159
  name?: string;
14160
+ /**
14161
+ * 模型是否启用数据权限(1:启用,0:禁用)
14162
+ *
14163
+ * @type number
14164
+ */
14165
+ permissionEnabled?: number;
13748
14166
  /**
13749
14167
  * 模型是否为子模型 (1 子模型, 0 非子模型)
13750
14168
  *
@@ -13925,6 +14343,12 @@ export interface ModelFieldInfo {
13925
14343
  * @type string
13926
14344
  */
13927
14345
  functionName?: string;
14346
+ /**
14347
+ * 字段映射类型
14348
+ *
14349
+ * @type string
14350
+ */
14351
+ mappingType?: string;
13928
14352
  /**
13929
14353
  * 原字段key
13930
14354
  *
@@ -14953,6 +15377,12 @@ export interface ModelPermissionRelationResponse {
14953
15377
  * @type string
14954
15378
  */
14955
15379
  modifyUserName?: string;
15380
+ /**
15381
+ * 模型是否启用数据权限(1:启用,0:禁用)
15382
+ *
15383
+ * @type number
15384
+ */
15385
+ permissionEnabled?: number;
14956
15386
  /**
14957
15387
  * 序号
14958
15388
  *
@@ -15149,6 +15579,12 @@ export interface OfBaseSubmitRequest {
15149
15579
  * @type OnlineFormChangeHistoryRequest
15150
15580
  */
15151
15581
  historyRequest?: OnlineFormChangeHistoryRequest;
15582
+ /**
15583
+ * 是否不记录表单日志
15584
+ *
15585
+ * @type boolean
15586
+ */
15587
+ noLog?: boolean;
15152
15588
  /**
15153
15589
  * 在线表单实例id
15154
15590
  *
@@ -15199,6 +15635,12 @@ export interface OfProcessAbandonRequest {
15199
15635
  * @type string
15200
15636
  */
15201
15637
  formType?: string;
15638
+ /**
15639
+ * 是否不记录表单日志
15640
+ *
15641
+ * @type boolean
15642
+ */
15643
+ noLog?: boolean;
15202
15644
  /**
15203
15645
  * 在线表单实例id
15204
15646
  *
@@ -15249,6 +15691,12 @@ export interface OfProcessApproveRequest {
15249
15691
  * @type IObject
15250
15692
  */
15251
15693
  data?: IObject;
15694
+ /**
15695
+ * 是否不记录表单日志
15696
+ *
15697
+ * @type boolean
15698
+ */
15699
+ noLog?: boolean;
15252
15700
  /**
15253
15701
  * 在线表单实例id
15254
15702
  *
@@ -15305,6 +15753,12 @@ export interface OfProcessChangeRequest {
15305
15753
  * @type OnlineFormChangeHistoryRequest
15306
15754
  */
15307
15755
  historyRequest?: OnlineFormChangeHistoryRequest;
15756
+ /**
15757
+ * 是否不记录表单日志
15758
+ *
15759
+ * @type boolean
15760
+ */
15761
+ noLog?: boolean;
15308
15762
  /**
15309
15763
  * 在线表单实例id
15310
15764
  *
@@ -15325,6 +15779,12 @@ export interface OfProcessChangeRequest {
15325
15779
  taskId?: string;
15326
15780
  }
15327
15781
  export interface OfProcessControlRequest {
15782
+ /**
15783
+ * 生效日期
15784
+ *
15785
+ * @type string
15786
+ */
15787
+ effectiveDate?: string;
15328
15788
  /**
15329
15789
  * 模板ID
15330
15790
  *
@@ -15363,6 +15823,12 @@ export interface OfProcessJumpRequest {
15363
15823
  * @type string
15364
15824
  */
15365
15825
  jumpMode?: string;
15826
+ /**
15827
+ * 是否不记录表单日志
15828
+ *
15829
+ * @type boolean
15830
+ */
15831
+ noLog?: boolean;
15366
15832
  /**
15367
15833
  * 在线表单实例id
15368
15834
  *
@@ -15433,6 +15899,12 @@ export interface OfProcessQualifiedRequest {
15433
15899
  * @type IObject
15434
15900
  */
15435
15901
  data?: IObject;
15902
+ /**
15903
+ * 是否不记录表单日志
15904
+ *
15905
+ * @type boolean
15906
+ */
15907
+ noLog?: boolean;
15436
15908
  /**
15437
15909
  * 在线表单实例id
15438
15910
  *
@@ -15497,6 +15969,12 @@ export interface OfProcessReassignRequest {
15497
15969
  * @type IObject
15498
15970
  */
15499
15971
  data?: IObject;
15972
+ /**
15973
+ * 是否不记录表单日志
15974
+ *
15975
+ * @type boolean
15976
+ */
15977
+ noLog?: boolean;
15500
15978
  /**
15501
15979
  * 在线表单实例id
15502
15980
  *
@@ -15599,6 +16077,12 @@ export interface OfProcessReturnRequest {
15599
16077
  * @type IObject
15600
16078
  */
15601
16079
  data?: IObject;
16080
+ /**
16081
+ * 是否不记录表单日志
16082
+ *
16083
+ * @type boolean
16084
+ */
16085
+ noLog?: boolean;
15602
16086
  /**
15603
16087
  * 在线表单实例id
15604
16088
  *
@@ -15667,6 +16151,12 @@ export interface OfProcessSaveRequest {
15667
16151
  * @type boolean
15668
16152
  */
15669
16153
  exceptionFlag?: boolean;
16154
+ /**
16155
+ * 是否不记录表单日志
16156
+ *
16157
+ * @type boolean
16158
+ */
16159
+ noLog?: boolean;
15670
16160
  /**
15671
16161
  * 在线表单实例id
15672
16162
  *
@@ -15735,6 +16225,12 @@ export interface OfProcessSubmitRequest {
15735
16225
  * @type OnlineFormChangeHistoryRequest
15736
16226
  */
15737
16227
  historyRequest?: OnlineFormChangeHistoryRequest;
16228
+ /**
16229
+ * 是否不记录表单日志
16230
+ *
16231
+ * @type boolean
16232
+ */
16233
+ noLog?: boolean;
15738
16234
  /**
15739
16235
  * 在线表单实例id
15740
16236
  *
@@ -16639,12 +17135,24 @@ export interface OnlineFormInstance {
16639
17135
  * @type string
16640
17136
  */
16641
17137
  ext9?: string;
17138
+ /**
17139
+ *
17140
+ *
17141
+ * @type string
17142
+ */
17143
+ fieldHash?: string;
16642
17144
  /**
16643
17145
  *
16644
17146
  *
16645
17147
  * @type string
16646
17148
  */
16647
17149
  formType?: string;
17150
+ /**
17151
+ *
17152
+ *
17153
+ * @type string
17154
+ */
17155
+ hash?: string;
16648
17156
  /**
16649
17157
  *
16650
17158
  *
@@ -17833,6 +18341,12 @@ export interface OnlineFormStashRequest {
17833
18341
  * @type boolean
17834
18342
  */
17835
18343
  exceptionFlag?: boolean;
18344
+ /**
18345
+ * 是否不记录表单日志
18346
+ *
18347
+ * @type boolean
18348
+ */
18349
+ noLog?: boolean;
17836
18350
  /**
17837
18351
  * 在线表单实例id
17838
18352
  *
@@ -17851,6 +18365,12 @@ export interface OnlineFormStashRequest {
17851
18365
  * @type string
17852
18366
  */
17853
18367
  remark?: string;
18368
+ /**
18369
+ * 签名
18370
+ *
18371
+ * @type string
18372
+ */
18373
+ signature?: string;
17854
18374
  }
17855
18375
  export interface OnlineFormTmplLogRequest {
17856
18376
  /**
@@ -17929,6 +18449,12 @@ export interface OnlineFormTmplLogResponse {
17929
18449
  tmplId?: string;
17930
18450
  }
17931
18451
  export interface OnlineFormTmplModelResponse {
18452
+ /**
18453
+ * 审核状态
18454
+ *
18455
+ * @type string
18456
+ */
18457
+ approveStatus?: string;
17932
18458
  /**
17933
18459
  * 父id
17934
18460
  *
@@ -17959,6 +18485,12 @@ export interface OnlineFormTmplModelResponse {
17959
18485
  * @type string
17960
18486
  */
17961
18487
  code?: string;
18488
+ /**
18489
+ * 通信配置
18490
+ *
18491
+ * @type string
18492
+ */
18493
+ communicationConfig?: string;
17962
18494
  /**
17963
18495
  * 受控状态(UNCONTROLLED:期初,RUNNING:受控中,CONTROLLED:已受控)
17964
18496
  *
@@ -18007,6 +18539,12 @@ export interface OnlineFormTmplModelResponse {
18007
18539
  * @type string
18008
18540
  */
18009
18541
  direction?: string;
18542
+ /**
18543
+ * 文控管理-我的发起ID
18544
+ *
18545
+ * @type string
18546
+ */
18547
+ docControlStartedId?: string;
18010
18548
  /**
18011
18549
  * 数据源key
18012
18550
  *
@@ -18091,6 +18629,12 @@ export interface OnlineFormTmplModelResponse {
18091
18629
  * @type string
18092
18630
  */
18093
18631
  offlineVersion?: string;
18632
+ /**
18633
+ * 状态
18634
+ *
18635
+ * @type boolean
18636
+ */
18637
+ operatingState?: boolean;
18094
18638
  /**
18095
18639
  * 操作
18096
18640
  *
@@ -18109,6 +18653,12 @@ export interface OnlineFormTmplModelResponse {
18109
18653
  * @type string
18110
18654
  */
18111
18655
  permissionConfig?: string;
18656
+ /**
18657
+ * 审批流程实例ID
18658
+ *
18659
+ * @type string
18660
+ */
18661
+ procInstId?: string;
18112
18662
  /**
18113
18663
  * 运行时json
18114
18664
  *
@@ -18121,6 +18671,18 @@ export interface OnlineFormTmplModelResponse {
18121
18671
  * @type string
18122
18672
  */
18123
18673
  script?: string;
18674
+ /**
18675
+ * 原导入模板ID
18676
+ *
18677
+ * @type string
18678
+ */
18679
+ sourceImportFormTmplId?: string;
18680
+ /**
18681
+ * 升级配置
18682
+ *
18683
+ * @type string
18684
+ */
18685
+ updateRemark?: string;
18124
18686
  /**
18125
18687
  * 版本
18126
18688
  *
@@ -18185,6 +18747,12 @@ export interface OnlineFormTmplRequest {
18185
18747
  * @type string
18186
18748
  */
18187
18749
  code?: string;
18750
+ /**
18751
+ * 通信配置
18752
+ *
18753
+ * @type string
18754
+ */
18755
+ communicationConfig?: string;
18188
18756
  /**
18189
18757
  * 是否默认版本 1是 0否
18190
18758
  *
@@ -18319,6 +18887,12 @@ export interface OnlineFormTmplRequest {
18319
18887
  width?: number;
18320
18888
  }
18321
18889
  export interface OnlineFormTmplResponse {
18890
+ /**
18891
+ * 审核状态
18892
+ *
18893
+ * @type string
18894
+ */
18895
+ approveStatus?: string;
18322
18896
  /**
18323
18897
  * 父id
18324
18898
  *
@@ -18349,6 +18923,12 @@ export interface OnlineFormTmplResponse {
18349
18923
  * @type string
18350
18924
  */
18351
18925
  code?: string;
18926
+ /**
18927
+ * 通信配置
18928
+ *
18929
+ * @type string
18930
+ */
18931
+ communicationConfig?: string;
18352
18932
  /**
18353
18933
  * 受控状态(UNCONTROLLED:期初,RUNNING:受控中,CONTROLLED:已受控)
18354
18934
  *
@@ -18397,6 +18977,12 @@ export interface OnlineFormTmplResponse {
18397
18977
  * @type string
18398
18978
  */
18399
18979
  direction?: string;
18980
+ /**
18981
+ * 文控管理-我的发起ID
18982
+ *
18983
+ * @type string
18984
+ */
18985
+ docControlStartedId?: string;
18400
18986
  /**
18401
18987
  * 数据源key
18402
18988
  *
@@ -18475,6 +19061,12 @@ export interface OnlineFormTmplResponse {
18475
19061
  * @type string
18476
19062
  */
18477
19063
  offlineVersion?: string;
19064
+ /**
19065
+ * 状态
19066
+ *
19067
+ * @type boolean
19068
+ */
19069
+ operatingState?: boolean;
18478
19070
  /**
18479
19071
  * 操作
18480
19072
  *
@@ -18493,6 +19085,12 @@ export interface OnlineFormTmplResponse {
18493
19085
  * @type string
18494
19086
  */
18495
19087
  permissionConfig?: string;
19088
+ /**
19089
+ * 审批流程实例ID
19090
+ *
19091
+ * @type string
19092
+ */
19093
+ procInstId?: string;
18496
19094
  /**
18497
19095
  * 运行时json
18498
19096
  *
@@ -18505,6 +19103,18 @@ export interface OnlineFormTmplResponse {
18505
19103
  * @type string
18506
19104
  */
18507
19105
  script?: string;
19106
+ /**
19107
+ * 原导入模板ID
19108
+ *
19109
+ * @type string
19110
+ */
19111
+ sourceImportFormTmplId?: string;
19112
+ /**
19113
+ * 升级配置
19114
+ *
19115
+ * @type string
19116
+ */
19117
+ updateRemark?: string;
18508
19118
  /**
18509
19119
  * 版本
18510
19120
  *
@@ -24948,361 +25558,1585 @@ export interface ProcessResponse {
24948
25558
  */
24949
25559
  description?: string;
24950
25560
  /**
24951
- * 主键
24952
- *
24953
- * @type string
24954
- */
24955
- id?: string;
24956
- /**
24957
- * key
24958
- *
24959
- * @type string
24960
- */
24961
- key?: string;
24962
- /**
24963
- * 锁定页面人员id
25561
+ * 主键
25562
+ *
25563
+ * @type string
25564
+ */
25565
+ id?: string;
25566
+ /**
25567
+ * key
25568
+ *
25569
+ * @type string
25570
+ */
25571
+ key?: string;
25572
+ /**
25573
+ * 锁定页面人员id
25574
+ *
25575
+ * @type string
25576
+ */
25577
+ lockUserId?: string;
25578
+ /**
25579
+ * 锁定页面人员名称
25580
+ *
25581
+ * @type string
25582
+ */
25583
+ lockUserName?: string;
25584
+ /**
25585
+ *
25586
+ *
25587
+ * @type string
25588
+ */
25589
+ modifyTime?: string;
25590
+ /**
25591
+ *
25592
+ *
25593
+ * @type string
25594
+ */
25595
+ modifyUserId?: string;
25596
+ /**
25597
+ *
25598
+ *
25599
+ * @type string
25600
+ */
25601
+ modifyUserName?: string;
25602
+ /**
25603
+ * 流程名称
25604
+ *
25605
+ * @type string
25606
+ */
25607
+ name?: string;
25608
+ /**
25609
+ * 模型ID
25610
+ *
25611
+ * @type string
25612
+ */
25613
+ tableMetaId?: string;
25614
+ /**
25615
+ * 模型KEY
25616
+ *
25617
+ * @type string
25618
+ */
25619
+ tableMetaKey?: string;
25620
+ /**
25621
+ * 模型名称
25622
+ *
25623
+ * @type string
25624
+ */
25625
+ tableMetaName?: string;
25626
+ /**
25627
+ * 流程标题配置
25628
+ *
25629
+ * @type string
25630
+ */
25631
+ titleConfig?: string;
25632
+ /**
25633
+ * 类型 业务流 审批流
25634
+ *
25635
+ * @type string
25636
+ */
25637
+ type?: string;
25638
+ }
25639
+ export interface ProcessTaskApproveHisQueryRequest {
25640
+ /**
25641
+ * 审批流程记录创建人id
25642
+ *
25643
+ * @type string
25644
+ */
25645
+ approveHisCreateUserId?: string;
25646
+ /**
25647
+ * 审批流程记录修改人id
25648
+ *
25649
+ * @type string
25650
+ */
25651
+ approveHisModifyUserId?: string;
25652
+ /**
25653
+ * 处理人ID(查询我的待办时传当前登陆人id)
25654
+ *
25655
+ * @type string
25656
+ */
25657
+ assigneeId?: string;
25658
+ /**
25659
+ * 业务编号(关联其他业务数据的编号)
25660
+ *
25661
+ * @type string
25662
+ */
25663
+ businessCode?: string;
25664
+ /**
25665
+ * 业务id(关联其他业务数据的id)
25666
+ *
25667
+ * @type string
25668
+ */
25669
+ businessId?: string;
25670
+ /**
25671
+ * 变更编号
25672
+ *
25673
+ * @type string
25674
+ */
25675
+ changeNo?: string;
25676
+ /**
25677
+ * 变更类型
25678
+ *
25679
+ * @type string
25680
+ */
25681
+ changeType?: string;
25682
+ /**
25683
+ * 编码
25684
+ *
25685
+ * @type string
25686
+ */
25687
+ code?: string;
25688
+ /**
25689
+ * 描述
25690
+ *
25691
+ * @type string
25692
+ */
25693
+ description?: string;
25694
+ /**
25695
+ * edhr模板id
25696
+ *
25697
+ * @type string
25698
+ */
25699
+ edhrTmplId?: string;
25700
+ /**
25701
+ * 生效日期
25702
+ *
25703
+ * @type string
25704
+ */
25705
+ effectiveDate?: string;
25706
+ /**
25707
+ * 创建时间 - 结束
25708
+ *
25709
+ * @type string
25710
+ */
25711
+ endCreateTime?: string;
25712
+ /**
25713
+ * 待办:任务接收/已办:任务审核-结束时间
25714
+ *
25715
+ * @type string
25716
+ */
25717
+ endTime?: string;
25718
+ /**
25719
+ * 批次/SN编号
25720
+ *
25721
+ * @type string
25722
+ */
25723
+ materialNo?: string;
25724
+ /**
25725
+ * 记录类型(NO或SN),为空则表示全部
25726
+ *
25727
+ * @type string
25728
+ */
25729
+ materialStatus?: string;
25730
+ /**
25731
+ * 工单编码
25732
+ *
25733
+ * @type string
25734
+ */
25735
+ mfgOrderCode?: string;
25736
+ /**
25737
+ * 工单id
25738
+ *
25739
+ * @type string
25740
+ */
25741
+ mfgOrderId?: string;
25742
+ /**
25743
+ * 名称
25744
+ *
25745
+ * @type string
25746
+ */
25747
+ name?: string;
25748
+ /**
25749
+ * 是否不显示edhr
25750
+ *
25751
+ * @type number
25752
+ */
25753
+ notEdhr?: number;
25754
+ /**
25755
+ * 记录本ID
25756
+ *
25757
+ * @type string
25758
+ */
25759
+ notebookId?: string;
25760
+ /**
25761
+ * 在线表单code
25762
+ *
25763
+ * @type string
25764
+ */
25765
+ ofCode?: string;
25766
+ /**
25767
+ * 表单创建人id
25768
+ *
25769
+ * @type string
25770
+ */
25771
+ ofCreateUserId?: string;
25772
+ /**
25773
+ * 表单更新人id
25774
+ *
25775
+ * @type string
25776
+ */
25777
+ ofModifyUserId?: string;
25778
+ /**
25779
+ * 表单模板
25780
+ *
25781
+ * @type string
25782
+ */
25783
+ ofTmplId?: string;
25784
+ /**
25785
+ * 表单模板名称
25786
+ *
25787
+ * @type string
25788
+ */
25789
+ ofTmplName?: string;
25790
+ /**
25791
+ * 表单实例ID
25792
+ *
25793
+ * @type string
25794
+ */
25795
+ onlineFormInstanceId?: string;
25796
+ /**
25797
+ * 是否仅显示edhr
25798
+ *
25799
+ * @type number
25800
+ */
25801
+ onlyEdhr?: number;
25802
+ /**
25803
+ * 页码
25804
+ *
25805
+ * @type number
25806
+ */
25807
+ pageNo?: number;
25808
+ /**
25809
+ * 分页大小
25810
+ *
25811
+ * @type number
25812
+ */
25813
+ pageSize?: number;
25814
+ /**
25815
+ * 当前流程状态: 进行中:RUNNING 已结束:COMPLETED
25816
+ *
25817
+ * @type string
25818
+ */
25819
+ processInstanceStatus?: string;
25820
+ /**
25821
+ * 产品编码
25822
+ *
25823
+ * @type string
25824
+ */
25825
+ productCode?: string;
25826
+ /**
25827
+ * 产品家族编码
25828
+ *
25829
+ * @type string
25830
+ */
25831
+ productFamilyCode?: string;
25832
+ /**
25833
+ * 产品家族id
25834
+ *
25835
+ * @type string
25836
+ */
25837
+ productFamilyId?: string;
25838
+ /**
25839
+ * 产品家族名称
25840
+ *
25841
+ * @type string
25842
+ */
25843
+ productFamilyName?: string;
25844
+ /**
25845
+ * 产品id
25846
+ *
25847
+ * @type string
25848
+ */
25849
+ productId?: string;
25850
+ /**
25851
+ * 产品基id
25852
+ *
25853
+ * @type string
25854
+ */
25855
+ productIdRbi?: string;
25856
+ /**
25857
+ * 产品版本
25858
+ *
25859
+ * @type string
25860
+ */
25861
+ productIdRi?: string;
25862
+ /**
25863
+ * 产品名称
25864
+ *
25865
+ * @type string
25866
+ */
25867
+ productName?: string;
25868
+ /**
25869
+ * 产品制程id
25870
+ *
25871
+ * @type string
25872
+ */
25873
+ productProcessId?: string;
25874
+ /**
25875
+ * 产品制程生产模式
25876
+ *
25877
+ * @type string
25878
+ */
25879
+ productProcessProductionType?: string;
25880
+ /**
25881
+ * 产品规格型号
25882
+ *
25883
+ * @type string
25884
+ */
25885
+ productSpec?: string;
25886
+ /**
25887
+ * 工艺路线id
25888
+ *
25889
+ * @type string
25890
+ */
25891
+ routingId?: string;
25892
+ /**
25893
+ * 表单流水号
25894
+ *
25895
+ * @type string
25896
+ */
25897
+ serialNo?: string;
25898
+ /**
25899
+ * 是否显示表单变更数据
25900
+ *
25901
+ * @type number
25902
+ */
25903
+ showChange?: number;
25904
+ /**
25905
+ * 显示表单流程数据
25906
+ *
25907
+ * @type boolean
25908
+ */
25909
+ showFormProcess?: boolean;
25910
+ /**
25911
+ * 排序字段
25912
+ *
25913
+ * @type string
25914
+ */
25915
+ sortField?: string;
25916
+ /**
25917
+ * 排序方式:ASC/DESC, 不传默认 ASC
25918
+ *
25919
+ * @type string
25920
+ */
25921
+ sortType?: string;
25922
+ /**
25923
+ * 创建时间 - 开始
25924
+ *
25925
+ * @type string
25926
+ */
25927
+ startCreateTime?: string;
25928
+ /**
25929
+ * 待办:任务接收/已办:任务审核-开始时间
25930
+ *
25931
+ * @type string
25932
+ */
25933
+ startTime?: string;
25934
+ /**
25935
+ * 汇总人ID
25936
+ *
25937
+ * @type string
25938
+ */
25939
+ starterId?: string;
25940
+ /**
25941
+ * 变更流程的状态
25942
+ *
25943
+ * @type string
25944
+ */
25945
+ status?: string;
25946
+ /**
25947
+ * 任务类型
25948
+ *
25949
+ * @type string
25950
+ */
25951
+ taskType?: string;
25952
+ /**
25953
+ * 任务类型 集合
25954
+ *
25955
+ * @type string[]
25956
+ */
25957
+ taskTypeList?: string[];
25958
+ /**
25959
+ * 表单备注名
25960
+ *
25961
+ * @type string
25962
+ */
25963
+ title?: string;
25964
+ /**
25965
+ * 表单编号
25966
+ *
25967
+ * @type string
25968
+ */
25969
+ tmplCode?: string;
25970
+ /**
25971
+ * 表单模板
25972
+ *
25973
+ * @type string
25974
+ */
25975
+ tmplId?: string;
25976
+ /**
25977
+ * 表单名称
25978
+ *
25979
+ * @type string
25980
+ */
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;
26000
+ }
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;
26026
+ /**
26027
+ * 处理人ID
26028
+ *
26029
+ * @type string
26030
+ */
26031
+ assigneeId?: string;
26032
+ /**
26033
+ * 处理人姓名
26034
+ *
26035
+ * @type string
26036
+ */
26037
+ assigneeName?: string;
26038
+ /**
26039
+ * 业务编号(关联其他业务数据的编号)
26040
+ *
26041
+ * @type string
26042
+ */
26043
+ businessCode?: string;
26044
+ /**
26045
+ * 业务id(关联其他业务数据的id)
26046
+ *
26047
+ * @type string
26048
+ */
26049
+ businessId?: string;
26050
+ /**
26051
+ * 表单来源
26052
+ *
26053
+ * @type string
26054
+ */
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;
26074
+ /**
26075
+ *
26076
+ *
26077
+ * @type string
26078
+ */
26079
+ createTime?: string;
26080
+ /**
26081
+ *
26082
+ *
26083
+ * @type string
26084
+ */
26085
+ createUserId?: string;
26086
+ /**
26087
+ *
26088
+ *
26089
+ * @type string
26090
+ */
26091
+ createUserName?: string;
26092
+ /**
26093
+ * 描述
26094
+ *
26095
+ * @type string
26096
+ */
26097
+ description?: string;
26098
+ /**
26099
+ * 当前表单实例关联之大纲id
26100
+ *
26101
+ * @type string
26102
+ */
26103
+ docOutlineId?: string;
26104
+ /**
26105
+ * edhr实例id
26106
+ *
26107
+ * @type string
26108
+ */
26109
+ edhrInstanceId?: string;
26110
+ /**
26111
+ * edhr模板id
26112
+ *
26113
+ * @type string
26114
+ */
26115
+ edhrTmplId?: string;
26116
+ /**
26117
+ * edhr模板名称
26118
+ *
26119
+ * @type string
26120
+ */
26121
+ edhrTmplName?: string;
26122
+ /**
26123
+ * edhr模板版本
26124
+ *
26125
+ * @type string
26126
+ */
26127
+ edhrTmplVersion?: string;
26128
+ /**
26129
+ * 生效日期
26130
+ *
26131
+ * @type string
26132
+ */
26133
+ effectiveDate?: string;
26134
+ /**
26135
+ * 表单类型
26136
+ *
26137
+ * @type string
26138
+ */
26139
+ formType?: string;
26140
+ /**
26141
+ * 主键
26142
+ *
26143
+ * @type string
26144
+ */
26145
+ id?: string;
26146
+ /**
26147
+ * 批次/SN编号
26148
+ *
26149
+ * @type string
26150
+ */
26151
+ materialNo?: string;
26152
+ /**
26153
+ * 物料形态(批次或SN)
26154
+ *
26155
+ * @type string
26156
+ */
26157
+ materialStatus?: string;
26158
+ /**
26159
+ * 工单编码
26160
+ *
26161
+ * @type string
26162
+ */
26163
+ mfgOrderCode?: string;
26164
+ /**
26165
+ * 工单id
26166
+ *
26167
+ * @type string
26168
+ */
26169
+ mfgOrderId?: string;
26170
+ /**
26171
+ *
26172
+ *
26173
+ * @type string
26174
+ */
26175
+ modifyTime?: string;
26176
+ /**
26177
+ *
26178
+ *
26179
+ * @type string
26180
+ */
26181
+ modifyUserId?: string;
26182
+ /**
26183
+ *
26184
+ *
26185
+ * @type string
26186
+ */
26187
+ modifyUserName?: string;
26188
+ /**
26189
+ * 名称
26190
+ *
26191
+ * @type string
26192
+ */
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
24964
26812
  *
24965
26813
  * @type string
24966
26814
  */
24967
- lockUserId?: string;
26815
+ docOutlineId?: string;
24968
26816
  /**
24969
- * 锁定页面人员名称
26817
+ * edhr实例id
24970
26818
  *
24971
26819
  * @type string
24972
26820
  */
24973
- lockUserName?: string;
26821
+ edhrInstanceId?: string;
24974
26822
  /**
24975
- *
26823
+ * edhr模板id
24976
26824
  *
24977
26825
  * @type string
24978
26826
  */
24979
- modifyTime?: string;
26827
+ edhrTmplId?: string;
24980
26828
  /**
24981
- *
26829
+ * edhr模板名称
24982
26830
  *
24983
26831
  * @type string
24984
26832
  */
24985
- modifyUserId?: string;
26833
+ edhrTmplName?: string;
24986
26834
  /**
24987
- *
26835
+ * edhr模板版本
24988
26836
  *
24989
26837
  * @type string
24990
26838
  */
24991
- modifyUserName?: string;
26839
+ edhrTmplVersion?: string;
24992
26840
  /**
24993
- * 流程名称
26841
+ * 生效日期
24994
26842
  *
24995
26843
  * @type string
24996
26844
  */
24997
- name?: string;
26845
+ effectiveDate?: string;
24998
26846
  /**
24999
- * 模型ID
26847
+ * 表单类型
25000
26848
  *
25001
26849
  * @type string
25002
26850
  */
25003
- tableMetaId?: string;
26851
+ formType?: string;
25004
26852
  /**
25005
- * 模型KEY
26853
+ * 主键
25006
26854
  *
25007
26855
  * @type string
25008
26856
  */
25009
- tableMetaKey?: string;
26857
+ id?: string;
25010
26858
  /**
25011
- * 模型名称
26859
+ * 批次/SN编号
25012
26860
  *
25013
26861
  * @type string
25014
26862
  */
25015
- tableMetaName?: string;
26863
+ materialNo?: string;
25016
26864
  /**
25017
- * 流程标题配置
26865
+ * 物料形态(批次或SN)
25018
26866
  *
25019
26867
  * @type string
25020
26868
  */
25021
- titleConfig?: string;
26869
+ materialStatus?: string;
25022
26870
  /**
25023
- * 类型 业务流 审批流
26871
+ * 工单编码
25024
26872
  *
25025
26873
  * @type string
25026
26874
  */
25027
- type?: string;
25028
- }
25029
- export interface ProcessTaskDoneResponse {
26875
+ mfgOrderCode?: string;
25030
26876
  /**
25031
- * 处理人ID
26877
+ * 工单id
25032
26878
  *
25033
26879
  * @type string
25034
26880
  */
25035
- assigneeId?: string;
26881
+ mfgOrderId?: string;
25036
26882
  /**
25037
- * 处理人姓名
25038
26883
  *
25039
- * @type string
25040
- */
25041
- assigneeName?: string;
25042
- /**
25043
- * 业务编号(关联其他业务数据的编号)
25044
26884
  *
25045
26885
  * @type string
25046
26886
  */
25047
- businessCode?: string;
26887
+ modifyTime?: string;
25048
26888
  /**
25049
- * 业务id(关联其他业务数据的id)
25050
26889
  *
25051
- * @type string
25052
- */
25053
- businessId?: string;
25054
- /**
25055
- * 表单来源
25056
26890
  *
25057
26891
  * @type string
25058
26892
  */
25059
- businessType?: string;
26893
+ modifyUserId?: string;
25060
26894
  /**
25061
26895
  *
25062
26896
  *
25063
26897
  * @type string
25064
26898
  */
25065
- createTime?: string;
26899
+ modifyUserName?: string;
25066
26900
  /**
25067
- *
26901
+ * 名称
25068
26902
  *
25069
26903
  * @type string
25070
26904
  */
25071
- createUserId?: string;
26905
+ name?: string;
25072
26906
  /**
25073
- *
26907
+ * 节点编码
25074
26908
  *
25075
26909
  * @type string
25076
26910
  */
25077
- createUserName?: string;
26911
+ nodeKey?: string;
25078
26912
  /**
25079
- * 当前表单实例关联之大纲id
26913
+ * 记录本ID
25080
26914
  *
25081
26915
  * @type string
25082
26916
  */
25083
- docOutlineId?: string;
26917
+ notebookId?: string;
25084
26918
  /**
25085
- * edhr实例id
26919
+ * 单据code
25086
26920
  *
25087
26921
  * @type string
25088
26922
  */
25089
- edhrInstanceId?: string;
26923
+ ofCode?: string;
25090
26924
  /**
25091
- * edhr模板id
26925
+ * 表单创建时间
25092
26926
  *
25093
26927
  * @type string
25094
26928
  */
25095
- edhrTmplId?: string;
26929
+ ofCreateTime?: string;
25096
26930
  /**
25097
- * edhr模板名称
26931
+ * 单据创建人名称
25098
26932
  *
25099
26933
  * @type string
25100
26934
  */
25101
- edhrTmplName?: string;
26935
+ ofCreateUserName?: string;
25102
26936
  /**
25103
- * edhr模板版本
26937
+ * 表单实例id
25104
26938
  *
25105
26939
  * @type string
25106
26940
  */
25107
- edhrTmplVersion?: string;
26941
+ ofInstanceId?: string;
25108
26942
  /**
25109
- * 表单类型
26943
+ * 表单更新时间
25110
26944
  *
25111
26945
  * @type string
25112
26946
  */
25113
- formType?: string;
26947
+ ofModifyTime?: string;
25114
26948
  /**
25115
- * 主键
26949
+ * 单据修改人名称
25116
26950
  *
25117
26951
  * @type string
25118
26952
  */
25119
- id?: string;
26953
+ ofModifyUserName?: string;
25120
26954
  /**
25121
- * 物料编号
26955
+ * 表单模板id
25122
26956
  *
25123
26957
  * @type string
25124
26958
  */
25125
- materialNo?: string;
26959
+ ofTmplId?: string;
25126
26960
  /**
25127
- * 物料形态(批次或SN)
26961
+ * 表单模板名称
25128
26962
  *
25129
26963
  * @type string
25130
26964
  */
25131
- materialStatus?: string;
26965
+ ofTmplName?: string;
25132
26966
  /**
25133
- * 工单编码
26967
+ * 表单实例ID
25134
26968
  *
25135
26969
  * @type string
25136
26970
  */
25137
- mfgOrderCode?: string;
26971
+ onlineFormInstanceId?: string;
25138
26972
  /**
25139
- * 工单ID
26973
+ * 流程实例ID
25140
26974
  *
25141
26975
  * @type string
25142
26976
  */
25143
- mfgOrderId?: string;
26977
+ processInstanceId?: string;
25144
26978
  /**
25145
- *
26979
+ * 流程状态: 运行中:running 已结束:finished
25146
26980
  *
25147
26981
  * @type string
25148
26982
  */
25149
- modifyTime?: string;
26983
+ processInstanceStatus?: string;
25150
26984
  /**
25151
- *
26985
+ * 产品编码
25152
26986
  *
25153
26987
  * @type string
25154
26988
  */
25155
- modifyUserId?: string;
26989
+ productCode?: string;
25156
26990
  /**
25157
- *
26991
+ * 产品家族编码
25158
26992
  *
25159
26993
  * @type string
25160
26994
  */
25161
- modifyUserName?: string;
26995
+ productFamilyCode?: string;
25162
26996
  /**
25163
- * 节点编码
26997
+ * 产品家族id
25164
26998
  *
25165
26999
  * @type string
25166
27000
  */
25167
- nodeKey?: string;
27001
+ productFamilyId?: string;
25168
27002
  /**
25169
- * 单据code
27003
+ * 产品家族名称
25170
27004
  *
25171
27005
  * @type string
25172
27006
  */
25173
- ofCode?: string;
27007
+ productFamilyName?: string;
25174
27008
  /**
25175
- * 表单创建时间
27009
+ * 产品id
25176
27010
  *
25177
27011
  * @type string
25178
27012
  */
25179
- ofCreateTime?: string;
27013
+ productId?: string;
25180
27014
  /**
25181
- * 单据创建人名称
27015
+ * 产品基id
25182
27016
  *
25183
27017
  * @type string
25184
27018
  */
25185
- ofCreateUserName?: string;
27019
+ productIdRbi?: string;
25186
27020
  /**
25187
- * 表单实例id
27021
+ * 产品版本
25188
27022
  *
25189
27023
  * @type string
25190
27024
  */
25191
- ofInstanceId?: string;
27025
+ productIdRi?: string;
25192
27026
  /**
25193
- * 表单更新时间
27027
+ * 产品名称
25194
27028
  *
25195
27029
  * @type string
25196
27030
  */
25197
- ofModifyTime?: string;
27031
+ productName?: string;
25198
27032
  /**
25199
- * 单据修改人名称
27033
+ * 产品制程id
25200
27034
  *
25201
27035
  * @type string
25202
27036
  */
25203
- ofModifyUserName?: string;
27037
+ productProcessId?: string;
25204
27038
  /**
25205
- * 表单模板id
27039
+ * 产品制程生产模式
25206
27040
  *
25207
27041
  * @type string
25208
27042
  */
25209
- ofTmplId?: string;
27043
+ productProcessProductionType?: string;
25210
27044
  /**
25211
- * 表单模板名称
27045
+ * 产品规格型号
25212
27046
  *
25213
27047
  * @type string
25214
27048
  */
25215
- ofTmplName?: string;
27049
+ productSpec?: string;
25216
27050
  /**
25217
- * 流程实例ID
27051
+ * 产品版本
25218
27052
  *
25219
27053
  * @type string
25220
27054
  */
25221
- processInstanceId?: string;
27055
+ productVersion?: string;
25222
27056
  /**
25223
- * 流程状态: 运行中:running 已结束:finished
27057
+ * 工艺路线id
25224
27058
  *
25225
27059
  * @type string
25226
27060
  */
25227
- processInstanceStatus?: string;
27061
+ routingId?: string;
25228
27062
  /**
25229
- * 产品编码
27063
+ * 表单流水号
25230
27064
  *
25231
27065
  * @type string
25232
27066
  */
25233
- productCode?: string;
27067
+ serialNo?: string;
25234
27068
  /**
25235
- * 产品id
27069
+ * 发起人iD
25236
27070
  *
25237
27071
  * @type string
25238
27072
  */
25239
- productId?: string;
27073
+ starterId?: string;
25240
27074
  /**
25241
- * 产品名称
27075
+ * 发起人姓名
25242
27076
  *
25243
27077
  * @type string
25244
27078
  */
25245
- productName?: string;
27079
+ starterName?: string;
25246
27080
  /**
25247
- * 产品规格
27081
+ * 变更流程的状态
25248
27082
  *
25249
27083
  * @type string
25250
27084
  */
25251
- productSpec?: string;
27085
+ status?: string;
25252
27086
  /**
25253
- * 产品版本
27087
+ * 任务ID
25254
27088
  *
25255
27089
  * @type string
25256
27090
  */
25257
- productVersion?: string;
27091
+ taskId?: string;
25258
27092
  /**
25259
- * 流水号
27093
+ * 任务开始时间
25260
27094
  *
25261
27095
  * @type string
25262
27096
  */
25263
- serialNo?: string;
27097
+ taskStartTime?: string;
25264
27098
  /**
25265
- * 发起人iD
27099
+ * 任务类型:edhr任务:EDHR
25266
27100
  *
25267
27101
  * @type string
25268
27102
  */
25269
- starterId?: string;
27103
+ taskType?: string;
25270
27104
  /**
25271
- * 发起人姓名
27105
+ * 表单备注名
25272
27106
  *
25273
27107
  * @type string
25274
27108
  */
25275
- starterName?: string;
27109
+ title?: string;
25276
27110
  /**
25277
- * 任务结束时间
27111
+ * 表单编号
25278
27112
  *
25279
27113
  * @type string
25280
27114
  */
25281
- taskEndTime?: string;
27115
+ tmplCode?: string;
25282
27116
  /**
25283
- * 任务ID
27117
+ * 表单模板
25284
27118
  *
25285
27119
  * @type string
25286
27120
  */
25287
- taskId?: string;
27121
+ tmplId?: string;
25288
27122
  /**
25289
- * 任务开始时间
27123
+ * 表单名称
25290
27124
  *
25291
27125
  * @type string
25292
27126
  */
25293
- taskStartTime?: string;
27127
+ tmplName?: string;
25294
27128
  /**
25295
- * 任务类型:edhr任务:EDHR
27129
+ * 审批流程记录类型
25296
27130
  *
25297
27131
  * @type string
25298
27132
  */
25299
- taskType?: string;
27133
+ type?: string;
25300
27134
  /**
25301
- * 表单任务名称
27135
+ * 版本
25302
27136
  *
25303
27137
  * @type string
25304
27138
  */
25305
- title?: string;
27139
+ version?: string;
25306
27140
  }
25307
27141
  export interface ProcessTaskTodoResponse {
25308
27142
  /**
@@ -25901,12 +27735,24 @@ export interface ProductReleaseFormInstanctDTO {
25901
27735
  * @type string
25902
27736
  */
25903
27737
  ext9?: string;
27738
+ /**
27739
+ *
27740
+ *
27741
+ * @type string
27742
+ */
27743
+ fieldHash?: string;
25904
27744
  /**
25905
27745
  *
25906
27746
  *
25907
27747
  * @type string
25908
27748
  */
25909
27749
  formType?: string;
27750
+ /**
27751
+ *
27752
+ *
27753
+ * @type string
27754
+ */
27755
+ hash?: string;
25910
27756
  /**
25911
27757
  *
25912
27758
  *
@@ -26605,12 +28451,24 @@ export interface QueryRefChainDataRequest {
26605
28451
  * @type string
26606
28452
  */
26607
28453
  dataIds?: string;
28454
+ /**
28455
+ * 条件表达式
28456
+ *
28457
+ * @type string
28458
+ */
28459
+ exp?: string;
26608
28460
  /**
26609
28461
  * 引用字段 key
26610
28462
  *
26611
28463
  * @type string
26612
28464
  */
26613
28465
  fieldKey?: string;
28466
+ /**
28467
+ * rdo 查询关键字
28468
+ *
28469
+ * @type string
28470
+ */
28471
+ keyword?: string;
26614
28472
  /**
26615
28473
  * 模型 key
26616
28474
  *
@@ -26629,6 +28487,12 @@ export interface QueryRefChainDataRequest {
26629
28487
  * @type number
26630
28488
  */
26631
28489
  pageSize?: number;
28490
+ /**
28491
+ * 查询条件
28492
+ *
28493
+ * @type IObject
28494
+ */
28495
+ query?: IObject;
26632
28496
  /**
26633
28497
  * 当前模型数据,当dataIds为空时,该值必传
26634
28498
  *
@@ -28364,7 +30228,7 @@ export interface SandboxConfigResponse {
28364
30228
  */
28365
30229
  pdaRoutePath?: string;
28366
30230
  /**
28367
- * 沙箱状态(INIT:开始创建,CREATE_FINISHED:创建完成,CREATE_FAILED:创建失败)
30231
+ * 沙箱状态(INIT:开始创建,CREATE_FINISHED:创建完成,CREATE_FAILED:创建失败,REMOVING:移除中)
28368
30232
  *
28369
30233
  * @type string
28370
30234
  */
@@ -29075,6 +30939,12 @@ export interface SelectItem {
29075
30939
  * @type boolean
29076
30940
  */
29077
30941
  includeNull?: boolean;
30942
+ /**
30943
+ * 映射类型(公式,函数等实际映射的类型)
30944
+ *
30945
+ * @type string
30946
+ */
30947
+ mappingType?: string;
29078
30948
  /**
29079
30949
  * 数据类型
29080
30950
  *
@@ -31739,6 +33609,12 @@ export interface UserGroupRelationRequest {
31739
33609
  * @type number
31740
33610
  */
31741
33611
  fieldPermissionEnabled?: number;
33612
+ /**
33613
+ * 数据权限关系,OR:或, AND:且
33614
+ *
33615
+ * @type string
33616
+ */
33617
+ operator?: string;
31742
33618
  /**
31743
33619
  * 关系id
31744
33620
  *
@@ -31843,6 +33719,12 @@ export interface UserGroupRelationResponse {
31843
33719
  * @type string
31844
33720
  */
31845
33721
  modifyUserName?: string;
33722
+ /**
33723
+ * 数据权限关系,OR:或, AND:且
33724
+ *
33725
+ * @type string
33726
+ */
33727
+ operator?: string;
31846
33728
  /**
31847
33729
  * 关系id
31848
33730
  *
@@ -33818,6 +35700,44 @@ export interface XmlSettingTableColum {
33818
35700
  */
33819
35701
  type?: string;
33820
35702
  }
35703
+ export interface modelDataAssociationRequest {
35704
+ /**
35705
+ * fieldKey
35706
+ *
35707
+ * @type string
35708
+ */
35709
+ fieldKey?: string;
35710
+ /**
35711
+ * fieldType
35712
+ *
35713
+ * @type string
35714
+ */
35715
+ fieldType?: string;
35716
+ /**
35717
+ * 数据id
35718
+ *
35719
+ * @type string
35720
+ */
35721
+ id?: string;
35722
+ /**
35723
+ * modelKey
35724
+ *
35725
+ * @type string
35726
+ */
35727
+ modelKey?: string;
35728
+ /**
35729
+ * 页码
35730
+ *
35731
+ * @type number
35732
+ */
35733
+ pageNo?: number;
35734
+ /**
35735
+ * 分页大小
35736
+ *
35737
+ * @type number
35738
+ */
35739
+ pageSize?: number;
35740
+ }
33821
35741
  export interface 发送消息DTO {
33822
35742
  /**
33823
35743
  * 邮件内容