@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
|
@@ -0,0 +1,90 @@
|
|
|
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 SyncEquipmentVoEquipment
|
|
16
|
+
*/
|
|
17
|
+
export interface SyncEquipmentVoEquipment {
|
|
18
|
+
/**
|
|
19
|
+
* 设备编码
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SyncEquipmentVoEquipment
|
|
22
|
+
*/
|
|
23
|
+
'equipmentCode': string;
|
|
24
|
+
/**
|
|
25
|
+
* 设备名称
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SyncEquipmentVoEquipment
|
|
28
|
+
*/
|
|
29
|
+
'equipmentName': string;
|
|
30
|
+
/**
|
|
31
|
+
* 设备系统
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof SyncEquipmentVoEquipment
|
|
34
|
+
*/
|
|
35
|
+
'equipmentSystem'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 设备状态 1:再用,2:待维修,3:待报废,4:已报废,5:已处置,6:已冻结
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof SyncEquipmentVoEquipment
|
|
40
|
+
*/
|
|
41
|
+
'equipmentStatus': number;
|
|
42
|
+
/**
|
|
43
|
+
* 维保类型 FACILITY,TOTAL_PACKAGE,THIRD_PARTY
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof SyncEquipmentVoEquipment
|
|
46
|
+
*/
|
|
47
|
+
'maintenanceType'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 维保公司
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof SyncEquipmentVoEquipment
|
|
52
|
+
*/
|
|
53
|
+
'maintenanceCompany'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 维保等级
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof SyncEquipmentVoEquipment
|
|
58
|
+
*/
|
|
59
|
+
'maintenanceLevel'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* 维保联系人
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof SyncEquipmentVoEquipment
|
|
64
|
+
*/
|
|
65
|
+
'maintenanceContact'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 设备手册
|
|
68
|
+
* @type {Array<string>}
|
|
69
|
+
* @memberof SyncEquipmentVoEquipment
|
|
70
|
+
*/
|
|
71
|
+
'equipmentManuals'?: Array<string>;
|
|
72
|
+
/**
|
|
73
|
+
* 出厂时间(格式:yyyy-MM-dd HH:mm:ss)
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof SyncEquipmentVoEquipment
|
|
76
|
+
*/
|
|
77
|
+
'deliveryTime'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* 安装时间(格式:yyyy-MM-dd HH:mm:ss)
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof SyncEquipmentVoEquipment
|
|
82
|
+
*/
|
|
83
|
+
'installTime'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* 质保到期时间(格式:yyyy-MM-dd HH:mm:ss)
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof SyncEquipmentVoEquipment
|
|
88
|
+
*/
|
|
89
|
+
'warrantyTime'?: string;
|
|
90
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -9,190 +9,29 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { SyncEquipmentVoEquipment } from './sync-equipment-vo-equipment';
|
|
12
13
|
/**
|
|
13
14
|
* 同步设备参数
|
|
14
15
|
* @export
|
|
15
|
-
* @interface
|
|
16
|
+
* @interface SyncEquipmentVo
|
|
16
17
|
*/
|
|
17
|
-
export interface
|
|
18
|
+
export interface SyncEquipmentVo {
|
|
18
19
|
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof SyncEquipmentVO
|
|
22
|
-
*/
|
|
23
|
-
'id'?: number;
|
|
24
|
-
/**
|
|
25
|
-
* 设备id
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof SyncEquipmentVO
|
|
28
|
-
*/
|
|
29
|
-
'deviceId'?: number;
|
|
30
|
-
/**
|
|
31
|
-
* 园区id
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof SyncEquipmentVO
|
|
34
|
-
*/
|
|
35
|
-
'parkId'?: number;
|
|
36
|
-
/**
|
|
37
|
-
* 所属系统
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof SyncEquipmentVO
|
|
40
|
-
*/
|
|
41
|
-
'owningSystem'?: string;
|
|
42
|
-
/**
|
|
43
|
-
* 系统类型
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof SyncEquipmentVO
|
|
46
|
-
*/
|
|
47
|
-
'systemType'?: string;
|
|
48
|
-
/**
|
|
49
|
-
* 品牌id
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof SyncEquipmentVO
|
|
52
|
-
*/
|
|
53
|
-
'brandId'?: string;
|
|
54
|
-
/**
|
|
55
|
-
* 型号id
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof SyncEquipmentVO
|
|
58
|
-
*/
|
|
59
|
-
'modelId'?: string;
|
|
60
|
-
/**
|
|
61
|
-
* 设备厂商类型
|
|
62
|
-
* @type {string}
|
|
63
|
-
* @memberof SyncEquipmentVO
|
|
64
|
-
*/
|
|
65
|
-
'producterId'?: string;
|
|
66
|
-
/**
|
|
67
|
-
* 外部单位id
|
|
68
|
-
* @type {string}
|
|
69
|
-
* @memberof SyncEquipmentVO
|
|
70
|
-
*/
|
|
71
|
-
'unitId'?: string;
|
|
72
|
-
/**
|
|
73
|
-
* 设备类型
|
|
74
|
-
* @type {string}
|
|
75
|
-
* @memberof SyncEquipmentVO
|
|
76
|
-
*/
|
|
77
|
-
'deviceType'?: string;
|
|
78
|
-
/**
|
|
79
|
-
* 设备部件类型
|
|
80
|
-
* @type {string}
|
|
81
|
-
* @memberof SyncEquipmentVO
|
|
82
|
-
*/
|
|
83
|
-
'unitType'?: string;
|
|
84
|
-
/**
|
|
85
|
-
* code
|
|
86
|
-
* @type {string}
|
|
87
|
-
* @memberof SyncEquipmentVO
|
|
88
|
-
*/
|
|
89
|
-
'deviceCode'?: string;
|
|
90
|
-
/**
|
|
91
|
-
* 设备name
|
|
92
|
-
* @type {string}
|
|
93
|
-
* @memberof SyncEquipmentVO
|
|
94
|
-
*/
|
|
95
|
-
'deviceName'?: string;
|
|
96
|
-
/**
|
|
97
|
-
* 外部设备id
|
|
98
|
-
* @type {string}
|
|
99
|
-
* @memberof SyncEquipmentVO
|
|
100
|
-
*/
|
|
101
|
-
'outDeviceId'?: string;
|
|
102
|
-
/**
|
|
103
|
-
* 外部部件id
|
|
104
|
-
* @type {string}
|
|
105
|
-
* @memberof SyncEquipmentVO
|
|
106
|
-
*/
|
|
107
|
-
'outUnitId'?: string;
|
|
108
|
-
/**
|
|
109
|
-
* 设备部件编码
|
|
20
|
+
* 中心编码(C码)
|
|
110
21
|
* @type {string}
|
|
111
|
-
* @memberof
|
|
22
|
+
* @memberof SyncEquipmentVo
|
|
112
23
|
*/
|
|
113
|
-
'
|
|
24
|
+
'centerCode': string;
|
|
114
25
|
/**
|
|
115
|
-
*
|
|
26
|
+
* 来源系统 [资产:FAM]
|
|
116
27
|
* @type {string}
|
|
117
|
-
* @memberof
|
|
118
|
-
*/
|
|
119
|
-
'unitName'?: string;
|
|
120
|
-
/**
|
|
121
|
-
* 部件卡号
|
|
122
|
-
* @type {string}
|
|
123
|
-
* @memberof SyncEquipmentVO
|
|
124
|
-
*/
|
|
125
|
-
'unitCard'?: string;
|
|
126
|
-
/**
|
|
127
|
-
* 部件源地址
|
|
128
|
-
* @type {string}
|
|
129
|
-
* @memberof SyncEquipmentVO
|
|
130
|
-
*/
|
|
131
|
-
'unitSource'?: string;
|
|
132
|
-
/**
|
|
133
|
-
* 部件状态
|
|
134
|
-
* @type {string}
|
|
135
|
-
* @memberof SyncEquipmentVO
|
|
136
|
-
*/
|
|
137
|
-
'status'?: string;
|
|
138
|
-
/**
|
|
139
|
-
* 最大阈值
|
|
140
|
-
* @type {string}
|
|
141
|
-
* @memberof SyncEquipmentVO
|
|
142
|
-
*/
|
|
143
|
-
'maxValue'?: string;
|
|
144
|
-
/**
|
|
145
|
-
* 最小阈值
|
|
146
|
-
* @type {string}
|
|
147
|
-
* @memberof SyncEquipmentVO
|
|
148
|
-
*/
|
|
149
|
-
'minValue'?: string;
|
|
150
|
-
/**
|
|
151
|
-
* 是否删除 1未删除 0删除
|
|
152
|
-
* @type {number}
|
|
153
|
-
* @memberof SyncEquipmentVO
|
|
154
|
-
*/
|
|
155
|
-
'isDelete'?: number;
|
|
156
|
-
/**
|
|
157
|
-
* 详细安装位置
|
|
158
|
-
* @type {string}
|
|
159
|
-
* @memberof SyncEquipmentVO
|
|
160
|
-
*/
|
|
161
|
-
'location'?: string;
|
|
162
|
-
/**
|
|
163
|
-
* 心跳时间
|
|
164
|
-
* @type {string}
|
|
165
|
-
* @memberof SyncEquipmentVO
|
|
166
|
-
*/
|
|
167
|
-
'heartBeatAt'?: string;
|
|
168
|
-
/**
|
|
169
|
-
* 下次心跳时间
|
|
170
|
-
* @type {string}
|
|
171
|
-
* @memberof SyncEquipmentVO
|
|
172
|
-
*/
|
|
173
|
-
'heartBeatExpiresAt'?: string;
|
|
174
|
-
/**
|
|
175
|
-
* 倍率
|
|
176
|
-
* @type {number}
|
|
177
|
-
* @memberof SyncEquipmentVO
|
|
178
|
-
*/
|
|
179
|
-
'magnification'?: number;
|
|
180
|
-
/**
|
|
181
|
-
* 记录id 暂时无用
|
|
182
|
-
* @type {number}
|
|
183
|
-
* @memberof SyncEquipmentVO
|
|
184
|
-
*/
|
|
185
|
-
'recordId'?: number;
|
|
186
|
-
/**
|
|
187
|
-
* 上传时间间隔
|
|
188
|
-
* @type {number}
|
|
189
|
-
* @memberof SyncEquipmentVO
|
|
28
|
+
* @memberof SyncEquipmentVo
|
|
190
29
|
*/
|
|
191
|
-
'
|
|
30
|
+
'source': string;
|
|
192
31
|
/**
|
|
193
|
-
*
|
|
194
|
-
* @type {
|
|
195
|
-
* @memberof
|
|
32
|
+
* 设备列表
|
|
33
|
+
* @type {Array<SyncEquipmentVoEquipment>}
|
|
34
|
+
* @memberof SyncEquipmentVo
|
|
196
35
|
*/
|
|
197
|
-
'
|
|
36
|
+
'equipments'?: Array<SyncEquipmentVoEquipment>;
|
|
198
37
|
}
|
|
@@ -21,5 +21,6 @@ export declare const SystemUserMsgSourceTypeEnum: {
|
|
|
21
21
|
readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
|
|
22
22
|
readonly NetworkMonitoringRepairWorkOrder: "NETWORK_MONITORING_REPAIR_WORK_ORDER";
|
|
23
23
|
readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
|
|
24
|
+
readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
|
|
24
25
|
};
|
|
25
26
|
export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
|
|
@@ -22,5 +22,6 @@ export const SystemUserMsgSourceTypeEnum = {
|
|
|
22
22
|
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
23
23
|
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
24
24
|
NetworkMonitoringRepairWorkOrder: 'NETWORK_MONITORING_REPAIR_WORK_ORDER',
|
|
25
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
25
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
26
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
26
27
|
};
|
|
@@ -0,0 +1,22 @@
|
|
|
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 ThirdPartySystemEnum: {
|
|
18
|
+
readonly Saas: "SAAS";
|
|
19
|
+
readonly Sqm: "SQM";
|
|
20
|
+
readonly Fam: "FAM";
|
|
21
|
+
};
|
|
22
|
+
export type ThirdPartySystemEnum = typeof ThirdPartySystemEnum[keyof typeof ThirdPartySystemEnum];
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export const ThirdPartySystemEnum = {
|
|
20
|
+
Saas: 'SAAS',
|
|
21
|
+
Sqm: 'SQM',
|
|
22
|
+
Fam: 'FAM'
|
|
23
|
+
};
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { NetworkRepairInfo } from './network-repair-info';
|
|
13
|
+
import type { OfflineAlertWorkOrderInfo } from './offline-alert-work-order-info';
|
|
13
14
|
import type { ViolationWorkOrderInfo } from './violation-work-order-info';
|
|
14
15
|
/**
|
|
15
16
|
* 工单扩展数据
|
|
@@ -29,4 +30,10 @@ export interface WorkOrderExtData {
|
|
|
29
30
|
* @memberof WorkOrderExtData
|
|
30
31
|
*/
|
|
31
32
|
'violationWorkOrderInfo'?: ViolationWorkOrderInfo;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {OfflineAlertWorkOrderInfo}
|
|
36
|
+
* @memberof WorkOrderExtData
|
|
37
|
+
*/
|
|
38
|
+
'offlineAlertWorkOrderInfo'?: OfflineAlertWorkOrderInfo;
|
|
32
39
|
}
|
|
@@ -25,5 +25,7 @@ export declare const WorkOrderInternalStatusEnum: {
|
|
|
25
25
|
readonly ViolationWorkOrderInProgressLevelOne: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
|
|
26
26
|
readonly ViolationWorkOrderInProgressLevelTwo: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
|
|
27
27
|
readonly ViolationWorkOrderInProgressLevelThree: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE";
|
|
28
|
+
readonly OfflineAlertWorkOrderInProgressLevelOne: "OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
|
|
29
|
+
readonly OfflineAlertWorkOrderInProgressLevelTwo: "OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
|
|
28
30
|
};
|
|
29
31
|
export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
|
|
@@ -26,5 +26,7 @@ export const WorkOrderInternalStatusEnum = {
|
|
|
26
26
|
NetworkMonitorRepairInProgressLevelThree: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE',
|
|
27
27
|
ViolationWorkOrderInProgressLevelOne: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
28
28
|
ViolationWorkOrderInProgressLevelTwo: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
|
|
29
|
-
ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
|
|
29
|
+
ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE',
|
|
30
|
+
OfflineAlertWorkOrderInProgressLevelOne: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
31
|
+
OfflineAlertWorkOrderInProgressLevelTwo: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
|
|
30
32
|
};
|
|
@@ -32,5 +32,15 @@ export declare const WorkOrderIssueTypeEnum: {
|
|
|
32
32
|
readonly LoadingQualityIssue: "LOADING_QUALITY_ISSUE";
|
|
33
33
|
readonly ClaimRecovery: "CLAIM_RECOVERY";
|
|
34
34
|
readonly Operations: "OPERATIONS";
|
|
35
|
+
readonly PowerOutage: "POWER_OUTAGE";
|
|
36
|
+
readonly LineReconstruction: "LINE_RECONSTRUCTION";
|
|
37
|
+
readonly OfficeRenovation: "OFFICE_RENOVATION";
|
|
38
|
+
readonly ParkConstruction: "PARK_CONSTRUCTION";
|
|
39
|
+
readonly MoveWarehouse: "MOVE_WAREHOUSE";
|
|
40
|
+
readonly RemoveWarehouse: "REMOVE_WAREHOUSE";
|
|
41
|
+
readonly NetworkJumperDamage: "NETWORK_JUMPER_DAMAGE";
|
|
42
|
+
readonly CrystalHeadDamage: "CRYSTAL_HEAD_DAMAGE";
|
|
43
|
+
readonly OpticalJumperDamage: "OPTICAL_JUMPER_DAMAGE";
|
|
44
|
+
readonly NeedOnsiteTechSupport: "NEED_ONSITE_TECH_SUPPORT";
|
|
35
45
|
};
|
|
36
46
|
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|
|
@@ -33,5 +33,15 @@ export const WorkOrderIssueTypeEnum = {
|
|
|
33
33
|
TransportQualityIssue: 'TRANSPORT_QUALITY_ISSUE',
|
|
34
34
|
LoadingQualityIssue: 'LOADING_QUALITY_ISSUE',
|
|
35
35
|
ClaimRecovery: 'CLAIM_RECOVERY',
|
|
36
|
-
Operations: 'OPERATIONS'
|
|
36
|
+
Operations: 'OPERATIONS',
|
|
37
|
+
PowerOutage: 'POWER_OUTAGE',
|
|
38
|
+
LineReconstruction: 'LINE_RECONSTRUCTION',
|
|
39
|
+
OfficeRenovation: 'OFFICE_RENOVATION',
|
|
40
|
+
ParkConstruction: 'PARK_CONSTRUCTION',
|
|
41
|
+
MoveWarehouse: 'MOVE_WAREHOUSE',
|
|
42
|
+
RemoveWarehouse: 'REMOVE_WAREHOUSE',
|
|
43
|
+
NetworkJumperDamage: 'NETWORK_JUMPER_DAMAGE',
|
|
44
|
+
CrystalHeadDamage: 'CRYSTAL_HEAD_DAMAGE',
|
|
45
|
+
OpticalJumperDamage: 'OPTICAL_JUMPER_DAMAGE',
|
|
46
|
+
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT'
|
|
37
47
|
};
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { OfflineAlertWorkOrderVo } from './offline-alert-work-order-vo';
|
|
12
13
|
import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
13
14
|
/**
|
|
14
15
|
* 工单上报
|
|
@@ -27,5 +28,11 @@ export interface WorkOrderReportVo {
|
|
|
27
28
|
* @type {number}
|
|
28
29
|
* @memberof WorkOrderReportVo
|
|
29
30
|
*/
|
|
30
|
-
'handlerUserId'
|
|
31
|
+
'handlerUserId'?: number;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {OfflineAlertWorkOrderVo}
|
|
35
|
+
* @memberof WorkOrderReportVo
|
|
36
|
+
*/
|
|
37
|
+
'offlineAlertWorkOrder'?: OfflineAlertWorkOrderVo;
|
|
31
38
|
}
|
|
@@ -21,5 +21,6 @@ export declare const WorkOrderSettingsTypeEnum: {
|
|
|
21
21
|
readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
|
|
22
22
|
readonly NetworkMonitorRepairWorkOrder: "NETWORK_MONITOR_REPAIR_WORK_ORDER";
|
|
23
23
|
readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
|
|
24
|
+
readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
|
|
24
25
|
};
|
|
25
26
|
export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
|
|
@@ -22,5 +22,6 @@ export const WorkOrderSettingsTypeEnum = {
|
|
|
22
22
|
AiWorkOrder: 'AI_WORK_ORDER',
|
|
23
23
|
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
24
24
|
NetworkMonitorRepairWorkOrder: 'NETWORK_MONITOR_REPAIR_WORK_ORDER',
|
|
25
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
25
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
26
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
26
27
|
};
|
|
@@ -21,7 +21,7 @@ export declare const WorkOrderSourceEnum: {
|
|
|
21
21
|
readonly InspectionTransferWorkOrder: "INSPECTION_TRANSFER_WORK_ORDER";
|
|
22
22
|
readonly AiInspectionTransferWorkOrder: "AI_INSPECTION_TRANSFER_WORK_ORDER";
|
|
23
23
|
readonly MaintenanceTransferWorkOrder: "MAINTENANCE_TRANSFER_WORK_ORDER";
|
|
24
|
-
readonly
|
|
24
|
+
readonly OfflineTransferWorkOrder: "OFFLINE_TRANSFER_WORK_ORDER";
|
|
25
25
|
readonly HkAiAlertTransferWorkOrder: "HK_AI_ALERT_TRANSFER_WORK_ORDER";
|
|
26
26
|
};
|
|
27
27
|
export type WorkOrderSourceEnum = typeof WorkOrderSourceEnum[keyof typeof WorkOrderSourceEnum];
|
|
@@ -23,6 +23,6 @@ export const WorkOrderSourceEnum = {
|
|
|
23
23
|
InspectionTransferWorkOrder: 'INSPECTION_TRANSFER_WORK_ORDER',
|
|
24
24
|
AiInspectionTransferWorkOrder: 'AI_INSPECTION_TRANSFER_WORK_ORDER',
|
|
25
25
|
MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER',
|
|
26
|
-
|
|
26
|
+
OfflineTransferWorkOrder: 'OFFLINE_TRANSFER_WORK_ORDER',
|
|
27
27
|
HkAiAlertTransferWorkOrder: 'HK_AI_ALERT_TRANSFER_WORK_ORDER'
|
|
28
28
|
};
|
|
@@ -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
|
+
import type { OfflineAlertSubmitVo } from './offline-alert-submit-vo';
|
|
13
|
+
/**
|
|
14
|
+
* 工单提交
|
|
15
|
+
* @export
|
|
16
|
+
* @interface WorkOrderSubmitVo
|
|
17
|
+
*/
|
|
18
|
+
export interface WorkOrderSubmitVo {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {OfflineAlertSubmitVo}
|
|
22
|
+
* @memberof WorkOrderSubmitVo
|
|
23
|
+
*/
|
|
24
|
+
'offlineAlertSubmit'?: OfflineAlertSubmitVo;
|
|
25
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -32,5 +32,6 @@ export declare const WorkOrderTypeEnum: {
|
|
|
32
32
|
readonly AiInspection: "AI_INSPECTION";
|
|
33
33
|
readonly NetworkRepairWorkOrder: "NETWORK_REPAIR_WORK_ORDER";
|
|
34
34
|
readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
|
|
35
|
+
readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
|
|
35
36
|
};
|
|
36
37
|
export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
|
|
@@ -33,5 +33,6 @@ export const WorkOrderTypeEnum = {
|
|
|
33
33
|
VideoRecognitionAlarm: 'VIDEO_RECOGNITION_ALARM',
|
|
34
34
|
AiInspection: 'AI_INSPECTION',
|
|
35
35
|
NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
|
|
36
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
36
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
37
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
37
38
|
};
|
|
@@ -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
|
* 设备详情
|
|
14
16
|
* @export
|
|
@@ -28,11 +30,11 @@ export interface EquipmentDetailDTO {
|
|
|
28
30
|
*/
|
|
29
31
|
'equipmentName'?: string;
|
|
30
32
|
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {
|
|
33
|
+
*
|
|
34
|
+
* @type {EquipmentStatusEnum}
|
|
33
35
|
* @memberof EquipmentDetailDTO
|
|
34
36
|
*/
|
|
35
|
-
'equipmentStatus'?:
|
|
37
|
+
'equipmentStatus'?: EquipmentStatusEnum;
|
|
36
38
|
/**
|
|
37
39
|
* 设备系统
|
|
38
40
|
* @type {string}
|
|
@@ -219,4 +221,22 @@ export interface EquipmentDetailDTO {
|
|
|
219
221
|
* @memberof EquipmentDetailDTO
|
|
220
222
|
*/
|
|
221
223
|
'relatedEquipmentIds'?: Array<number>;
|
|
224
|
+
/**
|
|
225
|
+
*
|
|
226
|
+
* @type {ThirdPartySystemEnum}
|
|
227
|
+
* @memberof EquipmentDetailDTO
|
|
228
|
+
*/
|
|
229
|
+
'source'?: ThirdPartySystemEnum;
|
|
230
|
+
/**
|
|
231
|
+
* 设备编码
|
|
232
|
+
* @type {string}
|
|
233
|
+
* @memberof EquipmentDetailDTO
|
|
234
|
+
*/
|
|
235
|
+
'equipmentCode'?: string;
|
|
236
|
+
/**
|
|
237
|
+
* 资产编码
|
|
238
|
+
* @type {string}
|
|
239
|
+
* @memberof EquipmentDetailDTO
|
|
240
|
+
*/
|
|
241
|
+
'famEquipmentCode'?: string;
|
|
222
242
|
}
|
|
@@ -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
|
|
@@ -23,10 +24,10 @@ export interface EquipmentEditBatchVo {
|
|
|
23
24
|
'id'?: number;
|
|
24
25
|
/**
|
|
25
26
|
*
|
|
26
|
-
* @type {
|
|
27
|
+
* @type {EquipmentStatusEnum}
|
|
27
28
|
* @memberof EquipmentEditBatchVo
|
|
28
29
|
*/
|
|
29
|
-
'equipmentStatus'?:
|
|
30
|
+
'equipmentStatus'?: EquipmentStatusEnum;
|
|
30
31
|
/**
|
|
31
32
|
*
|
|
32
33
|
* @type {Array<number>}
|
|
@@ -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
|
* 设备编辑参数
|
|
14
16
|
* @export
|
|
@@ -52,11 +54,11 @@ export interface EquipmentEditVo {
|
|
|
52
54
|
*/
|
|
53
55
|
'maintenanceCompany'?: string;
|
|
54
56
|
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {
|
|
57
|
+
*
|
|
58
|
+
* @type {EquipmentStatusEnum}
|
|
57
59
|
* @memberof EquipmentEditVo
|
|
58
60
|
*/
|
|
59
|
-
'equipmentStatus'?:
|
|
61
|
+
'equipmentStatus'?: EquipmentStatusEnum;
|
|
60
62
|
/**
|
|
61
63
|
* 技术联系人
|
|
62
64
|
* @type {string}
|
|
@@ -153,4 +155,16 @@ export interface EquipmentEditVo {
|
|
|
153
155
|
* @memberof EquipmentEditVo
|
|
154
156
|
*/
|
|
155
157
|
'relatedEquipmentIds'?: Array<number>;
|
|
158
|
+
/**
|
|
159
|
+
*
|
|
160
|
+
* @type {ThirdPartySystemEnum}
|
|
161
|
+
* @memberof EquipmentEditVo
|
|
162
|
+
*/
|
|
163
|
+
'source'?: ThirdPartySystemEnum;
|
|
164
|
+
/**
|
|
165
|
+
* 设备编码
|
|
166
|
+
* @type {string}
|
|
167
|
+
* @memberof EquipmentEditVo
|
|
168
|
+
*/
|
|
169
|
+
'equipmentCode'?: string;
|
|
156
170
|
}
|