@gizone/rrs-client 4.1.0-alpha.113 → 4.1.0-alpha.115
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 +46 -2
- package/api.ts +5 -1
- package/apis/device-api.ts +244 -0
- package/apis/iot-api.ts +15 -15
- package/apis/monitor-controller-api.ts +1260 -0
- package/apis/monitor-sort-controller-api.ts +499 -0
- package/apis/space-api.ts +25 -15
- package/apis/surveillance-api.ts +529 -982
- package/apis/{surveillance-roi-api.ts → surveillance-roi-controller-api.ts} +64 -64
- package/apis/surveillance-settings-api.ts +583 -0
- package/apis/work-order-api.ts +671 -0
- package/dist/api.d.ts +5 -1
- package/dist/api.js +5 -1
- package/dist/apis/device-api.d.ts +135 -0
- package/dist/apis/device-api.js +209 -0
- package/dist/apis/iot-api.d.ts +10 -10
- package/dist/apis/iot-api.js +11 -11
- package/dist/apis/monitor-controller-api.d.ts +659 -0
- package/dist/apis/monitor-controller-api.js +989 -0
- package/dist/apis/monitor-sort-controller-api.d.ts +259 -0
- package/dist/apis/monitor-sort-controller-api.js +416 -0
- package/dist/apis/space-api.d.ts +14 -7
- package/dist/apis/space-api.js +16 -11
- package/dist/apis/surveillance-api.d.ts +353 -541
- package/dist/apis/surveillance-api.js +332 -777
- package/dist/apis/{surveillance-roi-api.d.ts → surveillance-roi-controller-api.d.ts} +54 -54
- package/dist/apis/{surveillance-roi-api.js → surveillance-roi-controller-api.js} +36 -36
- package/dist/apis/surveillance-settings-api.d.ts +302 -0
- package/dist/apis/surveillance-settings-api.js +486 -0
- package/dist/apis/work-order-api.d.ts +354 -0
- package/dist/apis/work-order-api.js +503 -0
- package/dist/esm/api.d.ts +5 -1
- package/dist/esm/api.js +5 -1
- package/dist/esm/apis/device-api.d.ts +135 -0
- package/dist/esm/apis/device-api.js +202 -0
- package/dist/esm/apis/iot-api.d.ts +10 -10
- package/dist/esm/apis/iot-api.js +11 -11
- package/dist/esm/apis/monitor-controller-api.d.ts +659 -0
- package/dist/esm/apis/monitor-controller-api.js +982 -0
- package/dist/esm/apis/monitor-sort-controller-api.d.ts +259 -0
- package/dist/esm/apis/monitor-sort-controller-api.js +409 -0
- package/dist/esm/apis/space-api.d.ts +14 -7
- package/dist/esm/apis/space-api.js +16 -11
- package/dist/esm/apis/surveillance-api.d.ts +353 -541
- package/dist/esm/apis/surveillance-api.js +331 -776
- package/dist/esm/apis/{surveillance-roi-api.d.ts → surveillance-roi-controller-api.d.ts} +54 -54
- package/dist/esm/apis/{surveillance-roi-api.js → surveillance-roi-controller-api.js} +31 -31
- package/dist/esm/apis/surveillance-settings-api.d.ts +302 -0
- package/dist/esm/apis/surveillance-settings-api.js +479 -0
- package/dist/esm/apis/work-order-api.d.ts +354 -0
- package/dist/esm/apis/work-order-api.js +503 -0
- package/dist/esm/models/equipment-detail-dto.d.ts +8 -14
- package/dist/esm/models/equipment-point-edit-vo.d.ts +2 -8
- package/dist/esm/models/equipment-search-system-dto.d.ts +6 -12
- package/dist/esm/models/functional-area-enum.d.ts +26 -0
- package/dist/esm/models/functional-area-enum.js +27 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +12 -12
- package/dist/esm/models/index.d.ts +41 -1
- package/dist/esm/models/index.js +41 -1
- package/dist/esm/models/installation-body-enum.d.ts +22 -0
- package/dist/esm/models/installation-body-enum.js +23 -0
- package/dist/esm/models/iot-device-status-enum.d.ts +22 -0
- package/dist/esm/models/iot-device-status-enum.js +23 -0
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/json-result-list-surveillance-settings-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-surveillance-details-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-live-dto.d.ts +62 -0
- package/dist/esm/models/json-result-surveillance-live-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-surveillance-settings-details-dto.js +14 -0
- package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-violation-work-order-details-dto.js +14 -0
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +87 -0
- package/dist/esm/models/network-monitor-repair-add-vo.js +14 -0
- package/dist/esm/models/network-monitor-repair-decision-vo.d.ts +42 -0
- package/dist/esm/models/network-monitor-repair-decision-vo.js +14 -0
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +164 -0
- package/dist/esm/models/network-monitor-repair-details-dto.js +20 -0
- package/dist/esm/models/network-repair-info.d.ts +36 -0
- package/dist/esm/models/network-repair-info.js +14 -0
- package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-surveillance-details-dto.js +14 -0
- package/dist/esm/models/park.d.ts +43 -0
- package/dist/esm/models/park.js +14 -0
- package/dist/esm/models/polling-surveillance-info.d.ts +30 -0
- package/dist/esm/models/polling-surveillance-info.js +14 -0
- package/dist/esm/models/process-network-monitor-repair-vo.d.ts +30 -0
- package/dist/esm/models/process-network-monitor-repair-vo.js +14 -0
- package/dist/esm/models/space-add-excel-dto.d.ts +6 -0
- package/dist/esm/models/space-add-vo.d.ts +7 -0
- package/dist/esm/models/space-detail-dto.d.ts +9 -2
- package/dist/esm/models/space-edit-vo.d.ts +7 -0
- package/dist/esm/models/space-industry-attribute.d.ts +25 -0
- package/dist/esm/models/space-industry-attribute.js +26 -0
- package/dist/esm/models/space-point-dto.d.ts +3 -21
- package/dist/esm/models/space-tree-dto.d.ts +26 -19
- package/dist/esm/models/space.d.ts +43 -0
- package/dist/esm/models/space.js +14 -0
- package/dist/esm/models/surveillance-details-dto.d.ts +124 -0
- package/dist/esm/models/surveillance-details-dto.js +14 -0
- package/dist/esm/models/surveillance-live-dto.d.ts +48 -0
- package/dist/esm/models/surveillance-live-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-details-dto.d.ts +57 -0
- package/dist/esm/models/surveillance-settings-details-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +31 -0
- package/dist/esm/models/surveillance-settings-polling-vo.js +14 -0
- package/dist/esm/models/surveillance-update-vo.d.ts +62 -0
- package/dist/esm/models/surveillance-update-vo.js +14 -0
- package/dist/esm/models/surveillance.d.ts +49 -0
- package/dist/esm/models/surveillance.js +14 -0
- package/dist/esm/models/sync-device-unit-vo.d.ts +180 -0
- package/dist/esm/models/sync-device-unit-vo.js +14 -0
- package/dist/esm/models/sync-equipment-vo.d.ts +24 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/violation-center-attribute-enum.d.ts +21 -0
- package/dist/esm/models/violation-center-attribute-enum.js +22 -0
- package/dist/esm/models/violation-decision-vo.d.ts +68 -0
- package/dist/esm/models/violation-decision-vo.js +14 -0
- package/dist/esm/models/violation-issue-type-enum.d.ts +84 -0
- package/dist/esm/models/violation-issue-type-enum.js +85 -0
- package/dist/esm/models/violation-responsibility-role-enum.d.ts +21 -0
- package/dist/esm/models/violation-responsibility-role-enum.js +22 -0
- package/dist/esm/models/violation-work-order-add-vo.d.ts +87 -0
- package/dist/esm/models/violation-work-order-add-vo.js +14 -0
- package/dist/esm/models/violation-work-order-details-dto.d.ts +151 -0
- package/dist/esm/models/violation-work-order-details-dto.js +20 -0
- package/dist/esm/models/violation-work-order-info.d.ts +106 -0
- package/dist/esm/models/violation-work-order-info.js +14 -0
- package/dist/esm/models/work-order-approval-vo.d.ts +24 -0
- package/dist/esm/models/work-order-approval-vo.js +14 -0
- package/dist/esm/models/work-order-circulation-vo.d.ts +12 -0
- package/dist/esm/models/work-order-decision-vo.d.ts +32 -0
- package/dist/esm/models/work-order-decision-vo.js +14 -0
- package/dist/esm/models/work-order-ext-data.d.ts +32 -0
- package/dist/esm/models/work-order-ext-data.js +14 -0
- package/dist/esm/models/work-order-handler-dto.d.ts +61 -0
- package/dist/esm/models/work-order-handler-dto.js +14 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +6 -0
- package/dist/esm/models/work-order-internal-status-enum.js +7 -1
- package/dist/esm/models/work-order-issue-type-enum.d.ts +10 -1
- package/dist/esm/models/work-order-issue-type-enum.js +11 -2
- package/dist/esm/models/work-order-settings-type-enum.d.ts +2 -7
- package/dist/esm/models/work-order-settings-type-enum.js +2 -7
- package/dist/esm/models/work-order-source-enum.d.ts +2 -0
- package/dist/esm/models/work-order-source-enum.js +3 -1
- package/dist/esm/models/{space-add-point-vo.d.ts → work-order-space-dto.d.ts} +14 -9
- package/dist/esm/models/work-order-space-dto.js +14 -0
- package/dist/esm/models/work-order-sponsor-dto.d.ts +48 -0
- package/dist/esm/models/work-order-sponsor-dto.js +14 -0
- package/dist/esm/models/work-order-surveillance-dto.d.ts +30 -0
- package/dist/esm/models/work-order-surveillance-dto.js +14 -0
- package/dist/esm/models/work-order-type-enum.d.ts +2 -0
- package/dist/esm/models/work-order-type-enum.js +3 -1
- package/dist/models/equipment-detail-dto.d.ts +8 -14
- package/dist/models/equipment-point-edit-vo.d.ts +2 -8
- package/dist/models/equipment-search-system-dto.d.ts +6 -12
- package/dist/models/functional-area-enum.d.ts +26 -0
- package/dist/models/functional-area-enum.js +30 -0
- package/dist/models/get-user-wx200-response.d.ts +12 -12
- package/dist/models/index.d.ts +41 -1
- package/dist/models/index.js +41 -1
- package/dist/models/installation-body-enum.d.ts +22 -0
- package/dist/models/installation-body-enum.js +26 -0
- package/dist/models/iot-device-status-enum.d.ts +22 -0
- package/dist/models/iot-device-status-enum.js +26 -0
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/json-result-list-surveillance-settings-details-dto.d.ts +62 -0
- package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +62 -0
- package/dist/models/json-result-network-monitor-repair-details-dto.js +15 -0
- package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-surveillance-details-dto.js +15 -0
- package/dist/models/json-result-surveillance-details-dto.d.ts +62 -0
- package/dist/models/json-result-surveillance-details-dto.js +15 -0
- package/dist/models/json-result-surveillance-live-dto.d.ts +62 -0
- package/dist/models/json-result-surveillance-live-dto.js +15 -0
- package/dist/models/json-result-surveillance-settings-details-dto.d.ts +62 -0
- package/dist/models/json-result-surveillance-settings-details-dto.js +15 -0
- package/dist/models/json-result-violation-work-order-details-dto.d.ts +62 -0
- package/dist/models/json-result-violation-work-order-details-dto.js +15 -0
- package/dist/models/network-monitor-repair-add-vo.d.ts +87 -0
- package/dist/models/network-monitor-repair-add-vo.js +15 -0
- package/dist/models/network-monitor-repair-decision-vo.d.ts +42 -0
- package/dist/models/network-monitor-repair-decision-vo.js +15 -0
- package/dist/models/network-monitor-repair-details-dto.d.ts +164 -0
- package/dist/models/network-monitor-repair-details-dto.js +23 -0
- package/dist/models/network-repair-info.d.ts +36 -0
- package/dist/models/network-repair-info.js +15 -0
- package/dist/models/page-dto-surveillance-details-dto.d.ts +31 -0
- package/dist/models/page-dto-surveillance-details-dto.js +15 -0
- package/dist/models/park.d.ts +43 -0
- package/dist/models/park.js +15 -0
- package/dist/models/polling-surveillance-info.d.ts +30 -0
- package/dist/models/polling-surveillance-info.js +15 -0
- package/dist/models/process-network-monitor-repair-vo.d.ts +30 -0
- package/dist/models/process-network-monitor-repair-vo.js +15 -0
- package/dist/models/space-add-excel-dto.d.ts +6 -0
- package/dist/models/space-add-vo.d.ts +7 -0
- package/dist/models/space-detail-dto.d.ts +9 -2
- package/dist/models/space-edit-vo.d.ts +7 -0
- package/dist/models/space-industry-attribute.d.ts +25 -0
- package/dist/models/space-industry-attribute.js +29 -0
- package/dist/models/space-point-dto.d.ts +3 -21
- package/dist/models/space-tree-dto.d.ts +26 -19
- package/dist/models/space.d.ts +43 -0
- package/dist/models/space.js +15 -0
- package/dist/models/surveillance-details-dto.d.ts +124 -0
- package/dist/models/surveillance-details-dto.js +15 -0
- package/dist/models/surveillance-live-dto.d.ts +48 -0
- package/dist/models/surveillance-live-dto.js +15 -0
- package/dist/models/surveillance-settings-details-dto.d.ts +57 -0
- package/dist/models/surveillance-settings-details-dto.js +15 -0
- package/dist/models/surveillance-settings-polling-vo.d.ts +31 -0
- package/dist/models/surveillance-settings-polling-vo.js +15 -0
- package/dist/models/surveillance-update-vo.d.ts +62 -0
- package/dist/models/surveillance-update-vo.js +15 -0
- package/dist/models/surveillance.d.ts +49 -0
- package/dist/models/surveillance.js +15 -0
- package/dist/models/sync-device-unit-vo.d.ts +180 -0
- package/dist/models/sync-device-unit-vo.js +15 -0
- package/dist/models/sync-equipment-vo.d.ts +24 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/violation-center-attribute-enum.d.ts +21 -0
- package/dist/models/violation-center-attribute-enum.js +25 -0
- package/dist/models/violation-decision-vo.d.ts +68 -0
- package/dist/models/violation-decision-vo.js +15 -0
- package/dist/models/violation-issue-type-enum.d.ts +84 -0
- package/dist/models/violation-issue-type-enum.js +88 -0
- package/dist/models/violation-responsibility-role-enum.d.ts +21 -0
- package/dist/models/violation-responsibility-role-enum.js +25 -0
- package/dist/models/violation-work-order-add-vo.d.ts +87 -0
- package/dist/models/violation-work-order-add-vo.js +15 -0
- package/dist/models/violation-work-order-details-dto.d.ts +151 -0
- package/dist/models/violation-work-order-details-dto.js +23 -0
- package/dist/models/violation-work-order-info.d.ts +106 -0
- package/dist/models/violation-work-order-info.js +15 -0
- package/dist/models/work-order-approval-vo.d.ts +24 -0
- package/dist/models/work-order-approval-vo.js +15 -0
- package/dist/models/work-order-circulation-vo.d.ts +12 -0
- package/dist/models/work-order-decision-vo.d.ts +32 -0
- package/dist/models/work-order-decision-vo.js +15 -0
- package/dist/models/work-order-ext-data.d.ts +32 -0
- package/dist/models/work-order-ext-data.js +15 -0
- package/dist/models/work-order-handler-dto.d.ts +61 -0
- package/dist/models/work-order-handler-dto.js +15 -0
- package/dist/models/work-order-internal-status-enum.d.ts +6 -0
- package/dist/models/work-order-internal-status-enum.js +7 -1
- package/dist/models/work-order-issue-type-enum.d.ts +10 -1
- package/dist/models/work-order-issue-type-enum.js +11 -2
- package/dist/models/work-order-settings-type-enum.d.ts +2 -7
- package/dist/models/work-order-settings-type-enum.js +2 -7
- package/dist/models/work-order-source-enum.d.ts +2 -0
- package/dist/models/work-order-source-enum.js +3 -1
- package/dist/models/{space-add-point-vo.d.ts → work-order-space-dto.d.ts} +14 -9
- package/dist/models/work-order-space-dto.js +15 -0
- package/dist/models/work-order-sponsor-dto.d.ts +48 -0
- package/dist/models/work-order-sponsor-dto.js +15 -0
- package/dist/models/work-order-surveillance-dto.d.ts +30 -0
- package/dist/models/work-order-surveillance-dto.js +15 -0
- package/dist/models/work-order-type-enum.d.ts +2 -0
- package/dist/models/work-order-type-enum.js +3 -1
- package/models/equipment-detail-dto.ts +8 -14
- package/models/equipment-point-edit-vo.ts +2 -8
- package/models/equipment-search-system-dto.ts +6 -12
- package/models/functional-area-enum.ts +36 -0
- package/models/get-user-wx200-response.ts +12 -12
- package/models/index.ts +41 -1
- package/models/installation-body-enum.ts +32 -0
- package/models/iot-device-status-enum.ts +32 -0
- package/models/ipage-access-vo.ts +6 -6
- package/models/json-result-list-surveillance-settings-details-dto.ts +72 -0
- package/models/json-result-network-monitor-repair-details-dto.ts +72 -0
- package/models/json-result-page-dto-surveillance-details-dto.ts +72 -0
- package/models/json-result-surveillance-details-dto.ts +72 -0
- package/models/json-result-surveillance-live-dto.ts +72 -0
- package/models/json-result-surveillance-settings-details-dto.ts +72 -0
- package/models/json-result-violation-work-order-details-dto.ts +72 -0
- package/models/network-monitor-repair-add-vo.ts +101 -0
- package/models/network-monitor-repair-decision-vo.ts +48 -0
- package/models/network-monitor-repair-details-dto.ts +197 -0
- package/models/network-repair-info.ts +42 -0
- package/models/page-dto-surveillance-details-dto.ts +39 -0
- package/models/park.ts +53 -0
- package/models/polling-surveillance-info.ts +36 -0
- package/models/process-network-monitor-repair-vo.ts +36 -0
- package/models/space-add-excel-dto.ts +6 -0
- package/models/space-add-vo.ts +9 -0
- package/models/space-detail-dto.ts +11 -2
- package/models/space-edit-vo.ts +9 -0
- package/models/space-industry-attribute.ts +35 -0
- package/models/space-point-dto.ts +3 -21
- package/models/space-tree-dto.ts +28 -19
- package/models/space.ts +51 -0
- package/models/surveillance-details-dto.ts +140 -0
- package/models/surveillance-live-dto.ts +54 -0
- package/models/surveillance-settings-details-dto.ts +69 -0
- package/models/surveillance-settings-polling-vo.ts +39 -0
- package/models/surveillance-update-vo.ts +74 -0
- package/models/surveillance.ts +59 -0
- package/models/sync-device-unit-vo.ts +186 -0
- package/models/sync-equipment-vo.ts +24 -0
- package/models/sys-user.ts +4 -4
- package/models/violation-center-attribute-enum.ts +31 -0
- package/models/violation-decision-vo.ts +80 -0
- package/models/violation-issue-type-enum.ts +94 -0
- package/models/violation-responsibility-role-enum.ts +31 -0
- package/models/violation-work-order-add-vo.ts +101 -0
- package/models/violation-work-order-details-dto.ts +182 -0
- package/models/violation-work-order-info.ts +122 -0
- package/models/work-order-approval-vo.ts +30 -0
- package/models/work-order-circulation-vo.ts +12 -0
- package/models/work-order-decision-vo.ts +42 -0
- package/models/work-order-ext-data.ts +42 -0
- package/models/work-order-handler-dto.ts +71 -0
- package/models/work-order-internal-status-enum.ts +7 -1
- package/models/work-order-issue-type-enum.ts +11 -2
- package/models/work-order-settings-type-enum.ts +2 -7
- package/models/work-order-source-enum.ts +3 -1
- package/models/{space-add-point-vo.ts → work-order-space-dto.ts} +14 -11
- package/models/work-order-sponsor-dto.ts +54 -0
- package/models/work-order-surveillance-dto.ts +36 -0
- package/models/work-order-type-enum.ts +3 -1
- package/package.json +1 -1
- /package/dist/esm/models/{space-add-point-vo.js → json-result-list-surveillance-settings-details-dto.js} +0 -0
- /package/dist/models/{space-add-point-vo.js → json-result-list-surveillance-settings-details-dto.js} +0 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { WorkOrderHandlerStatusEnum } from './work-order-handler-status-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 工单处理人
|
|
15
|
+
* @export
|
|
16
|
+
* @interface WorkOrderHandlerDto
|
|
17
|
+
*/
|
|
18
|
+
export interface WorkOrderHandlerDto {
|
|
19
|
+
/**
|
|
20
|
+
* 处理人id
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof WorkOrderHandlerDto
|
|
23
|
+
*/
|
|
24
|
+
'handlerUserId'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 处理人名称
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof WorkOrderHandlerDto
|
|
29
|
+
*/
|
|
30
|
+
'handlerUserName'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* 处理人部门id
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof WorkOrderHandlerDto
|
|
35
|
+
*/
|
|
36
|
+
'handlerUserDeptId'?: number;
|
|
37
|
+
/**
|
|
38
|
+
* 处理人部门名称/租户名称
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof WorkOrderHandlerDto
|
|
41
|
+
*/
|
|
42
|
+
'handlerUserDeptName'?: string;
|
|
43
|
+
/**
|
|
44
|
+
* 处理时间
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof WorkOrderHandlerDto
|
|
47
|
+
*/
|
|
48
|
+
'handlerTime'?: string;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {WorkOrderHandlerStatusEnum}
|
|
52
|
+
* @memberof WorkOrderHandlerDto
|
|
53
|
+
*/
|
|
54
|
+
'handlerResult'?: WorkOrderHandlerStatusEnum;
|
|
55
|
+
/**
|
|
56
|
+
* 处理照片
|
|
57
|
+
* @type {Array<string>}
|
|
58
|
+
* @memberof WorkOrderHandlerDto
|
|
59
|
+
*/
|
|
60
|
+
'handlerImage'?: Array<string>;
|
|
61
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -19,5 +19,11 @@ export declare const WorkOrderInternalStatusEnum: {
|
|
|
19
19
|
readonly RepairInProgressLevelTwo: "REPAIR_IN_PROGRESS_LEVEL_TWO";
|
|
20
20
|
readonly RepairInProgressLevelThree: "REPAIR_IN_PROGRESS_LEVEL_THREE";
|
|
21
21
|
readonly RepairInProgressLevelFour: "REPAIR_IN_PROGRESS_LEVEL_FOUR";
|
|
22
|
+
readonly NetworkMonitorRepairInProgressLevelOne: "NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_ONE";
|
|
23
|
+
readonly NetworkMonitorRepairInProgressLevelTwo: "NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_TWO";
|
|
24
|
+
readonly NetworkMonitorRepairInProgressLevelThree: "NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE";
|
|
25
|
+
readonly ViolationWorkOrderInProgressLevelOne: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
|
|
26
|
+
readonly ViolationWorkOrderInProgressLevelTwo: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
|
|
27
|
+
readonly ViolationWorkOrderInProgressLevelThree: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE";
|
|
22
28
|
};
|
|
23
29
|
export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
|
|
@@ -23,5 +23,11 @@ exports.WorkOrderInternalStatusEnum = {
|
|
|
23
23
|
RepairInProgressLevelOne: 'REPAIR_IN_PROGRESS_LEVEL_ONE',
|
|
24
24
|
RepairInProgressLevelTwo: 'REPAIR_IN_PROGRESS_LEVEL_TWO',
|
|
25
25
|
RepairInProgressLevelThree: 'REPAIR_IN_PROGRESS_LEVEL_THREE',
|
|
26
|
-
RepairInProgressLevelFour: 'REPAIR_IN_PROGRESS_LEVEL_FOUR'
|
|
26
|
+
RepairInProgressLevelFour: 'REPAIR_IN_PROGRESS_LEVEL_FOUR',
|
|
27
|
+
NetworkMonitorRepairInProgressLevelOne: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_ONE',
|
|
28
|
+
NetworkMonitorRepairInProgressLevelTwo: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_TWO',
|
|
29
|
+
NetworkMonitorRepairInProgressLevelThree: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE',
|
|
30
|
+
ViolationWorkOrderInProgressLevelOne: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
31
|
+
ViolationWorkOrderInProgressLevelTwo: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
|
|
32
|
+
ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
|
|
27
33
|
};
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* 违规大类
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
@@ -22,5 +22,14 @@ export declare const WorkOrderIssueTypeEnum: {
|
|
|
22
22
|
readonly HygieneAndGreeningIssue: "HYGIENE_AND_GREENING_ISSUE";
|
|
23
23
|
readonly FacilityDamageIssue: "FACILITY_DAMAGE_ISSUE";
|
|
24
24
|
readonly SecurityIssue: "SECURITY_ISSUE";
|
|
25
|
+
readonly Networking: "NETWORKING";
|
|
26
|
+
readonly Surveillance: "SURVEILLANCE";
|
|
27
|
+
readonly DesktopTerminal: "DESKTOP_TERMINAL";
|
|
28
|
+
readonly SafetyViolation: "SAFETY_VIOLATION";
|
|
29
|
+
readonly WarehouseQualityIssue: "WAREHOUSE_QUALITY_ISSUE";
|
|
30
|
+
readonly TransportQualityIssue: "TRANSPORT_QUALITY_ISSUE";
|
|
31
|
+
readonly LoadingQualityIssue: "LOADING_QUALITY_ISSUE";
|
|
32
|
+
readonly ClaimRecovery: "CLAIM_RECOVERY";
|
|
33
|
+
readonly Operations: "OPERATIONS";
|
|
25
34
|
};
|
|
26
35
|
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.WorkOrderIssueTypeEnum = void 0;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* 违规大类
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
@@ -26,5 +26,14 @@ exports.WorkOrderIssueTypeEnum = {
|
|
|
26
26
|
SurveillanceIssues: 'SURVEILLANCE_ISSUES',
|
|
27
27
|
HygieneAndGreeningIssue: 'HYGIENE_AND_GREENING_ISSUE',
|
|
28
28
|
FacilityDamageIssue: 'FACILITY_DAMAGE_ISSUE',
|
|
29
|
-
SecurityIssue: 'SECURITY_ISSUE'
|
|
29
|
+
SecurityIssue: 'SECURITY_ISSUE',
|
|
30
|
+
Networking: 'NETWORKING',
|
|
31
|
+
Surveillance: 'SURVEILLANCE',
|
|
32
|
+
DesktopTerminal: 'DESKTOP_TERMINAL',
|
|
33
|
+
SafetyViolation: 'SAFETY_VIOLATION',
|
|
34
|
+
WarehouseQualityIssue: 'WAREHOUSE_QUALITY_ISSUE',
|
|
35
|
+
TransportQualityIssue: 'TRANSPORT_QUALITY_ISSUE',
|
|
36
|
+
LoadingQualityIssue: 'LOADING_QUALITY_ISSUE',
|
|
37
|
+
ClaimRecovery: 'CLAIM_RECOVERY',
|
|
38
|
+
Operations: 'OPERATIONS'
|
|
30
39
|
};
|
|
@@ -19,12 +19,7 @@ export declare const WorkOrderSettingsTypeEnum: {
|
|
|
19
19
|
readonly InspectionWorkOrder: "INSPECTION_WORK_ORDER";
|
|
20
20
|
readonly AiWorkOrder: "AI_WORK_ORDER";
|
|
21
21
|
readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
|
|
22
|
-
readonly
|
|
23
|
-
readonly
|
|
24
|
-
readonly InternetOfThingsWorkOrder: "INTERNET_OF_THINGS_WORK_ORDER";
|
|
25
|
-
readonly VideoRecognitionWorkOrder: "VIDEO_RECOGNITION_WORK_ORDER";
|
|
26
|
-
readonly DecorationOrderProperty: "DECORATION_ORDER_PROPERTY";
|
|
27
|
-
readonly DecorationOrderTenant: "DECORATION_ORDER_TENANT";
|
|
28
|
-
readonly DecorationOrderSupplier: "DECORATION_ORDER_SUPPLIER";
|
|
22
|
+
readonly NetworkMonitorRepairWorkOrder: "NETWORK_MONITOR_REPAIR_WORK_ORDER";
|
|
23
|
+
readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
|
|
29
24
|
};
|
|
30
25
|
export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
|
|
@@ -24,11 +24,6 @@ exports.WorkOrderSettingsTypeEnum = {
|
|
|
24
24
|
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
25
25
|
AiWorkOrder: 'AI_WORK_ORDER',
|
|
26
26
|
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
InternetOfThingsWorkOrder: 'INTERNET_OF_THINGS_WORK_ORDER',
|
|
30
|
-
VideoRecognitionWorkOrder: 'VIDEO_RECOGNITION_WORK_ORDER',
|
|
31
|
-
DecorationOrderProperty: 'DECORATION_ORDER_PROPERTY',
|
|
32
|
-
DecorationOrderTenant: 'DECORATION_ORDER_TENANT',
|
|
33
|
-
DecorationOrderSupplier: 'DECORATION_ORDER_SUPPLIER'
|
|
27
|
+
NetworkMonitorRepairWorkOrder: 'NETWORK_MONITOR_REPAIR_WORK_ORDER',
|
|
28
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
34
29
|
};
|
|
@@ -21,5 +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 SurveillanceOffLineTransferWorkOrder: "SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER";
|
|
25
|
+
readonly HkAiAlertTransferWorkOrder: "HK_AI_ALERT_TRANSFER_WORK_ORDER";
|
|
24
26
|
};
|
|
25
27
|
export type WorkOrderSourceEnum = typeof WorkOrderSourceEnum[keyof typeof WorkOrderSourceEnum];
|
|
@@ -25,5 +25,7 @@ exports.WorkOrderSourceEnum = {
|
|
|
25
25
|
AlterTransferWorkOrder: 'ALTER_TRANSFER_WORK_ORDER',
|
|
26
26
|
InspectionTransferWorkOrder: 'INSPECTION_TRANSFER_WORK_ORDER',
|
|
27
27
|
AiInspectionTransferWorkOrder: 'AI_INSPECTION_TRANSFER_WORK_ORDER',
|
|
28
|
-
MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER'
|
|
28
|
+
MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER',
|
|
29
|
+
SurveillanceOffLineTransferWorkOrder: 'SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER',
|
|
30
|
+
HkAiAlertTransferWorkOrder: 'HK_AI_ALERT_TRANSFER_WORK_ORDER'
|
|
29
31
|
};
|
|
@@ -9,23 +9,28 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { SpacePointDTO } from './space-point-dto';
|
|
13
12
|
/**
|
|
14
|
-
*
|
|
13
|
+
* 空间详情
|
|
15
14
|
* @export
|
|
16
|
-
* @interface
|
|
15
|
+
* @interface WorkOrderSpaceDto
|
|
17
16
|
*/
|
|
18
|
-
export interface
|
|
17
|
+
export interface WorkOrderSpaceDto {
|
|
19
18
|
/**
|
|
20
19
|
* 空间id
|
|
21
20
|
* @type {number}
|
|
22
|
-
* @memberof
|
|
21
|
+
* @memberof WorkOrderSpaceDto
|
|
23
22
|
*/
|
|
24
23
|
'spaceId'?: number;
|
|
25
24
|
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {
|
|
28
|
-
* @memberof
|
|
25
|
+
* 空间名称
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof WorkOrderSpaceDto
|
|
29
28
|
*/
|
|
30
|
-
'
|
|
29
|
+
'spaceName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 父名称
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof WorkOrderSpaceDto
|
|
34
|
+
*/
|
|
35
|
+
'parentName'?: string;
|
|
31
36
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 工单发起方
|
|
14
|
+
* @export
|
|
15
|
+
* @interface WorkOrderSponsorDto
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkOrderSponsorDto {
|
|
18
|
+
/**
|
|
19
|
+
* 发起时间
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof WorkOrderSponsorDto
|
|
22
|
+
*/
|
|
23
|
+
'startTime'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 发起人id
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof WorkOrderSponsorDto
|
|
28
|
+
*/
|
|
29
|
+
'sponsorId'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 发起人名称
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof WorkOrderSponsorDto
|
|
34
|
+
*/
|
|
35
|
+
'sponsorName'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 发起人部门id
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof WorkOrderSponsorDto
|
|
40
|
+
*/
|
|
41
|
+
'sponsorUserDeptId'?: number;
|
|
42
|
+
/**
|
|
43
|
+
* 发起人部门名称/租户名称
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof WorkOrderSponsorDto
|
|
46
|
+
*/
|
|
47
|
+
'sponsorUserDeptName'?: string;
|
|
48
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 工单监控设备详情
|
|
14
|
+
* @export
|
|
15
|
+
* @interface WorkOrderSurveillanceDto
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkOrderSurveillanceDto {
|
|
18
|
+
/**
|
|
19
|
+
* 监控设备id
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof WorkOrderSurveillanceDto
|
|
22
|
+
*/
|
|
23
|
+
'surveillanceId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 监控设备名称
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof WorkOrderSurveillanceDto
|
|
28
|
+
*/
|
|
29
|
+
'surveillanceName'?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -30,5 +30,7 @@ export declare const WorkOrderTypeEnum: {
|
|
|
30
30
|
readonly GasMeterWorkOrder: "GAS_METER_WORK_ORDER";
|
|
31
31
|
readonly VideoRecognitionAlarm: "VIDEO_RECOGNITION_ALARM";
|
|
32
32
|
readonly AiInspection: "AI_INSPECTION";
|
|
33
|
+
readonly NetworkRepairWorkOrder: "NETWORK_REPAIR_WORK_ORDER";
|
|
34
|
+
readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
|
|
33
35
|
};
|
|
34
36
|
export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
|
|
@@ -34,5 +34,7 @@ exports.WorkOrderTypeEnum = {
|
|
|
34
34
|
WaterPurificationMeterWorkOrder: 'WATER_PURIFICATION_METER_WORK_ORDER',
|
|
35
35
|
GasMeterWorkOrder: 'GAS_METER_WORK_ORDER',
|
|
36
36
|
VideoRecognitionAlarm: 'VIDEO_RECOGNITION_ALARM',
|
|
37
|
-
AiInspection: 'AI_INSPECTION'
|
|
37
|
+
AiInspection: 'AI_INSPECTION',
|
|
38
|
+
NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
|
|
39
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
38
40
|
};
|
|
@@ -158,12 +158,18 @@ 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>;
|
|
161
167
|
/**
|
|
162
168
|
* 空间点位
|
|
163
|
-
* @type {
|
|
169
|
+
* @type {Array<Array<number>>}
|
|
164
170
|
* @memberof EquipmentDetailDTO
|
|
165
171
|
*/
|
|
166
|
-
'spacePoint'?:
|
|
172
|
+
'spacePoint'?: Array<Array<number>>;
|
|
167
173
|
/**
|
|
168
174
|
* 空间id
|
|
169
175
|
* @type {number}
|
|
@@ -218,17 +224,5 @@ export interface EquipmentDetailDTO {
|
|
|
218
224
|
* @memberof EquipmentDetailDTO
|
|
219
225
|
*/
|
|
220
226
|
'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;
|
|
233
227
|
}
|
|
234
228
|
|
|
@@ -28,15 +28,9 @@ export interface EquipmentPointEditVo {
|
|
|
28
28
|
'id': number;
|
|
29
29
|
/**
|
|
30
30
|
* 点位编码
|
|
31
|
-
* @type {
|
|
31
|
+
* @type {Array<number>}
|
|
32
32
|
* @memberof EquipmentPointEditVo
|
|
33
33
|
*/
|
|
34
|
-
'
|
|
35
|
-
/**
|
|
36
|
-
* 点位编码
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof EquipmentPointEditVo
|
|
39
|
-
*/
|
|
40
|
-
'equipmentPointYAxis'?: string;
|
|
34
|
+
'equipmentPoint'?: Array<number>;
|
|
41
35
|
}
|
|
42
36
|
|
|
@@ -173,12 +173,6 @@ 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;
|
|
182
176
|
/**
|
|
183
177
|
* 出厂时间
|
|
184
178
|
* @type {string}
|
|
@@ -234,16 +228,16 @@ export interface EquipmentSearchSystemDTO {
|
|
|
234
228
|
*/
|
|
235
229
|
'relatedEquipmentIds'?: Array<number>;
|
|
236
230
|
/**
|
|
237
|
-
*
|
|
238
|
-
* @type {
|
|
231
|
+
* 设备点位
|
|
232
|
+
* @type {Array<number>}
|
|
239
233
|
* @memberof EquipmentSearchSystemDTO
|
|
240
234
|
*/
|
|
241
|
-
'
|
|
235
|
+
'equipmentPoint'?: Array<number>;
|
|
242
236
|
/**
|
|
243
|
-
*
|
|
244
|
-
* @type {
|
|
237
|
+
* 空间点位
|
|
238
|
+
* @type {Array<Array<number>>}
|
|
245
239
|
* @memberof EquipmentSearchSystemDTO
|
|
246
240
|
*/
|
|
247
|
-
'
|
|
241
|
+
'spacePoint'?: Array<Array<number>>;
|
|
248
242
|
}
|
|
249
243
|
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 功能区域枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const FunctionalAreaEnum = {
|
|
24
|
+
Platform: 'PLATFORM',
|
|
25
|
+
StockingArea: 'STOCKING_AREA',
|
|
26
|
+
Passageway: 'PASSAGEWAY',
|
|
27
|
+
OfficeArea: 'OFFICE_AREA',
|
|
28
|
+
DefectiveProductIdentificationArea: 'DEFECTIVE_PRODUCT_IDENTIFICATION_AREA',
|
|
29
|
+
PackingTable: 'PACKING_TABLE',
|
|
30
|
+
Others: 'OTHERS'
|
|
31
|
+
} as const;
|
|
32
|
+
|
|
33
|
+
export type FunctionalAreaEnum = typeof FunctionalAreaEnum[keyof typeof FunctionalAreaEnum];
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
@@ -28,34 +28,28 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
28
28
|
export interface GetUserWx200Response {
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
|
-
* @type {
|
|
31
|
+
* @type {object}
|
|
32
32
|
* @memberof GetUserWx200Response
|
|
33
33
|
*/
|
|
34
|
-
'
|
|
34
|
+
'trailerFields'?: object;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
|
-
* @type {
|
|
37
|
+
* @type {number}
|
|
38
38
|
* @memberof GetUserWx200Response
|
|
39
39
|
*/
|
|
40
|
-
'
|
|
40
|
+
'status'?: number;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
|
-
* @type {
|
|
43
|
+
* @type {Array<string>}
|
|
44
44
|
* @memberof GetUserWx200Response
|
|
45
45
|
*/
|
|
46
|
-
'
|
|
46
|
+
'headerNames'?: Array<string>;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* @type {GetUserWx200ResponseLocale}
|
|
50
50
|
* @memberof GetUserWx200Response
|
|
51
51
|
*/
|
|
52
52
|
'locale'?: GetUserWx200ResponseLocale;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @type {number}
|
|
56
|
-
* @memberof GetUserWx200Response
|
|
57
|
-
*/
|
|
58
|
-
'bufferSize'?: number;
|
|
59
53
|
/**
|
|
60
54
|
*
|
|
61
55
|
* @type {string}
|
|
@@ -74,6 +68,12 @@ export interface GetUserWx200Response {
|
|
|
74
68
|
* @memberof GetUserWx200Response
|
|
75
69
|
*/
|
|
76
70
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {number}
|
|
74
|
+
* @memberof GetUserWx200Response
|
|
75
|
+
*/
|
|
76
|
+
'bufferSize'?: number;
|
|
77
77
|
/**
|
|
78
78
|
*
|
|
79
79
|
* @type {string}
|