@gizone/rrs-client 4.1.2-alpha.181 → 4.1.2-alpha.182
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 +1 -18
- package/api.ts +0 -1
- package/apis/equipment-api.ts +91 -0
- package/apis/open-api-api.ts +0 -312
- package/apis/space-api.ts +118 -4
- package/apis/work-order-api.ts +0 -103
- package/dist/api.d.ts +0 -1
- package/dist/api.js +0 -1
- package/dist/apis/equipment-api.d.ts +47 -0
- package/dist/apis/equipment-api.js +70 -0
- package/dist/apis/open-api-api.d.ts +0 -166
- package/dist/apis/open-api-api.js +0 -226
- package/dist/apis/space-api.d.ts +65 -4
- package/dist/apis/space-api.js +81 -0
- package/dist/apis/work-order-api.d.ts +0 -55
- package/dist/apis/work-order-api.js +0 -75
- package/dist/esm/api.d.ts +0 -1
- package/dist/esm/api.js +0 -1
- package/dist/esm/apis/equipment-api.d.ts +47 -0
- package/dist/esm/apis/equipment-api.js +70 -0
- package/dist/esm/apis/open-api-api.d.ts +0 -166
- package/dist/esm/apis/open-api-api.js +1 -227
- package/dist/esm/apis/space-api.d.ts +65 -4
- package/dist/esm/apis/space-api.js +81 -0
- package/dist/esm/apis/work-order-api.d.ts +0 -55
- package/dist/esm/apis/work-order-api.js +0 -75
- package/dist/esm/models/equipment-detail-dto.d.ts +3 -23
- package/dist/esm/models/equipment-edit-batch-vo.d.ts +2 -3
- package/dist/esm/models/equipment-edit-vo.d.ts +3 -17
- package/dist/esm/models/equipment-search-system-dto.d.ts +3 -23
- package/dist/esm/models/equipment-search-vo.d.ts +3 -4
- package/dist/esm/models/equipment-tree-details-dto.d.ts +3 -23
- package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
- package/dist/esm/models/index.d.ts +1 -17
- package/dist/esm/models/index.js +1 -17
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +0 -6
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +0 -13
- package/dist/esm/models/park-info-dto.d.ts +0 -6
- package/dist/esm/models/result-code.d.ts +0 -1
- package/dist/esm/models/result-code.js +0 -1
- package/dist/esm/models/space-add-excel-dto.d.ts +10 -28
- package/dist/esm/models/space-add-vo.d.ts +9 -22
- package/dist/esm/models/space-detail-dto.d.ts +3 -16
- package/dist/esm/models/space-edit-vo.d.ts +3 -16
- package/dist/{models/space-industry-attribute-enum.d.ts → esm/models/space-industry-attribute.d.ts} +2 -2
- package/dist/esm/models/{space-industry-attribute-enum.js → space-industry-attribute.js} +1 -1
- package/dist/esm/models/space-tree-dto.d.ts +3 -16
- package/dist/esm/models/space.d.ts +3 -3
- package/dist/esm/models/sync-equipment-vo.d.ts +174 -13
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +0 -1
- package/dist/esm/models/system-user-msg-source-type-enum.js +1 -2
- package/dist/esm/models/work-order-ext-data.d.ts +0 -7
- package/dist/esm/models/work-order-internal-status-enum.d.ts +0 -2
- package/dist/esm/models/work-order-internal-status-enum.js +1 -3
- package/dist/esm/models/work-order-issue-type-enum.d.ts +0 -10
- package/dist/esm/models/work-order-issue-type-enum.js +1 -11
- package/dist/esm/models/work-order-report-vo.d.ts +1 -8
- package/dist/esm/models/work-order-settings-type-enum.d.ts +0 -1
- package/dist/esm/models/work-order-settings-type-enum.js +1 -2
- 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-type-enum.d.ts +0 -1
- package/dist/esm/models/work-order-type-enum.js +1 -2
- package/dist/models/equipment-detail-dto.d.ts +3 -23
- package/dist/models/equipment-edit-batch-vo.d.ts +2 -3
- package/dist/models/equipment-edit-vo.d.ts +3 -17
- package/dist/models/equipment-search-system-dto.d.ts +3 -23
- package/dist/models/equipment-search-vo.d.ts +3 -4
- package/dist/models/equipment-tree-details-dto.d.ts +3 -23
- package/dist/models/get-user-wx200-response.d.ts +10 -10
- package/dist/models/index.d.ts +1 -17
- package/dist/models/index.js +1 -17
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/network-monitor-repair-add-vo.d.ts +0 -6
- package/dist/models/network-monitor-repair-details-dto.d.ts +0 -13
- package/dist/models/park-info-dto.d.ts +0 -6
- package/dist/models/result-code.d.ts +0 -1
- package/dist/models/result-code.js +0 -1
- package/dist/models/space-add-excel-dto.d.ts +10 -28
- package/dist/models/space-add-vo.d.ts +9 -22
- package/dist/models/space-detail-dto.d.ts +3 -16
- package/dist/models/space-edit-vo.d.ts +3 -16
- package/dist/{esm/models/space-industry-attribute-enum.d.ts → models/space-industry-attribute.d.ts} +2 -2
- package/dist/models/{space-industry-attribute-enum.js → space-industry-attribute.js} +2 -2
- package/dist/models/space-tree-dto.d.ts +3 -16
- package/dist/models/space.d.ts +3 -3
- package/dist/models/sync-equipment-vo.d.ts +174 -13
- package/dist/models/system-user-msg-source-type-enum.d.ts +0 -1
- package/dist/models/system-user-msg-source-type-enum.js +1 -2
- package/dist/models/work-order-ext-data.d.ts +0 -7
- package/dist/models/work-order-internal-status-enum.d.ts +0 -2
- package/dist/models/work-order-internal-status-enum.js +1 -3
- package/dist/models/work-order-issue-type-enum.d.ts +0 -10
- package/dist/models/work-order-issue-type-enum.js +1 -11
- package/dist/models/work-order-report-vo.d.ts +1 -8
- package/dist/models/work-order-settings-type-enum.d.ts +0 -1
- package/dist/models/work-order-settings-type-enum.js +1 -2
- 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-type-enum.d.ts +0 -1
- package/dist/models/work-order-type-enum.js +1 -2
- package/models/equipment-detail-dto.ts +3 -29
- package/models/equipment-edit-batch-vo.ts +2 -7
- package/models/equipment-edit-vo.ts +3 -23
- package/models/equipment-search-system-dto.ts +3 -29
- package/models/equipment-search-vo.ts +3 -8
- package/models/equipment-tree-details-dto.ts +3 -29
- package/models/get-user-wx200-response.ts +10 -10
- package/models/index.ts +1 -17
- package/models/ipage-access-vo.ts +6 -6
- package/models/network-monitor-repair-add-vo.ts +0 -6
- package/models/network-monitor-repair-details-dto.ts +0 -15
- package/models/park-info-dto.ts +0 -6
- package/models/result-code.ts +0 -1
- package/models/space-add-excel-dto.ts +10 -28
- package/models/space-add-vo.ts +9 -24
- package/models/space-detail-dto.ts +3 -18
- package/models/space-edit-vo.ts +3 -18
- package/models/{space-industry-attribute-enum.ts → space-industry-attribute.ts} +2 -2
- package/models/space-tree-dto.ts +3 -18
- package/models/space.ts +3 -3
- package/models/sync-equipment-vo.ts +174 -15
- package/models/system-user-msg-source-type-enum.ts +1 -2
- package/models/work-order-ext-data.ts +0 -9
- package/models/work-order-internal-status-enum.ts +1 -3
- package/models/work-order-issue-type-enum.ts +1 -11
- package/models/work-order-report-vo.ts +1 -10
- package/models/work-order-settings-type-enum.ts +1 -2
- package/models/work-order-source-enum.ts +1 -1
- package/models/work-order-type-enum.ts +1 -2
- package/package.json +1 -1
- package/apis/offline-alert-work-order-controller-api.ts +0 -149
- package/dist/apis/offline-alert-work-order-controller-api.d.ts +0 -87
- package/dist/apis/offline-alert-work-order-controller-api.js +0 -138
- package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +0 -87
- package/dist/esm/apis/offline-alert-work-order-controller-api.js +0 -131
- package/dist/esm/models/equipment-status-enum.d.ts +0 -25
- package/dist/esm/models/equipment-status-enum.js +0 -26
- package/dist/esm/models/equipment-status.d.ts +0 -30
- package/dist/esm/models/equipment-status.js +0 -14
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -43
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -14
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -62
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -14
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.js +0 -14
- package/dist/esm/models/offline-alert-device-vo.d.ts +0 -30
- package/dist/esm/models/offline-alert-device-vo.js +0 -14
- package/dist/esm/models/offline-alert-submit-vo.d.ts +0 -43
- package/dist/esm/models/offline-alert-submit-vo.js +0 -14
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +0 -91
- package/dist/esm/models/offline-alert-work-order-details-dto.js +0 -14
- package/dist/esm/models/offline-alert-work-order-info.d.ts +0 -72
- package/dist/esm/models/offline-alert-work-order-info.js +0 -21
- package/dist/esm/models/offline-alert-work-order-vo.d.ts +0 -43
- package/dist/esm/models/offline-alert-work-order-vo.js +0 -14
- package/dist/esm/models/source-work-order-dto.d.ts +0 -37
- package/dist/esm/models/source-work-order-dto.js +0 -14
- package/dist/esm/models/space-level-enum.d.ts +0 -23
- package/dist/esm/models/space-level-enum.js +0 -24
- package/dist/esm/models/sync-equipment-status-vo.d.ts +0 -37
- package/dist/esm/models/sync-equipment-status-vo.js +0 -14
- package/dist/esm/models/sync-equipment-vo-equipment.d.ts +0 -90
- package/dist/esm/models/sync-equipment-vo-equipment.js +0 -14
- package/dist/esm/models/third-party-system-enum.d.ts +0 -22
- package/dist/esm/models/third-party-system-enum.js +0 -23
- package/dist/esm/models/work-order-submit-vo.d.ts +0 -25
- package/dist/esm/models/work-order-submit-vo.js +0 -14
- package/dist/models/equipment-status-enum.d.ts +0 -25
- package/dist/models/equipment-status-enum.js +0 -29
- package/dist/models/equipment-status.d.ts +0 -30
- package/dist/models/equipment-status.js +0 -15
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -43
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -15
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -62
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -15
- package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +0 -62
- package/dist/models/json-result-offline-alert-work-order-details-dto.js +0 -15
- package/dist/models/offline-alert-device-vo.d.ts +0 -30
- package/dist/models/offline-alert-device-vo.js +0 -15
- package/dist/models/offline-alert-submit-vo.d.ts +0 -43
- package/dist/models/offline-alert-submit-vo.js +0 -15
- package/dist/models/offline-alert-work-order-details-dto.d.ts +0 -91
- package/dist/models/offline-alert-work-order-details-dto.js +0 -15
- package/dist/models/offline-alert-work-order-info.d.ts +0 -72
- package/dist/models/offline-alert-work-order-info.js +0 -24
- package/dist/models/offline-alert-work-order-vo.d.ts +0 -43
- package/dist/models/offline-alert-work-order-vo.js +0 -15
- package/dist/models/source-work-order-dto.d.ts +0 -37
- package/dist/models/source-work-order-dto.js +0 -15
- package/dist/models/space-level-enum.d.ts +0 -23
- package/dist/models/space-level-enum.js +0 -27
- package/dist/models/sync-equipment-status-vo.d.ts +0 -37
- package/dist/models/sync-equipment-status-vo.js +0 -15
- package/dist/models/sync-equipment-vo-equipment.d.ts +0 -90
- package/dist/models/sync-equipment-vo-equipment.js +0 -15
- package/dist/models/third-party-system-enum.d.ts +0 -22
- package/dist/models/third-party-system-enum.js +0 -26
- package/dist/models/work-order-submit-vo.d.ts +0 -25
- package/dist/models/work-order-submit-vo.js +0 -15
- package/models/equipment-status-enum.ts +0 -35
- package/models/equipment-status.ts +0 -36
- package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +0 -51
- package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +0 -72
- package/models/json-result-offline-alert-work-order-details-dto.ts +0 -72
- package/models/offline-alert-device-vo.ts +0 -36
- package/models/offline-alert-submit-vo.ts +0 -53
- package/models/offline-alert-work-order-details-dto.ts +0 -113
- package/models/offline-alert-work-order-info.ts +0 -86
- package/models/offline-alert-work-order-vo.ts +0 -53
- package/models/source-work-order-dto.ts +0 -47
- package/models/space-level-enum.ts +0 -33
- package/models/sync-equipment-status-vo.ts +0 -45
- package/models/sync-equipment-vo-equipment.ts +0 -96
- package/models/third-party-system-enum.ts +0 -32
- package/models/work-order-submit-vo.ts +0 -33
|
@@ -9,29 +9,190 @@
|
|
|
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';
|
|
13
12
|
/**
|
|
14
13
|
* 同步设备参数
|
|
15
14
|
* @export
|
|
16
|
-
* @interface
|
|
15
|
+
* @interface SyncEquipmentVO
|
|
17
16
|
*/
|
|
18
|
-
export interface
|
|
17
|
+
export interface SyncEquipmentVO {
|
|
19
18
|
/**
|
|
20
|
-
*
|
|
19
|
+
* IOT设备部件id
|
|
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
|
+
* 设备部件编码
|
|
21
110
|
* @type {string}
|
|
22
|
-
* @memberof
|
|
111
|
+
* @memberof SyncEquipmentVO
|
|
23
112
|
*/
|
|
24
|
-
'
|
|
113
|
+
'unitCode'?: string;
|
|
25
114
|
/**
|
|
26
|
-
*
|
|
115
|
+
* 设备部件名称
|
|
27
116
|
* @type {string}
|
|
28
|
-
* @memberof
|
|
117
|
+
* @memberof SyncEquipmentVO
|
|
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
|
|
29
190
|
*/
|
|
30
|
-
'
|
|
191
|
+
'uploadTimeInterval'?: number;
|
|
31
192
|
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {
|
|
34
|
-
* @memberof
|
|
193
|
+
* 节点id
|
|
194
|
+
* @type {number}
|
|
195
|
+
* @memberof SyncEquipmentVO
|
|
35
196
|
*/
|
|
36
|
-
'
|
|
197
|
+
'nodeId'?: number;
|
|
37
198
|
}
|
|
@@ -21,6 +21,5 @@ 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";
|
|
25
24
|
};
|
|
26
25
|
export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
|
|
@@ -25,6 +25,5 @@ exports.SystemUserMsgSourceTypeEnum = {
|
|
|
25
25
|
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
26
26
|
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
27
27
|
NetworkMonitoringRepairWorkOrder: 'NETWORK_MONITORING_REPAIR_WORK_ORDER',
|
|
28
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
29
|
-
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
28
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
30
29
|
};
|
|
@@ -10,7 +10,6 @@
|
|
|
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';
|
|
14
13
|
import type { ViolationWorkOrderInfo } from './violation-work-order-info';
|
|
15
14
|
/**
|
|
16
15
|
* 工单扩展数据
|
|
@@ -30,10 +29,4 @@ export interface WorkOrderExtData {
|
|
|
30
29
|
* @memberof WorkOrderExtData
|
|
31
30
|
*/
|
|
32
31
|
'violationWorkOrderInfo'?: ViolationWorkOrderInfo;
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
* @type {OfflineAlertWorkOrderInfo}
|
|
36
|
-
* @memberof WorkOrderExtData
|
|
37
|
-
*/
|
|
38
|
-
'offlineAlertWorkOrderInfo'?: OfflineAlertWorkOrderInfo;
|
|
39
32
|
}
|
|
@@ -25,7 +25,5 @@ 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";
|
|
30
28
|
};
|
|
31
29
|
export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
|
|
@@ -29,7 +29,5 @@ exports.WorkOrderInternalStatusEnum = {
|
|
|
29
29
|
NetworkMonitorRepairInProgressLevelThree: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE',
|
|
30
30
|
ViolationWorkOrderInProgressLevelOne: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
31
31
|
ViolationWorkOrderInProgressLevelTwo: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
|
|
32
|
-
ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
|
|
33
|
-
OfflineAlertWorkOrderInProgressLevelOne: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
34
|
-
OfflineAlertWorkOrderInProgressLevelTwo: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
|
|
32
|
+
ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
|
|
35
33
|
};
|
|
@@ -32,15 +32,5 @@ 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";
|
|
45
35
|
};
|
|
46
36
|
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|
|
@@ -36,15 +36,5 @@ exports.WorkOrderIssueTypeEnum = {
|
|
|
36
36
|
TransportQualityIssue: 'TRANSPORT_QUALITY_ISSUE',
|
|
37
37
|
LoadingQualityIssue: 'LOADING_QUALITY_ISSUE',
|
|
38
38
|
ClaimRecovery: 'CLAIM_RECOVERY',
|
|
39
|
-
Operations: 'OPERATIONS'
|
|
40
|
-
PowerOutage: 'POWER_OUTAGE',
|
|
41
|
-
LineReconstruction: 'LINE_RECONSTRUCTION',
|
|
42
|
-
OfficeRenovation: 'OFFICE_RENOVATION',
|
|
43
|
-
ParkConstruction: 'PARK_CONSTRUCTION',
|
|
44
|
-
MoveWarehouse: 'MOVE_WAREHOUSE',
|
|
45
|
-
RemoveWarehouse: 'REMOVE_WAREHOUSE',
|
|
46
|
-
NetworkJumperDamage: 'NETWORK_JUMPER_DAMAGE',
|
|
47
|
-
CrystalHeadDamage: 'CRYSTAL_HEAD_DAMAGE',
|
|
48
|
-
OpticalJumperDamage: 'OPTICAL_JUMPER_DAMAGE',
|
|
49
|
-
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT'
|
|
39
|
+
Operations: 'OPERATIONS'
|
|
50
40
|
};
|
|
@@ -9,7 +9,6 @@
|
|
|
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';
|
|
13
12
|
import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
14
13
|
/**
|
|
15
14
|
* 工单上报
|
|
@@ -28,11 +27,5 @@ export interface WorkOrderReportVo {
|
|
|
28
27
|
* @type {number}
|
|
29
28
|
* @memberof WorkOrderReportVo
|
|
30
29
|
*/
|
|
31
|
-
'handlerUserId'
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {OfflineAlertWorkOrderVo}
|
|
35
|
-
* @memberof WorkOrderReportVo
|
|
36
|
-
*/
|
|
37
|
-
'offlineAlertWorkOrder'?: OfflineAlertWorkOrderVo;
|
|
30
|
+
'handlerUserId': number;
|
|
38
31
|
}
|
|
@@ -21,6 +21,5 @@ 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";
|
|
25
24
|
};
|
|
26
25
|
export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
|
|
@@ -25,6 +25,5 @@ exports.WorkOrderSettingsTypeEnum = {
|
|
|
25
25
|
AiWorkOrder: 'AI_WORK_ORDER',
|
|
26
26
|
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
27
27
|
NetworkMonitorRepairWorkOrder: 'NETWORK_MONITOR_REPAIR_WORK_ORDER',
|
|
28
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
29
|
-
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
28
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
30
29
|
};
|
|
@@ -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 SurveillanceOffLineTransferWorkOrder: "SURVEILLANCE_OFF_LINE_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];
|
|
@@ -26,6 +26,6 @@ exports.WorkOrderSourceEnum = {
|
|
|
26
26
|
InspectionTransferWorkOrder: 'INSPECTION_TRANSFER_WORK_ORDER',
|
|
27
27
|
AiInspectionTransferWorkOrder: 'AI_INSPECTION_TRANSFER_WORK_ORDER',
|
|
28
28
|
MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER',
|
|
29
|
-
|
|
29
|
+
SurveillanceOffLineTransferWorkOrder: 'SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER',
|
|
30
30
|
HkAiAlertTransferWorkOrder: 'HK_AI_ALERT_TRANSFER_WORK_ORDER'
|
|
31
31
|
};
|
|
@@ -32,6 +32,5 @@ 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";
|
|
36
35
|
};
|
|
37
36
|
export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
|
|
@@ -36,6 +36,5 @@ exports.WorkOrderTypeEnum = {
|
|
|
36
36
|
VideoRecognitionAlarm: 'VIDEO_RECOGNITION_ALARM',
|
|
37
37
|
AiInspection: 'AI_INSPECTION',
|
|
38
38
|
NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
|
|
39
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
40
|
-
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
39
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
41
40
|
};
|
|
@@ -13,12 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import type { EquipmentStatusEnum } from './equipment-status-enum';
|
|
19
|
-
// May contain unused imports in some cases
|
|
20
|
-
// @ts-ignore
|
|
21
|
-
import type { ThirdPartySystemEnum } from './third-party-system-enum';
|
|
22
16
|
|
|
23
17
|
/**
|
|
24
18
|
* 设备详情
|
|
@@ -39,11 +33,11 @@ export interface EquipmentDetailDTO {
|
|
|
39
33
|
*/
|
|
40
34
|
'equipmentName'?: string;
|
|
41
35
|
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {
|
|
36
|
+
* 设备状态
|
|
37
|
+
* @type {string}
|
|
44
38
|
* @memberof EquipmentDetailDTO
|
|
45
39
|
*/
|
|
46
|
-
'equipmentStatus'?:
|
|
40
|
+
'equipmentStatus'?: string;
|
|
47
41
|
/**
|
|
48
42
|
* 设备系统
|
|
49
43
|
* @type {string}
|
|
@@ -230,25 +224,5 @@ export interface EquipmentDetailDTO {
|
|
|
230
224
|
* @memberof EquipmentDetailDTO
|
|
231
225
|
*/
|
|
232
226
|
'relatedEquipmentIds'?: Array<number>;
|
|
233
|
-
/**
|
|
234
|
-
*
|
|
235
|
-
* @type {ThirdPartySystemEnum}
|
|
236
|
-
* @memberof EquipmentDetailDTO
|
|
237
|
-
*/
|
|
238
|
-
'source'?: ThirdPartySystemEnum;
|
|
239
|
-
/**
|
|
240
|
-
* 设备编码
|
|
241
|
-
* @type {string}
|
|
242
|
-
* @memberof EquipmentDetailDTO
|
|
243
|
-
*/
|
|
244
|
-
'equipmentCode'?: string;
|
|
245
|
-
/**
|
|
246
|
-
* 资产编码
|
|
247
|
-
* @type {string}
|
|
248
|
-
* @memberof EquipmentDetailDTO
|
|
249
|
-
*/
|
|
250
|
-
'famEquipmentCode'?: string;
|
|
251
227
|
}
|
|
252
228
|
|
|
253
|
-
|
|
254
|
-
|
|
@@ -13,9 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import type { EquipmentStatusEnum } from './equipment-status-enum';
|
|
19
16
|
|
|
20
17
|
/**
|
|
21
18
|
*
|
|
@@ -31,10 +28,10 @@ export interface EquipmentEditBatchVo {
|
|
|
31
28
|
'id'?: number;
|
|
32
29
|
/**
|
|
33
30
|
*
|
|
34
|
-
* @type {
|
|
31
|
+
* @type {string}
|
|
35
32
|
* @memberof EquipmentEditBatchVo
|
|
36
33
|
*/
|
|
37
|
-
'equipmentStatus'?:
|
|
34
|
+
'equipmentStatus'?: string;
|
|
38
35
|
/**
|
|
39
36
|
*
|
|
40
37
|
* @type {Array<number>}
|
|
@@ -43,5 +40,3 @@ export interface EquipmentEditBatchVo {
|
|
|
43
40
|
'superiorId'?: Array<number>;
|
|
44
41
|
}
|
|
45
42
|
|
|
46
|
-
|
|
47
|
-
|
|
@@ -13,12 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import type { EquipmentStatusEnum } from './equipment-status-enum';
|
|
19
|
-
// May contain unused imports in some cases
|
|
20
|
-
// @ts-ignore
|
|
21
|
-
import type { ThirdPartySystemEnum } from './third-party-system-enum';
|
|
22
16
|
|
|
23
17
|
/**
|
|
24
18
|
* 设备编辑参数
|
|
@@ -63,11 +57,11 @@ export interface EquipmentEditVo {
|
|
|
63
57
|
*/
|
|
64
58
|
'maintenanceCompany'?: string;
|
|
65
59
|
/**
|
|
66
|
-
*
|
|
67
|
-
* @type {
|
|
60
|
+
* 设备状态
|
|
61
|
+
* @type {string}
|
|
68
62
|
* @memberof EquipmentEditVo
|
|
69
63
|
*/
|
|
70
|
-
'equipmentStatus'?:
|
|
64
|
+
'equipmentStatus'?: string;
|
|
71
65
|
/**
|
|
72
66
|
* 技术联系人
|
|
73
67
|
* @type {string}
|
|
@@ -164,19 +158,5 @@ export interface EquipmentEditVo {
|
|
|
164
158
|
* @memberof EquipmentEditVo
|
|
165
159
|
*/
|
|
166
160
|
'relatedEquipmentIds'?: Array<number>;
|
|
167
|
-
/**
|
|
168
|
-
*
|
|
169
|
-
* @type {ThirdPartySystemEnum}
|
|
170
|
-
* @memberof EquipmentEditVo
|
|
171
|
-
*/
|
|
172
|
-
'source'?: ThirdPartySystemEnum;
|
|
173
|
-
/**
|
|
174
|
-
* 设备编码
|
|
175
|
-
* @type {string}
|
|
176
|
-
* @memberof EquipmentEditVo
|
|
177
|
-
*/
|
|
178
|
-
'equipmentCode'?: string;
|
|
179
161
|
}
|
|
180
162
|
|
|
181
|
-
|
|
182
|
-
|
|
@@ -13,15 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import type { EquipmentStatusEnum } from './equipment-status-enum';
|
|
19
16
|
// May contain unused imports in some cases
|
|
20
17
|
// @ts-ignore
|
|
21
18
|
import type { MaintenanceHistoryDto } from './maintenance-history-dto';
|
|
22
|
-
// May contain unused imports in some cases
|
|
23
|
-
// @ts-ignore
|
|
24
|
-
import type { ThirdPartySystemEnum } from './third-party-system-enum';
|
|
25
19
|
|
|
26
20
|
/**
|
|
27
21
|
* 设备列表参数
|
|
@@ -42,11 +36,11 @@ export interface EquipmentSearchSystemDTO {
|
|
|
42
36
|
*/
|
|
43
37
|
'equipmentName'?: string;
|
|
44
38
|
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {
|
|
39
|
+
* 设备状态
|
|
40
|
+
* @type {string}
|
|
47
41
|
* @memberof EquipmentSearchSystemDTO
|
|
48
42
|
*/
|
|
49
|
-
'equipmentStatus'?:
|
|
43
|
+
'equipmentStatus'?: string;
|
|
50
44
|
/**
|
|
51
45
|
* 设备系统
|
|
52
46
|
* @type {string}
|
|
@@ -245,25 +239,5 @@ export interface EquipmentSearchSystemDTO {
|
|
|
245
239
|
* @memberof EquipmentSearchSystemDTO
|
|
246
240
|
*/
|
|
247
241
|
'spacePoint'?: Array<Array<number>>;
|
|
248
|
-
/**
|
|
249
|
-
*
|
|
250
|
-
* @type {ThirdPartySystemEnum}
|
|
251
|
-
* @memberof EquipmentSearchSystemDTO
|
|
252
|
-
*/
|
|
253
|
-
'source'?: ThirdPartySystemEnum;
|
|
254
|
-
/**
|
|
255
|
-
* 设备编码
|
|
256
|
-
* @type {string}
|
|
257
|
-
* @memberof EquipmentSearchSystemDTO
|
|
258
|
-
*/
|
|
259
|
-
'equipmentCode'?: string;
|
|
260
|
-
/**
|
|
261
|
-
* 资产编码
|
|
262
|
-
* @type {string}
|
|
263
|
-
* @memberof EquipmentSearchSystemDTO
|
|
264
|
-
*/
|
|
265
|
-
'famEquipmentCode'?: string;
|
|
266
242
|
}
|
|
267
243
|
|
|
268
|
-
|
|
269
|
-
|
|
@@ -13,9 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import type { EquipmentStatusEnum } from './equipment-status-enum';
|
|
19
16
|
|
|
20
17
|
/**
|
|
21
18
|
* 设备搜索
|
|
@@ -96,11 +93,11 @@ export interface EquipmentSearchVo {
|
|
|
96
93
|
*/
|
|
97
94
|
'equipmentLocation'?: string;
|
|
98
95
|
/**
|
|
99
|
-
*
|
|
100
|
-
* @type {
|
|
96
|
+
* 设备状态
|
|
97
|
+
* @type {number}
|
|
101
98
|
* @memberof EquipmentSearchVo
|
|
102
99
|
*/
|
|
103
|
-
'equipmentStatus'?:
|
|
100
|
+
'equipmentStatus'?: number;
|
|
104
101
|
/**
|
|
105
102
|
* 园区id
|
|
106
103
|
* @type {number}
|
|
@@ -133,5 +130,3 @@ export interface EquipmentSearchVo {
|
|
|
133
130
|
'equipmentIds'?: Array<number>;
|
|
134
131
|
}
|
|
135
132
|
|
|
136
|
-
|
|
137
|
-
|
|
@@ -13,12 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import type { EquipmentStatusEnum } from './equipment-status-enum';
|
|
19
|
-
// May contain unused imports in some cases
|
|
20
|
-
// @ts-ignore
|
|
21
|
-
import type { ThirdPartySystemEnum } from './third-party-system-enum';
|
|
22
16
|
|
|
23
17
|
/**
|
|
24
18
|
* 设备tree详情
|
|
@@ -39,11 +33,11 @@ export interface EquipmentTreeDetailsDTO {
|
|
|
39
33
|
*/
|
|
40
34
|
'equipmentName'?: string;
|
|
41
35
|
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {
|
|
36
|
+
* 设备状态
|
|
37
|
+
* @type {number}
|
|
44
38
|
* @memberof EquipmentTreeDetailsDTO
|
|
45
39
|
*/
|
|
46
|
-
'equipmentStatus'?:
|
|
40
|
+
'equipmentStatus'?: number;
|
|
47
41
|
/**
|
|
48
42
|
* 空间id
|
|
49
43
|
* @type {number}
|
|
@@ -62,25 +56,5 @@ export interface EquipmentTreeDetailsDTO {
|
|
|
62
56
|
* @memberof EquipmentTreeDetailsDTO
|
|
63
57
|
*/
|
|
64
58
|
'relatedEquipmentIds'?: Array<number>;
|
|
65
|
-
/**
|
|
66
|
-
*
|
|
67
|
-
* @type {ThirdPartySystemEnum}
|
|
68
|
-
* @memberof EquipmentTreeDetailsDTO
|
|
69
|
-
*/
|
|
70
|
-
'source'?: ThirdPartySystemEnum;
|
|
71
|
-
/**
|
|
72
|
-
* 设备编码
|
|
73
|
-
* @type {string}
|
|
74
|
-
* @memberof EquipmentTreeDetailsDTO
|
|
75
|
-
*/
|
|
76
|
-
'equipmentCode'?: string;
|
|
77
|
-
/**
|
|
78
|
-
* 资产编码
|
|
79
|
-
* @type {string}
|
|
80
|
-
* @memberof EquipmentTreeDetailsDTO
|
|
81
|
-
*/
|
|
82
|
-
'famEquipmentCode'?: string;
|
|
83
59
|
}
|
|
84
60
|
|
|
85
|
-
|
|
86
|
-
|
|
@@ -26,12 +26,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
26
26
|
* @interface GetUserWx200Response
|
|
27
27
|
*/
|
|
28
28
|
export interface GetUserWx200Response {
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {object}
|
|
32
|
-
* @memberof GetUserWx200Response
|
|
33
|
-
*/
|
|
34
|
-
'trailerFields'?: object;
|
|
35
29
|
/**
|
|
36
30
|
*
|
|
37
31
|
* @type {number}
|
|
@@ -46,10 +40,16 @@ export interface GetUserWx200Response {
|
|
|
46
40
|
'headerNames'?: Array<string>;
|
|
47
41
|
/**
|
|
48
42
|
*
|
|
49
|
-
* @type {
|
|
43
|
+
* @type {object}
|
|
50
44
|
* @memberof GetUserWx200Response
|
|
51
45
|
*/
|
|
52
|
-
'
|
|
46
|
+
'trailerFields'?: object;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {GetUserWx200ResponseLocale}
|
|
50
|
+
* @memberof GetUserWx200Response
|
|
51
|
+
*/
|
|
52
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
55
|
* @type {string}
|
|
@@ -70,10 +70,10 @@ export interface GetUserWx200Response {
|
|
|
70
70
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
71
71
|
/**
|
|
72
72
|
*
|
|
73
|
-
* @type {
|
|
73
|
+
* @type {number}
|
|
74
74
|
* @memberof GetUserWx200Response
|
|
75
75
|
*/
|
|
76
|
-
'
|
|
76
|
+
'bufferSize'?: number;
|
|
77
77
|
/**
|
|
78
78
|
*
|
|
79
79
|
* @type {string}
|