@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
package/dist/models/index.d.ts
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';
|
package/dist/models/index.js
CHANGED
|
@@ -280,6 +280,7 @@ __exportStar(require("./json-result-page-dto-plan-search-dto"), exports);
|
|
|
280
280
|
__exportStar(require("./json-result-page-dto-supplier-contract-details-dto"), exports);
|
|
281
281
|
__exportStar(require("./json-result-page-dto-surveillance-details-dto"), exports);
|
|
282
282
|
__exportStar(require("./json-result-page-dto-sys-user-msg-dto"), exports);
|
|
283
|
+
__exportStar(require("./json-result-page-dto-work-order-group-equipment-dto"), exports);
|
|
283
284
|
__exportStar(require("./json-result-page-dto-work-order-search-dto"), exports);
|
|
284
285
|
__exportStar(require("./json-result-park-info-dto"), exports);
|
|
285
286
|
__exportStar(require("./json-result-park-settings-details-dto"), exports);
|
|
@@ -351,6 +352,7 @@ __exportStar(require("./page-dto-plan-search-dto"), exports);
|
|
|
351
352
|
__exportStar(require("./page-dto-supplier-contract-details-dto"), exports);
|
|
352
353
|
__exportStar(require("./page-dto-surveillance-details-dto"), exports);
|
|
353
354
|
__exportStar(require("./page-dto-sys-user-msg-dto"), exports);
|
|
355
|
+
__exportStar(require("./page-dto-work-order-group-equipment-dto"), exports);
|
|
354
356
|
__exportStar(require("./page-dto-work-order-search-dto"), exports);
|
|
355
357
|
__exportStar(require("./park"), exports);
|
|
356
358
|
__exportStar(require("./park-center-attribute-enum"), exports);
|
|
@@ -500,6 +502,8 @@ __exportStar(require("./work-order-detail-dto"), exports);
|
|
|
500
502
|
__exportStar(require("./work-order-distribute-leaflets-vo"), exports);
|
|
501
503
|
__exportStar(require("./work-order-equipment-dto"), exports);
|
|
502
504
|
__exportStar(require("./work-order-ext-data"), exports);
|
|
505
|
+
__exportStar(require("./work-order-group-equipment-dto"), exports);
|
|
506
|
+
__exportStar(require("./work-order-group-equipment-dtoinspection-item"), exports);
|
|
503
507
|
__exportStar(require("./work-order-handler-dto"), exports);
|
|
504
508
|
__exportStar(require("./work-order-handler-status-enum"), exports);
|
|
505
509
|
__exportStar(require("./work-order-inspection-detail-dto"), exports);
|
|
@@ -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,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -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,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -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,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.WorkOrderGroupEquipmentDTOSpotCheckStatusEnum = void 0;
|
|
17
|
+
exports.WorkOrderGroupEquipmentDTOSpotCheckStatusEnum = {
|
|
18
|
+
NotCheck: 'NOT_CHECK',
|
|
19
|
+
Pass: 'PASS',
|
|
20
|
+
Fail: 'FAIL'
|
|
21
|
+
};
|
|
@@ -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,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -65,6 +65,18 @@ export interface DashboardAccessSearchDTO {
|
|
|
65
65
|
* @memberof DashboardAccessSearchDTO
|
|
66
66
|
*/
|
|
67
67
|
'srmCenterCodes'?: Array<string>;
|
|
68
|
+
/**
|
|
69
|
+
* 应执行开始时间
|
|
70
|
+
* @type {number}
|
|
71
|
+
* @memberof DashboardAccessSearchDTO
|
|
72
|
+
*/
|
|
73
|
+
'plannedStartTime'?: number;
|
|
74
|
+
/**
|
|
75
|
+
* 应执行结束时间
|
|
76
|
+
* @type {number}
|
|
77
|
+
* @memberof DashboardAccessSearchDTO
|
|
78
|
+
*/
|
|
79
|
+
'plannedEndTime'?: number;
|
|
68
80
|
/**
|
|
69
81
|
* 出入来源
|
|
70
82
|
* @type {Array<AccessAppointmentSourceEnum>}
|
|
@@ -56,5 +56,17 @@ export interface DashboardBaseSearchDTO {
|
|
|
56
56
|
* @memberof DashboardBaseSearchDTO
|
|
57
57
|
*/
|
|
58
58
|
'srmCenterCodes'?: Array<string>;
|
|
59
|
+
/**
|
|
60
|
+
* 应执行开始时间
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof DashboardBaseSearchDTO
|
|
63
|
+
*/
|
|
64
|
+
'plannedStartTime'?: number;
|
|
65
|
+
/**
|
|
66
|
+
* 应执行结束时间
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof DashboardBaseSearchDTO
|
|
69
|
+
*/
|
|
70
|
+
'plannedEndTime'?: number;
|
|
59
71
|
}
|
|
60
72
|
|
|
@@ -56,6 +56,18 @@ export interface DashboardEquipmentSearchDTO {
|
|
|
56
56
|
* @memberof DashboardEquipmentSearchDTO
|
|
57
57
|
*/
|
|
58
58
|
'srmCenterCodes'?: Array<string>;
|
|
59
|
+
/**
|
|
60
|
+
* 应执行开始时间
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof DashboardEquipmentSearchDTO
|
|
63
|
+
*/
|
|
64
|
+
'plannedStartTime'?: number;
|
|
65
|
+
/**
|
|
66
|
+
* 应执行结束时间
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof DashboardEquipmentSearchDTO
|
|
69
|
+
*/
|
|
70
|
+
'plannedEndTime'?: number;
|
|
59
71
|
/**
|
|
60
72
|
* 设备系统ID
|
|
61
73
|
* @type {Array<number>}
|
|
@@ -59,6 +59,18 @@ export interface DashboardSurveillanceSearchDTO {
|
|
|
59
59
|
* @memberof DashboardSurveillanceSearchDTO
|
|
60
60
|
*/
|
|
61
61
|
'srmCenterCodes'?: Array<string>;
|
|
62
|
+
/**
|
|
63
|
+
* 应执行开始时间
|
|
64
|
+
* @type {number}
|
|
65
|
+
* @memberof DashboardSurveillanceSearchDTO
|
|
66
|
+
*/
|
|
67
|
+
'plannedStartTime'?: number;
|
|
68
|
+
/**
|
|
69
|
+
* 应执行结束时间
|
|
70
|
+
* @type {number}
|
|
71
|
+
* @memberof DashboardSurveillanceSearchDTO
|
|
72
|
+
*/
|
|
73
|
+
'plannedEndTime'?: number;
|
|
62
74
|
/**
|
|
63
75
|
* 功能区
|
|
64
76
|
* @type {Array<FunctionalAreaEnum>}
|
|
@@ -65,6 +65,18 @@ export interface DashboardWorkOrderByParkSearchDTO {
|
|
|
65
65
|
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
66
66
|
*/
|
|
67
67
|
'srmCenterCodes'?: Array<string>;
|
|
68
|
+
/**
|
|
69
|
+
* 应执行开始时间
|
|
70
|
+
* @type {number}
|
|
71
|
+
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
72
|
+
*/
|
|
73
|
+
'plannedStartTime'?: number;
|
|
74
|
+
/**
|
|
75
|
+
* 应执行结束时间
|
|
76
|
+
* @type {number}
|
|
77
|
+
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
78
|
+
*/
|
|
79
|
+
'plannedEndTime'?: number;
|
|
68
80
|
/**
|
|
69
81
|
* 工单类型
|
|
70
82
|
* @type {Array<WorkOrderTypeEnum>}
|
|
@@ -84,16 +96,10 @@ export interface DashboardWorkOrderByParkSearchDTO {
|
|
|
84
96
|
*/
|
|
85
97
|
'workOrderIssueTypes'?: Array<WorkOrderIssueTypeEnum>;
|
|
86
98
|
/**
|
|
87
|
-
*
|
|
88
|
-
* @type {number}
|
|
89
|
-
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
90
|
-
*/
|
|
91
|
-
'workOrderTypeField': number;
|
|
92
|
-
/**
|
|
93
|
-
* 时间维度 1:按生成时间查询 2:按生成时间+执行时效查询
|
|
99
|
+
* 统计维度 1:工单 2:巡检项
|
|
94
100
|
* @type {number}
|
|
95
101
|
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
96
102
|
*/
|
|
97
|
-
'
|
|
103
|
+
'dimension': number;
|
|
98
104
|
}
|
|
99
105
|
|
|
@@ -62,6 +62,18 @@ export interface DashboardWorkOrderByWorkOrderTypeSearchDTO {
|
|
|
62
62
|
* @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
63
63
|
*/
|
|
64
64
|
'srmCenterCodes'?: Array<string>;
|
|
65
|
+
/**
|
|
66
|
+
* 应执行开始时间
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
69
|
+
*/
|
|
70
|
+
'plannedStartTime'?: number;
|
|
71
|
+
/**
|
|
72
|
+
* 应执行结束时间
|
|
73
|
+
* @type {number}
|
|
74
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
75
|
+
*/
|
|
76
|
+
'plannedEndTime'?: number;
|
|
65
77
|
/**
|
|
66
78
|
* 工单类型
|
|
67
79
|
* @type {Array<WorkOrderTypeEnum>}
|
|
@@ -74,11 +86,5 @@ export interface DashboardWorkOrderByWorkOrderTypeSearchDTO {
|
|
|
74
86
|
* @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
75
87
|
*/
|
|
76
88
|
'workOrderStatuses'?: Array<WorkOrderStatusEnum>;
|
|
77
|
-
/**
|
|
78
|
-
* 时间维度 1:按生成时间查询 2:按生成时间+执行时效查询
|
|
79
|
-
* @type {number}
|
|
80
|
-
* @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
81
|
-
*/
|
|
82
|
-
'timeField': number;
|
|
83
89
|
}
|
|
84
90
|
|
|
@@ -59,11 +59,29 @@ export interface DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO {
|
|
|
59
59
|
* @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
60
60
|
*/
|
|
61
61
|
'srmCenterCodes'?: Array<string>;
|
|
62
|
+
/**
|
|
63
|
+
* 应执行开始时间
|
|
64
|
+
* @type {number}
|
|
65
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
66
|
+
*/
|
|
67
|
+
'plannedStartTime'?: number;
|
|
68
|
+
/**
|
|
69
|
+
* 应执行结束时间
|
|
70
|
+
* @type {number}
|
|
71
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
72
|
+
*/
|
|
73
|
+
'plannedEndTime'?: number;
|
|
62
74
|
/**
|
|
63
75
|
* 工单类型
|
|
64
76
|
* @type {Array<WorkOrderTypeEnum>}
|
|
65
77
|
* @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
66
78
|
*/
|
|
67
79
|
'workOrderTypes': Array<WorkOrderTypeEnum>;
|
|
80
|
+
/**
|
|
81
|
+
* 统计维度 1:工单 2:巡检项
|
|
82
|
+
* @type {number}
|
|
83
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
84
|
+
*/
|
|
85
|
+
'dimension': number;
|
|
68
86
|
}
|
|
69
87
|
|
|
@@ -68,6 +68,18 @@ export interface DashboardWorkOrderListSearchDTO {
|
|
|
68
68
|
* @memberof DashboardWorkOrderListSearchDTO
|
|
69
69
|
*/
|
|
70
70
|
'srmCenterCodes'?: Array<string>;
|
|
71
|
+
/**
|
|
72
|
+
* 应执行开始时间
|
|
73
|
+
* @type {number}
|
|
74
|
+
* @memberof DashboardWorkOrderListSearchDTO
|
|
75
|
+
*/
|
|
76
|
+
'plannedStartTime'?: number;
|
|
77
|
+
/**
|
|
78
|
+
* 应执行结束时间
|
|
79
|
+
* @type {number}
|
|
80
|
+
* @memberof DashboardWorkOrderListSearchDTO
|
|
81
|
+
*/
|
|
82
|
+
'plannedEndTime'?: number;
|
|
71
83
|
/**
|
|
72
84
|
* 页码
|
|
73
85
|
* @type {number}
|
|
@@ -128,18 +140,6 @@ export interface DashboardWorkOrderListSearchDTO {
|
|
|
128
140
|
* @memberof DashboardWorkOrderListSearchDTO
|
|
129
141
|
*/
|
|
130
142
|
'workOrderIssueTypes'?: Array<WorkOrderIssueTypeEnum>;
|
|
131
|
-
/**
|
|
132
|
-
* 应执行开始时间
|
|
133
|
-
* @type {number}
|
|
134
|
-
* @memberof DashboardWorkOrderListSearchDTO
|
|
135
|
-
*/
|
|
136
|
-
'plannedStartTime'?: number;
|
|
137
|
-
/**
|
|
138
|
-
* 应执行结束时间
|
|
139
|
-
* @type {number}
|
|
140
|
-
* @memberof DashboardWorkOrderListSearchDTO
|
|
141
|
-
*/
|
|
142
|
-
'plannedEndTime'?: number;
|
|
143
143
|
/**
|
|
144
144
|
* 工单完成开始时间
|
|
145
145
|
* @type {number}
|
|
@@ -152,6 +152,12 @@ export interface DashboardWorkOrderListSearchDTO {
|
|
|
152
152
|
* @memberof DashboardWorkOrderListSearchDTO
|
|
153
153
|
*/
|
|
154
154
|
'completedEndTime'?: number;
|
|
155
|
+
/**
|
|
156
|
+
* 巡检点状态 1:完成 0:未完成
|
|
157
|
+
* @type {number}
|
|
158
|
+
* @memberof DashboardWorkOrderListSearchDTO
|
|
159
|
+
*/
|
|
160
|
+
'inspectionPointStatus'?: number;
|
|
155
161
|
}
|
|
156
162
|
|
|
157
163
|
export const DashboardWorkOrderListSearchDTOSpotCheckStatusesEnum = {
|