@gizone/rrs-client 4.1.2-alpha.182 → 4.1.3-alpha.184
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 +6 -6
- package/dist/esm/models/index.d.ts +17 -1
- package/dist/esm/models/index.js +17 -1
- 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 +6 -6
- package/dist/models/index.d.ts +17 -1
- package/dist/models/index.js +17 -1
- 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 +6 -6
- package/models/index.ts +17 -1
- 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
|
@@ -9,7 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { EquipmentStatusEnum } from './equipment-status-enum';
|
|
12
13
|
import type { MaintenanceHistoryDto } from './maintenance-history-dto';
|
|
14
|
+
import type { ThirdPartySystemEnum } from './third-party-system-enum';
|
|
13
15
|
/**
|
|
14
16
|
* 设备列表参数
|
|
15
17
|
* @export
|
|
@@ -29,11 +31,11 @@ export interface EquipmentSearchSystemDTO {
|
|
|
29
31
|
*/
|
|
30
32
|
'equipmentName'?: string;
|
|
31
33
|
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {
|
|
34
|
+
*
|
|
35
|
+
* @type {EquipmentStatusEnum}
|
|
34
36
|
* @memberof EquipmentSearchSystemDTO
|
|
35
37
|
*/
|
|
36
|
-
'equipmentStatus'?:
|
|
38
|
+
'equipmentStatus'?: EquipmentStatusEnum;
|
|
37
39
|
/**
|
|
38
40
|
* 设备系统
|
|
39
41
|
* @type {string}
|
|
@@ -232,4 +234,22 @@ export interface EquipmentSearchSystemDTO {
|
|
|
232
234
|
* @memberof EquipmentSearchSystemDTO
|
|
233
235
|
*/
|
|
234
236
|
'spacePoint'?: Array<Array<number>>;
|
|
237
|
+
/**
|
|
238
|
+
*
|
|
239
|
+
* @type {ThirdPartySystemEnum}
|
|
240
|
+
* @memberof EquipmentSearchSystemDTO
|
|
241
|
+
*/
|
|
242
|
+
'source'?: ThirdPartySystemEnum;
|
|
243
|
+
/**
|
|
244
|
+
* 设备编码
|
|
245
|
+
* @type {string}
|
|
246
|
+
* @memberof EquipmentSearchSystemDTO
|
|
247
|
+
*/
|
|
248
|
+
'equipmentCode'?: string;
|
|
249
|
+
/**
|
|
250
|
+
* 资产编码
|
|
251
|
+
* @type {string}
|
|
252
|
+
* @memberof EquipmentSearchSystemDTO
|
|
253
|
+
*/
|
|
254
|
+
'famEquipmentCode'?: string;
|
|
235
255
|
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { EquipmentStatusEnum } from './equipment-status-enum';
|
|
12
13
|
/**
|
|
13
14
|
* 设备搜索
|
|
14
15
|
* @export
|
|
@@ -90,11 +91,11 @@ export interface EquipmentSearchVo {
|
|
|
90
91
|
*/
|
|
91
92
|
'equipmentLocation'?: string;
|
|
92
93
|
/**
|
|
93
|
-
*
|
|
94
|
-
* @type {
|
|
94
|
+
*
|
|
95
|
+
* @type {EquipmentStatusEnum}
|
|
95
96
|
* @memberof EquipmentSearchVo
|
|
96
97
|
*/
|
|
97
|
-
'equipmentStatus'?:
|
|
98
|
+
'equipmentStatus'?: EquipmentStatusEnum;
|
|
98
99
|
/**
|
|
99
100
|
* 园区id
|
|
100
101
|
* @type {number}
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const EquipmentStatusEnum: {
|
|
18
|
+
readonly Enable: "ENABLE";
|
|
19
|
+
readonly ToBeRepaired: "TO_BE_REPAIRED";
|
|
20
|
+
readonly ToBeScrapped: "TO_BE_SCRAPPED";
|
|
21
|
+
readonly Scrapped: "SCRAPPED";
|
|
22
|
+
readonly Disposed: "DISPOSED";
|
|
23
|
+
readonly Frozen: "FROZEN";
|
|
24
|
+
};
|
|
25
|
+
export type EquipmentStatusEnum = typeof EquipmentStatusEnum[keyof typeof EquipmentStatusEnum];
|
|
@@ -0,0 +1,29 @@
|
|
|
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.EquipmentStatusEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 设备状态
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.EquipmentStatusEnum = {
|
|
23
|
+
Enable: 'ENABLE',
|
|
24
|
+
ToBeRepaired: 'TO_BE_REPAIRED',
|
|
25
|
+
ToBeScrapped: 'TO_BE_SCRAPPED',
|
|
26
|
+
Scrapped: 'SCRAPPED',
|
|
27
|
+
Disposed: 'DISPOSED',
|
|
28
|
+
Frozen: 'FROZEN'
|
|
29
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
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 EquipmentStatus
|
|
16
|
+
*/
|
|
17
|
+
export interface EquipmentStatus {
|
|
18
|
+
/**
|
|
19
|
+
* 设备编码
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof EquipmentStatus
|
|
22
|
+
*/
|
|
23
|
+
'equipmentCode': string;
|
|
24
|
+
/**
|
|
25
|
+
* 设备状态 1:再用,2:待维修,3:待报废,4:已报废,5:已处置,6:已冻结
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof EquipmentStatus
|
|
28
|
+
*/
|
|
29
|
+
'equipmentStatus': number;
|
|
30
|
+
}
|
|
@@ -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 });
|
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { EquipmentStatusEnum } from './equipment-status-enum';
|
|
13
|
+
import type { ThirdPartySystemEnum } from './third-party-system-enum';
|
|
12
14
|
/**
|
|
13
15
|
* 设备tree详情
|
|
14
16
|
* @export
|
|
@@ -28,11 +30,11 @@ export interface EquipmentTreeDetailsDTO {
|
|
|
28
30
|
*/
|
|
29
31
|
'equipmentName'?: string;
|
|
30
32
|
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {
|
|
33
|
+
*
|
|
34
|
+
* @type {EquipmentStatusEnum}
|
|
33
35
|
* @memberof EquipmentTreeDetailsDTO
|
|
34
36
|
*/
|
|
35
|
-
'equipmentStatus'?:
|
|
37
|
+
'equipmentStatus'?: EquipmentStatusEnum;
|
|
36
38
|
/**
|
|
37
39
|
* 空间id
|
|
38
40
|
* @type {number}
|
|
@@ -51,4 +53,22 @@ export interface EquipmentTreeDetailsDTO {
|
|
|
51
53
|
* @memberof EquipmentTreeDetailsDTO
|
|
52
54
|
*/
|
|
53
55
|
'relatedEquipmentIds'?: Array<number>;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {ThirdPartySystemEnum}
|
|
59
|
+
* @memberof EquipmentTreeDetailsDTO
|
|
60
|
+
*/
|
|
61
|
+
'source'?: ThirdPartySystemEnum;
|
|
62
|
+
/**
|
|
63
|
+
* 设备编码
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof EquipmentTreeDetailsDTO
|
|
66
|
+
*/
|
|
67
|
+
'equipmentCode'?: string;
|
|
68
|
+
/**
|
|
69
|
+
* 资产编码
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof EquipmentTreeDetailsDTO
|
|
72
|
+
*/
|
|
73
|
+
'famEquipmentCode'?: string;
|
|
54
74
|
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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 { SpaceAddExcelDTO } from './space-add-excel-dto';
|
|
13
|
+
/**
|
|
14
|
+
* excel导入到redis vo
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
17
|
+
*/
|
|
18
|
+
export interface ExcelImportUploadToRedisVoSpaceAddExcelDTO {
|
|
19
|
+
/**
|
|
20
|
+
* 成功的数据
|
|
21
|
+
* @type {Array<SpaceAddExcelDTO>}
|
|
22
|
+
* @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
23
|
+
*/
|
|
24
|
+
'successDataList'?: Array<SpaceAddExcelDTO>;
|
|
25
|
+
/**
|
|
26
|
+
* 错误的数据
|
|
27
|
+
* @type {Array<SpaceAddExcelDTO>}
|
|
28
|
+
* @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
29
|
+
*/
|
|
30
|
+
'errorDataList'?: Array<SpaceAddExcelDTO>;
|
|
31
|
+
/**
|
|
32
|
+
* 语言
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
35
|
+
*/
|
|
36
|
+
'language'?: string;
|
|
37
|
+
/**
|
|
38
|
+
* 园区id
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
41
|
+
*/
|
|
42
|
+
'parkId'?: number;
|
|
43
|
+
}
|
|
@@ -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 });
|
|
@@ -19,22 +19,22 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
19
19
|
export interface GetUserWx200Response {
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
|
-
* @type {
|
|
22
|
+
* @type {object}
|
|
23
23
|
* @memberof GetUserWx200Response
|
|
24
24
|
*/
|
|
25
|
-
'
|
|
25
|
+
'trailerFields'?: object;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {
|
|
28
|
+
* @type {number}
|
|
29
29
|
* @memberof GetUserWx200Response
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'status'?: number;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
34
|
+
* @type {Array<string>}
|
|
35
35
|
* @memberof GetUserWx200Response
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'headerNames'?: Array<string>;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {GetUserWx200ResponseLocale}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -180,6 +180,8 @@ export * from './equipment-qr-code-vo';
|
|
|
180
180
|
export * from './equipment-search-system-dto';
|
|
181
181
|
export * from './equipment-search-vo';
|
|
182
182
|
export * from './equipment-space-search-vo';
|
|
183
|
+
export * from './equipment-status';
|
|
184
|
+
export * from './equipment-status-enum';
|
|
183
185
|
export * from './equipment-system-add-vo';
|
|
184
186
|
export * from './equipment-system-edit-vo';
|
|
185
187
|
export * from './equipment-system-entity';
|
|
@@ -206,6 +208,7 @@ export * from './excel-import-result-dtocalendar-export-dto';
|
|
|
206
208
|
export * from './excel-import-result-dtoequipment-excel-add-dto';
|
|
207
209
|
export * from './excel-import-result-dtoinspection-standard-import-dto';
|
|
208
210
|
export * from './excel-import-result-dtomaintenance-standard-import-dto';
|
|
211
|
+
export * from './excel-import-upload-to-redis-vo-space-add-excel-dto';
|
|
209
212
|
export * from './export-energy-meter-record-bo';
|
|
210
213
|
export * from './export-hire-energy-meter-record-bo';
|
|
211
214
|
export * from './export-in-park-vehicle-bo';
|
|
@@ -356,6 +359,7 @@ export * from './json-result-excel-import-result-dtocalendar-export-dto';
|
|
|
356
359
|
export * from './json-result-excel-import-result-dtoequipment-excel-add-dto';
|
|
357
360
|
export * from './json-result-excel-import-result-dtoinspection-standard-import-dto';
|
|
358
361
|
export * from './json-result-excel-import-result-dtomaintenance-standard-import-dto';
|
|
362
|
+
export * from './json-result-excel-import-upload-to-redis-vo-space-add-excel-dto';
|
|
359
363
|
export * from './json-result-feedback-record-detail-vo';
|
|
360
364
|
export * from './json-result-feedback-statistics-count-dto';
|
|
361
365
|
export * from './json-result-feedback-statistics-satisfaction-rating-dto';
|
|
@@ -469,6 +473,7 @@ export * from './json-result-network-monitor-repair-details-dto';
|
|
|
469
473
|
export * from './json-result-news-entity';
|
|
470
474
|
export * from './json-result-node-dto';
|
|
471
475
|
export * from './json-result-object';
|
|
476
|
+
export * from './json-result-offline-alert-work-order-details-dto';
|
|
472
477
|
export * from './json-result-owner-kanban-energy-dto';
|
|
473
478
|
export * from './json-result-owner-kanban-index-safety-inspection-dto';
|
|
474
479
|
export * from './json-result-owner-kanban-two-park-call-police-number-statistics-dto';
|
|
@@ -597,6 +602,11 @@ export * from './news-query-vo';
|
|
|
597
602
|
export * from './node-dto';
|
|
598
603
|
export * from './node-type-enum';
|
|
599
604
|
export * from './notice-vo';
|
|
605
|
+
export * from './offline-alert-device-vo';
|
|
606
|
+
export * from './offline-alert-submit-vo';
|
|
607
|
+
export * from './offline-alert-work-order-details-dto';
|
|
608
|
+
export * from './offline-alert-work-order-info';
|
|
609
|
+
export * from './offline-alert-work-order-vo';
|
|
600
610
|
export * from './open-barrier-po';
|
|
601
611
|
export * from './operate-message-details-dto';
|
|
602
612
|
export * from './orders';
|
|
@@ -721,6 +731,7 @@ export * from './select-park-energy-bill-detail-bo';
|
|
|
721
731
|
export * from './select-time-cost-tenant-rent-bill-bo';
|
|
722
732
|
export * from './source-alert-dto';
|
|
723
733
|
export * from './source-feedback-dto';
|
|
734
|
+
export * from './source-work-order-dto';
|
|
724
735
|
export * from './source-work-order-inspection-dto';
|
|
725
736
|
export * from './space';
|
|
726
737
|
export * from './space-add-excel-dto';
|
|
@@ -730,7 +741,8 @@ export * from './space-add-vo';
|
|
|
730
741
|
export * from './space-detail-dto';
|
|
731
742
|
export * from './space-edit-vo';
|
|
732
743
|
export * from './space-image-detail-dto';
|
|
733
|
-
export * from './space-industry-attribute';
|
|
744
|
+
export * from './space-industry-attribute-enum';
|
|
745
|
+
export * from './space-level-enum';
|
|
734
746
|
export * from './space-point-dto';
|
|
735
747
|
export * from './space-point-vo';
|
|
736
748
|
export * from './space-qr-code';
|
|
@@ -780,7 +792,9 @@ export * from './switch-pak-body';
|
|
|
780
792
|
export * from './switch-pak-body-v2-vo';
|
|
781
793
|
export * from './switch-park-v2-dto';
|
|
782
794
|
export * from './sync-device-unit-vo';
|
|
795
|
+
export * from './sync-equipment-status-vo';
|
|
783
796
|
export * from './sync-equipment-vo';
|
|
797
|
+
export * from './sync-equipment-vo-equipment';
|
|
784
798
|
export * from './sys-config';
|
|
785
799
|
export * from './sys-dept';
|
|
786
800
|
export * from './sys-dept-drop-down-box-list-dto';
|
|
@@ -805,6 +819,7 @@ export * from './system-user-msg-source-type-enum';
|
|
|
805
819
|
export * from './system-user-msg-type-enum';
|
|
806
820
|
export * from './table-data-info';
|
|
807
821
|
export * from './tenant-surrender-vo';
|
|
822
|
+
export * from './third-party-system-enum';
|
|
808
823
|
export * from './unit-item';
|
|
809
824
|
export * from './unloading-area-add-vo';
|
|
810
825
|
export * from './unloading-area-entity';
|
|
@@ -886,6 +901,7 @@ export * from './work-order-status-enum';
|
|
|
886
901
|
export * from './work-order-status-vo';
|
|
887
902
|
export * from './work-order-step-by-step-push-dto';
|
|
888
903
|
export * from './work-order-step-by-step-push-user-details-dto';
|
|
904
|
+
export * from './work-order-submit-vo';
|
|
889
905
|
export * from './work-order-surveillance-dto';
|
|
890
906
|
export * from './work-order-type-dto';
|
|
891
907
|
export * from './work-order-type-enum';
|
package/dist/models/index.js
CHANGED
|
@@ -196,6 +196,8 @@ __exportStar(require("./equipment-qr-code-vo"), exports);
|
|
|
196
196
|
__exportStar(require("./equipment-search-system-dto"), exports);
|
|
197
197
|
__exportStar(require("./equipment-search-vo"), exports);
|
|
198
198
|
__exportStar(require("./equipment-space-search-vo"), exports);
|
|
199
|
+
__exportStar(require("./equipment-status"), exports);
|
|
200
|
+
__exportStar(require("./equipment-status-enum"), exports);
|
|
199
201
|
__exportStar(require("./equipment-system-add-vo"), exports);
|
|
200
202
|
__exportStar(require("./equipment-system-edit-vo"), exports);
|
|
201
203
|
__exportStar(require("./equipment-system-entity"), exports);
|
|
@@ -222,6 +224,7 @@ __exportStar(require("./excel-import-result-dtocalendar-export-dto"), exports);
|
|
|
222
224
|
__exportStar(require("./excel-import-result-dtoequipment-excel-add-dto"), exports);
|
|
223
225
|
__exportStar(require("./excel-import-result-dtoinspection-standard-import-dto"), exports);
|
|
224
226
|
__exportStar(require("./excel-import-result-dtomaintenance-standard-import-dto"), exports);
|
|
227
|
+
__exportStar(require("./excel-import-upload-to-redis-vo-space-add-excel-dto"), exports);
|
|
225
228
|
__exportStar(require("./export-energy-meter-record-bo"), exports);
|
|
226
229
|
__exportStar(require("./export-hire-energy-meter-record-bo"), exports);
|
|
227
230
|
__exportStar(require("./export-in-park-vehicle-bo"), exports);
|
|
@@ -372,6 +375,7 @@ __exportStar(require("./json-result-excel-import-result-dtocalendar-export-dto")
|
|
|
372
375
|
__exportStar(require("./json-result-excel-import-result-dtoequipment-excel-add-dto"), exports);
|
|
373
376
|
__exportStar(require("./json-result-excel-import-result-dtoinspection-standard-import-dto"), exports);
|
|
374
377
|
__exportStar(require("./json-result-excel-import-result-dtomaintenance-standard-import-dto"), exports);
|
|
378
|
+
__exportStar(require("./json-result-excel-import-upload-to-redis-vo-space-add-excel-dto"), exports);
|
|
375
379
|
__exportStar(require("./json-result-feedback-record-detail-vo"), exports);
|
|
376
380
|
__exportStar(require("./json-result-feedback-statistics-count-dto"), exports);
|
|
377
381
|
__exportStar(require("./json-result-feedback-statistics-satisfaction-rating-dto"), exports);
|
|
@@ -485,6 +489,7 @@ __exportStar(require("./json-result-network-monitor-repair-details-dto"), export
|
|
|
485
489
|
__exportStar(require("./json-result-news-entity"), exports);
|
|
486
490
|
__exportStar(require("./json-result-node-dto"), exports);
|
|
487
491
|
__exportStar(require("./json-result-object"), exports);
|
|
492
|
+
__exportStar(require("./json-result-offline-alert-work-order-details-dto"), exports);
|
|
488
493
|
__exportStar(require("./json-result-owner-kanban-energy-dto"), exports);
|
|
489
494
|
__exportStar(require("./json-result-owner-kanban-index-safety-inspection-dto"), exports);
|
|
490
495
|
__exportStar(require("./json-result-owner-kanban-two-park-call-police-number-statistics-dto"), exports);
|
|
@@ -613,6 +618,11 @@ __exportStar(require("./news-query-vo"), exports);
|
|
|
613
618
|
__exportStar(require("./node-dto"), exports);
|
|
614
619
|
__exportStar(require("./node-type-enum"), exports);
|
|
615
620
|
__exportStar(require("./notice-vo"), exports);
|
|
621
|
+
__exportStar(require("./offline-alert-device-vo"), exports);
|
|
622
|
+
__exportStar(require("./offline-alert-submit-vo"), exports);
|
|
623
|
+
__exportStar(require("./offline-alert-work-order-details-dto"), exports);
|
|
624
|
+
__exportStar(require("./offline-alert-work-order-info"), exports);
|
|
625
|
+
__exportStar(require("./offline-alert-work-order-vo"), exports);
|
|
616
626
|
__exportStar(require("./open-barrier-po"), exports);
|
|
617
627
|
__exportStar(require("./operate-message-details-dto"), exports);
|
|
618
628
|
__exportStar(require("./orders"), exports);
|
|
@@ -737,6 +747,7 @@ __exportStar(require("./select-park-energy-bill-detail-bo"), exports);
|
|
|
737
747
|
__exportStar(require("./select-time-cost-tenant-rent-bill-bo"), exports);
|
|
738
748
|
__exportStar(require("./source-alert-dto"), exports);
|
|
739
749
|
__exportStar(require("./source-feedback-dto"), exports);
|
|
750
|
+
__exportStar(require("./source-work-order-dto"), exports);
|
|
740
751
|
__exportStar(require("./source-work-order-inspection-dto"), exports);
|
|
741
752
|
__exportStar(require("./space"), exports);
|
|
742
753
|
__exportStar(require("./space-add-excel-dto"), exports);
|
|
@@ -746,7 +757,8 @@ __exportStar(require("./space-add-vo"), exports);
|
|
|
746
757
|
__exportStar(require("./space-detail-dto"), exports);
|
|
747
758
|
__exportStar(require("./space-edit-vo"), exports);
|
|
748
759
|
__exportStar(require("./space-image-detail-dto"), exports);
|
|
749
|
-
__exportStar(require("./space-industry-attribute"), exports);
|
|
760
|
+
__exportStar(require("./space-industry-attribute-enum"), exports);
|
|
761
|
+
__exportStar(require("./space-level-enum"), exports);
|
|
750
762
|
__exportStar(require("./space-point-dto"), exports);
|
|
751
763
|
__exportStar(require("./space-point-vo"), exports);
|
|
752
764
|
__exportStar(require("./space-qr-code"), exports);
|
|
@@ -796,7 +808,9 @@ __exportStar(require("./switch-pak-body"), exports);
|
|
|
796
808
|
__exportStar(require("./switch-pak-body-v2-vo"), exports);
|
|
797
809
|
__exportStar(require("./switch-park-v2-dto"), exports);
|
|
798
810
|
__exportStar(require("./sync-device-unit-vo"), exports);
|
|
811
|
+
__exportStar(require("./sync-equipment-status-vo"), exports);
|
|
799
812
|
__exportStar(require("./sync-equipment-vo"), exports);
|
|
813
|
+
__exportStar(require("./sync-equipment-vo-equipment"), exports);
|
|
800
814
|
__exportStar(require("./sys-config"), exports);
|
|
801
815
|
__exportStar(require("./sys-dept"), exports);
|
|
802
816
|
__exportStar(require("./sys-dept-drop-down-box-list-dto"), exports);
|
|
@@ -821,6 +835,7 @@ __exportStar(require("./system-user-msg-source-type-enum"), exports);
|
|
|
821
835
|
__exportStar(require("./system-user-msg-type-enum"), exports);
|
|
822
836
|
__exportStar(require("./table-data-info"), exports);
|
|
823
837
|
__exportStar(require("./tenant-surrender-vo"), exports);
|
|
838
|
+
__exportStar(require("./third-party-system-enum"), exports);
|
|
824
839
|
__exportStar(require("./unit-item"), exports);
|
|
825
840
|
__exportStar(require("./unloading-area-add-vo"), exports);
|
|
826
841
|
__exportStar(require("./unloading-area-entity"), exports);
|
|
@@ -902,6 +917,7 @@ __exportStar(require("./work-order-status-enum"), exports);
|
|
|
902
917
|
__exportStar(require("./work-order-status-vo"), exports);
|
|
903
918
|
__exportStar(require("./work-order-step-by-step-push-dto"), exports);
|
|
904
919
|
__exportStar(require("./work-order-step-by-step-push-user-details-dto"), exports);
|
|
920
|
+
__exportStar(require("./work-order-submit-vo"), exports);
|
|
905
921
|
__exportStar(require("./work-order-surveillance-dto"), exports);
|
|
906
922
|
__exportStar(require("./work-order-type-dto"), exports);
|
|
907
923
|
__exportStar(require("./work-order-type-enum"), 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 { ExcelImportUploadToRedisVoSpaceAddExcelDTO } from './excel-import-upload-to-redis-vo-space-add-excel-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {ExcelImportUploadToRedisVoSpaceAddExcelDTO}
|
|
41
|
+
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: ExcelImportUploadToRedisVoSpaceAddExcelDTO | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
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,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 { OfflineAlertWorkOrderDetailsDto } from './offline-alert-work-order-details-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultOfflineAlertWorkOrderDetailsDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultOfflineAlertWorkOrderDetailsDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {OfflineAlertWorkOrderDetailsDto}
|
|
41
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: OfflineAlertWorkOrderDetailsDto | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
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 });
|
|
@@ -84,4 +84,10 @@ export interface NetworkMonitorRepairAddVo {
|
|
|
84
84
|
* @memberof NetworkMonitorRepairAddVo
|
|
85
85
|
*/
|
|
86
86
|
'workOrderSource': WorkOrderSourceEnum;
|
|
87
|
+
/**
|
|
88
|
+
* 来源工单ID
|
|
89
|
+
* @type {number}
|
|
90
|
+
* @memberof NetworkMonitorRepairAddVo
|
|
91
|
+
*/
|
|
92
|
+
'sourceWorkOrderId'?: number;
|
|
87
93
|
}
|