@gizone/rrs-client 4.1.2-alpha.182 → 4.1.3-alpha.183
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 +18 -1
- package/README.md +2 -2
- package/api.ts +1 -0
- package/apis/equipment-api.ts +0 -91
- package/apis/offline-alert-work-order-controller-api.ts +149 -0
- package/apis/open-api-api.ts +312 -0
- package/apis/space-api.ts +4 -118
- package/apis/work-order-api.ts +103 -0
- package/configuration.ts +1 -1
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/equipment-api.d.ts +0 -47
- package/dist/apis/equipment-api.js +0 -70
- package/dist/apis/offline-alert-work-order-controller-api.d.ts +87 -0
- package/dist/apis/offline-alert-work-order-controller-api.js +138 -0
- package/dist/apis/open-api-api.d.ts +166 -0
- package/dist/apis/open-api-api.js +226 -0
- package/dist/apis/space-api.d.ts +4 -65
- package/dist/apis/space-api.js +0 -81
- package/dist/apis/work-order-api.d.ts +55 -0
- package/dist/apis/work-order-api.js +75 -0
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/equipment-api.d.ts +0 -47
- package/dist/esm/apis/equipment-api.js +0 -70
- package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +87 -0
- package/dist/esm/apis/offline-alert-work-order-controller-api.js +131 -0
- package/dist/esm/apis/open-api-api.d.ts +166 -0
- package/dist/esm/apis/open-api-api.js +227 -1
- package/dist/esm/apis/space-api.d.ts +4 -65
- package/dist/esm/apis/space-api.js +0 -81
- package/dist/esm/apis/work-order-api.d.ts +55 -0
- package/dist/esm/apis/work-order-api.js +75 -0
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/equipment-detail-dto.d.ts +23 -3
- package/dist/esm/models/equipment-edit-batch-vo.d.ts +3 -2
- package/dist/esm/models/equipment-edit-vo.d.ts +17 -3
- package/dist/esm/models/equipment-search-system-dto.d.ts +23 -3
- package/dist/esm/models/equipment-search-vo.d.ts +4 -3
- package/dist/esm/models/equipment-status-enum.d.ts +25 -0
- package/dist/esm/models/equipment-status-enum.js +26 -0
- package/dist/esm/models/equipment-status.d.ts +30 -0
- package/dist/esm/models/equipment-status.js +14 -0
- package/dist/esm/models/equipment-tree-details-dto.d.ts +23 -3
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +43 -0
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +14 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
- package/dist/esm/models/index.d.ts +17 -1
- package/dist/esm/models/index.js +17 -1
- package/dist/esm/models/ipage-access-vo.d.ts +4 -4
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +62 -0
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +14 -0
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.js +14 -0
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +6 -0
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +13 -0
- package/dist/esm/models/offline-alert-device-vo.d.ts +30 -0
- package/dist/esm/models/offline-alert-device-vo.js +14 -0
- package/dist/esm/models/offline-alert-submit-vo.d.ts +43 -0
- package/dist/esm/models/offline-alert-submit-vo.js +14 -0
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +91 -0
- package/dist/esm/models/offline-alert-work-order-details-dto.js +14 -0
- package/dist/esm/models/offline-alert-work-order-info.d.ts +72 -0
- package/dist/esm/models/offline-alert-work-order-info.js +21 -0
- package/dist/esm/models/offline-alert-work-order-vo.d.ts +43 -0
- package/dist/esm/models/offline-alert-work-order-vo.js +14 -0
- package/dist/esm/models/park-info-dto.d.ts +6 -0
- package/dist/esm/models/result-code.d.ts +1 -0
- package/dist/esm/models/result-code.js +1 -0
- package/dist/esm/models/source-work-order-dto.d.ts +37 -0
- package/dist/esm/models/source-work-order-dto.js +14 -0
- package/dist/esm/models/space-add-excel-dto.d.ts +28 -10
- package/dist/esm/models/space-add-vo.d.ts +22 -9
- package/dist/esm/models/space-detail-dto.d.ts +16 -3
- package/dist/esm/models/space-edit-vo.d.ts +16 -3
- package/dist/esm/models/{space-industry-attribute.d.ts → space-industry-attribute-enum.d.ts} +2 -2
- package/dist/esm/models/{space-industry-attribute.js → space-industry-attribute-enum.js} +1 -1
- package/dist/esm/models/space-level-enum.d.ts +23 -0
- package/dist/esm/models/space-level-enum.js +24 -0
- package/dist/esm/models/space-tree-dto.d.ts +16 -3
- package/dist/esm/models/space.d.ts +3 -3
- package/dist/esm/models/sync-equipment-status-vo.d.ts +37 -0
- package/dist/esm/models/sync-equipment-status-vo.js +14 -0
- package/dist/esm/models/sync-equipment-vo-equipment.d.ts +90 -0
- package/dist/esm/models/sync-equipment-vo-equipment.js +14 -0
- package/dist/esm/models/sync-equipment-vo.d.ts +13 -174
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +1 -0
- package/dist/esm/models/system-user-msg-source-type-enum.js +2 -1
- package/dist/esm/models/third-party-system-enum.d.ts +22 -0
- package/dist/esm/models/third-party-system-enum.js +23 -0
- package/dist/esm/models/work-order-ext-data.d.ts +7 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +2 -0
- package/dist/esm/models/work-order-internal-status-enum.js +3 -1
- package/dist/esm/models/work-order-issue-type-enum.d.ts +10 -0
- package/dist/esm/models/work-order-issue-type-enum.js +11 -1
- package/dist/esm/models/work-order-report-vo.d.ts +8 -1
- package/dist/esm/models/work-order-settings-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-settings-type-enum.js +2 -1
- package/dist/esm/models/work-order-source-enum.d.ts +1 -1
- package/dist/esm/models/work-order-source-enum.js +1 -1
- package/dist/esm/models/work-order-submit-vo.d.ts +25 -0
- package/dist/esm/models/work-order-submit-vo.js +14 -0
- package/dist/esm/models/work-order-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-type-enum.js +2 -1
- package/dist/models/equipment-detail-dto.d.ts +23 -3
- package/dist/models/equipment-edit-batch-vo.d.ts +3 -2
- package/dist/models/equipment-edit-vo.d.ts +17 -3
- package/dist/models/equipment-search-system-dto.d.ts +23 -3
- package/dist/models/equipment-search-vo.d.ts +4 -3
- package/dist/models/equipment-status-enum.d.ts +25 -0
- package/dist/models/equipment-status-enum.js +29 -0
- package/dist/models/equipment-status.d.ts +30 -0
- package/dist/models/equipment-status.js +15 -0
- package/dist/models/equipment-tree-details-dto.d.ts +23 -3
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +43 -0
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +15 -0
- package/dist/models/get-user-wx200-response.d.ts +10 -10
- package/dist/models/index.d.ts +17 -1
- package/dist/models/index.js +17 -1
- package/dist/models/ipage-access-vo.d.ts +4 -4
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +62 -0
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +15 -0
- package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +62 -0
- package/dist/models/json-result-offline-alert-work-order-details-dto.js +15 -0
- package/dist/models/network-monitor-repair-add-vo.d.ts +6 -0
- package/dist/models/network-monitor-repair-details-dto.d.ts +13 -0
- package/dist/models/offline-alert-device-vo.d.ts +30 -0
- package/dist/models/offline-alert-device-vo.js +15 -0
- package/dist/models/offline-alert-submit-vo.d.ts +43 -0
- package/dist/models/offline-alert-submit-vo.js +15 -0
- package/dist/models/offline-alert-work-order-details-dto.d.ts +91 -0
- package/dist/models/offline-alert-work-order-details-dto.js +15 -0
- package/dist/models/offline-alert-work-order-info.d.ts +72 -0
- package/dist/models/offline-alert-work-order-info.js +24 -0
- package/dist/models/offline-alert-work-order-vo.d.ts +43 -0
- package/dist/models/offline-alert-work-order-vo.js +15 -0
- package/dist/models/park-info-dto.d.ts +6 -0
- package/dist/models/result-code.d.ts +1 -0
- package/dist/models/result-code.js +1 -0
- package/dist/models/source-work-order-dto.d.ts +37 -0
- package/dist/models/source-work-order-dto.js +15 -0
- package/dist/models/space-add-excel-dto.d.ts +28 -10
- package/dist/models/space-add-vo.d.ts +22 -9
- package/dist/models/space-detail-dto.d.ts +16 -3
- package/dist/models/space-edit-vo.d.ts +16 -3
- package/dist/models/{space-industry-attribute.d.ts → space-industry-attribute-enum.d.ts} +2 -2
- package/dist/models/{space-industry-attribute.js → space-industry-attribute-enum.js} +2 -2
- package/dist/models/space-level-enum.d.ts +23 -0
- package/dist/models/space-level-enum.js +27 -0
- package/dist/models/space-tree-dto.d.ts +16 -3
- package/dist/models/space.d.ts +3 -3
- package/dist/models/sync-equipment-status-vo.d.ts +37 -0
- package/dist/models/sync-equipment-status-vo.js +15 -0
- package/dist/models/sync-equipment-vo-equipment.d.ts +90 -0
- package/dist/models/sync-equipment-vo-equipment.js +15 -0
- package/dist/models/sync-equipment-vo.d.ts +13 -174
- package/dist/models/system-user-msg-source-type-enum.d.ts +1 -0
- package/dist/models/system-user-msg-source-type-enum.js +2 -1
- package/dist/models/third-party-system-enum.d.ts +22 -0
- package/dist/models/third-party-system-enum.js +26 -0
- package/dist/models/work-order-ext-data.d.ts +7 -0
- package/dist/models/work-order-internal-status-enum.d.ts +2 -0
- package/dist/models/work-order-internal-status-enum.js +3 -1
- package/dist/models/work-order-issue-type-enum.d.ts +10 -0
- package/dist/models/work-order-issue-type-enum.js +11 -1
- package/dist/models/work-order-report-vo.d.ts +8 -1
- package/dist/models/work-order-settings-type-enum.d.ts +1 -0
- package/dist/models/work-order-settings-type-enum.js +2 -1
- package/dist/models/work-order-source-enum.d.ts +1 -1
- package/dist/models/work-order-source-enum.js +1 -1
- package/dist/models/work-order-submit-vo.d.ts +25 -0
- package/dist/models/work-order-submit-vo.js +15 -0
- package/dist/models/work-order-type-enum.d.ts +1 -0
- package/dist/models/work-order-type-enum.js +2 -1
- package/models/equipment-detail-dto.ts +29 -3
- package/models/equipment-edit-batch-vo.ts +7 -2
- package/models/equipment-edit-vo.ts +23 -3
- package/models/equipment-search-system-dto.ts +29 -3
- package/models/equipment-search-vo.ts +8 -3
- package/models/equipment-status-enum.ts +35 -0
- package/models/equipment-status.ts +36 -0
- package/models/equipment-tree-details-dto.ts +29 -3
- package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +51 -0
- package/models/get-user-wx200-response.ts +10 -10
- package/models/index.ts +17 -1
- package/models/ipage-access-vo.ts +4 -4
- package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +72 -0
- package/models/json-result-offline-alert-work-order-details-dto.ts +72 -0
- package/models/network-monitor-repair-add-vo.ts +6 -0
- package/models/network-monitor-repair-details-dto.ts +15 -0
- package/models/offline-alert-device-vo.ts +36 -0
- package/models/offline-alert-submit-vo.ts +53 -0
- package/models/offline-alert-work-order-details-dto.ts +113 -0
- package/models/offline-alert-work-order-info.ts +86 -0
- package/models/offline-alert-work-order-vo.ts +53 -0
- package/models/park-info-dto.ts +6 -0
- package/models/result-code.ts +1 -0
- package/models/source-work-order-dto.ts +47 -0
- package/models/space-add-excel-dto.ts +28 -10
- package/models/space-add-vo.ts +24 -9
- package/models/space-detail-dto.ts +18 -3
- package/models/space-edit-vo.ts +18 -3
- package/models/{space-industry-attribute.ts → space-industry-attribute-enum.ts} +2 -2
- package/models/space-level-enum.ts +33 -0
- package/models/space-tree-dto.ts +18 -3
- package/models/space.ts +3 -3
- package/models/sync-equipment-status-vo.ts +45 -0
- package/models/sync-equipment-vo-equipment.ts +96 -0
- package/models/sync-equipment-vo.ts +15 -174
- package/models/system-user-msg-source-type-enum.ts +2 -1
- package/models/third-party-system-enum.ts +32 -0
- package/models/work-order-ext-data.ts +9 -0
- package/models/work-order-internal-status-enum.ts +3 -1
- package/models/work-order-issue-type-enum.ts +11 -1
- package/models/work-order-report-vo.ts +10 -1
- package/models/work-order-settings-type-enum.ts +2 -1
- package/models/work-order-source-enum.ts +1 -1
- package/models/work-order-submit-vo.ts +33 -0
- package/models/work-order-type-enum.ts +2 -1
- package/package.json +1 -1
|
@@ -0,0 +1,45 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { EquipmentStatus } from './equipment-status';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 同步设备状态参数
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SyncEquipmentStatusVo
|
|
24
|
+
*/
|
|
25
|
+
export interface SyncEquipmentStatusVo {
|
|
26
|
+
/**
|
|
27
|
+
* 中心编码(C码)
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof SyncEquipmentStatusVo
|
|
30
|
+
*/
|
|
31
|
+
'centerCode': string;
|
|
32
|
+
/**
|
|
33
|
+
* 来源系统
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof SyncEquipmentStatusVo
|
|
36
|
+
*/
|
|
37
|
+
'source': string;
|
|
38
|
+
/**
|
|
39
|
+
* 设备列表
|
|
40
|
+
* @type {Array<EquipmentStatus>}
|
|
41
|
+
* @memberof SyncEquipmentStatusVo
|
|
42
|
+
*/
|
|
43
|
+
'equipments'?: Array<EquipmentStatus>;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -0,0 +1,96 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 设备信息
|
|
19
|
+
* @export
|
|
20
|
+
* @interface SyncEquipmentVoEquipment
|
|
21
|
+
*/
|
|
22
|
+
export interface SyncEquipmentVoEquipment {
|
|
23
|
+
/**
|
|
24
|
+
* 设备编码
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SyncEquipmentVoEquipment
|
|
27
|
+
*/
|
|
28
|
+
'equipmentCode': string;
|
|
29
|
+
/**
|
|
30
|
+
* 设备名称
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof SyncEquipmentVoEquipment
|
|
33
|
+
*/
|
|
34
|
+
'equipmentName': string;
|
|
35
|
+
/**
|
|
36
|
+
* 设备系统
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof SyncEquipmentVoEquipment
|
|
39
|
+
*/
|
|
40
|
+
'equipmentSystem'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 设备状态 1:再用,2:待维修,3:待报废,4:已报废,5:已处置,6:已冻结
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof SyncEquipmentVoEquipment
|
|
45
|
+
*/
|
|
46
|
+
'equipmentStatus': number;
|
|
47
|
+
/**
|
|
48
|
+
* 维保类型 FACILITY,TOTAL_PACKAGE,THIRD_PARTY
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof SyncEquipmentVoEquipment
|
|
51
|
+
*/
|
|
52
|
+
'maintenanceType'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* 维保公司
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof SyncEquipmentVoEquipment
|
|
57
|
+
*/
|
|
58
|
+
'maintenanceCompany'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 维保等级
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof SyncEquipmentVoEquipment
|
|
63
|
+
*/
|
|
64
|
+
'maintenanceLevel'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* 维保联系人
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof SyncEquipmentVoEquipment
|
|
69
|
+
*/
|
|
70
|
+
'maintenanceContact'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* 设备手册
|
|
73
|
+
* @type {Array<string>}
|
|
74
|
+
* @memberof SyncEquipmentVoEquipment
|
|
75
|
+
*/
|
|
76
|
+
'equipmentManuals'?: Array<string>;
|
|
77
|
+
/**
|
|
78
|
+
* 出厂时间(格式:yyyy-MM-dd HH:mm:ss)
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof SyncEquipmentVoEquipment
|
|
81
|
+
*/
|
|
82
|
+
'deliveryTime'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* 安装时间(格式:yyyy-MM-dd HH:mm:ss)
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof SyncEquipmentVoEquipment
|
|
87
|
+
*/
|
|
88
|
+
'installTime'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* 质保到期时间(格式:yyyy-MM-dd HH:mm:ss)
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof SyncEquipmentVoEquipment
|
|
93
|
+
*/
|
|
94
|
+
'warrantyTime'?: string;
|
|
95
|
+
}
|
|
96
|
+
|
|
@@ -13,192 +13,33 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { SyncEquipmentVoEquipment } from './sync-equipment-vo-equipment';
|
|
16
19
|
|
|
17
20
|
/**
|
|
18
21
|
* 同步设备参数
|
|
19
22
|
* @export
|
|
20
|
-
* @interface
|
|
23
|
+
* @interface SyncEquipmentVo
|
|
21
24
|
*/
|
|
22
|
-
export interface
|
|
25
|
+
export interface SyncEquipmentVo {
|
|
23
26
|
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {number}
|
|
26
|
-
* @memberof SyncEquipmentVO
|
|
27
|
-
*/
|
|
28
|
-
'id'?: number;
|
|
29
|
-
/**
|
|
30
|
-
* 设备id
|
|
31
|
-
* @type {number}
|
|
32
|
-
* @memberof SyncEquipmentVO
|
|
33
|
-
*/
|
|
34
|
-
'deviceId'?: number;
|
|
35
|
-
/**
|
|
36
|
-
* 园区id
|
|
37
|
-
* @type {number}
|
|
38
|
-
* @memberof SyncEquipmentVO
|
|
39
|
-
*/
|
|
40
|
-
'parkId'?: number;
|
|
41
|
-
/**
|
|
42
|
-
* 所属系统
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof SyncEquipmentVO
|
|
45
|
-
*/
|
|
46
|
-
'owningSystem'?: string;
|
|
47
|
-
/**
|
|
48
|
-
* 系统类型
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof SyncEquipmentVO
|
|
51
|
-
*/
|
|
52
|
-
'systemType'?: string;
|
|
53
|
-
/**
|
|
54
|
-
* 品牌id
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof SyncEquipmentVO
|
|
57
|
-
*/
|
|
58
|
-
'brandId'?: string;
|
|
59
|
-
/**
|
|
60
|
-
* 型号id
|
|
61
|
-
* @type {string}
|
|
62
|
-
* @memberof SyncEquipmentVO
|
|
63
|
-
*/
|
|
64
|
-
'modelId'?: string;
|
|
65
|
-
/**
|
|
66
|
-
* 设备厂商类型
|
|
67
|
-
* @type {string}
|
|
68
|
-
* @memberof SyncEquipmentVO
|
|
69
|
-
*/
|
|
70
|
-
'producterId'?: string;
|
|
71
|
-
/**
|
|
72
|
-
* 外部单位id
|
|
73
|
-
* @type {string}
|
|
74
|
-
* @memberof SyncEquipmentVO
|
|
75
|
-
*/
|
|
76
|
-
'unitId'?: string;
|
|
77
|
-
/**
|
|
78
|
-
* 设备类型
|
|
79
|
-
* @type {string}
|
|
80
|
-
* @memberof SyncEquipmentVO
|
|
81
|
-
*/
|
|
82
|
-
'deviceType'?: string;
|
|
83
|
-
/**
|
|
84
|
-
* 设备部件类型
|
|
85
|
-
* @type {string}
|
|
86
|
-
* @memberof SyncEquipmentVO
|
|
87
|
-
*/
|
|
88
|
-
'unitType'?: string;
|
|
89
|
-
/**
|
|
90
|
-
* code
|
|
91
|
-
* @type {string}
|
|
92
|
-
* @memberof SyncEquipmentVO
|
|
93
|
-
*/
|
|
94
|
-
'deviceCode'?: string;
|
|
95
|
-
/**
|
|
96
|
-
* 设备name
|
|
97
|
-
* @type {string}
|
|
98
|
-
* @memberof SyncEquipmentVO
|
|
99
|
-
*/
|
|
100
|
-
'deviceName'?: string;
|
|
101
|
-
/**
|
|
102
|
-
* 外部设备id
|
|
103
|
-
* @type {string}
|
|
104
|
-
* @memberof SyncEquipmentVO
|
|
105
|
-
*/
|
|
106
|
-
'outDeviceId'?: string;
|
|
107
|
-
/**
|
|
108
|
-
* 外部部件id
|
|
109
|
-
* @type {string}
|
|
110
|
-
* @memberof SyncEquipmentVO
|
|
111
|
-
*/
|
|
112
|
-
'outUnitId'?: string;
|
|
113
|
-
/**
|
|
114
|
-
* 设备部件编码
|
|
27
|
+
* 中心编码(C码)
|
|
115
28
|
* @type {string}
|
|
116
|
-
* @memberof
|
|
29
|
+
* @memberof SyncEquipmentVo
|
|
117
30
|
*/
|
|
118
|
-
'
|
|
31
|
+
'centerCode': string;
|
|
119
32
|
/**
|
|
120
|
-
*
|
|
33
|
+
* 来源系统 [资产:FAM]
|
|
121
34
|
* @type {string}
|
|
122
|
-
* @memberof
|
|
123
|
-
*/
|
|
124
|
-
'unitName'?: string;
|
|
125
|
-
/**
|
|
126
|
-
* 部件卡号
|
|
127
|
-
* @type {string}
|
|
128
|
-
* @memberof SyncEquipmentVO
|
|
129
|
-
*/
|
|
130
|
-
'unitCard'?: string;
|
|
131
|
-
/**
|
|
132
|
-
* 部件源地址
|
|
133
|
-
* @type {string}
|
|
134
|
-
* @memberof SyncEquipmentVO
|
|
135
|
-
*/
|
|
136
|
-
'unitSource'?: string;
|
|
137
|
-
/**
|
|
138
|
-
* 部件状态
|
|
139
|
-
* @type {string}
|
|
140
|
-
* @memberof SyncEquipmentVO
|
|
141
|
-
*/
|
|
142
|
-
'status'?: string;
|
|
143
|
-
/**
|
|
144
|
-
* 最大阈值
|
|
145
|
-
* @type {string}
|
|
146
|
-
* @memberof SyncEquipmentVO
|
|
147
|
-
*/
|
|
148
|
-
'maxValue'?: string;
|
|
149
|
-
/**
|
|
150
|
-
* 最小阈值
|
|
151
|
-
* @type {string}
|
|
152
|
-
* @memberof SyncEquipmentVO
|
|
153
|
-
*/
|
|
154
|
-
'minValue'?: string;
|
|
155
|
-
/**
|
|
156
|
-
* 是否删除 1未删除 0删除
|
|
157
|
-
* @type {number}
|
|
158
|
-
* @memberof SyncEquipmentVO
|
|
159
|
-
*/
|
|
160
|
-
'isDelete'?: number;
|
|
161
|
-
/**
|
|
162
|
-
* 详细安装位置
|
|
163
|
-
* @type {string}
|
|
164
|
-
* @memberof SyncEquipmentVO
|
|
165
|
-
*/
|
|
166
|
-
'location'?: string;
|
|
167
|
-
/**
|
|
168
|
-
* 心跳时间
|
|
169
|
-
* @type {string}
|
|
170
|
-
* @memberof SyncEquipmentVO
|
|
171
|
-
*/
|
|
172
|
-
'heartBeatAt'?: string;
|
|
173
|
-
/**
|
|
174
|
-
* 下次心跳时间
|
|
175
|
-
* @type {string}
|
|
176
|
-
* @memberof SyncEquipmentVO
|
|
177
|
-
*/
|
|
178
|
-
'heartBeatExpiresAt'?: string;
|
|
179
|
-
/**
|
|
180
|
-
* 倍率
|
|
181
|
-
* @type {number}
|
|
182
|
-
* @memberof SyncEquipmentVO
|
|
183
|
-
*/
|
|
184
|
-
'magnification'?: number;
|
|
185
|
-
/**
|
|
186
|
-
* 记录id 暂时无用
|
|
187
|
-
* @type {number}
|
|
188
|
-
* @memberof SyncEquipmentVO
|
|
189
|
-
*/
|
|
190
|
-
'recordId'?: number;
|
|
191
|
-
/**
|
|
192
|
-
* 上传时间间隔
|
|
193
|
-
* @type {number}
|
|
194
|
-
* @memberof SyncEquipmentVO
|
|
35
|
+
* @memberof SyncEquipmentVo
|
|
195
36
|
*/
|
|
196
|
-
'
|
|
37
|
+
'source': string;
|
|
197
38
|
/**
|
|
198
|
-
*
|
|
199
|
-
* @type {
|
|
200
|
-
* @memberof
|
|
39
|
+
* 设备列表
|
|
40
|
+
* @type {Array<SyncEquipmentVoEquipment>}
|
|
41
|
+
* @memberof SyncEquipmentVo
|
|
201
42
|
*/
|
|
202
|
-
'
|
|
43
|
+
'equipments'?: Array<SyncEquipmentVoEquipment>;
|
|
203
44
|
}
|
|
204
45
|
|
|
@@ -26,7 +26,8 @@ export const SystemUserMsgSourceTypeEnum = {
|
|
|
26
26
|
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
27
27
|
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
28
28
|
NetworkMonitoringRepairWorkOrder: 'NETWORK_MONITORING_REPAIR_WORK_ORDER',
|
|
29
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
29
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
30
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
30
31
|
} as const;
|
|
31
32
|
|
|
32
33
|
export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 来源
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const ThirdPartySystemEnum = {
|
|
24
|
+
Saas: 'SAAS',
|
|
25
|
+
Sqm: 'SQM',
|
|
26
|
+
Fam: 'FAM'
|
|
27
|
+
} as const;
|
|
28
|
+
|
|
29
|
+
export type ThirdPartySystemEnum = typeof ThirdPartySystemEnum[keyof typeof ThirdPartySystemEnum];
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
import type { NetworkRepairInfo } from './network-repair-info';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
+
import type { OfflineAlertWorkOrderInfo } from './offline-alert-work-order-info';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
21
24
|
import type { ViolationWorkOrderInfo } from './violation-work-order-info';
|
|
22
25
|
|
|
23
26
|
/**
|
|
@@ -38,5 +41,11 @@ export interface WorkOrderExtData {
|
|
|
38
41
|
* @memberof WorkOrderExtData
|
|
39
42
|
*/
|
|
40
43
|
'violationWorkOrderInfo'?: ViolationWorkOrderInfo;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {OfflineAlertWorkOrderInfo}
|
|
47
|
+
* @memberof WorkOrderExtData
|
|
48
|
+
*/
|
|
49
|
+
'offlineAlertWorkOrderInfo'?: OfflineAlertWorkOrderInfo;
|
|
41
50
|
}
|
|
42
51
|
|
|
@@ -30,7 +30,9 @@ export const WorkOrderInternalStatusEnum = {
|
|
|
30
30
|
NetworkMonitorRepairInProgressLevelThree: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE',
|
|
31
31
|
ViolationWorkOrderInProgressLevelOne: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
32
32
|
ViolationWorkOrderInProgressLevelTwo: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
|
|
33
|
-
ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
|
|
33
|
+
ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE',
|
|
34
|
+
OfflineAlertWorkOrderInProgressLevelOne: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
35
|
+
OfflineAlertWorkOrderInProgressLevelTwo: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
|
|
34
36
|
} as const;
|
|
35
37
|
|
|
36
38
|
export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
|
|
@@ -37,7 +37,17 @@ export const WorkOrderIssueTypeEnum = {
|
|
|
37
37
|
TransportQualityIssue: 'TRANSPORT_QUALITY_ISSUE',
|
|
38
38
|
LoadingQualityIssue: 'LOADING_QUALITY_ISSUE',
|
|
39
39
|
ClaimRecovery: 'CLAIM_RECOVERY',
|
|
40
|
-
Operations: 'OPERATIONS'
|
|
40
|
+
Operations: 'OPERATIONS',
|
|
41
|
+
PowerOutage: 'POWER_OUTAGE',
|
|
42
|
+
LineReconstruction: 'LINE_RECONSTRUCTION',
|
|
43
|
+
OfficeRenovation: 'OFFICE_RENOVATION',
|
|
44
|
+
ParkConstruction: 'PARK_CONSTRUCTION',
|
|
45
|
+
MoveWarehouse: 'MOVE_WAREHOUSE',
|
|
46
|
+
RemoveWarehouse: 'REMOVE_WAREHOUSE',
|
|
47
|
+
NetworkJumperDamage: 'NETWORK_JUMPER_DAMAGE',
|
|
48
|
+
CrystalHeadDamage: 'CRYSTAL_HEAD_DAMAGE',
|
|
49
|
+
OpticalJumperDamage: 'OPTICAL_JUMPER_DAMAGE',
|
|
50
|
+
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT'
|
|
41
51
|
} as const;
|
|
42
52
|
|
|
43
53
|
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { OfflineAlertWorkOrderVo } from './offline-alert-work-order-vo';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
@@ -34,7 +37,13 @@ export interface WorkOrderReportVo {
|
|
|
34
37
|
* @type {number}
|
|
35
38
|
* @memberof WorkOrderReportVo
|
|
36
39
|
*/
|
|
37
|
-
'handlerUserId'
|
|
40
|
+
'handlerUserId'?: number;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {OfflineAlertWorkOrderVo}
|
|
44
|
+
* @memberof WorkOrderReportVo
|
|
45
|
+
*/
|
|
46
|
+
'offlineAlertWorkOrder'?: OfflineAlertWorkOrderVo;
|
|
38
47
|
}
|
|
39
48
|
|
|
40
49
|
|
|
@@ -26,7 +26,8 @@ export const WorkOrderSettingsTypeEnum = {
|
|
|
26
26
|
AiWorkOrder: 'AI_WORK_ORDER',
|
|
27
27
|
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
28
28
|
NetworkMonitorRepairWorkOrder: 'NETWORK_MONITOR_REPAIR_WORK_ORDER',
|
|
29
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
29
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
30
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
30
31
|
} as const;
|
|
31
32
|
|
|
32
33
|
export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
|
|
@@ -27,7 +27,7 @@ export const WorkOrderSourceEnum = {
|
|
|
27
27
|
InspectionTransferWorkOrder: 'INSPECTION_TRANSFER_WORK_ORDER',
|
|
28
28
|
AiInspectionTransferWorkOrder: 'AI_INSPECTION_TRANSFER_WORK_ORDER',
|
|
29
29
|
MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER',
|
|
30
|
-
|
|
30
|
+
OfflineTransferWorkOrder: 'OFFLINE_TRANSFER_WORK_ORDER',
|
|
31
31
|
HkAiAlertTransferWorkOrder: 'HK_AI_ALERT_TRANSFER_WORK_ORDER'
|
|
32
32
|
} as const;
|
|
33
33
|
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { OfflineAlertSubmitVo } from './offline-alert-submit-vo';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 工单提交
|
|
22
|
+
* @export
|
|
23
|
+
* @interface WorkOrderSubmitVo
|
|
24
|
+
*/
|
|
25
|
+
export interface WorkOrderSubmitVo {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {OfflineAlertSubmitVo}
|
|
29
|
+
* @memberof WorkOrderSubmitVo
|
|
30
|
+
*/
|
|
31
|
+
'offlineAlertSubmit'?: OfflineAlertSubmitVo;
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -37,7 +37,8 @@ export const WorkOrderTypeEnum = {
|
|
|
37
37
|
VideoRecognitionAlarm: 'VIDEO_RECOGNITION_ALARM',
|
|
38
38
|
AiInspection: 'AI_INSPECTION',
|
|
39
39
|
NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
|
|
40
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
40
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
41
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
41
42
|
} as const;
|
|
42
43
|
|
|
43
44
|
export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
|