@gct-paas/api 0.1.0 → 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.
- package/dist/gct-api.esm.min.js +1 -1
- package/dist/gct-api.system.min.js +1 -1
- 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 +2 -2
|
@@ -1400,12 +1400,14 @@ export const apiConfig = [
|
|
|
1400
1400
|
mode: "post",
|
|
1401
1401
|
method: "postUploadFile",
|
|
1402
1402
|
path: "upload/file",
|
|
1403
|
-
hasQuery: true
|
|
1403
|
+
hasQuery: true,
|
|
1404
|
+
hasData: true
|
|
1404
1405
|
},
|
|
1405
1406
|
{
|
|
1406
1407
|
mode: "post",
|
|
1407
1408
|
method: "postUploadLabelImage",
|
|
1408
|
-
path: "upload/label/image"
|
|
1409
|
+
path: "upload/label/image",
|
|
1410
|
+
hasData: true
|
|
1409
1411
|
},
|
|
1410
1412
|
{
|
|
1411
1413
|
mode: "get",
|
|
@@ -1555,6 +1557,19 @@ export const apiConfig = [
|
|
|
1555
1557
|
name: "docControlStarted",
|
|
1556
1558
|
entityName: "doc-control-started",
|
|
1557
1559
|
apis: [
|
|
1560
|
+
{
|
|
1561
|
+
mode: "get",
|
|
1562
|
+
method: "getAllPageList",
|
|
1563
|
+
path: "all/page/list",
|
|
1564
|
+
hasQuery: true
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
mode: "put",
|
|
1568
|
+
method: "putEffectiveDateId",
|
|
1569
|
+
path: "effectiveDate/{id}",
|
|
1570
|
+
hasPathParams: true,
|
|
1571
|
+
hasData: true
|
|
1572
|
+
},
|
|
1558
1573
|
{
|
|
1559
1574
|
mode: "get",
|
|
1560
1575
|
method: "getInfo",
|
|
@@ -2613,7 +2628,8 @@ export const apiConfig = [
|
|
|
2613
2628
|
mode: "post",
|
|
2614
2629
|
method: "postUpload",
|
|
2615
2630
|
path: "upload",
|
|
2616
|
-
hasQuery: true
|
|
2631
|
+
hasQuery: true,
|
|
2632
|
+
hasData: true
|
|
2617
2633
|
}
|
|
2618
2634
|
]
|
|
2619
2635
|
},
|
|
@@ -2660,7 +2676,8 @@ export const apiConfig = [
|
|
|
2660
2676
|
mode: "post",
|
|
2661
2677
|
method: "postUploadImage",
|
|
2662
2678
|
path: "upload/image",
|
|
2663
|
-
hasQuery: true
|
|
2679
|
+
hasQuery: true,
|
|
2680
|
+
hasData: true
|
|
2664
2681
|
}
|
|
2665
2682
|
]
|
|
2666
2683
|
},
|
|
@@ -2870,7 +2887,8 @@ export const apiConfig = [
|
|
|
2870
2887
|
mode: "post",
|
|
2871
2888
|
method: "postLangUpload",
|
|
2872
2889
|
path: "lang/upload",
|
|
2873
|
-
hasQuery: true
|
|
2890
|
+
hasQuery: true,
|
|
2891
|
+
hasData: true
|
|
2874
2892
|
},
|
|
2875
2893
|
{
|
|
2876
2894
|
mode: "get",
|
|
@@ -3164,7 +3182,8 @@ export const apiConfig = [
|
|
|
3164
3182
|
{
|
|
3165
3183
|
mode: "post",
|
|
3166
3184
|
method: "postImport",
|
|
3167
|
-
path: "import"
|
|
3185
|
+
path: "import",
|
|
3186
|
+
hasData: true
|
|
3168
3187
|
},
|
|
3169
3188
|
{
|
|
3170
3189
|
mode: "get",
|
|
@@ -4143,7 +4162,8 @@ export const apiConfig = [
|
|
|
4143
4162
|
{
|
|
4144
4163
|
mode: "post",
|
|
4145
4164
|
method: "postDocxJson",
|
|
4146
|
-
path: "docx-json"
|
|
4165
|
+
path: "docx-json",
|
|
4166
|
+
hasData: true
|
|
4147
4167
|
}
|
|
4148
4168
|
]
|
|
4149
4169
|
},
|
|
@@ -5994,6 +6014,12 @@ export const apiConfig = [
|
|
|
5994
6014
|
name: "processTaskDone",
|
|
5995
6015
|
entityName: "process-task-done",
|
|
5996
6016
|
apis: [
|
|
6017
|
+
{
|
|
6018
|
+
mode: "post",
|
|
6019
|
+
method: "postApproveHisPageList",
|
|
6020
|
+
path: "approve/his/page/list",
|
|
6021
|
+
hasData: true
|
|
6022
|
+
},
|
|
5997
6023
|
{
|
|
5998
6024
|
mode: "get",
|
|
5999
6025
|
method: "getPageList",
|
|
@@ -6012,6 +6038,12 @@ export const apiConfig = [
|
|
|
6012
6038
|
path: "all-user/page/list",
|
|
6013
6039
|
hasQuery: true
|
|
6014
6040
|
},
|
|
6041
|
+
{
|
|
6042
|
+
mode: "post",
|
|
6043
|
+
method: "postApproveHisPageList",
|
|
6044
|
+
path: "approve/his/page/list",
|
|
6045
|
+
hasData: true
|
|
6046
|
+
},
|
|
6015
6047
|
{
|
|
6016
6048
|
mode: "get",
|
|
6017
6049
|
method: "getPageList",
|
|
@@ -6991,7 +7023,8 @@ export const apiConfig = [
|
|
|
6991
7023
|
mode: "post",
|
|
6992
7024
|
method: "postUploadExcel",
|
|
6993
7025
|
path: "upload/excel",
|
|
6994
|
-
hasQuery: true
|
|
7026
|
+
hasQuery: true,
|
|
7027
|
+
hasData: true
|
|
6995
7028
|
}
|
|
6996
7029
|
]
|
|
6997
7030
|
},
|
|
@@ -34,10 +34,6 @@ export interface getListQuery {
|
|
|
34
34
|
* 结束时间
|
|
35
35
|
*/
|
|
36
36
|
endTime?: string;
|
|
37
|
-
/**
|
|
38
|
-
* 所属模块(实体、枚举、web页面)
|
|
39
|
-
*/
|
|
40
|
-
module?: string;
|
|
41
37
|
/**
|
|
42
38
|
* 应用名称
|
|
43
39
|
*/
|
|
@@ -108,10 +104,6 @@ export interface getListCompleteQuery {
|
|
|
108
104
|
*
|
|
109
105
|
*/
|
|
110
106
|
modifyUserName?: string;
|
|
111
|
-
/**
|
|
112
|
-
* 所属模块(实体、枚举、web页面 、view_model_module/视图模型模块 、data_model/数据模型模块、document_module/单据、pad_module/pad页面设计)
|
|
113
|
-
*/
|
|
114
|
-
module?: string;
|
|
115
107
|
/**
|
|
116
108
|
*
|
|
117
109
|
*/
|
|
@@ -182,10 +174,6 @@ export interface getPageQuery {
|
|
|
182
174
|
*
|
|
183
175
|
*/
|
|
184
176
|
modifyUserName?: string;
|
|
185
|
-
/**
|
|
186
|
-
* 所属模块(实体、枚举、web页面 、view_model_module/视图模型模块 、data_model/数据模型模块、document_module/单据、pad_module/pad页面设计)
|
|
187
|
-
*/
|
|
188
|
-
module?: string;
|
|
189
177
|
/**
|
|
190
178
|
*
|
|
191
179
|
*/
|
|
@@ -224,10 +212,6 @@ export interface getPageListQuery {
|
|
|
224
212
|
* 结束时间
|
|
225
213
|
*/
|
|
226
214
|
endTime?: string;
|
|
227
|
-
/**
|
|
228
|
-
* 所属模块(实体、枚举、web页面)
|
|
229
|
-
*/
|
|
230
|
-
module?: string;
|
|
231
215
|
/**
|
|
232
216
|
* 应用名称
|
|
233
217
|
*/
|
|
@@ -433,12 +433,16 @@ export interface DesignerCommonService {
|
|
|
433
433
|
*/
|
|
434
434
|
postUploadFile(
|
|
435
435
|
query: postUploadFileQuery,
|
|
436
|
+
data: FormData,
|
|
436
437
|
config?: Partial<AxiosRequestConfig>,
|
|
437
438
|
): Promise<string>;
|
|
438
439
|
/**
|
|
439
440
|
* 上传标签图片
|
|
440
441
|
*/
|
|
441
|
-
postUploadLabelImage(
|
|
442
|
+
postUploadLabelImage(
|
|
443
|
+
data: FormData,
|
|
444
|
+
config?: Partial<AxiosRequestConfig>,
|
|
445
|
+
): Promise<string>;
|
|
442
446
|
/**
|
|
443
447
|
* 获取用户角色权限组
|
|
444
448
|
*/
|
|
@@ -1,6 +1,66 @@
|
|
|
1
1
|
import type { AxiosRequestConfig } from 'axios';
|
|
2
|
-
import type {
|
|
2
|
+
import type {
|
|
3
|
+
DocControlStartedResponse,
|
|
4
|
+
DocControlStartedRequest,
|
|
5
|
+
} from '../entities';
|
|
3
6
|
|
|
7
|
+
export interface getAllPageListQuery {
|
|
8
|
+
/**
|
|
9
|
+
* 分类ID
|
|
10
|
+
*/
|
|
11
|
+
categoryId?: string;
|
|
12
|
+
/**
|
|
13
|
+
* 分类name
|
|
14
|
+
*/
|
|
15
|
+
categoryName?: string;
|
|
16
|
+
/**
|
|
17
|
+
* 文件编码
|
|
18
|
+
*/
|
|
19
|
+
code?: string;
|
|
20
|
+
/**
|
|
21
|
+
* 类型(EDHR,在线表单:FORM)
|
|
22
|
+
*/
|
|
23
|
+
controlTmplType?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 创建人id
|
|
26
|
+
*/
|
|
27
|
+
createUserId?: string;
|
|
28
|
+
/**
|
|
29
|
+
* 创建时间 - 结束
|
|
30
|
+
*/
|
|
31
|
+
endCreateTime?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 文件名称
|
|
34
|
+
*/
|
|
35
|
+
name?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 页码
|
|
38
|
+
*/
|
|
39
|
+
pageNo?: number;
|
|
40
|
+
/**
|
|
41
|
+
* 分页大小
|
|
42
|
+
*/
|
|
43
|
+
pageSize?: number;
|
|
44
|
+
/**
|
|
45
|
+
* 排序字段
|
|
46
|
+
*/
|
|
47
|
+
sortField?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 排序方式:ASC/DESC, 不传默认 ASC
|
|
50
|
+
*/
|
|
51
|
+
sortType?: string;
|
|
52
|
+
/**
|
|
53
|
+
* 创建时间 - 开始
|
|
54
|
+
*/
|
|
55
|
+
startCreateTime?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 状态(IN_AUDIT:审核中,ENDED:已退回,FINISHED:已审核)
|
|
58
|
+
*/
|
|
59
|
+
status?: string;
|
|
60
|
+
}
|
|
61
|
+
export interface putEffectiveDateIdPathParams {
|
|
62
|
+
id: string;
|
|
63
|
+
}
|
|
4
64
|
export interface getInfoQuery {
|
|
5
65
|
/**
|
|
6
66
|
* id
|
|
@@ -52,6 +112,21 @@ export interface getPageListQuery {
|
|
|
52
112
|
pageSize?: number;
|
|
53
113
|
}
|
|
54
114
|
export interface DocControlStartedService {
|
|
115
|
+
/**
|
|
116
|
+
* 所有数据分页列表
|
|
117
|
+
*/
|
|
118
|
+
getAllPageList(
|
|
119
|
+
query: getAllPageListQuery,
|
|
120
|
+
config?: Partial<AxiosRequestConfig>,
|
|
121
|
+
): Promise<IPage<DocControlStartedResponse>>;
|
|
122
|
+
/**
|
|
123
|
+
* 修改生效日期
|
|
124
|
+
*/
|
|
125
|
+
putEffectiveDateId(
|
|
126
|
+
path: putEffectiveDateIdPathParams,
|
|
127
|
+
data: DocControlStartedRequest,
|
|
128
|
+
config?: Partial<AxiosRequestConfig>,
|
|
129
|
+
): Promise<string>;
|
|
55
130
|
/**
|
|
56
131
|
* 详情
|
|
57
132
|
*/
|
|
@@ -14,6 +14,14 @@ export interface getAllUserPageListQuery {
|
|
|
14
14
|
* 类型(EDHR,在线表单:FORM)
|
|
15
15
|
*/
|
|
16
16
|
controlTmplType?: string;
|
|
17
|
+
/**
|
|
18
|
+
* 创建人id
|
|
19
|
+
*/
|
|
20
|
+
createUserId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* 创建时间 - 结束
|
|
23
|
+
*/
|
|
24
|
+
endCreateTime?: string;
|
|
17
25
|
/**
|
|
18
26
|
* 文件名称
|
|
19
27
|
*/
|
|
@@ -34,6 +42,10 @@ export interface getAllUserPageListQuery {
|
|
|
34
42
|
* 排序方式:ASC/DESC, 不传默认 ASC
|
|
35
43
|
*/
|
|
36
44
|
sortType?: string;
|
|
45
|
+
/**
|
|
46
|
+
* 创建时间 - 开始
|
|
47
|
+
*/
|
|
48
|
+
startCreateTime?: string;
|
|
37
49
|
}
|
|
38
50
|
export interface getInfoQuery {
|
|
39
51
|
/**
|
|
@@ -259,7 +259,10 @@ export interface LabelService {
|
|
|
259
259
|
/**
|
|
260
260
|
* 导入
|
|
261
261
|
*/
|
|
262
|
-
postImport(
|
|
262
|
+
postImport(
|
|
263
|
+
data: FormData,
|
|
264
|
+
config?: Partial<AxiosRequestConfig>,
|
|
265
|
+
): Promise<LabelResponse>;
|
|
263
266
|
/**
|
|
264
267
|
* 标签和分类树
|
|
265
268
|
*/
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import type { AxiosRequestConfig } from 'axios';
|
|
2
|
-
import type {
|
|
2
|
+
import type {
|
|
3
|
+
ProcessTaskApproveHisQueryRequest,
|
|
4
|
+
ProcessTaskDoneApproveHisResponse,
|
|
5
|
+
ProcessTaskDoneResponse,
|
|
6
|
+
} from '../entities';
|
|
3
7
|
|
|
4
8
|
export interface getPageListQuery {
|
|
5
9
|
/**
|
|
@@ -14,6 +18,10 @@ export interface getPageListQuery {
|
|
|
14
18
|
* edhr模板id
|
|
15
19
|
*/
|
|
16
20
|
edhrTmplId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* 创建时间 - 结束
|
|
23
|
+
*/
|
|
24
|
+
endCreateTime?: string;
|
|
17
25
|
/**
|
|
18
26
|
* 待办:任务接收/已办:任务审核-结束时间
|
|
19
27
|
*/
|
|
@@ -82,6 +90,10 @@ export interface getPageListQuery {
|
|
|
82
90
|
* 是否显示表单变更数据
|
|
83
91
|
*/
|
|
84
92
|
showChange?: number;
|
|
93
|
+
/**
|
|
94
|
+
* 显示表单流程数据
|
|
95
|
+
*/
|
|
96
|
+
showFormProcess?: boolean;
|
|
85
97
|
/**
|
|
86
98
|
* 排序字段
|
|
87
99
|
*/
|
|
@@ -90,6 +102,10 @@ export interface getPageListQuery {
|
|
|
90
102
|
* 排序方式:ASC/DESC, 不传默认 ASC
|
|
91
103
|
*/
|
|
92
104
|
sortType?: string;
|
|
105
|
+
/**
|
|
106
|
+
* 创建时间 - 开始
|
|
107
|
+
*/
|
|
108
|
+
startCreateTime?: string;
|
|
93
109
|
/**
|
|
94
110
|
* 汇总人ID
|
|
95
111
|
*/
|
|
@@ -108,6 +124,13 @@ export interface getPageListQuery {
|
|
|
108
124
|
title?: string;
|
|
109
125
|
}
|
|
110
126
|
export interface ProcessTaskDoneService {
|
|
127
|
+
/**
|
|
128
|
+
* 连审批流程记录表分页列表
|
|
129
|
+
*/
|
|
130
|
+
postApproveHisPageList(
|
|
131
|
+
data: ProcessTaskApproveHisQueryRequest,
|
|
132
|
+
config?: Partial<AxiosRequestConfig>,
|
|
133
|
+
): Promise<IPage<ProcessTaskDoneApproveHisResponse>>;
|
|
111
134
|
/**
|
|
112
135
|
* 分页列表
|
|
113
136
|
*/
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import type { AxiosRequestConfig } from 'axios';
|
|
2
|
-
import type {
|
|
2
|
+
import type {
|
|
3
|
+
ProcessTaskTodoResponse,
|
|
4
|
+
ProcessTaskApproveHisQueryRequest,
|
|
5
|
+
ProcessTaskTodoApproveHisResponse,
|
|
6
|
+
} from '../entities';
|
|
3
7
|
|
|
4
8
|
export interface getAllUserPageListQuery {
|
|
5
9
|
/**
|
|
@@ -14,6 +18,10 @@ export interface getAllUserPageListQuery {
|
|
|
14
18
|
* edhr模板id
|
|
15
19
|
*/
|
|
16
20
|
edhrTmplId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* 创建时间 - 结束
|
|
23
|
+
*/
|
|
24
|
+
endCreateTime?: string;
|
|
17
25
|
/**
|
|
18
26
|
* 待办:任务接收/已办:任务审核-结束时间
|
|
19
27
|
*/
|
|
@@ -82,6 +90,10 @@ export interface getAllUserPageListQuery {
|
|
|
82
90
|
* 是否显示表单变更数据
|
|
83
91
|
*/
|
|
84
92
|
showChange?: number;
|
|
93
|
+
/**
|
|
94
|
+
* 显示表单流程数据
|
|
95
|
+
*/
|
|
96
|
+
showFormProcess?: boolean;
|
|
85
97
|
/**
|
|
86
98
|
* 排序字段
|
|
87
99
|
*/
|
|
@@ -90,6 +102,10 @@ export interface getAllUserPageListQuery {
|
|
|
90
102
|
* 排序方式:ASC/DESC, 不传默认 ASC
|
|
91
103
|
*/
|
|
92
104
|
sortType?: string;
|
|
105
|
+
/**
|
|
106
|
+
* 创建时间 - 开始
|
|
107
|
+
*/
|
|
108
|
+
startCreateTime?: string;
|
|
93
109
|
/**
|
|
94
110
|
* 汇总人ID
|
|
95
111
|
*/
|
|
@@ -120,6 +136,10 @@ export interface getPageListQuery {
|
|
|
120
136
|
* edhr模板id
|
|
121
137
|
*/
|
|
122
138
|
edhrTmplId?: string;
|
|
139
|
+
/**
|
|
140
|
+
* 创建时间 - 结束
|
|
141
|
+
*/
|
|
142
|
+
endCreateTime?: string;
|
|
123
143
|
/**
|
|
124
144
|
* 待办:任务接收/已办:任务审核-结束时间
|
|
125
145
|
*/
|
|
@@ -188,6 +208,10 @@ export interface getPageListQuery {
|
|
|
188
208
|
* 是否显示表单变更数据
|
|
189
209
|
*/
|
|
190
210
|
showChange?: number;
|
|
211
|
+
/**
|
|
212
|
+
* 显示表单流程数据
|
|
213
|
+
*/
|
|
214
|
+
showFormProcess?: boolean;
|
|
191
215
|
/**
|
|
192
216
|
* 排序字段
|
|
193
217
|
*/
|
|
@@ -196,6 +220,10 @@ export interface getPageListQuery {
|
|
|
196
220
|
* 排序方式:ASC/DESC, 不传默认 ASC
|
|
197
221
|
*/
|
|
198
222
|
sortType?: string;
|
|
223
|
+
/**
|
|
224
|
+
* 创建时间 - 开始
|
|
225
|
+
*/
|
|
226
|
+
startCreateTime?: string;
|
|
199
227
|
/**
|
|
200
228
|
* 汇总人ID
|
|
201
229
|
*/
|
|
@@ -221,6 +249,13 @@ export interface ProcessTaskTodoService {
|
|
|
221
249
|
query: getAllUserPageListQuery,
|
|
222
250
|
config?: Partial<AxiosRequestConfig>,
|
|
223
251
|
): Promise<IPage<ProcessTaskTodoResponse>>;
|
|
252
|
+
/**
|
|
253
|
+
* 连审批流程记录表分页列表
|
|
254
|
+
*/
|
|
255
|
+
postApproveHisPageList(
|
|
256
|
+
data: ProcessTaskApproveHisQueryRequest,
|
|
257
|
+
config?: Partial<AxiosRequestConfig>,
|
|
258
|
+
): Promise<IPage<ProcessTaskTodoApproveHisResponse>>;
|
|
224
259
|
/**
|
|
225
260
|
* 分页列表
|
|
226
261
|
*/
|