@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
package/dist/esm/models/index.js
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';
|
|
@@ -84,10 +84,4 @@ export interface NetworkMonitorRepairAddVo {
|
|
|
84
84
|
* @memberof NetworkMonitorRepairAddVo
|
|
85
85
|
*/
|
|
86
86
|
'workOrderSource': WorkOrderSourceEnum;
|
|
87
|
-
/**
|
|
88
|
-
* 来源工单ID
|
|
89
|
-
* @type {number}
|
|
90
|
-
* @memberof NetworkMonitorRepairAddVo
|
|
91
|
-
*/
|
|
92
|
-
'sourceWorkOrderId'?: number;
|
|
93
87
|
}
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
|
|
13
13
|
import type { SourceAlertDTO } from './source-alert-dto';
|
|
14
|
-
import type { SourceWorkOrderDTO } from './source-work-order-dto';
|
|
15
14
|
import type { WorkOrderDeptDTO } from './work-order-dept-dto';
|
|
16
15
|
import type { WorkOrderExtData } from './work-order-ext-data';
|
|
17
16
|
import type { WorkOrderHandlerDto } from './work-order-handler-dto';
|
|
@@ -155,16 +154,4 @@ export interface NetworkMonitorRepairDetailsDto {
|
|
|
155
154
|
* @memberof NetworkMonitorRepairDetailsDto
|
|
156
155
|
*/
|
|
157
156
|
'workOrderExtData'?: WorkOrderExtData;
|
|
158
|
-
/**
|
|
159
|
-
* 来源ID
|
|
160
|
-
* @type {number}
|
|
161
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
162
|
-
*/
|
|
163
|
-
'sourceId'?: number;
|
|
164
|
-
/**
|
|
165
|
-
*
|
|
166
|
-
* @type {SourceWorkOrderDTO}
|
|
167
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
168
|
-
*/
|
|
169
|
-
'sourceWorkOrder'?: SourceWorkOrderDTO;
|
|
170
157
|
}
|
|
@@ -16,12 +16,6 @@ import type { DeptRelationDTO } from './dept-relation-dto';
|
|
|
16
16
|
* @interface ParkInfoDTO
|
|
17
17
|
*/
|
|
18
18
|
export interface ParkInfoDTO {
|
|
19
|
-
/**
|
|
20
|
-
* 园区ID
|
|
21
|
-
* @type {number}
|
|
22
|
-
* @memberof ParkInfoDTO
|
|
23
|
-
*/
|
|
24
|
-
'parkId'?: number;
|
|
25
19
|
/**
|
|
26
20
|
* 园区名称
|
|
27
21
|
* @type {string}
|
|
@@ -131,7 +131,6 @@ export declare const ResultCode: {
|
|
|
131
131
|
readonly IncorrectPassword: "INCORRECT_PASSWORD";
|
|
132
132
|
readonly IncorrectInspectionOrder: "INCORRECT_INSPECTION_ORDER";
|
|
133
133
|
readonly ThirdPartyFailure: "THIRD_PARTY_FAILURE";
|
|
134
|
-
readonly WorkOrderIssueType: "WORK_ORDER_ISSUE_TYPE";
|
|
135
134
|
readonly UnknownException: "UNKNOWN_EXCEPTION";
|
|
136
135
|
readonly RecordAlreadyExistsInTheDatabase: "RECORD_ALREADY_EXISTS_IN_THE_DATABASE";
|
|
137
136
|
readonly SqlException: "SQL_EXCEPTION";
|
|
@@ -133,7 +133,6 @@ export const ResultCode = {
|
|
|
133
133
|
IncorrectPassword: 'INCORRECT_PASSWORD',
|
|
134
134
|
IncorrectInspectionOrder: 'INCORRECT_INSPECTION_ORDER',
|
|
135
135
|
ThirdPartyFailure: 'THIRD_PARTY_FAILURE',
|
|
136
|
-
WorkOrderIssueType: 'WORK_ORDER_ISSUE_TYPE',
|
|
137
136
|
UnknownException: 'UNKNOWN_EXCEPTION',
|
|
138
137
|
RecordAlreadyExistsInTheDatabase: 'RECORD_ALREADY_EXISTS_IN_THE_DATABASE',
|
|
139
138
|
SqlException: 'SQL_EXCEPTION',
|
|
@@ -20,67 +20,55 @@ export interface SpaceAddExcelDTO {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof SpaceAddExcelDTO
|
|
22
22
|
*/
|
|
23
|
-
'spaceName'
|
|
24
|
-
/**
|
|
25
|
-
* 空间类型
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof SpaceAddExcelDTO
|
|
28
|
-
*/
|
|
29
|
-
'spaceLevel'?: string;
|
|
30
|
-
/**
|
|
31
|
-
* 空间编码
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof SpaceAddExcelDTO
|
|
34
|
-
*/
|
|
35
|
-
'spaceCode'?: string;
|
|
23
|
+
'spaceName': string;
|
|
36
24
|
/**
|
|
37
25
|
* 上级空间
|
|
38
26
|
* @type {string}
|
|
39
27
|
* @memberof SpaceAddExcelDTO
|
|
40
28
|
*/
|
|
41
|
-
'parentName'
|
|
29
|
+
'parentName': string;
|
|
42
30
|
/**
|
|
43
31
|
* 空间属性
|
|
44
32
|
* @type {string}
|
|
45
33
|
* @memberof SpaceAddExcelDTO
|
|
46
34
|
*/
|
|
47
|
-
'spaceAttribute'
|
|
35
|
+
'spaceAttribute': string;
|
|
48
36
|
/**
|
|
49
37
|
* 空间总租聘面积
|
|
50
38
|
* @type {number}
|
|
51
39
|
* @memberof SpaceAddExcelDTO
|
|
52
40
|
*/
|
|
53
|
-
'spaceTotalArea'
|
|
41
|
+
'spaceTotalArea': number;
|
|
54
42
|
/**
|
|
55
43
|
* 空间总建筑面积
|
|
56
44
|
* @type {number}
|
|
57
45
|
* @memberof SpaceAddExcelDTO
|
|
58
46
|
*/
|
|
59
|
-
'floorArea'
|
|
47
|
+
'floorArea': number;
|
|
60
48
|
/**
|
|
61
49
|
* 地面承重
|
|
62
50
|
* @type {string}
|
|
63
51
|
* @memberof SpaceAddExcelDTO
|
|
64
52
|
*/
|
|
65
|
-
'spaceGroundBearing'
|
|
53
|
+
'spaceGroundBearing': string;
|
|
66
54
|
/**
|
|
67
55
|
* 防火等级
|
|
68
56
|
* @type {string}
|
|
69
57
|
* @memberof SpaceAddExcelDTO
|
|
70
58
|
*/
|
|
71
|
-
'spaceFireRating'
|
|
59
|
+
'spaceFireRating': string;
|
|
72
60
|
/**
|
|
73
61
|
* 物业结构
|
|
74
62
|
* @type {string}
|
|
75
63
|
* @memberof SpaceAddExcelDTO
|
|
76
64
|
*/
|
|
77
|
-
'spacePropertyStructure'
|
|
65
|
+
'spacePropertyStructure': string;
|
|
78
66
|
/**
|
|
79
67
|
* 展示方式
|
|
80
68
|
* @type {string}
|
|
81
69
|
* @memberof SpaceAddExcelDTO
|
|
82
70
|
*/
|
|
83
|
-
'imageDisplayMethod'
|
|
71
|
+
'imageDisplayMethod': string;
|
|
84
72
|
/**
|
|
85
73
|
* 排序
|
|
86
74
|
* @type {number}
|
|
@@ -92,7 +80,7 @@ export interface SpaceAddExcelDTO {
|
|
|
92
80
|
* @type {string}
|
|
93
81
|
* @memberof SpaceAddExcelDTO
|
|
94
82
|
*/
|
|
95
|
-
'
|
|
83
|
+
'industryAttributes'?: string;
|
|
96
84
|
/**
|
|
97
85
|
* 行数
|
|
98
86
|
* @type {number}
|
|
@@ -105,10 +93,4 @@ export interface SpaceAddExcelDTO {
|
|
|
105
93
|
* @memberof SpaceAddExcelDTO
|
|
106
94
|
*/
|
|
107
95
|
'tips'?: string;
|
|
108
|
-
/**
|
|
109
|
-
*
|
|
110
|
-
* @type {boolean}
|
|
111
|
-
* @memberof SpaceAddExcelDTO
|
|
112
|
-
*/
|
|
113
|
-
'success'?: boolean;
|
|
114
96
|
}
|
|
@@ -9,8 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
13
|
-
import type { SpaceLevelEnum } from './space-level-enum';
|
|
12
|
+
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
14
13
|
/**
|
|
15
14
|
* 新增空间参数
|
|
16
15
|
* @export
|
|
@@ -48,23 +47,23 @@ export interface SpaceAddVO {
|
|
|
48
47
|
*/
|
|
49
48
|
'spaceTotalArea': number;
|
|
50
49
|
/**
|
|
51
|
-
*
|
|
50
|
+
*
|
|
52
51
|
* @type {string}
|
|
53
52
|
* @memberof SpaceAddVO
|
|
54
53
|
*/
|
|
55
|
-
'spaceGroundBearing'
|
|
54
|
+
'spaceGroundBearing': string;
|
|
56
55
|
/**
|
|
57
|
-
*
|
|
56
|
+
*
|
|
58
57
|
* @type {string}
|
|
59
58
|
* @memberof SpaceAddVO
|
|
60
59
|
*/
|
|
61
|
-
'spaceFireRating'
|
|
60
|
+
'spaceFireRating': string;
|
|
62
61
|
/**
|
|
63
|
-
*
|
|
62
|
+
*
|
|
64
63
|
* @type {string}
|
|
65
64
|
* @memberof SpaceAddVO
|
|
66
65
|
*/
|
|
67
|
-
'spacePropertyStructure'
|
|
66
|
+
'spacePropertyStructure': string;
|
|
68
67
|
/**
|
|
69
68
|
*
|
|
70
69
|
* @type {string}
|
|
@@ -109,22 +108,10 @@ export interface SpaceAddVO {
|
|
|
109
108
|
'greeneryArea'?: number;
|
|
110
109
|
/**
|
|
111
110
|
* 行业属性
|
|
112
|
-
* @type {Array<
|
|
113
|
-
* @memberof SpaceAddVO
|
|
114
|
-
*/
|
|
115
|
-
'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
|
|
116
|
-
/**
|
|
117
|
-
*
|
|
118
|
-
* @type {SpaceLevelEnum}
|
|
119
|
-
* @memberof SpaceAddVO
|
|
120
|
-
*/
|
|
121
|
-
'spaceLevel': SpaceLevelEnum;
|
|
122
|
-
/**
|
|
123
|
-
* 空间编码
|
|
124
|
-
* @type {string}
|
|
111
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
125
112
|
* @memberof SpaceAddVO
|
|
126
113
|
*/
|
|
127
|
-
'
|
|
114
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
128
115
|
}
|
|
129
116
|
export declare const SpaceAddVOImageDisplayMethodEnum: {
|
|
130
117
|
readonly SelfUploading: "SELF_UPLOADING";
|
|
@@ -10,8 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { PlanImageList } from './plan-image-list';
|
|
13
|
-
import type {
|
|
14
|
-
import type { SpaceLevelEnum } from './space-level-enum';
|
|
13
|
+
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
15
14
|
import type { SpacePointDTO } from './space-point-dto';
|
|
16
15
|
/**
|
|
17
16
|
* 空间详情出参
|
|
@@ -171,22 +170,10 @@ export interface SpaceDetailDTO {
|
|
|
171
170
|
'promptText'?: string;
|
|
172
171
|
/**
|
|
173
172
|
* 行业属性
|
|
174
|
-
* @type {Array<
|
|
173
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
175
174
|
* @memberof SpaceDetailDTO
|
|
176
175
|
*/
|
|
177
|
-
'industryAttributes'?: Array<
|
|
178
|
-
/**
|
|
179
|
-
*
|
|
180
|
-
* @type {SpaceLevelEnum}
|
|
181
|
-
* @memberof SpaceDetailDTO
|
|
182
|
-
*/
|
|
183
|
-
'spaceLevel'?: SpaceLevelEnum;
|
|
184
|
-
/**
|
|
185
|
-
* 空间编码
|
|
186
|
-
* @type {string}
|
|
187
|
-
* @memberof SpaceDetailDTO
|
|
188
|
-
*/
|
|
189
|
-
'spaceCode'?: string;
|
|
176
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
190
177
|
}
|
|
191
178
|
export declare const SpaceDetailDTOImageDisplayMethodEnum: {
|
|
192
179
|
readonly SelfUploading: "SELF_UPLOADING";
|
|
@@ -9,8 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
13
|
-
import type { SpaceLevelEnum } from './space-level-enum';
|
|
12
|
+
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
14
13
|
/**
|
|
15
14
|
* 修改空间名称
|
|
16
15
|
* @export
|
|
@@ -127,22 +126,10 @@ export interface SpaceEditVO {
|
|
|
127
126
|
'promptText'?: string;
|
|
128
127
|
/**
|
|
129
128
|
* 行业属性
|
|
130
|
-
* @type {Array<
|
|
129
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
131
130
|
* @memberof SpaceEditVO
|
|
132
131
|
*/
|
|
133
|
-
'industryAttributes'?: Array<
|
|
134
|
-
/**
|
|
135
|
-
*
|
|
136
|
-
* @type {SpaceLevelEnum}
|
|
137
|
-
* @memberof SpaceEditVO
|
|
138
|
-
*/
|
|
139
|
-
'spaceLevel': SpaceLevelEnum;
|
|
140
|
-
/**
|
|
141
|
-
* 空间编码
|
|
142
|
-
* @type {string}
|
|
143
|
-
* @memberof SpaceEditVO
|
|
144
|
-
*/
|
|
145
|
-
'spaceCode'?: string;
|
|
132
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
146
133
|
}
|
|
147
134
|
export declare const SpaceEditVOImageDisplayMethodEnum: {
|
|
148
135
|
readonly SelfUploading: "SELF_UPLOADING";
|
package/dist/{models/space-industry-attribute-enum.d.ts → esm/models/space-industry-attribute.d.ts}
RENAMED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
|
-
export declare const
|
|
17
|
+
export declare const SpaceIndustryAttribute: {
|
|
18
18
|
readonly Fmcg: "FMCG";
|
|
19
19
|
readonly Appliance: "APPLIANCE";
|
|
20
20
|
readonly Car: "CAR";
|
|
@@ -22,4 +22,4 @@ export declare const SpaceIndustryAttributeEnum: {
|
|
|
22
22
|
readonly Socialized: "SOCIALIZED";
|
|
23
23
|
readonly LogisticsTreasure: "LOGISTICS_TREASURE";
|
|
24
24
|
};
|
|
25
|
-
export type
|
|
25
|
+
export type SpaceIndustryAttribute = typeof SpaceIndustryAttribute[keyof typeof SpaceIndustryAttribute];
|
|
@@ -9,8 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
13
|
-
import type { SpaceLevelEnum } from './space-level-enum';
|
|
12
|
+
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
14
13
|
import type { Surveillance } from './surveillance';
|
|
15
14
|
/**
|
|
16
15
|
* 返回数据,可以是任意类型的值
|
|
@@ -110,10 +109,10 @@ export interface SpaceTreeDTO {
|
|
|
110
109
|
'promptText'?: string;
|
|
111
110
|
/**
|
|
112
111
|
* 行业属性
|
|
113
|
-
* @type {Array<
|
|
112
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
114
113
|
* @memberof SpaceTreeDTO
|
|
115
114
|
*/
|
|
116
|
-
'industryAttributes'?: Array<
|
|
115
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
117
116
|
/**
|
|
118
117
|
* 监控数量
|
|
119
118
|
* @type {number}
|
|
@@ -132,18 +131,6 @@ export interface SpaceTreeDTO {
|
|
|
132
131
|
* @memberof SpaceTreeDTO
|
|
133
132
|
*/
|
|
134
133
|
'surveillances'?: Array<Surveillance>;
|
|
135
|
-
/**
|
|
136
|
-
*
|
|
137
|
-
* @type {SpaceLevelEnum}
|
|
138
|
-
* @memberof SpaceTreeDTO
|
|
139
|
-
*/
|
|
140
|
-
'spaceLevel'?: SpaceLevelEnum;
|
|
141
|
-
/**
|
|
142
|
-
* 空间编码
|
|
143
|
-
* @type {string}
|
|
144
|
-
* @memberof SpaceTreeDTO
|
|
145
|
-
*/
|
|
146
|
-
'spaceCode'?: string;
|
|
147
134
|
}
|
|
148
135
|
export declare const SpaceTreeDTOImageDisplayMethodEnum: {
|
|
149
136
|
readonly SelfUploading: "SELF_UPLOADING";
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
12
|
+
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
13
13
|
/**
|
|
14
14
|
* 空间详情
|
|
15
15
|
* @export
|
|
@@ -30,10 +30,10 @@ export interface Space {
|
|
|
30
30
|
'spaceName'?: string;
|
|
31
31
|
/**
|
|
32
32
|
* 行业属性
|
|
33
|
-
* @type {Array<
|
|
33
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
34
34
|
* @memberof Space
|
|
35
35
|
*/
|
|
36
|
-
'industryAttributes'?: Array<
|
|
36
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
37
37
|
/**
|
|
38
38
|
* 父名称
|
|
39
39
|
* @type {string}
|
|
@@ -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
|
}
|