@gizone/rrs-client 4.2.9-alpha.488 → 4.2.9-alpha.490
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/.openapi-generator/FILES +4 -0
- package/apis/dashboard-api.ts +180 -0
- package/apis/work-order-api.ts +36 -10
- package/dist/apis/dashboard-api.d.ts +93 -0
- package/dist/apis/dashboard-api.js +140 -0
- package/dist/apis/work-order-api.d.ts +20 -4
- package/dist/apis/work-order-api.js +20 -10
- package/dist/esm/apis/dashboard-api.d.ts +93 -0
- package/dist/esm/apis/dashboard-api.js +140 -0
- package/dist/esm/apis/work-order-api.d.ts +20 -4
- package/dist/esm/apis/work-order-api.js +20 -10
- package/dist/esm/models/dashboard-access-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-base-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-equipment-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +14 -8
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +12 -6
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +18 -12
- package/dist/esm/models/index.d.ts +4 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.js +14 -0
- package/dist/esm/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-work-order-group-equipment-dto.js +14 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/work-order-group-equipment-dto.d.ts +167 -0
- package/dist/esm/models/work-order-group-equipment-dto.js +18 -0
- package/dist/esm/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
- package/dist/esm/models/work-order-group-equipment-dtoinspection-item.js +14 -0
- package/dist/models/dashboard-access-search-dto.d.ts +12 -0
- package/dist/models/dashboard-base-search-dto.d.ts +12 -0
- package/dist/models/dashboard-equipment-search-dto.d.ts +12 -0
- package/dist/models/dashboard-surveillance-search-dto.d.ts +12 -0
- package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +14 -8
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +12 -6
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
- package/dist/models/dashboard-work-order-list-search-dto.d.ts +18 -12
- package/dist/models/index.d.ts +4 -0
- package/dist/models/index.js +4 -0
- package/dist/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-work-order-group-equipment-dto.js +15 -0
- package/dist/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
- package/dist/models/page-dto-work-order-group-equipment-dto.js +15 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/work-order-group-equipment-dto.d.ts +167 -0
- package/dist/models/work-order-group-equipment-dto.js +21 -0
- package/dist/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
- package/dist/models/work-order-group-equipment-dtoinspection-item.js +15 -0
- package/models/dashboard-access-search-dto.ts +12 -0
- package/models/dashboard-base-search-dto.ts +12 -0
- package/models/dashboard-equipment-search-dto.ts +12 -0
- package/models/dashboard-surveillance-search-dto.ts +12 -0
- package/models/dashboard-work-order-by-park-search-dto.ts +14 -8
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +12 -6
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +18 -0
- package/models/dashboard-work-order-list-search-dto.ts +18 -12
- package/models/index.ts +4 -0
- package/models/json-result-page-dto-work-order-group-equipment-dto.ts +72 -0
- package/models/page-dto-work-order-group-equipment-dto.ts +39 -0
- package/models/sys-user.ts +4 -4
- package/models/work-order-group-equipment-dto.ts +186 -0
- package/models/work-order-group-equipment-dtoinspection-item.ts +42 -0
- package/package.json +1 -1
|
@@ -264,6 +264,7 @@ export * from './json-result-page-dto-plan-search-dto';
|
|
|
264
264
|
export * from './json-result-page-dto-supplier-contract-details-dto';
|
|
265
265
|
export * from './json-result-page-dto-surveillance-details-dto';
|
|
266
266
|
export * from './json-result-page-dto-sys-user-msg-dto';
|
|
267
|
+
export * from './json-result-page-dto-work-order-group-equipment-dto';
|
|
267
268
|
export * from './json-result-page-dto-work-order-search-dto';
|
|
268
269
|
export * from './json-result-park-info-dto';
|
|
269
270
|
export * from './json-result-park-settings-details-dto';
|
|
@@ -335,6 +336,7 @@ export * from './page-dto-plan-search-dto';
|
|
|
335
336
|
export * from './page-dto-supplier-contract-details-dto';
|
|
336
337
|
export * from './page-dto-surveillance-details-dto';
|
|
337
338
|
export * from './page-dto-sys-user-msg-dto';
|
|
339
|
+
export * from './page-dto-work-order-group-equipment-dto';
|
|
338
340
|
export * from './page-dto-work-order-search-dto';
|
|
339
341
|
export * from './park';
|
|
340
342
|
export * from './park-center-attribute-enum';
|
|
@@ -484,6 +486,8 @@ export * from './work-order-detail-dto';
|
|
|
484
486
|
export * from './work-order-distribute-leaflets-vo';
|
|
485
487
|
export * from './work-order-equipment-dto';
|
|
486
488
|
export * from './work-order-ext-data';
|
|
489
|
+
export * from './work-order-group-equipment-dto';
|
|
490
|
+
export * from './work-order-group-equipment-dtoinspection-item';
|
|
487
491
|
export * from './work-order-handler-dto';
|
|
488
492
|
export * from './work-order-handler-status-enum';
|
|
489
493
|
export * from './work-order-inspection-detail-dto';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -264,6 +264,7 @@ export * from './json-result-page-dto-plan-search-dto';
|
|
|
264
264
|
export * from './json-result-page-dto-supplier-contract-details-dto';
|
|
265
265
|
export * from './json-result-page-dto-surveillance-details-dto';
|
|
266
266
|
export * from './json-result-page-dto-sys-user-msg-dto';
|
|
267
|
+
export * from './json-result-page-dto-work-order-group-equipment-dto';
|
|
267
268
|
export * from './json-result-page-dto-work-order-search-dto';
|
|
268
269
|
export * from './json-result-park-info-dto';
|
|
269
270
|
export * from './json-result-park-settings-details-dto';
|
|
@@ -335,6 +336,7 @@ export * from './page-dto-plan-search-dto';
|
|
|
335
336
|
export * from './page-dto-supplier-contract-details-dto';
|
|
336
337
|
export * from './page-dto-surveillance-details-dto';
|
|
337
338
|
export * from './page-dto-sys-user-msg-dto';
|
|
339
|
+
export * from './page-dto-work-order-group-equipment-dto';
|
|
338
340
|
export * from './page-dto-work-order-search-dto';
|
|
339
341
|
export * from './park';
|
|
340
342
|
export * from './park-center-attribute-enum';
|
|
@@ -484,6 +486,8 @@ export * from './work-order-detail-dto';
|
|
|
484
486
|
export * from './work-order-distribute-leaflets-vo';
|
|
485
487
|
export * from './work-order-equipment-dto';
|
|
486
488
|
export * from './work-order-ext-data';
|
|
489
|
+
export * from './work-order-group-equipment-dto';
|
|
490
|
+
export * from './work-order-group-equipment-dtoinspection-item';
|
|
487
491
|
export * from './work-order-handler-dto';
|
|
488
492
|
export * from './work-order-handler-status-enum';
|
|
489
493
|
export * from './work-order-inspection-detail-dto';
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { PageDtoWorkOrderGroupEquipmentDTO } from './page-dto-work-order-group-equipment-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultPageDtoWorkOrderGroupEquipmentDTO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultPageDtoWorkOrderGroupEquipmentDTO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {PageDtoWorkOrderGroupEquipmentDTO}
|
|
41
|
+
* @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: PageDtoWorkOrderGroupEquipmentDTO | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { WorkOrderGroupEquipmentDTO } from './work-order-group-equipment-dto';
|
|
13
|
+
/**
|
|
14
|
+
* 返回数据,可以是任意类型的值
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PageDtoWorkOrderGroupEquipmentDTO
|
|
17
|
+
*/
|
|
18
|
+
export interface PageDtoWorkOrderGroupEquipmentDTO {
|
|
19
|
+
/**
|
|
20
|
+
* 总记录数
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof PageDtoWorkOrderGroupEquipmentDTO
|
|
23
|
+
*/
|
|
24
|
+
'totalSize'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 页数据列表
|
|
27
|
+
* @type {Array<WorkOrderGroupEquipmentDTO>}
|
|
28
|
+
* @memberof PageDtoWorkOrderGroupEquipmentDTO
|
|
29
|
+
*/
|
|
30
|
+
'pageList'?: Array<WorkOrderGroupEquipmentDTO>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -377,14 +377,14 @@ export interface SysUser {
|
|
|
377
377
|
'sourceUserId'?: string;
|
|
378
378
|
/**
|
|
379
379
|
*
|
|
380
|
-
* @type {
|
|
380
|
+
* @type {string}
|
|
381
381
|
* @memberof SysUser
|
|
382
382
|
*/
|
|
383
|
-
'
|
|
383
|
+
'cid'?: string;
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
|
-
* @type {
|
|
386
|
+
* @type {number}
|
|
387
387
|
* @memberof SysUser
|
|
388
388
|
*/
|
|
389
|
-
'
|
|
389
|
+
'cuserId'?: number;
|
|
390
390
|
}
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { WorkOrderDeptDTO } from './work-order-dept-dto';
|
|
13
|
+
import type { WorkOrderGroupEquipmentDTOInspectionItem } from './work-order-group-equipment-dtoinspection-item';
|
|
14
|
+
import type { WorkOrderStatusEnum } from './work-order-status-enum';
|
|
15
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
16
|
+
import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
|
|
17
|
+
/**
|
|
18
|
+
* 工单设备分组详情
|
|
19
|
+
* @export
|
|
20
|
+
* @interface WorkOrderGroupEquipmentDTO
|
|
21
|
+
*/
|
|
22
|
+
export interface WorkOrderGroupEquipmentDTO {
|
|
23
|
+
/**
|
|
24
|
+
* srm大区名称
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
27
|
+
*/
|
|
28
|
+
'srmAreaName'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* srm小微名称
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
33
|
+
*/
|
|
34
|
+
'srmXwName'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* srm中心名称
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
39
|
+
*/
|
|
40
|
+
'srmCenterName'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 园区名称
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
45
|
+
*/
|
|
46
|
+
'parkName'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 工单ID
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
51
|
+
*/
|
|
52
|
+
'workOrderId'?: number;
|
|
53
|
+
/**
|
|
54
|
+
* 工单号
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
57
|
+
*/
|
|
58
|
+
'workOrderNo'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 设备ID
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
63
|
+
*/
|
|
64
|
+
'equipmentId'?: number;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {WorkOrderTypeEnum}
|
|
68
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
69
|
+
*/
|
|
70
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
71
|
+
/**
|
|
72
|
+
* 工单名称
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
75
|
+
*/
|
|
76
|
+
'workOrderName'?: string;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {WorkOrderTypeSubcategoryEnum}
|
|
80
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
81
|
+
*/
|
|
82
|
+
'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
|
|
83
|
+
/**
|
|
84
|
+
* 设备名称
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
87
|
+
*/
|
|
88
|
+
'equipmentName'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* 巡检项
|
|
91
|
+
* @type {Array<WorkOrderGroupEquipmentDTOInspectionItem>}
|
|
92
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
93
|
+
*/
|
|
94
|
+
'inspectionItems'?: Array<WorkOrderGroupEquipmentDTOInspectionItem>;
|
|
95
|
+
/**
|
|
96
|
+
* 发起时间
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
99
|
+
*/
|
|
100
|
+
'startTime'?: string;
|
|
101
|
+
/**
|
|
102
|
+
* 工单执行部门列表
|
|
103
|
+
* @type {Array<WorkOrderDeptDTO>}
|
|
104
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
105
|
+
*/
|
|
106
|
+
'workOrderDepts'?: Array<WorkOrderDeptDTO>;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @type {WorkOrderStatusEnum}
|
|
110
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
111
|
+
*/
|
|
112
|
+
'workOrderStatus'?: WorkOrderStatusEnum;
|
|
113
|
+
/**
|
|
114
|
+
* 巡检点状态
|
|
115
|
+
* @type {number}
|
|
116
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
117
|
+
*/
|
|
118
|
+
'inspectionPointStatus'?: number;
|
|
119
|
+
/**
|
|
120
|
+
* 处理图片
|
|
121
|
+
* @type {Array<string>}
|
|
122
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
123
|
+
*/
|
|
124
|
+
'handlerImages'?: Array<string>;
|
|
125
|
+
/**
|
|
126
|
+
* 预计执行时间(分钟)
|
|
127
|
+
* @type {number}
|
|
128
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
129
|
+
*/
|
|
130
|
+
'estimateExecutionTime'?: number;
|
|
131
|
+
/**
|
|
132
|
+
* 结束时间
|
|
133
|
+
* @type {string}
|
|
134
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
135
|
+
*/
|
|
136
|
+
'finishTime'?: string;
|
|
137
|
+
/**
|
|
138
|
+
* 是否超时
|
|
139
|
+
* @type {boolean}
|
|
140
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
141
|
+
*/
|
|
142
|
+
'isTimeOut'?: boolean;
|
|
143
|
+
/**
|
|
144
|
+
* 发起方
|
|
145
|
+
* @type {string}
|
|
146
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
147
|
+
*/
|
|
148
|
+
'sponsor'?: string;
|
|
149
|
+
/**
|
|
150
|
+
* 处理人
|
|
151
|
+
* @type {string}
|
|
152
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
153
|
+
*/
|
|
154
|
+
'handlerUserName'?: string;
|
|
155
|
+
/**
|
|
156
|
+
* 抽检结果
|
|
157
|
+
* @type {string}
|
|
158
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
159
|
+
*/
|
|
160
|
+
'spotCheckStatus'?: WorkOrderGroupEquipmentDTOSpotCheckStatusEnum;
|
|
161
|
+
}
|
|
162
|
+
export declare const WorkOrderGroupEquipmentDTOSpotCheckStatusEnum: {
|
|
163
|
+
readonly NotCheck: "NOT_CHECK";
|
|
164
|
+
readonly Pass: "PASS";
|
|
165
|
+
readonly Fail: "FAIL";
|
|
166
|
+
};
|
|
167
|
+
export type WorkOrderGroupEquipmentDTOSpotCheckStatusEnum = typeof WorkOrderGroupEquipmentDTOSpotCheckStatusEnum[keyof typeof WorkOrderGroupEquipmentDTOSpotCheckStatusEnum];
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export const WorkOrderGroupEquipmentDTOSpotCheckStatusEnum = {
|
|
15
|
+
NotCheck: 'NOT_CHECK',
|
|
16
|
+
Pass: 'PASS',
|
|
17
|
+
Fail: 'FAIL'
|
|
18
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 巡检项
|
|
14
|
+
* @export
|
|
15
|
+
* @interface WorkOrderGroupEquipmentDTOInspectionItem
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkOrderGroupEquipmentDTOInspectionItem {
|
|
18
|
+
/**
|
|
19
|
+
* 内容
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof WorkOrderGroupEquipmentDTOInspectionItem
|
|
22
|
+
*/
|
|
23
|
+
'content'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 标准
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof WorkOrderGroupEquipmentDTOInspectionItem
|
|
28
|
+
*/
|
|
29
|
+
'standard'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 状态 1:完成 0未完成
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof WorkOrderGroupEquipmentDTOInspectionItem
|
|
34
|
+
*/
|
|
35
|
+
'state'?: number;
|
|
36
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -54,6 +54,18 @@ export interface DashboardAccessSearchDTO {
|
|
|
54
54
|
* @memberof DashboardAccessSearchDTO
|
|
55
55
|
*/
|
|
56
56
|
'srmCenterCodes'?: Array<string>;
|
|
57
|
+
/**
|
|
58
|
+
* 应执行开始时间
|
|
59
|
+
* @type {number}
|
|
60
|
+
* @memberof DashboardAccessSearchDTO
|
|
61
|
+
*/
|
|
62
|
+
'plannedStartTime'?: number;
|
|
63
|
+
/**
|
|
64
|
+
* 应执行结束时间
|
|
65
|
+
* @type {number}
|
|
66
|
+
* @memberof DashboardAccessSearchDTO
|
|
67
|
+
*/
|
|
68
|
+
'plannedEndTime'?: number;
|
|
57
69
|
/**
|
|
58
70
|
* 出入来源
|
|
59
71
|
* @type {Array<AccessAppointmentSourceEnum>}
|
|
@@ -51,4 +51,16 @@ export interface DashboardBaseSearchDTO {
|
|
|
51
51
|
* @memberof DashboardBaseSearchDTO
|
|
52
52
|
*/
|
|
53
53
|
'srmCenterCodes'?: Array<string>;
|
|
54
|
+
/**
|
|
55
|
+
* 应执行开始时间
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof DashboardBaseSearchDTO
|
|
58
|
+
*/
|
|
59
|
+
'plannedStartTime'?: number;
|
|
60
|
+
/**
|
|
61
|
+
* 应执行结束时间
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof DashboardBaseSearchDTO
|
|
64
|
+
*/
|
|
65
|
+
'plannedEndTime'?: number;
|
|
54
66
|
}
|
|
@@ -51,6 +51,18 @@ export interface DashboardEquipmentSearchDTO {
|
|
|
51
51
|
* @memberof DashboardEquipmentSearchDTO
|
|
52
52
|
*/
|
|
53
53
|
'srmCenterCodes'?: Array<string>;
|
|
54
|
+
/**
|
|
55
|
+
* 应执行开始时间
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof DashboardEquipmentSearchDTO
|
|
58
|
+
*/
|
|
59
|
+
'plannedStartTime'?: number;
|
|
60
|
+
/**
|
|
61
|
+
* 应执行结束时间
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof DashboardEquipmentSearchDTO
|
|
64
|
+
*/
|
|
65
|
+
'plannedEndTime'?: number;
|
|
54
66
|
/**
|
|
55
67
|
* 设备系统ID
|
|
56
68
|
* @type {Array<number>}
|
|
@@ -52,6 +52,18 @@ export interface DashboardSurveillanceSearchDTO {
|
|
|
52
52
|
* @memberof DashboardSurveillanceSearchDTO
|
|
53
53
|
*/
|
|
54
54
|
'srmCenterCodes'?: Array<string>;
|
|
55
|
+
/**
|
|
56
|
+
* 应执行开始时间
|
|
57
|
+
* @type {number}
|
|
58
|
+
* @memberof DashboardSurveillanceSearchDTO
|
|
59
|
+
*/
|
|
60
|
+
'plannedStartTime'?: number;
|
|
61
|
+
/**
|
|
62
|
+
* 应执行结束时间
|
|
63
|
+
* @type {number}
|
|
64
|
+
* @memberof DashboardSurveillanceSearchDTO
|
|
65
|
+
*/
|
|
66
|
+
'plannedEndTime'?: number;
|
|
55
67
|
/**
|
|
56
68
|
* 功能区
|
|
57
69
|
* @type {Array<FunctionalAreaEnum>}
|
|
@@ -54,6 +54,18 @@ export interface DashboardWorkOrderByParkSearchDTO {
|
|
|
54
54
|
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
55
55
|
*/
|
|
56
56
|
'srmCenterCodes'?: Array<string>;
|
|
57
|
+
/**
|
|
58
|
+
* 应执行开始时间
|
|
59
|
+
* @type {number}
|
|
60
|
+
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
61
|
+
*/
|
|
62
|
+
'plannedStartTime'?: number;
|
|
63
|
+
/**
|
|
64
|
+
* 应执行结束时间
|
|
65
|
+
* @type {number}
|
|
66
|
+
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
67
|
+
*/
|
|
68
|
+
'plannedEndTime'?: number;
|
|
57
69
|
/**
|
|
58
70
|
* 工单类型
|
|
59
71
|
* @type {Array<WorkOrderTypeEnum>}
|
|
@@ -73,15 +85,9 @@ export interface DashboardWorkOrderByParkSearchDTO {
|
|
|
73
85
|
*/
|
|
74
86
|
'workOrderIssueTypes'?: Array<WorkOrderIssueTypeEnum>;
|
|
75
87
|
/**
|
|
76
|
-
*
|
|
77
|
-
* @type {number}
|
|
78
|
-
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
79
|
-
*/
|
|
80
|
-
'workOrderTypeField': number;
|
|
81
|
-
/**
|
|
82
|
-
* 时间维度 1:按生成时间查询 2:按生成时间+执行时效查询
|
|
88
|
+
* 统计维度 1:工单 2:巡检项
|
|
83
89
|
* @type {number}
|
|
84
90
|
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
85
91
|
*/
|
|
86
|
-
'
|
|
92
|
+
'dimension': number;
|
|
87
93
|
}
|
|
@@ -53,6 +53,18 @@ export interface DashboardWorkOrderByWorkOrderTypeSearchDTO {
|
|
|
53
53
|
* @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
54
54
|
*/
|
|
55
55
|
'srmCenterCodes'?: Array<string>;
|
|
56
|
+
/**
|
|
57
|
+
* 应执行开始时间
|
|
58
|
+
* @type {number}
|
|
59
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
60
|
+
*/
|
|
61
|
+
'plannedStartTime'?: number;
|
|
62
|
+
/**
|
|
63
|
+
* 应执行结束时间
|
|
64
|
+
* @type {number}
|
|
65
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
66
|
+
*/
|
|
67
|
+
'plannedEndTime'?: number;
|
|
56
68
|
/**
|
|
57
69
|
* 工单类型
|
|
58
70
|
* @type {Array<WorkOrderTypeEnum>}
|
|
@@ -65,10 +77,4 @@ export interface DashboardWorkOrderByWorkOrderTypeSearchDTO {
|
|
|
65
77
|
* @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
66
78
|
*/
|
|
67
79
|
'workOrderStatuses'?: Array<WorkOrderStatusEnum>;
|
|
68
|
-
/**
|
|
69
|
-
* 时间维度 1:按生成时间查询 2:按生成时间+执行时效查询
|
|
70
|
-
* @type {number}
|
|
71
|
-
* @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
72
|
-
*/
|
|
73
|
-
'timeField': number;
|
|
74
80
|
}
|
|
@@ -52,10 +52,28 @@ export interface DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO {
|
|
|
52
52
|
* @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
53
53
|
*/
|
|
54
54
|
'srmCenterCodes'?: Array<string>;
|
|
55
|
+
/**
|
|
56
|
+
* 应执行开始时间
|
|
57
|
+
* @type {number}
|
|
58
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
59
|
+
*/
|
|
60
|
+
'plannedStartTime'?: number;
|
|
61
|
+
/**
|
|
62
|
+
* 应执行结束时间
|
|
63
|
+
* @type {number}
|
|
64
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
65
|
+
*/
|
|
66
|
+
'plannedEndTime'?: number;
|
|
55
67
|
/**
|
|
56
68
|
* 工单类型
|
|
57
69
|
* @type {Array<WorkOrderTypeEnum>}
|
|
58
70
|
* @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
59
71
|
*/
|
|
60
72
|
'workOrderTypes': Array<WorkOrderTypeEnum>;
|
|
73
|
+
/**
|
|
74
|
+
* 统计维度 1:工单 2:巡检项
|
|
75
|
+
* @type {number}
|
|
76
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
77
|
+
*/
|
|
78
|
+
'dimension': number;
|
|
61
79
|
}
|
|
@@ -55,6 +55,18 @@ export interface DashboardWorkOrderListSearchDTO {
|
|
|
55
55
|
* @memberof DashboardWorkOrderListSearchDTO
|
|
56
56
|
*/
|
|
57
57
|
'srmCenterCodes'?: Array<string>;
|
|
58
|
+
/**
|
|
59
|
+
* 应执行开始时间
|
|
60
|
+
* @type {number}
|
|
61
|
+
* @memberof DashboardWorkOrderListSearchDTO
|
|
62
|
+
*/
|
|
63
|
+
'plannedStartTime'?: number;
|
|
64
|
+
/**
|
|
65
|
+
* 应执行结束时间
|
|
66
|
+
* @type {number}
|
|
67
|
+
* @memberof DashboardWorkOrderListSearchDTO
|
|
68
|
+
*/
|
|
69
|
+
'plannedEndTime'?: number;
|
|
58
70
|
/**
|
|
59
71
|
* 页码
|
|
60
72
|
* @type {number}
|
|
@@ -115,18 +127,6 @@ export interface DashboardWorkOrderListSearchDTO {
|
|
|
115
127
|
* @memberof DashboardWorkOrderListSearchDTO
|
|
116
128
|
*/
|
|
117
129
|
'workOrderIssueTypes'?: Array<WorkOrderIssueTypeEnum>;
|
|
118
|
-
/**
|
|
119
|
-
* 应执行开始时间
|
|
120
|
-
* @type {number}
|
|
121
|
-
* @memberof DashboardWorkOrderListSearchDTO
|
|
122
|
-
*/
|
|
123
|
-
'plannedStartTime'?: number;
|
|
124
|
-
/**
|
|
125
|
-
* 应执行结束时间
|
|
126
|
-
* @type {number}
|
|
127
|
-
* @memberof DashboardWorkOrderListSearchDTO
|
|
128
|
-
*/
|
|
129
|
-
'plannedEndTime'?: number;
|
|
130
130
|
/**
|
|
131
131
|
* 工单完成开始时间
|
|
132
132
|
* @type {number}
|
|
@@ -139,6 +139,12 @@ export interface DashboardWorkOrderListSearchDTO {
|
|
|
139
139
|
* @memberof DashboardWorkOrderListSearchDTO
|
|
140
140
|
*/
|
|
141
141
|
'completedEndTime'?: number;
|
|
142
|
+
/**
|
|
143
|
+
* 巡检点状态 1:完成 0:未完成
|
|
144
|
+
* @type {number}
|
|
145
|
+
* @memberof DashboardWorkOrderListSearchDTO
|
|
146
|
+
*/
|
|
147
|
+
'inspectionPointStatus'?: number;
|
|
142
148
|
}
|
|
143
149
|
export declare const DashboardWorkOrderListSearchDTOSpotCheckStatusesEnum: {
|
|
144
150
|
readonly NotCheck: "NOT_CHECK";
|