@gizone/rrs-client 4.1.0-alpha.111 → 4.1.0-alpha.113
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 +2 -45
- package/api.ts +1 -5
- package/apis/iot-api.ts +15 -15
- package/apis/space-api.ts +15 -25
- package/apis/surveillance-api.ts +983 -546
- package/apis/{surveillance-roi-controller-api.ts → surveillance-roi-api.ts} +64 -64
- package/apis/work-order-api.ts +0 -671
- package/dist/api.d.ts +1 -5
- package/dist/api.js +1 -5
- package/dist/apis/iot-api.d.ts +10 -10
- package/dist/apis/iot-api.js +11 -11
- package/dist/apis/space-api.d.ts +7 -14
- package/dist/apis/space-api.js +11 -16
- package/dist/apis/surveillance-api.d.ts +541 -370
- package/dist/apis/surveillance-api.js +777 -348
- package/dist/apis/{surveillance-roi-controller-api.d.ts → surveillance-roi-api.d.ts} +54 -54
- package/dist/apis/{surveillance-roi-controller-api.js → surveillance-roi-api.js} +36 -36
- package/dist/apis/work-order-api.d.ts +0 -354
- package/dist/apis/work-order-api.js +0 -503
- package/dist/esm/api.d.ts +1 -5
- package/dist/esm/api.js +1 -5
- package/dist/esm/apis/iot-api.d.ts +10 -10
- package/dist/esm/apis/iot-api.js +11 -11
- package/dist/esm/apis/space-api.d.ts +7 -14
- package/dist/esm/apis/space-api.js +11 -16
- package/dist/esm/apis/surveillance-api.d.ts +541 -370
- package/dist/esm/apis/surveillance-api.js +776 -347
- package/dist/esm/apis/{surveillance-roi-controller-api.d.ts → surveillance-roi-api.d.ts} +54 -54
- package/dist/esm/apis/{surveillance-roi-controller-api.js → surveillance-roi-api.js} +31 -31
- package/dist/esm/apis/work-order-api.d.ts +0 -354
- package/dist/esm/apis/work-order-api.js +0 -503
- package/dist/esm/models/equipment-detail-dto.d.ts +14 -8
- package/dist/esm/models/equipment-point-edit-vo.d.ts +8 -2
- package/dist/esm/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/esm/models/get-user-wx200-response.d.ts +9 -9
- package/dist/esm/models/index.d.ts +1 -40
- package/dist/esm/models/index.js +1 -40
- package/dist/esm/models/ipage-access-vo.d.ts +4 -4
- package/dist/esm/models/space-add-excel-dto.d.ts +0 -6
- package/dist/esm/models/{work-order-space-dto.d.ts → space-add-point-vo.d.ts} +9 -14
- package/dist/esm/models/space-add-vo.d.ts +0 -7
- package/dist/esm/models/space-detail-dto.d.ts +2 -9
- package/dist/esm/models/space-edit-vo.d.ts +0 -7
- package/dist/esm/models/space-point-dto.d.ts +21 -3
- package/dist/esm/models/space-tree-dto.d.ts +19 -26
- package/dist/esm/models/sync-equipment-vo.d.ts +0 -24
- package/dist/esm/models/work-order-circulation-vo.d.ts +0 -12
- package/dist/esm/models/work-order-internal-status-enum.d.ts +0 -6
- package/dist/esm/models/work-order-internal-status-enum.js +1 -7
- package/dist/esm/models/work-order-issue-type-enum.d.ts +1 -10
- package/dist/esm/models/work-order-issue-type-enum.js +2 -11
- package/dist/esm/models/work-order-settings-type-enum.d.ts +7 -2
- package/dist/esm/models/work-order-settings-type-enum.js +7 -2
- package/dist/esm/models/work-order-source-enum.d.ts +0 -2
- package/dist/esm/models/work-order-source-enum.js +1 -3
- package/dist/esm/models/work-order-type-enum.d.ts +0 -2
- package/dist/esm/models/work-order-type-enum.js +1 -3
- package/dist/models/equipment-detail-dto.d.ts +14 -8
- package/dist/models/equipment-point-edit-vo.d.ts +8 -2
- package/dist/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/models/get-user-wx200-response.d.ts +9 -9
- package/dist/models/index.d.ts +1 -40
- package/dist/models/index.js +1 -40
- package/dist/models/ipage-access-vo.d.ts +4 -4
- package/dist/models/space-add-excel-dto.d.ts +0 -6
- package/dist/models/{work-order-space-dto.d.ts → space-add-point-vo.d.ts} +9 -14
- package/dist/models/space-add-vo.d.ts +0 -7
- package/dist/models/space-detail-dto.d.ts +2 -9
- package/dist/models/space-edit-vo.d.ts +0 -7
- package/dist/models/space-point-dto.d.ts +21 -3
- package/dist/models/space-tree-dto.d.ts +19 -26
- package/dist/models/sync-equipment-vo.d.ts +0 -24
- package/dist/models/work-order-circulation-vo.d.ts +0 -12
- package/dist/models/work-order-internal-status-enum.d.ts +0 -6
- package/dist/models/work-order-internal-status-enum.js +1 -7
- package/dist/models/work-order-issue-type-enum.d.ts +1 -10
- package/dist/models/work-order-issue-type-enum.js +2 -11
- package/dist/models/work-order-settings-type-enum.d.ts +7 -2
- package/dist/models/work-order-settings-type-enum.js +7 -2
- package/dist/models/work-order-source-enum.d.ts +0 -2
- package/dist/models/work-order-source-enum.js +1 -3
- package/dist/models/work-order-type-enum.d.ts +0 -2
- package/dist/models/work-order-type-enum.js +1 -3
- package/models/equipment-detail-dto.ts +14 -8
- package/models/equipment-point-edit-vo.ts +8 -2
- package/models/equipment-search-system-dto.ts +12 -6
- package/models/get-user-wx200-response.ts +9 -9
- package/models/index.ts +1 -40
- package/models/ipage-access-vo.ts +4 -4
- package/models/space-add-excel-dto.ts +0 -6
- package/models/{work-order-space-dto.ts → space-add-point-vo.ts} +11 -14
- package/models/space-add-vo.ts +0 -9
- package/models/space-detail-dto.ts +2 -11
- package/models/space-edit-vo.ts +0 -9
- package/models/space-point-dto.ts +21 -3
- package/models/space-tree-dto.ts +19 -28
- package/models/sync-equipment-vo.ts +0 -24
- package/models/work-order-circulation-vo.ts +0 -12
- package/models/work-order-internal-status-enum.ts +1 -7
- package/models/work-order-issue-type-enum.ts +2 -11
- package/models/work-order-settings-type-enum.ts +7 -2
- package/models/work-order-source-enum.ts +1 -3
- package/models/work-order-type-enum.ts +1 -3
- package/package.json +1 -1
- package/apis/device-api.ts +0 -244
- package/apis/monitor-controller-api.ts +0 -1260
- package/apis/monitor-sort-controller-api.ts +0 -499
- package/apis/surveillance-settings-api.ts +0 -583
- package/dist/apis/device-api.d.ts +0 -135
- package/dist/apis/device-api.js +0 -209
- package/dist/apis/monitor-controller-api.d.ts +0 -659
- package/dist/apis/monitor-controller-api.js +0 -989
- package/dist/apis/monitor-sort-controller-api.d.ts +0 -259
- package/dist/apis/monitor-sort-controller-api.js +0 -416
- package/dist/apis/surveillance-settings-api.d.ts +0 -302
- package/dist/apis/surveillance-settings-api.js +0 -486
- package/dist/esm/apis/device-api.d.ts +0 -135
- package/dist/esm/apis/device-api.js +0 -202
- package/dist/esm/apis/monitor-controller-api.d.ts +0 -659
- package/dist/esm/apis/monitor-controller-api.js +0 -982
- package/dist/esm/apis/monitor-sort-controller-api.d.ts +0 -259
- package/dist/esm/apis/monitor-sort-controller-api.js +0 -409
- package/dist/esm/apis/surveillance-settings-api.d.ts +0 -302
- package/dist/esm/apis/surveillance-settings-api.js +0 -479
- package/dist/esm/models/functional-area-enum.d.ts +0 -26
- package/dist/esm/models/functional-area-enum.js +0 -27
- package/dist/esm/models/installation-body-enum.d.ts +0 -22
- package/dist/esm/models/installation-body-enum.js +0 -23
- package/dist/esm/models/json-result-list-surveillance-settings-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.js +0 -14
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.js +0 -14
- package/dist/esm/models/json-result-surveillance-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-surveillance-details-dto.js +0 -14
- package/dist/esm/models/json-result-surveillance-live-dto.d.ts +0 -62
- package/dist/esm/models/json-result-surveillance-live-dto.js +0 -14
- package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-surveillance-settings-details-dto.js +0 -14
- package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-violation-work-order-details-dto.js +0 -14
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +0 -87
- package/dist/esm/models/network-monitor-repair-add-vo.js +0 -14
- package/dist/esm/models/network-monitor-repair-decision-vo.d.ts +0 -42
- package/dist/esm/models/network-monitor-repair-decision-vo.js +0 -14
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +0 -164
- package/dist/esm/models/network-monitor-repair-details-dto.js +0 -20
- package/dist/esm/models/network-repair-info.d.ts +0 -36
- package/dist/esm/models/network-repair-info.js +0 -14
- package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +0 -31
- package/dist/esm/models/page-dto-surveillance-details-dto.js +0 -14
- package/dist/esm/models/park.d.ts +0 -43
- package/dist/esm/models/park.js +0 -14
- package/dist/esm/models/polling-surveillance-info.d.ts +0 -30
- package/dist/esm/models/polling-surveillance-info.js +0 -14
- package/dist/esm/models/process-network-monitor-repair-vo.d.ts +0 -30
- package/dist/esm/models/process-network-monitor-repair-vo.js +0 -14
- package/dist/esm/models/space-industry-attribute.d.ts +0 -25
- package/dist/esm/models/space-industry-attribute.js +0 -26
- package/dist/esm/models/space.d.ts +0 -43
- package/dist/esm/models/space.js +0 -14
- package/dist/esm/models/surveillance-details-dto.d.ts +0 -129
- package/dist/esm/models/surveillance-details-dto.js +0 -18
- package/dist/esm/models/surveillance-live-dto.d.ts +0 -48
- package/dist/esm/models/surveillance-live-dto.js +0 -14
- package/dist/esm/models/surveillance-settings-details-dto.d.ts +0 -57
- package/dist/esm/models/surveillance-settings-details-dto.js +0 -14
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +0 -31
- package/dist/esm/models/surveillance-settings-polling-vo.js +0 -14
- package/dist/esm/models/surveillance-update-vo.d.ts +0 -62
- package/dist/esm/models/surveillance-update-vo.js +0 -14
- package/dist/esm/models/surveillance.d.ts +0 -54
- package/dist/esm/models/surveillance.js +0 -18
- package/dist/esm/models/sync-device-unit-vo.d.ts +0 -180
- package/dist/esm/models/sync-device-unit-vo.js +0 -14
- package/dist/esm/models/violation-center-attribute-enum.d.ts +0 -21
- package/dist/esm/models/violation-center-attribute-enum.js +0 -22
- package/dist/esm/models/violation-decision-vo.d.ts +0 -68
- package/dist/esm/models/violation-decision-vo.js +0 -14
- package/dist/esm/models/violation-issue-type-enum.d.ts +0 -84
- package/dist/esm/models/violation-issue-type-enum.js +0 -85
- package/dist/esm/models/violation-responsibility-role-enum.d.ts +0 -21
- package/dist/esm/models/violation-responsibility-role-enum.js +0 -22
- package/dist/esm/models/violation-work-order-add-vo.d.ts +0 -87
- package/dist/esm/models/violation-work-order-add-vo.js +0 -14
- package/dist/esm/models/violation-work-order-details-dto.d.ts +0 -151
- package/dist/esm/models/violation-work-order-details-dto.js +0 -20
- package/dist/esm/models/violation-work-order-info.d.ts +0 -106
- package/dist/esm/models/violation-work-order-info.js +0 -14
- package/dist/esm/models/work-order-approval-vo.d.ts +0 -24
- package/dist/esm/models/work-order-approval-vo.js +0 -14
- package/dist/esm/models/work-order-decision-vo.d.ts +0 -32
- package/dist/esm/models/work-order-decision-vo.js +0 -14
- package/dist/esm/models/work-order-ext-data.d.ts +0 -32
- package/dist/esm/models/work-order-ext-data.js +0 -14
- package/dist/esm/models/work-order-handler-dto.d.ts +0 -61
- package/dist/esm/models/work-order-handler-dto.js +0 -14
- package/dist/esm/models/work-order-space-dto.js +0 -14
- package/dist/esm/models/work-order-sponsor-dto.d.ts +0 -48
- package/dist/esm/models/work-order-sponsor-dto.js +0 -14
- package/dist/esm/models/work-order-surveillance-dto.d.ts +0 -30
- package/dist/esm/models/work-order-surveillance-dto.js +0 -14
- package/dist/models/functional-area-enum.d.ts +0 -26
- package/dist/models/functional-area-enum.js +0 -30
- package/dist/models/installation-body-enum.d.ts +0 -22
- package/dist/models/installation-body-enum.js +0 -26
- package/dist/models/json-result-list-surveillance-settings-details-dto.d.ts +0 -62
- package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +0 -62
- package/dist/models/json-result-network-monitor-repair-details-dto.js +0 -15
- package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +0 -62
- package/dist/models/json-result-page-dto-surveillance-details-dto.js +0 -15
- package/dist/models/json-result-surveillance-details-dto.d.ts +0 -62
- package/dist/models/json-result-surveillance-details-dto.js +0 -15
- package/dist/models/json-result-surveillance-live-dto.d.ts +0 -62
- package/dist/models/json-result-surveillance-live-dto.js +0 -15
- package/dist/models/json-result-surveillance-settings-details-dto.d.ts +0 -62
- package/dist/models/json-result-surveillance-settings-details-dto.js +0 -15
- package/dist/models/json-result-violation-work-order-details-dto.d.ts +0 -62
- package/dist/models/json-result-violation-work-order-details-dto.js +0 -15
- package/dist/models/network-monitor-repair-add-vo.d.ts +0 -87
- package/dist/models/network-monitor-repair-add-vo.js +0 -15
- package/dist/models/network-monitor-repair-decision-vo.d.ts +0 -42
- package/dist/models/network-monitor-repair-decision-vo.js +0 -15
- package/dist/models/network-monitor-repair-details-dto.d.ts +0 -164
- package/dist/models/network-monitor-repair-details-dto.js +0 -23
- package/dist/models/network-repair-info.d.ts +0 -36
- package/dist/models/network-repair-info.js +0 -15
- package/dist/models/page-dto-surveillance-details-dto.d.ts +0 -31
- package/dist/models/page-dto-surveillance-details-dto.js +0 -15
- package/dist/models/park.d.ts +0 -43
- package/dist/models/park.js +0 -15
- package/dist/models/polling-surveillance-info.d.ts +0 -30
- package/dist/models/polling-surveillance-info.js +0 -15
- package/dist/models/process-network-monitor-repair-vo.d.ts +0 -30
- package/dist/models/process-network-monitor-repair-vo.js +0 -15
- package/dist/models/space-industry-attribute.d.ts +0 -25
- package/dist/models/space-industry-attribute.js +0 -29
- package/dist/models/space.d.ts +0 -43
- package/dist/models/space.js +0 -15
- package/dist/models/surveillance-details-dto.d.ts +0 -129
- package/dist/models/surveillance-details-dto.js +0 -21
- package/dist/models/surveillance-live-dto.d.ts +0 -48
- package/dist/models/surveillance-live-dto.js +0 -15
- package/dist/models/surveillance-settings-details-dto.d.ts +0 -57
- package/dist/models/surveillance-settings-details-dto.js +0 -15
- package/dist/models/surveillance-settings-polling-vo.d.ts +0 -31
- package/dist/models/surveillance-settings-polling-vo.js +0 -15
- package/dist/models/surveillance-update-vo.d.ts +0 -62
- package/dist/models/surveillance-update-vo.js +0 -15
- package/dist/models/surveillance.d.ts +0 -54
- package/dist/models/surveillance.js +0 -21
- package/dist/models/sync-device-unit-vo.d.ts +0 -180
- package/dist/models/sync-device-unit-vo.js +0 -15
- package/dist/models/violation-center-attribute-enum.d.ts +0 -21
- package/dist/models/violation-center-attribute-enum.js +0 -25
- package/dist/models/violation-decision-vo.d.ts +0 -68
- package/dist/models/violation-decision-vo.js +0 -15
- package/dist/models/violation-issue-type-enum.d.ts +0 -84
- package/dist/models/violation-issue-type-enum.js +0 -88
- package/dist/models/violation-responsibility-role-enum.d.ts +0 -21
- package/dist/models/violation-responsibility-role-enum.js +0 -25
- package/dist/models/violation-work-order-add-vo.d.ts +0 -87
- package/dist/models/violation-work-order-add-vo.js +0 -15
- package/dist/models/violation-work-order-details-dto.d.ts +0 -151
- package/dist/models/violation-work-order-details-dto.js +0 -23
- package/dist/models/violation-work-order-info.d.ts +0 -106
- package/dist/models/violation-work-order-info.js +0 -15
- package/dist/models/work-order-approval-vo.d.ts +0 -24
- package/dist/models/work-order-approval-vo.js +0 -15
- package/dist/models/work-order-decision-vo.d.ts +0 -32
- package/dist/models/work-order-decision-vo.js +0 -15
- package/dist/models/work-order-ext-data.d.ts +0 -32
- package/dist/models/work-order-ext-data.js +0 -15
- package/dist/models/work-order-handler-dto.d.ts +0 -61
- package/dist/models/work-order-handler-dto.js +0 -15
- package/dist/models/work-order-space-dto.js +0 -15
- package/dist/models/work-order-sponsor-dto.d.ts +0 -48
- package/dist/models/work-order-sponsor-dto.js +0 -15
- package/dist/models/work-order-surveillance-dto.d.ts +0 -30
- package/dist/models/work-order-surveillance-dto.js +0 -15
- package/models/functional-area-enum.ts +0 -36
- package/models/installation-body-enum.ts +0 -32
- package/models/json-result-list-surveillance-settings-details-dto.ts +0 -72
- package/models/json-result-network-monitor-repair-details-dto.ts +0 -72
- package/models/json-result-page-dto-surveillance-details-dto.ts +0 -72
- package/models/json-result-surveillance-details-dto.ts +0 -72
- package/models/json-result-surveillance-live-dto.ts +0 -72
- package/models/json-result-surveillance-settings-details-dto.ts +0 -72
- package/models/json-result-violation-work-order-details-dto.ts +0 -72
- package/models/network-monitor-repair-add-vo.ts +0 -101
- package/models/network-monitor-repair-decision-vo.ts +0 -48
- package/models/network-monitor-repair-details-dto.ts +0 -197
- package/models/network-repair-info.ts +0 -42
- package/models/page-dto-surveillance-details-dto.ts +0 -39
- package/models/park.ts +0 -53
- package/models/polling-surveillance-info.ts +0 -36
- package/models/process-network-monitor-repair-vo.ts +0 -36
- package/models/space-industry-attribute.ts +0 -35
- package/models/space.ts +0 -51
- package/models/surveillance-details-dto.ts +0 -144
- package/models/surveillance-live-dto.ts +0 -54
- package/models/surveillance-settings-details-dto.ts +0 -69
- package/models/surveillance-settings-polling-vo.ts +0 -39
- package/models/surveillance-update-vo.ts +0 -74
- package/models/surveillance.ts +0 -63
- package/models/sync-device-unit-vo.ts +0 -186
- package/models/violation-center-attribute-enum.ts +0 -31
- package/models/violation-decision-vo.ts +0 -80
- package/models/violation-issue-type-enum.ts +0 -94
- package/models/violation-responsibility-role-enum.ts +0 -31
- package/models/violation-work-order-add-vo.ts +0 -101
- package/models/violation-work-order-details-dto.ts +0 -182
- package/models/violation-work-order-info.ts +0 -122
- package/models/work-order-approval-vo.ts +0 -30
- package/models/work-order-decision-vo.ts +0 -42
- package/models/work-order-ext-data.ts +0 -42
- package/models/work-order-handler-dto.ts +0 -71
- package/models/work-order-sponsor-dto.ts +0 -54
- package/models/work-order-surveillance-dto.ts +0 -36
- /package/dist/esm/models/{json-result-list-surveillance-settings-details-dto.js → space-add-point-vo.js} +0 -0
- /package/dist/models/{json-result-list-surveillance-settings-details-dto.js → space-add-point-vo.js} +0 -0
|
@@ -158,18 +158,12 @@ export interface EquipmentDetailDTO {
|
|
|
158
158
|
* @memberof EquipmentDetailDTO
|
|
159
159
|
*/
|
|
160
160
|
'planImage'?: string;
|
|
161
|
-
/**
|
|
162
|
-
* 设备点位
|
|
163
|
-
* @type {Array<number>}
|
|
164
|
-
* @memberof EquipmentDetailDTO
|
|
165
|
-
*/
|
|
166
|
-
'equipmentPoint'?: Array<number>;
|
|
167
161
|
/**
|
|
168
162
|
* 空间点位
|
|
169
|
-
* @type {
|
|
163
|
+
* @type {string}
|
|
170
164
|
* @memberof EquipmentDetailDTO
|
|
171
165
|
*/
|
|
172
|
-
'spacePoint'?:
|
|
166
|
+
'spacePoint'?: string;
|
|
173
167
|
/**
|
|
174
168
|
* 空间id
|
|
175
169
|
* @type {number}
|
|
@@ -224,5 +218,17 @@ export interface EquipmentDetailDTO {
|
|
|
224
218
|
* @memberof EquipmentDetailDTO
|
|
225
219
|
*/
|
|
226
220
|
'relatedEquipmentIds'?: Array<number>;
|
|
221
|
+
/**
|
|
222
|
+
*
|
|
223
|
+
* @type {string}
|
|
224
|
+
* @memberof EquipmentDetailDTO
|
|
225
|
+
*/
|
|
226
|
+
'xaxis'?: string;
|
|
227
|
+
/**
|
|
228
|
+
*
|
|
229
|
+
* @type {string}
|
|
230
|
+
* @memberof EquipmentDetailDTO
|
|
231
|
+
*/
|
|
232
|
+
'yaxis'?: string;
|
|
227
233
|
}
|
|
228
234
|
|
|
@@ -28,9 +28,15 @@ export interface EquipmentPointEditVo {
|
|
|
28
28
|
'id': number;
|
|
29
29
|
/**
|
|
30
30
|
* 点位编码
|
|
31
|
-
* @type {
|
|
31
|
+
* @type {string}
|
|
32
32
|
* @memberof EquipmentPointEditVo
|
|
33
33
|
*/
|
|
34
|
-
'
|
|
34
|
+
'equipmentPointXAxis'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 点位编码
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof EquipmentPointEditVo
|
|
39
|
+
*/
|
|
40
|
+
'equipmentPointYAxis'?: string;
|
|
35
41
|
}
|
|
36
42
|
|
|
@@ -173,6 +173,12 @@ export interface EquipmentSearchSystemDTO {
|
|
|
173
173
|
* @memberof EquipmentSearchSystemDTO
|
|
174
174
|
*/
|
|
175
175
|
'planImage'?: string;
|
|
176
|
+
/**
|
|
177
|
+
* 空间点位
|
|
178
|
+
* @type {string}
|
|
179
|
+
* @memberof EquipmentSearchSystemDTO
|
|
180
|
+
*/
|
|
181
|
+
'spacePoint'?: string;
|
|
176
182
|
/**
|
|
177
183
|
* 出厂时间
|
|
178
184
|
* @type {string}
|
|
@@ -228,16 +234,16 @@ export interface EquipmentSearchSystemDTO {
|
|
|
228
234
|
*/
|
|
229
235
|
'relatedEquipmentIds'?: Array<number>;
|
|
230
236
|
/**
|
|
231
|
-
*
|
|
232
|
-
* @type {
|
|
237
|
+
*
|
|
238
|
+
* @type {string}
|
|
233
239
|
* @memberof EquipmentSearchSystemDTO
|
|
234
240
|
*/
|
|
235
|
-
'
|
|
241
|
+
'xaxis'?: string;
|
|
236
242
|
/**
|
|
237
|
-
*
|
|
238
|
-
* @type {
|
|
243
|
+
*
|
|
244
|
+
* @type {string}
|
|
239
245
|
* @memberof EquipmentSearchSystemDTO
|
|
240
246
|
*/
|
|
241
|
-
'
|
|
247
|
+
'yaxis'?: string;
|
|
242
248
|
}
|
|
243
249
|
|
|
@@ -46,34 +46,34 @@ export interface GetUserWx200Response {
|
|
|
46
46
|
'trailerFields'?: object;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
|
-
* @type {
|
|
49
|
+
* @type {GetUserWx200ResponseLocale}
|
|
50
50
|
* @memberof GetUserWx200Response
|
|
51
51
|
*/
|
|
52
|
-
'
|
|
52
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
55
|
* @type {number}
|
|
56
56
|
* @memberof GetUserWx200Response
|
|
57
57
|
*/
|
|
58
|
-
'
|
|
58
|
+
'bufferSize'?: number;
|
|
59
59
|
/**
|
|
60
60
|
*
|
|
61
|
-
* @type {
|
|
61
|
+
* @type {string}
|
|
62
62
|
* @memberof GetUserWx200Response
|
|
63
63
|
*/
|
|
64
|
-
'
|
|
64
|
+
'contentType'?: string;
|
|
65
65
|
/**
|
|
66
66
|
*
|
|
67
|
-
* @type {
|
|
67
|
+
* @type {number}
|
|
68
68
|
* @memberof GetUserWx200Response
|
|
69
69
|
*/
|
|
70
|
-
'
|
|
70
|
+
'contentLength'?: number;
|
|
71
71
|
/**
|
|
72
72
|
*
|
|
73
|
-
* @type {
|
|
73
|
+
* @type {GetUserWx200ResponseOutputStream}
|
|
74
74
|
* @memberof GetUserWx200Response
|
|
75
75
|
*/
|
|
76
|
-
'
|
|
76
|
+
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
77
77
|
/**
|
|
78
78
|
*
|
|
79
79
|
* @type {string}
|
package/models/index.ts
CHANGED
|
@@ -241,7 +241,6 @@ export * from './fire-control-equipment-batch-setting-location-vo';
|
|
|
241
241
|
export * from './fire-control-equipment-edit-vo';
|
|
242
242
|
export * from './fire-control-equipment-search-vo';
|
|
243
243
|
export * from './followup-work-order-dto';
|
|
244
|
-
export * from './functional-area-enum';
|
|
245
244
|
export * from './fusion-role-request-dto';
|
|
246
245
|
export * from './gate-list-po';
|
|
247
246
|
export * from './get-user-wx200-response';
|
|
@@ -300,7 +299,6 @@ export * from './inspection-standard-dto';
|
|
|
300
299
|
export * from './inspection-standard-entity';
|
|
301
300
|
export * from './inspection-standard-import-dto';
|
|
302
301
|
export * from './inspection-standard-type-enum';
|
|
303
|
-
export * from './installation-body-enum';
|
|
304
302
|
export * from './internet-access-park-vehicle-vo';
|
|
305
303
|
export * from './internet-meter-add-vo';
|
|
306
304
|
export * from './internet-meter-details-add-vo';
|
|
@@ -443,7 +441,6 @@ export * from './json-result-list-space-tree-dto';
|
|
|
443
441
|
export * from './json-result-list-space-url-dto';
|
|
444
442
|
export * from './json-result-list-stock-push-settings-entity';
|
|
445
443
|
export * from './json-result-list-supplier-select-dto';
|
|
446
|
-
export * from './json-result-list-surveillance-settings-details-dto';
|
|
447
444
|
export * from './json-result-list-sys-dept';
|
|
448
445
|
export * from './json-result-list-sys-dept-drop-down-box-list-dto';
|
|
449
446
|
export * from './json-result-list-sys-user-drop-down-box-list-dto';
|
|
@@ -462,7 +459,6 @@ export * from './json-result-monitor-detail-dto';
|
|
|
462
459
|
export * from './json-result-monitor-live-dto';
|
|
463
460
|
export * from './json-result-monitor-screen-dto';
|
|
464
461
|
export * from './json-result-monitor-sort-entity';
|
|
465
|
-
export * from './json-result-network-monitor-repair-details-dto';
|
|
466
462
|
export * from './json-result-news-entity';
|
|
467
463
|
export * from './json-result-node-dto';
|
|
468
464
|
export * from './json-result-object';
|
|
@@ -506,7 +502,6 @@ export * from './json-result-page-dto-renovation-plan-list-vo';
|
|
|
506
502
|
export * from './json-result-page-dto-stock-list-page-dto';
|
|
507
503
|
export * from './json-result-page-dto-stock-record-list-page-dto';
|
|
508
504
|
export * from './json-result-page-dto-supplier-contract-details-dto';
|
|
509
|
-
export * from './json-result-page-dto-surveillance-details-dto';
|
|
510
505
|
export * from './json-result-page-dto-surveillance-roi-list-vo';
|
|
511
506
|
export * from './json-result-page-dto-sys-user-msg-dto';
|
|
512
507
|
export * from './json-result-page-dto-work-order-search-dto';
|
|
@@ -525,10 +520,7 @@ export * from './json-result-stock-push-settings-entity';
|
|
|
525
520
|
export * from './json-result-string';
|
|
526
521
|
export * from './json-result-supplier-contract-details-dto';
|
|
527
522
|
export * from './json-result-supplier-entity';
|
|
528
|
-
export * from './json-result-surveillance-details-dto';
|
|
529
|
-
export * from './json-result-surveillance-live-dto';
|
|
530
523
|
export * from './json-result-surveillance-roi-list-vo';
|
|
531
|
-
export * from './json-result-surveillance-settings-details-dto';
|
|
532
524
|
export * from './json-result-switch-park-v2-dto';
|
|
533
525
|
export * from './json-result-sys-dept';
|
|
534
526
|
export * from './json-result-sys-user';
|
|
@@ -536,7 +528,6 @@ export * from './json-result-sys-user-msg-dto';
|
|
|
536
528
|
export * from './json-result-unloading-area-entity';
|
|
537
529
|
export * from './json-result-user-add-redis-list-vo';
|
|
538
530
|
export * from './json-result-user-settings-entity';
|
|
539
|
-
export * from './json-result-violation-work-order-details-dto';
|
|
540
531
|
export * from './json-result-void';
|
|
541
532
|
export * from './json-result-white-add-redis-list-dto';
|
|
542
533
|
export * from './json-result-work-order-dept-settings-entity';
|
|
@@ -582,10 +573,6 @@ export * from './monitor-search-dto';
|
|
|
582
573
|
export * from './monitor-search-vo';
|
|
583
574
|
export * from './monitor-sort-entity';
|
|
584
575
|
export * from './monitor-sort-search-vo';
|
|
585
|
-
export * from './network-monitor-repair-add-vo';
|
|
586
|
-
export * from './network-monitor-repair-decision-vo';
|
|
587
|
-
export * from './network-monitor-repair-details-dto';
|
|
588
|
-
export * from './network-repair-info';
|
|
589
576
|
export * from './news-entity';
|
|
590
577
|
export * from './news-in-button';
|
|
591
578
|
export * from './news-info';
|
|
@@ -655,11 +642,9 @@ export * from './page-dto-renovation-plan-list-vo';
|
|
|
655
642
|
export * from './page-dto-stock-list-page-dto';
|
|
656
643
|
export * from './page-dto-stock-record-list-page-dto';
|
|
657
644
|
export * from './page-dto-supplier-contract-details-dto';
|
|
658
|
-
export * from './page-dto-surveillance-details-dto';
|
|
659
645
|
export * from './page-dto-surveillance-roi-list-vo';
|
|
660
646
|
export * from './page-dto-sys-user-msg-dto';
|
|
661
647
|
export * from './page-dto-work-order-search-dto';
|
|
662
|
-
export * from './park';
|
|
663
648
|
export * from './park-center-attribute-enum';
|
|
664
649
|
export * from './park-drop-down-box-dto';
|
|
665
650
|
export * from './park-info-dto';
|
|
@@ -681,10 +666,8 @@ export * from './plan-item-add-vo';
|
|
|
681
666
|
export * from './plan-item-edit-vo';
|
|
682
667
|
export * from './plan-search-dto';
|
|
683
668
|
export * from './plan-to-state-vo';
|
|
684
|
-
export * from './polling-surveillance-info';
|
|
685
669
|
export * from './privacy-add-vo';
|
|
686
670
|
export * from './privacy-update-state-dto';
|
|
687
|
-
export * from './process-network-monitor-repair-vo';
|
|
688
671
|
export * from './process-work-order-vo';
|
|
689
672
|
export * from './receive-information-visitors-vo';
|
|
690
673
|
export * from './record-statistics-vo';
|
|
@@ -718,15 +701,14 @@ export * from './select-time-cost-tenant-rent-bill-bo';
|
|
|
718
701
|
export * from './source-alert-dto';
|
|
719
702
|
export * from './source-feedback-dto';
|
|
720
703
|
export * from './source-work-order-inspection-dto';
|
|
721
|
-
export * from './space';
|
|
722
704
|
export * from './space-add-excel-dto';
|
|
723
705
|
export * from './space-add-plan-vo';
|
|
706
|
+
export * from './space-add-point-vo';
|
|
724
707
|
export * from './space-add-redis-list-dto';
|
|
725
708
|
export * from './space-add-vo';
|
|
726
709
|
export * from './space-detail-dto';
|
|
727
710
|
export * from './space-edit-vo';
|
|
728
711
|
export * from './space-image-detail-dto';
|
|
729
|
-
export * from './space-industry-attribute';
|
|
730
712
|
export * from './space-point-dto';
|
|
731
713
|
export * from './space-qr-code';
|
|
732
714
|
export * from './space-qr-code-dto';
|
|
@@ -762,18 +744,11 @@ export * from './supplier-edit-vo';
|
|
|
762
744
|
export * from './supplier-entity';
|
|
763
745
|
export * from './supplier-search-vo';
|
|
764
746
|
export * from './supplier-select-dto';
|
|
765
|
-
export * from './surveillance';
|
|
766
|
-
export * from './surveillance-details-dto';
|
|
767
|
-
export * from './surveillance-live-dto';
|
|
768
747
|
export * from './surveillance-roi-entity';
|
|
769
748
|
export * from './surveillance-roi-list-vo';
|
|
770
|
-
export * from './surveillance-settings-details-dto';
|
|
771
|
-
export * from './surveillance-settings-polling-vo';
|
|
772
|
-
export * from './surveillance-update-vo';
|
|
773
749
|
export * from './switch-pak-body';
|
|
774
750
|
export * from './switch-pak-body-v2-vo';
|
|
775
751
|
export * from './switch-park-v2-dto';
|
|
776
|
-
export * from './sync-device-unit-vo';
|
|
777
752
|
export * from './sync-equipment-vo';
|
|
778
753
|
export * from './sys-config';
|
|
779
754
|
export * from './sys-dept';
|
|
@@ -820,13 +795,6 @@ export * from './user-settings-update-bo';
|
|
|
820
795
|
export * from './user-whether-privacy-dto';
|
|
821
796
|
export * from './user-white-del-dto';
|
|
822
797
|
export * from './vehicle-payment-bo';
|
|
823
|
-
export * from './violation-center-attribute-enum';
|
|
824
|
-
export * from './violation-decision-vo';
|
|
825
|
-
export * from './violation-issue-type-enum';
|
|
826
|
-
export * from './violation-responsibility-role-enum';
|
|
827
|
-
export * from './violation-work-order-add-vo';
|
|
828
|
-
export * from './violation-work-order-details-dto';
|
|
829
|
-
export * from './violation-work-order-info';
|
|
830
798
|
export * from './water-meter-add-or-edit-vo';
|
|
831
799
|
export * from './water-meter-details-search-vo';
|
|
832
800
|
export * from './water-meter-search-vo';
|
|
@@ -842,21 +810,17 @@ export * from './white-black-del-vo';
|
|
|
842
810
|
export * from './white-edit-vo';
|
|
843
811
|
export * from './white-search-vo';
|
|
844
812
|
export * from './work-order-add-vo';
|
|
845
|
-
export * from './work-order-approval-vo';
|
|
846
813
|
export * from './work-order-circulation-vo';
|
|
847
814
|
export * from './work-order-comment-dto';
|
|
848
815
|
export * from './work-order-comment-entity';
|
|
849
816
|
export * from './work-order-comment-vo';
|
|
850
|
-
export * from './work-order-decision-vo';
|
|
851
817
|
export * from './work-order-dept-dto';
|
|
852
818
|
export * from './work-order-dept-settings-add-or-update-vo';
|
|
853
819
|
export * from './work-order-dept-settings-entity';
|
|
854
820
|
export * from './work-order-detail-dto';
|
|
855
821
|
export * from './work-order-distribute-leaflets-vo';
|
|
856
|
-
export * from './work-order-ext-data';
|
|
857
822
|
export * from './work-order-handle-meter-reading-details-vo';
|
|
858
823
|
export * from './work-order-handle-meter-reading-vo';
|
|
859
|
-
export * from './work-order-handler-dto';
|
|
860
824
|
export * from './work-order-handler-status-enum';
|
|
861
825
|
export * from './work-order-inspection-detail-dto';
|
|
862
826
|
export * from './work-order-inspection-item-req';
|
|
@@ -872,14 +836,11 @@ export * from './work-order-report-vo';
|
|
|
872
836
|
export * from './work-order-search-dto';
|
|
873
837
|
export * from './work-order-settings-type-enum';
|
|
874
838
|
export * from './work-order-source-enum';
|
|
875
|
-
export * from './work-order-space-dto';
|
|
876
|
-
export * from './work-order-sponsor-dto';
|
|
877
839
|
export * from './work-order-spot-check-vo';
|
|
878
840
|
export * from './work-order-staging-data-vo';
|
|
879
841
|
export * from './work-order-status-vo';
|
|
880
842
|
export * from './work-order-step-by-step-push-dto';
|
|
881
843
|
export * from './work-order-step-by-step-push-user-details-dto';
|
|
882
|
-
export * from './work-order-surveillance-dto';
|
|
883
844
|
export * from './work-order-type-dto';
|
|
884
845
|
export * from './work-order-type-enum';
|
|
885
846
|
export * from './wx-ma-user-info';
|
|
@@ -31,16 +31,16 @@ export interface IPageAccessVO {
|
|
|
31
31
|
'total'?: number;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
34
|
+
* @type {number}
|
|
35
35
|
* @memberof IPageAccessVO
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'current'?: number;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
|
-
* @type {
|
|
40
|
+
* @type {Array<AccessVO>}
|
|
41
41
|
* @memberof IPageAccessVO
|
|
42
42
|
*/
|
|
43
|
-
'
|
|
43
|
+
'records'?: Array<AccessVO>;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {boolean}
|
|
@@ -13,30 +13,27 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { SpacePointDTO } from './space-point-dto';
|
|
16
19
|
|
|
17
20
|
/**
|
|
18
|
-
*
|
|
21
|
+
* 空间标点参数
|
|
19
22
|
* @export
|
|
20
|
-
* @interface
|
|
23
|
+
* @interface SpaceAddPointVO
|
|
21
24
|
*/
|
|
22
|
-
export interface
|
|
25
|
+
export interface SpaceAddPointVO {
|
|
23
26
|
/**
|
|
24
27
|
* 空间id
|
|
25
28
|
* @type {number}
|
|
26
|
-
* @memberof
|
|
29
|
+
* @memberof SpaceAddPointVO
|
|
27
30
|
*/
|
|
28
31
|
'spaceId'?: number;
|
|
29
32
|
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {
|
|
32
|
-
* @memberof
|
|
33
|
+
*
|
|
34
|
+
* @type {SpacePointDTO}
|
|
35
|
+
* @memberof SpaceAddPointVO
|
|
33
36
|
*/
|
|
34
|
-
'
|
|
35
|
-
/**
|
|
36
|
-
* 父名称
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof WorkOrderSpaceDto
|
|
39
|
-
*/
|
|
40
|
-
'parentName'?: string;
|
|
37
|
+
'spacePointDTO'?: SpacePointDTO;
|
|
41
38
|
}
|
|
42
39
|
|
package/models/space-add-vo.ts
CHANGED
|
@@ -13,9 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
19
16
|
|
|
20
17
|
/**
|
|
21
18
|
* 新增空间参数
|
|
@@ -113,12 +110,6 @@ export interface SpaceAddVO {
|
|
|
113
110
|
* @memberof SpaceAddVO
|
|
114
111
|
*/
|
|
115
112
|
'greeneryArea'?: number;
|
|
116
|
-
/**
|
|
117
|
-
* 行业属性
|
|
118
|
-
* @type {Array<SpaceIndustryAttribute>}
|
|
119
|
-
* @memberof SpaceAddVO
|
|
120
|
-
*/
|
|
121
|
-
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
122
113
|
}
|
|
123
114
|
|
|
124
115
|
export const SpaceAddVOImageDisplayMethodEnum = {
|
|
@@ -18,9 +18,6 @@
|
|
|
18
18
|
import type { PlanImageList } from './plan-image-list';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
22
|
-
// May contain unused imports in some cases
|
|
23
|
-
// @ts-ignore
|
|
24
21
|
import type { SpacePointDTO } from './space-point-dto';
|
|
25
22
|
|
|
26
23
|
/**
|
|
@@ -91,10 +88,10 @@ export interface SpaceDetailDTO {
|
|
|
91
88
|
'imageUrl'?: Array<string>;
|
|
92
89
|
/**
|
|
93
90
|
* 空间点位
|
|
94
|
-
* @type {
|
|
91
|
+
* @type {string}
|
|
95
92
|
* @memberof SpaceDetailDTO
|
|
96
93
|
*/
|
|
97
|
-
'spacePoint'?:
|
|
94
|
+
'spacePoint'?: string;
|
|
98
95
|
/**
|
|
99
96
|
*
|
|
100
97
|
* @type {SpacePointDTO}
|
|
@@ -179,12 +176,6 @@ export interface SpaceDetailDTO {
|
|
|
179
176
|
* @memberof SpaceDetailDTO
|
|
180
177
|
*/
|
|
181
178
|
'promptText'?: string;
|
|
182
|
-
/**
|
|
183
|
-
* 行业属性
|
|
184
|
-
* @type {Array<SpaceIndustryAttribute>}
|
|
185
|
-
* @memberof SpaceDetailDTO
|
|
186
|
-
*/
|
|
187
|
-
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
188
179
|
}
|
|
189
180
|
|
|
190
181
|
export const SpaceDetailDTOImageDisplayMethodEnum = {
|
package/models/space-edit-vo.ts
CHANGED
|
@@ -13,9 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
19
16
|
|
|
20
17
|
/**
|
|
21
18
|
* 修改空间名称
|
|
@@ -131,12 +128,6 @@ export interface SpaceEditVO {
|
|
|
131
128
|
* @memberof SpaceEditVO
|
|
132
129
|
*/
|
|
133
130
|
'promptText'?: string;
|
|
134
|
-
/**
|
|
135
|
-
* 行业属性
|
|
136
|
-
* @type {Array<SpaceIndustryAttribute>}
|
|
137
|
-
* @memberof SpaceEditVO
|
|
138
|
-
*/
|
|
139
|
-
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
140
131
|
}
|
|
141
132
|
|
|
142
133
|
export const SpaceEditVOImageDisplayMethodEnum = {
|
|
@@ -21,11 +21,29 @@
|
|
|
21
21
|
*/
|
|
22
22
|
export interface SpacePointDTO {
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {Array<
|
|
24
|
+
*
|
|
25
|
+
* @type {Array<string>}
|
|
26
|
+
* @memberof SpacePointDTO
|
|
27
|
+
*/
|
|
28
|
+
'arrSlice'?: Array<string>;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof SpacePointDTO
|
|
33
|
+
*/
|
|
34
|
+
'origin'?: string;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof SpacePointDTO
|
|
39
|
+
*/
|
|
40
|
+
'containerWidth'?: number;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {number}
|
|
26
44
|
* @memberof SpacePointDTO
|
|
27
45
|
*/
|
|
28
|
-
'
|
|
46
|
+
'containerHeight'?: number;
|
|
29
47
|
/**
|
|
30
48
|
* 空间id
|
|
31
49
|
* @type {number}
|
package/models/space-tree-dto.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 { Surveillance } from './surveillance';
|
|
18
|
+
import type { MonitorSearchDto } from './monitor-search-dto';
|
|
22
19
|
|
|
23
20
|
/**
|
|
24
21
|
* 返回数据,可以是任意类型的值
|
|
@@ -68,6 +65,24 @@ export interface SpaceTreeDTO {
|
|
|
68
65
|
* @memberof SpaceTreeDTO
|
|
69
66
|
*/
|
|
70
67
|
'child'?: Array<SpaceTreeDTO>;
|
|
68
|
+
/**
|
|
69
|
+
* 监控空间id
|
|
70
|
+
* @type {number}
|
|
71
|
+
* @memberof SpaceTreeDTO
|
|
72
|
+
*/
|
|
73
|
+
'spaceId'?: number;
|
|
74
|
+
/**
|
|
75
|
+
* 监控列表
|
|
76
|
+
* @type {Array<MonitorSearchDto>}
|
|
77
|
+
* @memberof SpaceTreeDTO
|
|
78
|
+
*/
|
|
79
|
+
'monitorList'?: Array<MonitorSearchDto>;
|
|
80
|
+
/**
|
|
81
|
+
* 监控列表
|
|
82
|
+
* @type {number}
|
|
83
|
+
* @memberof SpaceTreeDTO
|
|
84
|
+
*/
|
|
85
|
+
'monitorSize'?: number;
|
|
71
86
|
/**
|
|
72
87
|
* 是否首级 1 是 0 否
|
|
73
88
|
* @type {number}
|
|
@@ -116,30 +131,6 @@ export interface SpaceTreeDTO {
|
|
|
116
131
|
* @memberof SpaceTreeDTO
|
|
117
132
|
*/
|
|
118
133
|
'promptText'?: string;
|
|
119
|
-
/**
|
|
120
|
-
* 行业属性
|
|
121
|
-
* @type {Array<SpaceIndustryAttribute>}
|
|
122
|
-
* @memberof SpaceTreeDTO
|
|
123
|
-
*/
|
|
124
|
-
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
125
|
-
/**
|
|
126
|
-
* 监控数量
|
|
127
|
-
* @type {number}
|
|
128
|
-
* @memberof SpaceTreeDTO
|
|
129
|
-
*/
|
|
130
|
-
'surveillanceCount'?: number;
|
|
131
|
-
/**
|
|
132
|
-
* 监控空间位置
|
|
133
|
-
* @type {number}
|
|
134
|
-
* @memberof SpaceTreeDTO
|
|
135
|
-
*/
|
|
136
|
-
'spaceId'?: number;
|
|
137
|
-
/**
|
|
138
|
-
* 监控列表
|
|
139
|
-
* @type {Array<Surveillance>}
|
|
140
|
-
* @memberof SpaceTreeDTO
|
|
141
|
-
*/
|
|
142
|
-
'surveillances'?: Array<Surveillance>;
|
|
143
134
|
}
|
|
144
135
|
|
|
145
136
|
export const SpaceTreeDTOImageDisplayMethodEnum = {
|
|
@@ -170,35 +170,11 @@ export interface SyncEquipmentVO {
|
|
|
170
170
|
* @memberof SyncEquipmentVO
|
|
171
171
|
*/
|
|
172
172
|
'heartBeatAt'?: string;
|
|
173
|
-
/**
|
|
174
|
-
* 下次心跳时间
|
|
175
|
-
* @type {string}
|
|
176
|
-
* @memberof SyncEquipmentVO
|
|
177
|
-
*/
|
|
178
|
-
'heartBeatExpiresAt'?: string;
|
|
179
173
|
/**
|
|
180
174
|
* 倍率
|
|
181
175
|
* @type {number}
|
|
182
176
|
* @memberof SyncEquipmentVO
|
|
183
177
|
*/
|
|
184
178
|
'magnification'?: number;
|
|
185
|
-
/**
|
|
186
|
-
* 记录id 暂时无用
|
|
187
|
-
* @type {number}
|
|
188
|
-
* @memberof SyncEquipmentVO
|
|
189
|
-
*/
|
|
190
|
-
'recordId'?: number;
|
|
191
|
-
/**
|
|
192
|
-
* 上传时间间隔
|
|
193
|
-
* @type {number}
|
|
194
|
-
* @memberof SyncEquipmentVO
|
|
195
|
-
*/
|
|
196
|
-
'uploadTimeInterval'?: number;
|
|
197
|
-
/**
|
|
198
|
-
* 节点id
|
|
199
|
-
* @type {number}
|
|
200
|
-
* @memberof SyncEquipmentVO
|
|
201
|
-
*/
|
|
202
|
-
'nodeId'?: number;
|
|
203
179
|
}
|
|
204
180
|
|
|
@@ -47,18 +47,6 @@ export interface WorkOrderCirculationVo {
|
|
|
47
47
|
* @memberof WorkOrderCirculationVo
|
|
48
48
|
*/
|
|
49
49
|
'handleUserId'?: number;
|
|
50
|
-
/**
|
|
51
|
-
* 处理人名称
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof WorkOrderCirculationVo
|
|
54
|
-
*/
|
|
55
|
-
'handlerUserName'?: string;
|
|
56
|
-
/**
|
|
57
|
-
* 处理人部门Id
|
|
58
|
-
* @type {number}
|
|
59
|
-
* @memberof WorkOrderCirculationVo
|
|
60
|
-
*/
|
|
61
|
-
'handlerUserDeptId'?: number;
|
|
62
50
|
/**
|
|
63
51
|
* 处理事件 initiate:发起工单 reassignment:转派工单 receivingOrders:接单 accomplish:完成工单 spotCheck:抽检 overdue:逾期 closed:关闭
|
|
64
52
|
* @type {string}
|
|
@@ -24,13 +24,7 @@ export const WorkOrderInternalStatusEnum = {
|
|
|
24
24
|
RepairInProgressLevelOne: 'REPAIR_IN_PROGRESS_LEVEL_ONE',
|
|
25
25
|
RepairInProgressLevelTwo: 'REPAIR_IN_PROGRESS_LEVEL_TWO',
|
|
26
26
|
RepairInProgressLevelThree: 'REPAIR_IN_PROGRESS_LEVEL_THREE',
|
|
27
|
-
RepairInProgressLevelFour: 'REPAIR_IN_PROGRESS_LEVEL_FOUR'
|
|
28
|
-
NetworkMonitorRepairInProgressLevelOne: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_ONE',
|
|
29
|
-
NetworkMonitorRepairInProgressLevelTwo: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_TWO',
|
|
30
|
-
NetworkMonitorRepairInProgressLevelThree: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE',
|
|
31
|
-
ViolationWorkOrderInProgressLevelOne: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
32
|
-
ViolationWorkOrderInProgressLevelTwo: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
|
|
33
|
-
ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
|
|
27
|
+
RepairInProgressLevelFour: 'REPAIR_IN_PROGRESS_LEVEL_FOUR'
|
|
34
28
|
} as const;
|
|
35
29
|
|
|
36
30
|
export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* 工单问题类型
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
@@ -27,16 +27,7 @@ export const WorkOrderIssueTypeEnum = {
|
|
|
27
27
|
SurveillanceIssues: 'SURVEILLANCE_ISSUES',
|
|
28
28
|
HygieneAndGreeningIssue: 'HYGIENE_AND_GREENING_ISSUE',
|
|
29
29
|
FacilityDamageIssue: 'FACILITY_DAMAGE_ISSUE',
|
|
30
|
-
SecurityIssue: 'SECURITY_ISSUE'
|
|
31
|
-
Networking: 'NETWORKING',
|
|
32
|
-
Surveillance: 'SURVEILLANCE',
|
|
33
|
-
DesktopTerminal: 'DESKTOP_TERMINAL',
|
|
34
|
-
SafetyViolation: 'SAFETY_VIOLATION',
|
|
35
|
-
WarehouseQualityIssue: 'WAREHOUSE_QUALITY_ISSUE',
|
|
36
|
-
TransportQualityIssue: 'TRANSPORT_QUALITY_ISSUE',
|
|
37
|
-
LoadingQualityIssue: 'LOADING_QUALITY_ISSUE',
|
|
38
|
-
ClaimRecovery: 'CLAIM_RECOVERY',
|
|
39
|
-
Operations: 'OPERATIONS'
|
|
30
|
+
SecurityIssue: 'SECURITY_ISSUE'
|
|
40
31
|
} as const;
|
|
41
32
|
|
|
42
33
|
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|