@gizone/rrs-client 4.1.0-alpha.114 → 4.1.0-alpha.116
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/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/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/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/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/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/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/index.ts +41 -1
- package/models/installation-body-enum.ts +32 -0
- package/models/iot-device-status-enum.ts +32 -0
- 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/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,88 @@
|
|
|
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 });
|
|
16
|
+
exports.ViolationIssueTypeEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 违规工单问题类型
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.ViolationIssueTypeEnum = {
|
|
23
|
+
HighAltitudeWorkWithoutSafetyHelmetOrSafetyRope: 'HIGH_ALTITUDE_WORK_WITHOUT_SAFETY_HELMET_OR_SAFETY_ROPE',
|
|
24
|
+
WorkersWearingShortsOrSlippersInWarehouseArea: 'WORKERS_WEARING_SHORTS_OR_SLIPPERS_IN_WAREHOUSE_AREA',
|
|
25
|
+
ForkliftViolationLiftingPeopleForHighWork: 'FORKLIFT_VIOLATION_LIFTING_PEOPLE_FOR_HIGH_WORK',
|
|
26
|
+
HighShelfWarehouseWorkWithoutSafetyHelmet: 'HIGH_SHELF_WAREHOUSE_WORK_WITHOUT_SAFETY_HELMET',
|
|
27
|
+
ParkedVehiclesNotFollowingFourCapTwoWedgeRule: 'PARKED_VEHICLES_NOT_FOLLOWING_FOUR_CAP_TWO_WEDGE_RULE',
|
|
28
|
+
ForkliftNotRemovingKeyAfterParking: 'FORKLIFT_NOT_REMOVING_KEY_AFTER_PARKING',
|
|
29
|
+
ForkliftParkedInWarehouseAfterShiftForksNotReset: 'FORKLIFT_PARKED_IN_WAREHOUSE_AFTER_SHIFT_FORKS_NOT_RESET',
|
|
30
|
+
PlatformIllegalCharging: 'PLATFORM_ILLEGAL_CHARGING',
|
|
31
|
+
WarehouseAreaIllegalSmoking: 'WAREHOUSE_AREA_ILLEGAL_SMOKING',
|
|
32
|
+
VehiclesIllegallyEnteringWarehouseArea: 'VEHICLES_ILLEGALLY_ENTERING_WAREHOUSE_AREA',
|
|
33
|
+
OtherSafetyViolations: 'OTHER_SAFETY_VIOLATIONS',
|
|
34
|
+
FireExitBlocked: 'FIRE_EXIT_BLOCKED',
|
|
35
|
+
GoodsBlockingFireFightingEquipment: 'GOODS_BLOCKING_FIRE_FIGHTING_EQUIPMENT',
|
|
36
|
+
DebrisPiledInFrontOfPowerDistributionEquipment: 'DEBRIS_PILED_IN_FRONT_OF_POWER_DISTRIBUTION_EQUIPMENT',
|
|
37
|
+
AntiTheftDoorLyingFlatSidewaysOrUpsideDown: 'ANTI_THEFT_DOOR_LYING_FLAT_SIDEWAYS_OR_UPSIDE_DOWN',
|
|
38
|
+
GoodsStackedTooHigh: 'GOODS_STACKED_TOO_HIGH',
|
|
39
|
+
DampGoods: 'DAMP_GOODS',
|
|
40
|
+
TvIllegalStackingHeavyOnLight: 'TV_ILLEGAL_STACKING_HEAVY_ON_LIGHT',
|
|
41
|
+
GoodsWithPenetratingDamage: 'GOODS_WITH_PENETRATING_DAMAGE',
|
|
42
|
+
SidewaysOrUpsideDown: 'SIDEWAYS_OR_UPSIDE_DOWN',
|
|
43
|
+
GoodsStained: 'GOODS_STAINED',
|
|
44
|
+
GoodsWithScribbledPackaging: 'GOODS_WITH_SCRIBBLED_PACKAGING',
|
|
45
|
+
IrregularGoodsStacking: 'IRREGULAR_GOODS_STACKING',
|
|
46
|
+
DamagedGoodsAreaNotSet: 'DAMAGED_GOODS_AREA_NOT_SET',
|
|
47
|
+
GoodsCrushedOrDeformed: 'GOODS_CRUSHED_OR_DEFORMED',
|
|
48
|
+
IncorrectClampingSurfacePlacement: 'INCORRECT_CLAMPING_SURFACE_PLACEMENT',
|
|
49
|
+
GoodsWithFootprintsOnPackaging: 'GOODS_WITH_FOOTPRINTS_ON_PACKAGING',
|
|
50
|
+
TvDamageOrDirtyPackaging: 'TV_DAMAGE_OR_DIRTY_PACKAGING',
|
|
51
|
+
DustyGoods: 'DUSTY_GOODS',
|
|
52
|
+
AntiTippingMeasuresMissing: 'ANTI_TIPPING_MEASURES_MISSING',
|
|
53
|
+
WarehouseLeakage: 'WAREHOUSE_LEAKAGE',
|
|
54
|
+
UpsideDownOrSidewaysNonTvAppliances: 'UPSIDE_DOWN_OR_SIDEWAYS_NON_TV_APPLIANCES',
|
|
55
|
+
DamagedBoxesOnArrival: 'DAMAGED_BOXES_ON_ARRIVAL',
|
|
56
|
+
ImproperTvLoading: 'IMPROPER_TV_LOADING',
|
|
57
|
+
WorkingInRain: 'WORKING_IN_RAIN',
|
|
58
|
+
HeavyOnLight: 'HEAVY_ON_LIGHT',
|
|
59
|
+
DampOrDirtyContainer: 'DAMP_OR_DIRTY_CONTAINER',
|
|
60
|
+
ImproperTvStorage: 'IMPROPER_TV_STORAGE',
|
|
61
|
+
TvWetOrDamagedBox: 'TV_WET_OR_DAMAGED_BOX',
|
|
62
|
+
WrongClampingSurface: 'WRONG_CLAMPING_SURFACE',
|
|
63
|
+
DraggingGoodsOnGround: 'DRAGGING_GOODS_ON_GROUND',
|
|
64
|
+
ClampingTooHighAndDropping: 'CLAMPING_TOO_HIGH_AND_DROPPING',
|
|
65
|
+
ImproperClampingOfWashingMachines: 'IMPROPER_CLAMPING_OF_WASHING_MACHINES',
|
|
66
|
+
ImproperClampingOfRefrigerators: 'IMPROPER_CLAMPING_OF_REFRIGERATORS',
|
|
67
|
+
CornersOnGround: 'CORNERS_ON_GROUND',
|
|
68
|
+
ClampingDifferentSpecsSimultaneously: 'CLAMPING_DIFFERENT_SPECS_SIMULTANEOUSLY',
|
|
69
|
+
SqueezingOperationOfClampingTruck: 'SQUEEZING_OPERATION_OF_CLAMPING_TRUCK',
|
|
70
|
+
ImproperHandlingByPersonnel: 'IMPROPER_HANDLING_BY_PERSONNEL',
|
|
71
|
+
ThrowingGoods: 'THROWING_GOODS',
|
|
72
|
+
ImproperTvHandling: 'IMPROPER_TV_HANDLING',
|
|
73
|
+
ManualWorkTooHighAndDropping: 'MANUAL_WORK_TOO_HIGH_AND_DROPPING',
|
|
74
|
+
RoughHandlingOfTvs: 'ROUGH_HANDLING_OF_TVS',
|
|
75
|
+
ImproperClampingOfMassageChairs: 'IMPROPER_CLAMPING_OF_MASSAGE_CHAIRS',
|
|
76
|
+
ImproperElectronicWaybillAttachment: 'IMPROPER_ELECTRONIC_WAYBILL_ATTACHMENT',
|
|
77
|
+
ClampingAndDragging: 'CLAMPING_AND_DRAGGING',
|
|
78
|
+
IndustryClaimRecovery: 'INDUSTRY_CLAIM_RECOVERY',
|
|
79
|
+
AssetDamage: 'ASSET_DAMAGE',
|
|
80
|
+
ElectricityWaste: 'ELECTRICITY_WASTE',
|
|
81
|
+
NotSingleBuildingGoodsCollection: 'NOT_SINGLE_BUILDING_GOODS_COLLECTION',
|
|
82
|
+
FalseInventory: 'FALSE_INVENTORY',
|
|
83
|
+
SixSProblem: 'SIX_S_PROBLEM',
|
|
84
|
+
NoTeamMeeting: 'NO_TEAM_MEETING',
|
|
85
|
+
PlatformStagingAreaNotCleared: 'PLATFORM_STAGING_AREA_NOT_CLEARED',
|
|
86
|
+
UtilizationProblem: 'UTILIZATION_PROBLEM',
|
|
87
|
+
NoOneInControlRoom: 'NO_ONE_IN_CONTROL_ROOM'
|
|
88
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
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
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const ViolationResponsibilityRoleEnum: {
|
|
18
|
+
readonly SafetyCommissioner: "SAFETY_COMMISSIONER";
|
|
19
|
+
readonly QualityCommissioner: "QUALITY_COMMISSIONER";
|
|
20
|
+
};
|
|
21
|
+
export type ViolationResponsibilityRoleEnum = typeof ViolationResponsibilityRoleEnum[keyof typeof ViolationResponsibilityRoleEnum];
|
|
@@ -0,0 +1,25 @@
|
|
|
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 });
|
|
16
|
+
exports.ViolationResponsibilityRoleEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 违规工单责任角色
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.ViolationResponsibilityRoleEnum = {
|
|
23
|
+
SafetyCommissioner: 'SAFETY_COMMISSIONER',
|
|
24
|
+
QualityCommissioner: 'QUALITY_COMMISSIONER'
|
|
25
|
+
};
|
|
@@ -0,0 +1,87 @@
|
|
|
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 { ViolationIssueTypeEnum } from './violation-issue-type-enum';
|
|
13
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
14
|
+
import type { WorkOrderSourceEnum } from './work-order-source-enum';
|
|
15
|
+
/**
|
|
16
|
+
* 违规工单新增
|
|
17
|
+
* @export
|
|
18
|
+
* @interface ViolationWorkOrderAddVo
|
|
19
|
+
*/
|
|
20
|
+
export interface ViolationWorkOrderAddVo {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
24
|
+
* @memberof ViolationWorkOrderAddVo
|
|
25
|
+
*/
|
|
26
|
+
'issueType': WorkOrderIssueTypeEnum;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {ViolationIssueTypeEnum}
|
|
30
|
+
* @memberof ViolationWorkOrderAddVo
|
|
31
|
+
*/
|
|
32
|
+
'violationIssueType': ViolationIssueTypeEnum;
|
|
33
|
+
/**
|
|
34
|
+
* 执行部门ID
|
|
35
|
+
* @type {Array<number>}
|
|
36
|
+
* @memberof ViolationWorkOrderAddVo
|
|
37
|
+
*/
|
|
38
|
+
'deptIds': Array<number>;
|
|
39
|
+
/**
|
|
40
|
+
* 工单执行人
|
|
41
|
+
* @type {number}
|
|
42
|
+
* @memberof ViolationWorkOrderAddVo
|
|
43
|
+
*/
|
|
44
|
+
'handlerUserId'?: number;
|
|
45
|
+
/**
|
|
46
|
+
* 设备id
|
|
47
|
+
* @type {Array<number>}
|
|
48
|
+
* @memberof ViolationWorkOrderAddVo
|
|
49
|
+
*/
|
|
50
|
+
'equipmentIds': Array<number>;
|
|
51
|
+
/**
|
|
52
|
+
* 位置
|
|
53
|
+
* @type {number}
|
|
54
|
+
* @memberof ViolationWorkOrderAddVo
|
|
55
|
+
*/
|
|
56
|
+
'spaceId': number;
|
|
57
|
+
/**
|
|
58
|
+
* 工单名称
|
|
59
|
+
* @type {string}
|
|
60
|
+
* @memberof ViolationWorkOrderAddVo
|
|
61
|
+
*/
|
|
62
|
+
'workOrderName'?: string;
|
|
63
|
+
/**
|
|
64
|
+
* 图片
|
|
65
|
+
* @type {Array<string>}
|
|
66
|
+
* @memberof ViolationWorkOrderAddVo
|
|
67
|
+
*/
|
|
68
|
+
'images'?: Array<string>;
|
|
69
|
+
/**
|
|
70
|
+
* 视频
|
|
71
|
+
* @type {Array<string>}
|
|
72
|
+
* @memberof ViolationWorkOrderAddVo
|
|
73
|
+
*/
|
|
74
|
+
'imagesVideo'?: Array<string>;
|
|
75
|
+
/**
|
|
76
|
+
* 园区id
|
|
77
|
+
* @type {number}
|
|
78
|
+
* @memberof ViolationWorkOrderAddVo
|
|
79
|
+
*/
|
|
80
|
+
'parkId': number;
|
|
81
|
+
/**
|
|
82
|
+
*
|
|
83
|
+
* @type {WorkOrderSourceEnum}
|
|
84
|
+
* @memberof ViolationWorkOrderAddVo
|
|
85
|
+
*/
|
|
86
|
+
'workOrderSource': WorkOrderSourceEnum;
|
|
87
|
+
}
|
|
@@ -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,151 @@
|
|
|
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 { SourceAlertDTO } from './source-alert-dto';
|
|
13
|
+
import type { WorkOrderDeptDTO } from './work-order-dept-dto';
|
|
14
|
+
import type { WorkOrderExtData } from './work-order-ext-data';
|
|
15
|
+
import type { WorkOrderHandlerDto } from './work-order-handler-dto';
|
|
16
|
+
import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
17
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
18
|
+
import type { WorkOrderSourceEnum } from './work-order-source-enum';
|
|
19
|
+
import type { WorkOrderSpaceDto } from './work-order-space-dto';
|
|
20
|
+
import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
|
|
21
|
+
import type { WorkOrderSurveillanceDto } from './work-order-surveillance-dto';
|
|
22
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
23
|
+
/**
|
|
24
|
+
* 违规工单详情
|
|
25
|
+
* @export
|
|
26
|
+
* @interface ViolationWorkOrderDetailsDto
|
|
27
|
+
*/
|
|
28
|
+
export interface ViolationWorkOrderDetailsDto {
|
|
29
|
+
/**
|
|
30
|
+
* 工单ID
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
33
|
+
*/
|
|
34
|
+
'id'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 园区ID
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
39
|
+
*/
|
|
40
|
+
'parkId'?: number;
|
|
41
|
+
/**
|
|
42
|
+
* 工单编号
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
45
|
+
*/
|
|
46
|
+
'workOrderNo'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 工单名称
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
51
|
+
*/
|
|
52
|
+
'workOrderName'?: string;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {WorkOrderTypeEnum}
|
|
56
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
57
|
+
*/
|
|
58
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
59
|
+
/**
|
|
60
|
+
* 工单状态
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
63
|
+
*/
|
|
64
|
+
'workOrderStatus'?: ViolationWorkOrderDetailsDtoWorkOrderStatusEnum;
|
|
65
|
+
/**
|
|
66
|
+
* 工单执行部门列表
|
|
67
|
+
* @type {Array<WorkOrderDeptDTO>}
|
|
68
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
69
|
+
*/
|
|
70
|
+
'workOrderDepts'?: Array<WorkOrderDeptDTO>;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {WorkOrderSourceEnum}
|
|
74
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
75
|
+
*/
|
|
76
|
+
'workOrderSource'?: WorkOrderSourceEnum;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {SourceAlertDTO}
|
|
80
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
81
|
+
*/
|
|
82
|
+
'sourceAlert'?: SourceAlertDTO;
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
86
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
87
|
+
*/
|
|
88
|
+
'workOrderIssueType'?: WorkOrderIssueTypeEnum;
|
|
89
|
+
/**
|
|
90
|
+
* 监控设备详情
|
|
91
|
+
* @type {Array<WorkOrderSurveillanceDto>}
|
|
92
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
93
|
+
*/
|
|
94
|
+
'surveillances'?: Array<WorkOrderSurveillanceDto>;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {WorkOrderSpaceDto}
|
|
98
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
99
|
+
*/
|
|
100
|
+
'space'?: WorkOrderSpaceDto;
|
|
101
|
+
/**
|
|
102
|
+
* 图片
|
|
103
|
+
* @type {Array<string>}
|
|
104
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
105
|
+
*/
|
|
106
|
+
'images'?: Array<string>;
|
|
107
|
+
/**
|
|
108
|
+
* 视频
|
|
109
|
+
* @type {Array<string>}
|
|
110
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
111
|
+
*/
|
|
112
|
+
'imagesVideo'?: Array<string>;
|
|
113
|
+
/**
|
|
114
|
+
* 工单执行部门ID列表
|
|
115
|
+
* @type {Array<number>}
|
|
116
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
117
|
+
*/
|
|
118
|
+
'workOrderDeptIds'?: Array<number>;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @type {WorkOrderInternalStatusEnum}
|
|
122
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
123
|
+
*/
|
|
124
|
+
'internalStatus'?: WorkOrderInternalStatusEnum;
|
|
125
|
+
/**
|
|
126
|
+
*
|
|
127
|
+
* @type {WorkOrderSponsorDto}
|
|
128
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
129
|
+
*/
|
|
130
|
+
'sponsor'?: WorkOrderSponsorDto;
|
|
131
|
+
/**
|
|
132
|
+
*
|
|
133
|
+
* @type {WorkOrderHandlerDto}
|
|
134
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
135
|
+
*/
|
|
136
|
+
'handler'?: WorkOrderHandlerDto;
|
|
137
|
+
/**
|
|
138
|
+
*
|
|
139
|
+
* @type {WorkOrderExtData}
|
|
140
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
141
|
+
*/
|
|
142
|
+
'workOrderExtData'?: WorkOrderExtData;
|
|
143
|
+
}
|
|
144
|
+
export declare const ViolationWorkOrderDetailsDtoWorkOrderStatusEnum: {
|
|
145
|
+
readonly Pending: "PENDING";
|
|
146
|
+
readonly InProgress: "IN_PROGRESS";
|
|
147
|
+
readonly Completed: "COMPLETED";
|
|
148
|
+
readonly Overdue: "OVERDUE";
|
|
149
|
+
readonly Closed: "CLOSED";
|
|
150
|
+
};
|
|
151
|
+
export type ViolationWorkOrderDetailsDtoWorkOrderStatusEnum = typeof ViolationWorkOrderDetailsDtoWorkOrderStatusEnum[keyof typeof ViolationWorkOrderDetailsDtoWorkOrderStatusEnum];
|
|
@@ -0,0 +1,23 @@
|
|
|
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 });
|
|
16
|
+
exports.ViolationWorkOrderDetailsDtoWorkOrderStatusEnum = void 0;
|
|
17
|
+
exports.ViolationWorkOrderDetailsDtoWorkOrderStatusEnum = {
|
|
18
|
+
Pending: 'PENDING',
|
|
19
|
+
InProgress: 'IN_PROGRESS',
|
|
20
|
+
Completed: 'COMPLETED',
|
|
21
|
+
Overdue: 'OVERDUE',
|
|
22
|
+
Closed: 'CLOSED'
|
|
23
|
+
};
|
|
@@ -0,0 +1,106 @@
|
|
|
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 { ViolationCenterAttributeEnum } from './violation-center-attribute-enum';
|
|
13
|
+
import type { ViolationIssueTypeEnum } from './violation-issue-type-enum';
|
|
14
|
+
import type { ViolationResponsibilityRoleEnum } from './violation-responsibility-role-enum';
|
|
15
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
16
|
+
/**
|
|
17
|
+
* 违规工单信息
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ViolationWorkOrderInfo
|
|
20
|
+
*/
|
|
21
|
+
export interface ViolationWorkOrderInfo {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
25
|
+
* @memberof ViolationWorkOrderInfo
|
|
26
|
+
*/
|
|
27
|
+
'workOrderIssueType'?: WorkOrderIssueTypeEnum;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {ViolationIssueTypeEnum}
|
|
31
|
+
* @memberof ViolationWorkOrderInfo
|
|
32
|
+
*/
|
|
33
|
+
'violationIssueType'?: ViolationIssueTypeEnum;
|
|
34
|
+
/**
|
|
35
|
+
* 是否成立
|
|
36
|
+
* @type {boolean}
|
|
37
|
+
* @memberof ViolationWorkOrderInfo
|
|
38
|
+
*/
|
|
39
|
+
'isEstablished'?: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* 违规数量
|
|
42
|
+
* @type {number}
|
|
43
|
+
* @memberof ViolationWorkOrderInfo
|
|
44
|
+
*/
|
|
45
|
+
'violationCount'?: number;
|
|
46
|
+
/**
|
|
47
|
+
* OMS订单号
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof ViolationWorkOrderInfo
|
|
50
|
+
*/
|
|
51
|
+
'omsNo'?: string;
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @type {ViolationResponsibilityRoleEnum}
|
|
55
|
+
* @memberof ViolationWorkOrderInfo
|
|
56
|
+
*/
|
|
57
|
+
'responsibilityRole'?: ViolationResponsibilityRoleEnum;
|
|
58
|
+
/**
|
|
59
|
+
* 责任供应商
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof ViolationWorkOrderInfo
|
|
62
|
+
*/
|
|
63
|
+
'responsibilitySupplier'?: string;
|
|
64
|
+
/**
|
|
65
|
+
* 责任人
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof ViolationWorkOrderInfo
|
|
68
|
+
*/
|
|
69
|
+
'responsibilityUser'?: string;
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
* @type {ViolationCenterAttributeEnum}
|
|
73
|
+
* @memberof ViolationWorkOrderInfo
|
|
74
|
+
*/
|
|
75
|
+
'centerAttribute'?: ViolationCenterAttributeEnum;
|
|
76
|
+
/**
|
|
77
|
+
* 索赔内容
|
|
78
|
+
* @type {string}
|
|
79
|
+
* @memberof ViolationWorkOrderInfo
|
|
80
|
+
*/
|
|
81
|
+
'claimContent'?: string;
|
|
82
|
+
/**
|
|
83
|
+
* 索赔单号
|
|
84
|
+
* @type {string}
|
|
85
|
+
* @memberof ViolationWorkOrderInfo
|
|
86
|
+
*/
|
|
87
|
+
'claimNo'?: string;
|
|
88
|
+
/**
|
|
89
|
+
* 索赔工单状态
|
|
90
|
+
* @type {string}
|
|
91
|
+
* @memberof ViolationWorkOrderInfo
|
|
92
|
+
*/
|
|
93
|
+
'claimStatus'?: string;
|
|
94
|
+
/**
|
|
95
|
+
* 索赔金额
|
|
96
|
+
* @type {number}
|
|
97
|
+
* @memberof ViolationWorkOrderInfo
|
|
98
|
+
*/
|
|
99
|
+
'claimAmount'?: number;
|
|
100
|
+
/**
|
|
101
|
+
* 所属项目
|
|
102
|
+
* @type {string}
|
|
103
|
+
* @memberof ViolationWorkOrderInfo
|
|
104
|
+
*/
|
|
105
|
+
'projectName'?: string;
|
|
106
|
+
}
|
|
@@ -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,24 @@
|
|
|
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 WorkOrderApprovalVo
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkOrderApprovalVo {
|
|
18
|
+
/**
|
|
19
|
+
* 是否同意
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof WorkOrderApprovalVo
|
|
22
|
+
*/
|
|
23
|
+
'isApproved'?: boolean;
|
|
24
|
+
}
|
|
@@ -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 });
|
|
@@ -40,6 +40,18 @@ export interface WorkOrderCirculationVo {
|
|
|
40
40
|
* @memberof WorkOrderCirculationVo
|
|
41
41
|
*/
|
|
42
42
|
'handleUserId'?: number;
|
|
43
|
+
/**
|
|
44
|
+
* 处理人名称
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof WorkOrderCirculationVo
|
|
47
|
+
*/
|
|
48
|
+
'handlerUserName'?: string;
|
|
49
|
+
/**
|
|
50
|
+
* 处理人部门Id
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof WorkOrderCirculationVo
|
|
53
|
+
*/
|
|
54
|
+
'handlerUserDeptId'?: number;
|
|
43
55
|
/**
|
|
44
56
|
* 处理事件 initiate:发起工单 reassignment:转派工单 receivingOrders:接单 accomplish:完成工单 spotCheck:抽检 overdue:逾期 closed:关闭
|
|
45
57
|
* @type {string}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 { NetworkMonitorRepairDecisionVo } from './network-monitor-repair-decision-vo';
|
|
13
|
+
import type { ViolationDecisionVo } from './violation-decision-vo';
|
|
14
|
+
/**
|
|
15
|
+
* 工单判定参数
|
|
16
|
+
* @export
|
|
17
|
+
* @interface WorkOrderDecisionVo
|
|
18
|
+
*/
|
|
19
|
+
export interface WorkOrderDecisionVo {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {NetworkMonitorRepairDecisionVo}
|
|
23
|
+
* @memberof WorkOrderDecisionVo
|
|
24
|
+
*/
|
|
25
|
+
'networkMonitorRepairDecision'?: NetworkMonitorRepairDecisionVo;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {ViolationDecisionVo}
|
|
29
|
+
* @memberof WorkOrderDecisionVo
|
|
30
|
+
*/
|
|
31
|
+
'violationDecision'?: ViolationDecisionVo;
|
|
32
|
+
}
|
|
@@ -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,32 @@
|
|
|
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 { NetworkRepairInfo } from './network-repair-info';
|
|
13
|
+
import type { ViolationWorkOrderInfo } from './violation-work-order-info';
|
|
14
|
+
/**
|
|
15
|
+
* 工单扩展数据
|
|
16
|
+
* @export
|
|
17
|
+
* @interface WorkOrderExtData
|
|
18
|
+
*/
|
|
19
|
+
export interface WorkOrderExtData {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {NetworkRepairInfo}
|
|
23
|
+
* @memberof WorkOrderExtData
|
|
24
|
+
*/
|
|
25
|
+
'networkRepairInfo'?: NetworkRepairInfo;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {ViolationWorkOrderInfo}
|
|
29
|
+
* @memberof WorkOrderExtData
|
|
30
|
+
*/
|
|
31
|
+
'violationWorkOrderInfo'?: ViolationWorkOrderInfo;
|
|
32
|
+
}
|