@gizone/rrs-client 4.1.2-alpha.180 → 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 +6 -6
- package/dist/esm/models/index.d.ts +1 -17
- package/dist/esm/models/index.js +1 -17
- 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 +6 -6
- package/dist/models/index.d.ts +1 -17
- package/dist/models/index.js +1 -17
- 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 +6 -6
- package/models/index.ts +1 -17
- 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
|
@@ -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}
|
|
@@ -44,6 +38,12 @@ export interface GetUserWx200Response {
|
|
|
44
38
|
* @memberof GetUserWx200Response
|
|
45
39
|
*/
|
|
46
40
|
'headerNames'?: Array<string>;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {object}
|
|
44
|
+
* @memberof GetUserWx200Response
|
|
45
|
+
*/
|
|
46
|
+
'trailerFields'?: object;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* @type {GetUserWx200ResponseLocale}
|
package/models/index.ts
CHANGED
|
@@ -180,8 +180,6 @@ 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';
|
|
185
183
|
export * from './equipment-system-add-vo';
|
|
186
184
|
export * from './equipment-system-edit-vo';
|
|
187
185
|
export * from './equipment-system-entity';
|
|
@@ -208,7 +206,6 @@ export * from './excel-import-result-dtocalendar-export-dto';
|
|
|
208
206
|
export * from './excel-import-result-dtoequipment-excel-add-dto';
|
|
209
207
|
export * from './excel-import-result-dtoinspection-standard-import-dto';
|
|
210
208
|
export * from './excel-import-result-dtomaintenance-standard-import-dto';
|
|
211
|
-
export * from './excel-import-upload-to-redis-vo-space-add-excel-dto';
|
|
212
209
|
export * from './export-energy-meter-record-bo';
|
|
213
210
|
export * from './export-hire-energy-meter-record-bo';
|
|
214
211
|
export * from './export-in-park-vehicle-bo';
|
|
@@ -359,7 +356,6 @@ export * from './json-result-excel-import-result-dtocalendar-export-dto';
|
|
|
359
356
|
export * from './json-result-excel-import-result-dtoequipment-excel-add-dto';
|
|
360
357
|
export * from './json-result-excel-import-result-dtoinspection-standard-import-dto';
|
|
361
358
|
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';
|
|
363
359
|
export * from './json-result-feedback-record-detail-vo';
|
|
364
360
|
export * from './json-result-feedback-statistics-count-dto';
|
|
365
361
|
export * from './json-result-feedback-statistics-satisfaction-rating-dto';
|
|
@@ -473,7 +469,6 @@ export * from './json-result-network-monitor-repair-details-dto';
|
|
|
473
469
|
export * from './json-result-news-entity';
|
|
474
470
|
export * from './json-result-node-dto';
|
|
475
471
|
export * from './json-result-object';
|
|
476
|
-
export * from './json-result-offline-alert-work-order-details-dto';
|
|
477
472
|
export * from './json-result-owner-kanban-energy-dto';
|
|
478
473
|
export * from './json-result-owner-kanban-index-safety-inspection-dto';
|
|
479
474
|
export * from './json-result-owner-kanban-two-park-call-police-number-statistics-dto';
|
|
@@ -602,11 +597,6 @@ export * from './news-query-vo';
|
|
|
602
597
|
export * from './node-dto';
|
|
603
598
|
export * from './node-type-enum';
|
|
604
599
|
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';
|
|
610
600
|
export * from './open-barrier-po';
|
|
611
601
|
export * from './operate-message-details-dto';
|
|
612
602
|
export * from './orders';
|
|
@@ -731,7 +721,6 @@ export * from './select-park-energy-bill-detail-bo';
|
|
|
731
721
|
export * from './select-time-cost-tenant-rent-bill-bo';
|
|
732
722
|
export * from './source-alert-dto';
|
|
733
723
|
export * from './source-feedback-dto';
|
|
734
|
-
export * from './source-work-order-dto';
|
|
735
724
|
export * from './source-work-order-inspection-dto';
|
|
736
725
|
export * from './space';
|
|
737
726
|
export * from './space-add-excel-dto';
|
|
@@ -741,8 +730,7 @@ export * from './space-add-vo';
|
|
|
741
730
|
export * from './space-detail-dto';
|
|
742
731
|
export * from './space-edit-vo';
|
|
743
732
|
export * from './space-image-detail-dto';
|
|
744
|
-
export * from './space-industry-attribute
|
|
745
|
-
export * from './space-level-enum';
|
|
733
|
+
export * from './space-industry-attribute';
|
|
746
734
|
export * from './space-point-dto';
|
|
747
735
|
export * from './space-point-vo';
|
|
748
736
|
export * from './space-qr-code';
|
|
@@ -792,9 +780,7 @@ export * from './switch-pak-body';
|
|
|
792
780
|
export * from './switch-pak-body-v2-vo';
|
|
793
781
|
export * from './switch-park-v2-dto';
|
|
794
782
|
export * from './sync-device-unit-vo';
|
|
795
|
-
export * from './sync-equipment-status-vo';
|
|
796
783
|
export * from './sync-equipment-vo';
|
|
797
|
-
export * from './sync-equipment-vo-equipment';
|
|
798
784
|
export * from './sys-config';
|
|
799
785
|
export * from './sys-dept';
|
|
800
786
|
export * from './sys-dept-drop-down-box-list-dto';
|
|
@@ -819,7 +805,6 @@ export * from './system-user-msg-source-type-enum';
|
|
|
819
805
|
export * from './system-user-msg-type-enum';
|
|
820
806
|
export * from './table-data-info';
|
|
821
807
|
export * from './tenant-surrender-vo';
|
|
822
|
-
export * from './third-party-system-enum';
|
|
823
808
|
export * from './unit-item';
|
|
824
809
|
export * from './unloading-area-add-vo';
|
|
825
810
|
export * from './unloading-area-entity';
|
|
@@ -901,7 +886,6 @@ export * from './work-order-status-enum';
|
|
|
901
886
|
export * from './work-order-status-vo';
|
|
902
887
|
export * from './work-order-step-by-step-push-dto';
|
|
903
888
|
export * from './work-order-step-by-step-push-user-details-dto';
|
|
904
|
-
export * from './work-order-submit-vo';
|
|
905
889
|
export * from './work-order-surveillance-dto';
|
|
906
890
|
export * from './work-order-type-dto';
|
|
907
891
|
export * from './work-order-type-enum';
|
|
@@ -95,12 +95,6 @@ export interface NetworkMonitorRepairAddVo {
|
|
|
95
95
|
* @memberof NetworkMonitorRepairAddVo
|
|
96
96
|
*/
|
|
97
97
|
'workOrderSource': WorkOrderSourceEnum;
|
|
98
|
-
/**
|
|
99
|
-
* 来源工单ID
|
|
100
|
-
* @type {number}
|
|
101
|
-
* @memberof NetworkMonitorRepairAddVo
|
|
102
|
-
*/
|
|
103
|
-
'sourceWorkOrderId'?: number;
|
|
104
98
|
}
|
|
105
99
|
|
|
106
100
|
|
|
@@ -21,9 +21,6 @@ import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
|
|
|
21
21
|
import type { SourceAlertDTO } from './source-alert-dto';
|
|
22
22
|
// May contain unused imports in some cases
|
|
23
23
|
// @ts-ignore
|
|
24
|
-
import type { SourceWorkOrderDTO } from './source-work-order-dto';
|
|
25
|
-
// May contain unused imports in some cases
|
|
26
|
-
// @ts-ignore
|
|
27
24
|
import type { WorkOrderDeptDTO } from './work-order-dept-dto';
|
|
28
25
|
// May contain unused imports in some cases
|
|
29
26
|
// @ts-ignore
|
|
@@ -188,18 +185,6 @@ export interface NetworkMonitorRepairDetailsDto {
|
|
|
188
185
|
* @memberof NetworkMonitorRepairDetailsDto
|
|
189
186
|
*/
|
|
190
187
|
'workOrderExtData'?: WorkOrderExtData;
|
|
191
|
-
/**
|
|
192
|
-
* 来源ID
|
|
193
|
-
* @type {number}
|
|
194
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
195
|
-
*/
|
|
196
|
-
'sourceId'?: number;
|
|
197
|
-
/**
|
|
198
|
-
*
|
|
199
|
-
* @type {SourceWorkOrderDTO}
|
|
200
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
201
|
-
*/
|
|
202
|
-
'sourceWorkOrder'?: SourceWorkOrderDTO;
|
|
203
188
|
}
|
|
204
189
|
|
|
205
190
|
|
package/models/park-info-dto.ts
CHANGED
|
@@ -23,12 +23,6 @@ import type { DeptRelationDTO } from './dept-relation-dto';
|
|
|
23
23
|
* @interface ParkInfoDTO
|
|
24
24
|
*/
|
|
25
25
|
export interface ParkInfoDTO {
|
|
26
|
-
/**
|
|
27
|
-
* 园区ID
|
|
28
|
-
* @type {number}
|
|
29
|
-
* @memberof ParkInfoDTO
|
|
30
|
-
*/
|
|
31
|
-
'parkId'?: number;
|
|
32
26
|
/**
|
|
33
27
|
* 园区名称
|
|
34
28
|
* @type {string}
|
package/models/result-code.ts
CHANGED
|
@@ -137,7 +137,6 @@ export const ResultCode = {
|
|
|
137
137
|
IncorrectPassword: 'INCORRECT_PASSWORD',
|
|
138
138
|
IncorrectInspectionOrder: 'INCORRECT_INSPECTION_ORDER',
|
|
139
139
|
ThirdPartyFailure: 'THIRD_PARTY_FAILURE',
|
|
140
|
-
WorkOrderIssueType: 'WORK_ORDER_ISSUE_TYPE',
|
|
141
140
|
UnknownException: 'UNKNOWN_EXCEPTION',
|
|
142
141
|
RecordAlreadyExistsInTheDatabase: 'RECORD_ALREADY_EXISTS_IN_THE_DATABASE',
|
|
143
142
|
SqlException: 'SQL_EXCEPTION',
|
|
@@ -25,67 +25,55 @@ export interface SpaceAddExcelDTO {
|
|
|
25
25
|
* @type {string}
|
|
26
26
|
* @memberof SpaceAddExcelDTO
|
|
27
27
|
*/
|
|
28
|
-
'spaceName'
|
|
29
|
-
/**
|
|
30
|
-
* 空间类型
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof SpaceAddExcelDTO
|
|
33
|
-
*/
|
|
34
|
-
'spaceLevel'?: string;
|
|
35
|
-
/**
|
|
36
|
-
* 空间编码
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof SpaceAddExcelDTO
|
|
39
|
-
*/
|
|
40
|
-
'spaceCode'?: string;
|
|
28
|
+
'spaceName': string;
|
|
41
29
|
/**
|
|
42
30
|
* 上级空间
|
|
43
31
|
* @type {string}
|
|
44
32
|
* @memberof SpaceAddExcelDTO
|
|
45
33
|
*/
|
|
46
|
-
'parentName'
|
|
34
|
+
'parentName': string;
|
|
47
35
|
/**
|
|
48
36
|
* 空间属性
|
|
49
37
|
* @type {string}
|
|
50
38
|
* @memberof SpaceAddExcelDTO
|
|
51
39
|
*/
|
|
52
|
-
'spaceAttribute'
|
|
40
|
+
'spaceAttribute': string;
|
|
53
41
|
/**
|
|
54
42
|
* 空间总租聘面积
|
|
55
43
|
* @type {number}
|
|
56
44
|
* @memberof SpaceAddExcelDTO
|
|
57
45
|
*/
|
|
58
|
-
'spaceTotalArea'
|
|
46
|
+
'spaceTotalArea': number;
|
|
59
47
|
/**
|
|
60
48
|
* 空间总建筑面积
|
|
61
49
|
* @type {number}
|
|
62
50
|
* @memberof SpaceAddExcelDTO
|
|
63
51
|
*/
|
|
64
|
-
'floorArea'
|
|
52
|
+
'floorArea': number;
|
|
65
53
|
/**
|
|
66
54
|
* 地面承重
|
|
67
55
|
* @type {string}
|
|
68
56
|
* @memberof SpaceAddExcelDTO
|
|
69
57
|
*/
|
|
70
|
-
'spaceGroundBearing'
|
|
58
|
+
'spaceGroundBearing': string;
|
|
71
59
|
/**
|
|
72
60
|
* 防火等级
|
|
73
61
|
* @type {string}
|
|
74
62
|
* @memberof SpaceAddExcelDTO
|
|
75
63
|
*/
|
|
76
|
-
'spaceFireRating'
|
|
64
|
+
'spaceFireRating': string;
|
|
77
65
|
/**
|
|
78
66
|
* 物业结构
|
|
79
67
|
* @type {string}
|
|
80
68
|
* @memberof SpaceAddExcelDTO
|
|
81
69
|
*/
|
|
82
|
-
'spacePropertyStructure'
|
|
70
|
+
'spacePropertyStructure': string;
|
|
83
71
|
/**
|
|
84
72
|
* 展示方式
|
|
85
73
|
* @type {string}
|
|
86
74
|
* @memberof SpaceAddExcelDTO
|
|
87
75
|
*/
|
|
88
|
-
'imageDisplayMethod'
|
|
76
|
+
'imageDisplayMethod': string;
|
|
89
77
|
/**
|
|
90
78
|
* 排序
|
|
91
79
|
* @type {number}
|
|
@@ -97,7 +85,7 @@ export interface SpaceAddExcelDTO {
|
|
|
97
85
|
* @type {string}
|
|
98
86
|
* @memberof SpaceAddExcelDTO
|
|
99
87
|
*/
|
|
100
|
-
'
|
|
88
|
+
'industryAttributes'?: string;
|
|
101
89
|
/**
|
|
102
90
|
* 行数
|
|
103
91
|
* @type {number}
|
|
@@ -110,11 +98,5 @@ export interface SpaceAddExcelDTO {
|
|
|
110
98
|
* @memberof SpaceAddExcelDTO
|
|
111
99
|
*/
|
|
112
100
|
'tips'?: string;
|
|
113
|
-
/**
|
|
114
|
-
*
|
|
115
|
-
* @type {boolean}
|
|
116
|
-
* @memberof SpaceAddExcelDTO
|
|
117
|
-
*/
|
|
118
|
-
'success'?: boolean;
|
|
119
101
|
}
|
|
120
102
|
|
package/models/space-add-vo.ts
CHANGED
|
@@ -15,10 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import type {
|
|
19
|
-
// May contain unused imports in some cases
|
|
20
|
-
// @ts-ignore
|
|
21
|
-
import type { SpaceLevelEnum } from './space-level-enum';
|
|
18
|
+
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
22
19
|
|
|
23
20
|
/**
|
|
24
21
|
* 新增空间参数
|
|
@@ -57,23 +54,23 @@ export interface SpaceAddVO {
|
|
|
57
54
|
*/
|
|
58
55
|
'spaceTotalArea': number;
|
|
59
56
|
/**
|
|
60
|
-
*
|
|
57
|
+
*
|
|
61
58
|
* @type {string}
|
|
62
59
|
* @memberof SpaceAddVO
|
|
63
60
|
*/
|
|
64
|
-
'spaceGroundBearing'
|
|
61
|
+
'spaceGroundBearing': string;
|
|
65
62
|
/**
|
|
66
|
-
*
|
|
63
|
+
*
|
|
67
64
|
* @type {string}
|
|
68
65
|
* @memberof SpaceAddVO
|
|
69
66
|
*/
|
|
70
|
-
'spaceFireRating'
|
|
67
|
+
'spaceFireRating': string;
|
|
71
68
|
/**
|
|
72
|
-
*
|
|
69
|
+
*
|
|
73
70
|
* @type {string}
|
|
74
71
|
* @memberof SpaceAddVO
|
|
75
72
|
*/
|
|
76
|
-
'spacePropertyStructure'
|
|
73
|
+
'spacePropertyStructure': string;
|
|
77
74
|
/**
|
|
78
75
|
*
|
|
79
76
|
* @type {string}
|
|
@@ -118,22 +115,10 @@ export interface SpaceAddVO {
|
|
|
118
115
|
'greeneryArea'?: number;
|
|
119
116
|
/**
|
|
120
117
|
* 行业属性
|
|
121
|
-
* @type {Array<
|
|
122
|
-
* @memberof SpaceAddVO
|
|
123
|
-
*/
|
|
124
|
-
'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
|
|
125
|
-
/**
|
|
126
|
-
*
|
|
127
|
-
* @type {SpaceLevelEnum}
|
|
128
|
-
* @memberof SpaceAddVO
|
|
129
|
-
*/
|
|
130
|
-
'spaceLevel': SpaceLevelEnum;
|
|
131
|
-
/**
|
|
132
|
-
* 空间编码
|
|
133
|
-
* @type {string}
|
|
118
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
134
119
|
* @memberof SpaceAddVO
|
|
135
120
|
*/
|
|
136
|
-
'
|
|
121
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
137
122
|
}
|
|
138
123
|
|
|
139
124
|
export const SpaceAddVOImageDisplayMethodEnum = {
|