@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,180 @@
|
|
|
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 SyncDeviceUnitVo
|
|
16
|
+
*/
|
|
17
|
+
export interface SyncDeviceUnitVo {
|
|
18
|
+
/**
|
|
19
|
+
* 园区id
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof SyncDeviceUnitVo
|
|
22
|
+
*/
|
|
23
|
+
'parkId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 所属系统
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SyncDeviceUnitVo
|
|
28
|
+
*/
|
|
29
|
+
'owningSystem'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 系统类型
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof SyncDeviceUnitVo
|
|
34
|
+
*/
|
|
35
|
+
'systemType'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 品牌id
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof SyncDeviceUnitVo
|
|
40
|
+
*/
|
|
41
|
+
'brandId'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 型号id
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof SyncDeviceUnitVo
|
|
46
|
+
*/
|
|
47
|
+
'modelId'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 设备厂商类型
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof SyncDeviceUnitVo
|
|
52
|
+
*/
|
|
53
|
+
'producterId'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 外部单位id
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof SyncDeviceUnitVo
|
|
58
|
+
*/
|
|
59
|
+
'unitId'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* 设备类型
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof SyncDeviceUnitVo
|
|
64
|
+
*/
|
|
65
|
+
'deviceType'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 设备部件类型
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof SyncDeviceUnitVo
|
|
70
|
+
*/
|
|
71
|
+
'unitType'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* code
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof SyncDeviceUnitVo
|
|
76
|
+
*/
|
|
77
|
+
'deviceCode'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* 设备name
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof SyncDeviceUnitVo
|
|
82
|
+
*/
|
|
83
|
+
'deviceName'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* 外部设备id
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof SyncDeviceUnitVo
|
|
88
|
+
*/
|
|
89
|
+
'outDeviceId'?: string;
|
|
90
|
+
/**
|
|
91
|
+
* 外部部件id
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof SyncDeviceUnitVo
|
|
94
|
+
*/
|
|
95
|
+
'outUnitId'?: string;
|
|
96
|
+
/**
|
|
97
|
+
* 设备部件编码
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof SyncDeviceUnitVo
|
|
100
|
+
*/
|
|
101
|
+
'unitCode'?: string;
|
|
102
|
+
/**
|
|
103
|
+
* 设备部件名称
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof SyncDeviceUnitVo
|
|
106
|
+
*/
|
|
107
|
+
'unitName'?: string;
|
|
108
|
+
/**
|
|
109
|
+
* 部件卡号
|
|
110
|
+
* @type {string}
|
|
111
|
+
* @memberof SyncDeviceUnitVo
|
|
112
|
+
*/
|
|
113
|
+
'unitCard'?: string;
|
|
114
|
+
/**
|
|
115
|
+
* 部件源地址
|
|
116
|
+
* @type {string}
|
|
117
|
+
* @memberof SyncDeviceUnitVo
|
|
118
|
+
*/
|
|
119
|
+
'unitSource'?: string;
|
|
120
|
+
/**
|
|
121
|
+
* 部件状态
|
|
122
|
+
* @type {string}
|
|
123
|
+
* @memberof SyncDeviceUnitVo
|
|
124
|
+
*/
|
|
125
|
+
'status'?: string;
|
|
126
|
+
/**
|
|
127
|
+
* 最大阈值
|
|
128
|
+
* @type {string}
|
|
129
|
+
* @memberof SyncDeviceUnitVo
|
|
130
|
+
*/
|
|
131
|
+
'maxValue'?: string;
|
|
132
|
+
/**
|
|
133
|
+
* 最小阈值
|
|
134
|
+
* @type {string}
|
|
135
|
+
* @memberof SyncDeviceUnitVo
|
|
136
|
+
*/
|
|
137
|
+
'minValue'?: string;
|
|
138
|
+
/**
|
|
139
|
+
* 详细安装位置
|
|
140
|
+
* @type {string}
|
|
141
|
+
* @memberof SyncDeviceUnitVo
|
|
142
|
+
*/
|
|
143
|
+
'location'?: string;
|
|
144
|
+
/**
|
|
145
|
+
* 心跳时间
|
|
146
|
+
* @type {string}
|
|
147
|
+
* @memberof SyncDeviceUnitVo
|
|
148
|
+
*/
|
|
149
|
+
'heartBeatAt'?: string;
|
|
150
|
+
/**
|
|
151
|
+
* 下次心跳时间
|
|
152
|
+
* @type {string}
|
|
153
|
+
* @memberof SyncDeviceUnitVo
|
|
154
|
+
*/
|
|
155
|
+
'heartBeatExpiresAt'?: string;
|
|
156
|
+
/**
|
|
157
|
+
* 倍率
|
|
158
|
+
* @type {number}
|
|
159
|
+
* @memberof SyncDeviceUnitVo
|
|
160
|
+
*/
|
|
161
|
+
'magnification'?: number;
|
|
162
|
+
/**
|
|
163
|
+
* 记录id 暂时无用
|
|
164
|
+
* @type {number}
|
|
165
|
+
* @memberof SyncDeviceUnitVo
|
|
166
|
+
*/
|
|
167
|
+
'recordId'?: number;
|
|
168
|
+
/**
|
|
169
|
+
* 上传时间间隔
|
|
170
|
+
* @type {number}
|
|
171
|
+
* @memberof SyncDeviceUnitVo
|
|
172
|
+
*/
|
|
173
|
+
'uploadTimeInterval'?: number;
|
|
174
|
+
/**
|
|
175
|
+
* 节点id
|
|
176
|
+
* @type {number}
|
|
177
|
+
* @memberof SyncDeviceUnitVo
|
|
178
|
+
*/
|
|
179
|
+
'nodeId'?: number;
|
|
180
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export {};
|
|
@@ -165,10 +165,34 @@ export interface SyncEquipmentVO {
|
|
|
165
165
|
* @memberof SyncEquipmentVO
|
|
166
166
|
*/
|
|
167
167
|
'heartBeatAt'?: string;
|
|
168
|
+
/**
|
|
169
|
+
* 下次心跳时间
|
|
170
|
+
* @type {string}
|
|
171
|
+
* @memberof SyncEquipmentVO
|
|
172
|
+
*/
|
|
173
|
+
'heartBeatExpiresAt'?: string;
|
|
168
174
|
/**
|
|
169
175
|
* 倍率
|
|
170
176
|
* @type {number}
|
|
171
177
|
* @memberof SyncEquipmentVO
|
|
172
178
|
*/
|
|
173
179
|
'magnification'?: number;
|
|
180
|
+
/**
|
|
181
|
+
* 记录id 暂时无用
|
|
182
|
+
* @type {number}
|
|
183
|
+
* @memberof SyncEquipmentVO
|
|
184
|
+
*/
|
|
185
|
+
'recordId'?: number;
|
|
186
|
+
/**
|
|
187
|
+
* 上传时间间隔
|
|
188
|
+
* @type {number}
|
|
189
|
+
* @memberof SyncEquipmentVO
|
|
190
|
+
*/
|
|
191
|
+
'uploadTimeInterval'?: number;
|
|
192
|
+
/**
|
|
193
|
+
* 节点id
|
|
194
|
+
* @type {number}
|
|
195
|
+
* @memberof SyncEquipmentVO
|
|
196
|
+
*/
|
|
197
|
+
'nodeId'?: number;
|
|
174
198
|
}
|
|
@@ -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 ViolationCenterAttributeEnum: {
|
|
18
|
+
readonly OriginWarehouse: "ORIGIN_WAREHOUSE";
|
|
19
|
+
readonly BelongWarehouse: "BELONG_WAREHOUSE";
|
|
20
|
+
};
|
|
21
|
+
export type ViolationCenterAttributeEnum = typeof ViolationCenterAttributeEnum[keyof typeof ViolationCenterAttributeEnum];
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export const ViolationCenterAttributeEnum = {
|
|
20
|
+
OriginWarehouse: 'ORIGIN_WAREHOUSE',
|
|
21
|
+
BelongWarehouse: 'BELONG_WAREHOUSE'
|
|
22
|
+
};
|
|
@@ -0,0 +1,68 @@
|
|
|
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 { ViolationResponsibilityRoleEnum } from './violation-responsibility-role-enum';
|
|
14
|
+
/**
|
|
15
|
+
* 违规工单判定参数
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ViolationDecisionVo
|
|
18
|
+
*/
|
|
19
|
+
export interface ViolationDecisionVo {
|
|
20
|
+
/**
|
|
21
|
+
* 是否成立
|
|
22
|
+
* @type {boolean}
|
|
23
|
+
* @memberof ViolationDecisionVo
|
|
24
|
+
*/
|
|
25
|
+
'isEstablished'?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* 违规数量
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof ViolationDecisionVo
|
|
30
|
+
*/
|
|
31
|
+
'violationCount'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* OMS订单号
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof ViolationDecisionVo
|
|
36
|
+
*/
|
|
37
|
+
'omsNo'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {ViolationResponsibilityRoleEnum}
|
|
41
|
+
* @memberof ViolationDecisionVo
|
|
42
|
+
*/
|
|
43
|
+
'responsibilityRole'?: ViolationResponsibilityRoleEnum;
|
|
44
|
+
/**
|
|
45
|
+
* 责任供应商
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof ViolationDecisionVo
|
|
48
|
+
*/
|
|
49
|
+
'responsibilitySupplier'?: string;
|
|
50
|
+
/**
|
|
51
|
+
* 责任人
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof ViolationDecisionVo
|
|
54
|
+
*/
|
|
55
|
+
'responsibilityUser'?: string;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {ViolationCenterAttributeEnum}
|
|
59
|
+
* @memberof ViolationDecisionVo
|
|
60
|
+
*/
|
|
61
|
+
'centerAttribute'?: ViolationCenterAttributeEnum;
|
|
62
|
+
/**
|
|
63
|
+
* 索赔内容
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof ViolationDecisionVo
|
|
66
|
+
*/
|
|
67
|
+
'claimContent'?: string;
|
|
68
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export {};
|
|
@@ -0,0 +1,84 @@
|
|
|
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 ViolationIssueTypeEnum: {
|
|
18
|
+
readonly HighAltitudeWorkWithoutSafetyHelmetOrSafetyRope: "HIGH_ALTITUDE_WORK_WITHOUT_SAFETY_HELMET_OR_SAFETY_ROPE";
|
|
19
|
+
readonly WorkersWearingShortsOrSlippersInWarehouseArea: "WORKERS_WEARING_SHORTS_OR_SLIPPERS_IN_WAREHOUSE_AREA";
|
|
20
|
+
readonly ForkliftViolationLiftingPeopleForHighWork: "FORKLIFT_VIOLATION_LIFTING_PEOPLE_FOR_HIGH_WORK";
|
|
21
|
+
readonly HighShelfWarehouseWorkWithoutSafetyHelmet: "HIGH_SHELF_WAREHOUSE_WORK_WITHOUT_SAFETY_HELMET";
|
|
22
|
+
readonly ParkedVehiclesNotFollowingFourCapTwoWedgeRule: "PARKED_VEHICLES_NOT_FOLLOWING_FOUR_CAP_TWO_WEDGE_RULE";
|
|
23
|
+
readonly ForkliftNotRemovingKeyAfterParking: "FORKLIFT_NOT_REMOVING_KEY_AFTER_PARKING";
|
|
24
|
+
readonly ForkliftParkedInWarehouseAfterShiftForksNotReset: "FORKLIFT_PARKED_IN_WAREHOUSE_AFTER_SHIFT_FORKS_NOT_RESET";
|
|
25
|
+
readonly PlatformIllegalCharging: "PLATFORM_ILLEGAL_CHARGING";
|
|
26
|
+
readonly WarehouseAreaIllegalSmoking: "WAREHOUSE_AREA_ILLEGAL_SMOKING";
|
|
27
|
+
readonly VehiclesIllegallyEnteringWarehouseArea: "VEHICLES_ILLEGALLY_ENTERING_WAREHOUSE_AREA";
|
|
28
|
+
readonly OtherSafetyViolations: "OTHER_SAFETY_VIOLATIONS";
|
|
29
|
+
readonly FireExitBlocked: "FIRE_EXIT_BLOCKED";
|
|
30
|
+
readonly GoodsBlockingFireFightingEquipment: "GOODS_BLOCKING_FIRE_FIGHTING_EQUIPMENT";
|
|
31
|
+
readonly DebrisPiledInFrontOfPowerDistributionEquipment: "DEBRIS_PILED_IN_FRONT_OF_POWER_DISTRIBUTION_EQUIPMENT";
|
|
32
|
+
readonly AntiTheftDoorLyingFlatSidewaysOrUpsideDown: "ANTI_THEFT_DOOR_LYING_FLAT_SIDEWAYS_OR_UPSIDE_DOWN";
|
|
33
|
+
readonly GoodsStackedTooHigh: "GOODS_STACKED_TOO_HIGH";
|
|
34
|
+
readonly DampGoods: "DAMP_GOODS";
|
|
35
|
+
readonly TvIllegalStackingHeavyOnLight: "TV_ILLEGAL_STACKING_HEAVY_ON_LIGHT";
|
|
36
|
+
readonly GoodsWithPenetratingDamage: "GOODS_WITH_PENETRATING_DAMAGE";
|
|
37
|
+
readonly SidewaysOrUpsideDown: "SIDEWAYS_OR_UPSIDE_DOWN";
|
|
38
|
+
readonly GoodsStained: "GOODS_STAINED";
|
|
39
|
+
readonly GoodsWithScribbledPackaging: "GOODS_WITH_SCRIBBLED_PACKAGING";
|
|
40
|
+
readonly IrregularGoodsStacking: "IRREGULAR_GOODS_STACKING";
|
|
41
|
+
readonly DamagedGoodsAreaNotSet: "DAMAGED_GOODS_AREA_NOT_SET";
|
|
42
|
+
readonly GoodsCrushedOrDeformed: "GOODS_CRUSHED_OR_DEFORMED";
|
|
43
|
+
readonly IncorrectClampingSurfacePlacement: "INCORRECT_CLAMPING_SURFACE_PLACEMENT";
|
|
44
|
+
readonly GoodsWithFootprintsOnPackaging: "GOODS_WITH_FOOTPRINTS_ON_PACKAGING";
|
|
45
|
+
readonly TvDamageOrDirtyPackaging: "TV_DAMAGE_OR_DIRTY_PACKAGING";
|
|
46
|
+
readonly DustyGoods: "DUSTY_GOODS";
|
|
47
|
+
readonly AntiTippingMeasuresMissing: "ANTI_TIPPING_MEASURES_MISSING";
|
|
48
|
+
readonly WarehouseLeakage: "WAREHOUSE_LEAKAGE";
|
|
49
|
+
readonly UpsideDownOrSidewaysNonTvAppliances: "UPSIDE_DOWN_OR_SIDEWAYS_NON_TV_APPLIANCES";
|
|
50
|
+
readonly DamagedBoxesOnArrival: "DAMAGED_BOXES_ON_ARRIVAL";
|
|
51
|
+
readonly ImproperTvLoading: "IMPROPER_TV_LOADING";
|
|
52
|
+
readonly WorkingInRain: "WORKING_IN_RAIN";
|
|
53
|
+
readonly HeavyOnLight: "HEAVY_ON_LIGHT";
|
|
54
|
+
readonly DampOrDirtyContainer: "DAMP_OR_DIRTY_CONTAINER";
|
|
55
|
+
readonly ImproperTvStorage: "IMPROPER_TV_STORAGE";
|
|
56
|
+
readonly TvWetOrDamagedBox: "TV_WET_OR_DAMAGED_BOX";
|
|
57
|
+
readonly WrongClampingSurface: "WRONG_CLAMPING_SURFACE";
|
|
58
|
+
readonly DraggingGoodsOnGround: "DRAGGING_GOODS_ON_GROUND";
|
|
59
|
+
readonly ClampingTooHighAndDropping: "CLAMPING_TOO_HIGH_AND_DROPPING";
|
|
60
|
+
readonly ImproperClampingOfWashingMachines: "IMPROPER_CLAMPING_OF_WASHING_MACHINES";
|
|
61
|
+
readonly ImproperClampingOfRefrigerators: "IMPROPER_CLAMPING_OF_REFRIGERATORS";
|
|
62
|
+
readonly CornersOnGround: "CORNERS_ON_GROUND";
|
|
63
|
+
readonly ClampingDifferentSpecsSimultaneously: "CLAMPING_DIFFERENT_SPECS_SIMULTANEOUSLY";
|
|
64
|
+
readonly SqueezingOperationOfClampingTruck: "SQUEEZING_OPERATION_OF_CLAMPING_TRUCK";
|
|
65
|
+
readonly ImproperHandlingByPersonnel: "IMPROPER_HANDLING_BY_PERSONNEL";
|
|
66
|
+
readonly ThrowingGoods: "THROWING_GOODS";
|
|
67
|
+
readonly ImproperTvHandling: "IMPROPER_TV_HANDLING";
|
|
68
|
+
readonly ManualWorkTooHighAndDropping: "MANUAL_WORK_TOO_HIGH_AND_DROPPING";
|
|
69
|
+
readonly RoughHandlingOfTvs: "ROUGH_HANDLING_OF_TVS";
|
|
70
|
+
readonly ImproperClampingOfMassageChairs: "IMPROPER_CLAMPING_OF_MASSAGE_CHAIRS";
|
|
71
|
+
readonly ImproperElectronicWaybillAttachment: "IMPROPER_ELECTRONIC_WAYBILL_ATTACHMENT";
|
|
72
|
+
readonly ClampingAndDragging: "CLAMPING_AND_DRAGGING";
|
|
73
|
+
readonly IndustryClaimRecovery: "INDUSTRY_CLAIM_RECOVERY";
|
|
74
|
+
readonly AssetDamage: "ASSET_DAMAGE";
|
|
75
|
+
readonly ElectricityWaste: "ELECTRICITY_WASTE";
|
|
76
|
+
readonly NotSingleBuildingGoodsCollection: "NOT_SINGLE_BUILDING_GOODS_COLLECTION";
|
|
77
|
+
readonly FalseInventory: "FALSE_INVENTORY";
|
|
78
|
+
readonly SixSProblem: "SIX_S_PROBLEM";
|
|
79
|
+
readonly NoTeamMeeting: "NO_TEAM_MEETING";
|
|
80
|
+
readonly PlatformStagingAreaNotCleared: "PLATFORM_STAGING_AREA_NOT_CLEARED";
|
|
81
|
+
readonly UtilizationProblem: "UTILIZATION_PROBLEM";
|
|
82
|
+
readonly NoOneInControlRoom: "NO_ONE_IN_CONTROL_ROOM";
|
|
83
|
+
};
|
|
84
|
+
export type ViolationIssueTypeEnum = typeof ViolationIssueTypeEnum[keyof typeof ViolationIssueTypeEnum];
|
|
@@ -0,0 +1,85 @@
|
|
|
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
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export const ViolationIssueTypeEnum = {
|
|
20
|
+
HighAltitudeWorkWithoutSafetyHelmetOrSafetyRope: 'HIGH_ALTITUDE_WORK_WITHOUT_SAFETY_HELMET_OR_SAFETY_ROPE',
|
|
21
|
+
WorkersWearingShortsOrSlippersInWarehouseArea: 'WORKERS_WEARING_SHORTS_OR_SLIPPERS_IN_WAREHOUSE_AREA',
|
|
22
|
+
ForkliftViolationLiftingPeopleForHighWork: 'FORKLIFT_VIOLATION_LIFTING_PEOPLE_FOR_HIGH_WORK',
|
|
23
|
+
HighShelfWarehouseWorkWithoutSafetyHelmet: 'HIGH_SHELF_WAREHOUSE_WORK_WITHOUT_SAFETY_HELMET',
|
|
24
|
+
ParkedVehiclesNotFollowingFourCapTwoWedgeRule: 'PARKED_VEHICLES_NOT_FOLLOWING_FOUR_CAP_TWO_WEDGE_RULE',
|
|
25
|
+
ForkliftNotRemovingKeyAfterParking: 'FORKLIFT_NOT_REMOVING_KEY_AFTER_PARKING',
|
|
26
|
+
ForkliftParkedInWarehouseAfterShiftForksNotReset: 'FORKLIFT_PARKED_IN_WAREHOUSE_AFTER_SHIFT_FORKS_NOT_RESET',
|
|
27
|
+
PlatformIllegalCharging: 'PLATFORM_ILLEGAL_CHARGING',
|
|
28
|
+
WarehouseAreaIllegalSmoking: 'WAREHOUSE_AREA_ILLEGAL_SMOKING',
|
|
29
|
+
VehiclesIllegallyEnteringWarehouseArea: 'VEHICLES_ILLEGALLY_ENTERING_WAREHOUSE_AREA',
|
|
30
|
+
OtherSafetyViolations: 'OTHER_SAFETY_VIOLATIONS',
|
|
31
|
+
FireExitBlocked: 'FIRE_EXIT_BLOCKED',
|
|
32
|
+
GoodsBlockingFireFightingEquipment: 'GOODS_BLOCKING_FIRE_FIGHTING_EQUIPMENT',
|
|
33
|
+
DebrisPiledInFrontOfPowerDistributionEquipment: 'DEBRIS_PILED_IN_FRONT_OF_POWER_DISTRIBUTION_EQUIPMENT',
|
|
34
|
+
AntiTheftDoorLyingFlatSidewaysOrUpsideDown: 'ANTI_THEFT_DOOR_LYING_FLAT_SIDEWAYS_OR_UPSIDE_DOWN',
|
|
35
|
+
GoodsStackedTooHigh: 'GOODS_STACKED_TOO_HIGH',
|
|
36
|
+
DampGoods: 'DAMP_GOODS',
|
|
37
|
+
TvIllegalStackingHeavyOnLight: 'TV_ILLEGAL_STACKING_HEAVY_ON_LIGHT',
|
|
38
|
+
GoodsWithPenetratingDamage: 'GOODS_WITH_PENETRATING_DAMAGE',
|
|
39
|
+
SidewaysOrUpsideDown: 'SIDEWAYS_OR_UPSIDE_DOWN',
|
|
40
|
+
GoodsStained: 'GOODS_STAINED',
|
|
41
|
+
GoodsWithScribbledPackaging: 'GOODS_WITH_SCRIBBLED_PACKAGING',
|
|
42
|
+
IrregularGoodsStacking: 'IRREGULAR_GOODS_STACKING',
|
|
43
|
+
DamagedGoodsAreaNotSet: 'DAMAGED_GOODS_AREA_NOT_SET',
|
|
44
|
+
GoodsCrushedOrDeformed: 'GOODS_CRUSHED_OR_DEFORMED',
|
|
45
|
+
IncorrectClampingSurfacePlacement: 'INCORRECT_CLAMPING_SURFACE_PLACEMENT',
|
|
46
|
+
GoodsWithFootprintsOnPackaging: 'GOODS_WITH_FOOTPRINTS_ON_PACKAGING',
|
|
47
|
+
TvDamageOrDirtyPackaging: 'TV_DAMAGE_OR_DIRTY_PACKAGING',
|
|
48
|
+
DustyGoods: 'DUSTY_GOODS',
|
|
49
|
+
AntiTippingMeasuresMissing: 'ANTI_TIPPING_MEASURES_MISSING',
|
|
50
|
+
WarehouseLeakage: 'WAREHOUSE_LEAKAGE',
|
|
51
|
+
UpsideDownOrSidewaysNonTvAppliances: 'UPSIDE_DOWN_OR_SIDEWAYS_NON_TV_APPLIANCES',
|
|
52
|
+
DamagedBoxesOnArrival: 'DAMAGED_BOXES_ON_ARRIVAL',
|
|
53
|
+
ImproperTvLoading: 'IMPROPER_TV_LOADING',
|
|
54
|
+
WorkingInRain: 'WORKING_IN_RAIN',
|
|
55
|
+
HeavyOnLight: 'HEAVY_ON_LIGHT',
|
|
56
|
+
DampOrDirtyContainer: 'DAMP_OR_DIRTY_CONTAINER',
|
|
57
|
+
ImproperTvStorage: 'IMPROPER_TV_STORAGE',
|
|
58
|
+
TvWetOrDamagedBox: 'TV_WET_OR_DAMAGED_BOX',
|
|
59
|
+
WrongClampingSurface: 'WRONG_CLAMPING_SURFACE',
|
|
60
|
+
DraggingGoodsOnGround: 'DRAGGING_GOODS_ON_GROUND',
|
|
61
|
+
ClampingTooHighAndDropping: 'CLAMPING_TOO_HIGH_AND_DROPPING',
|
|
62
|
+
ImproperClampingOfWashingMachines: 'IMPROPER_CLAMPING_OF_WASHING_MACHINES',
|
|
63
|
+
ImproperClampingOfRefrigerators: 'IMPROPER_CLAMPING_OF_REFRIGERATORS',
|
|
64
|
+
CornersOnGround: 'CORNERS_ON_GROUND',
|
|
65
|
+
ClampingDifferentSpecsSimultaneously: 'CLAMPING_DIFFERENT_SPECS_SIMULTANEOUSLY',
|
|
66
|
+
SqueezingOperationOfClampingTruck: 'SQUEEZING_OPERATION_OF_CLAMPING_TRUCK',
|
|
67
|
+
ImproperHandlingByPersonnel: 'IMPROPER_HANDLING_BY_PERSONNEL',
|
|
68
|
+
ThrowingGoods: 'THROWING_GOODS',
|
|
69
|
+
ImproperTvHandling: 'IMPROPER_TV_HANDLING',
|
|
70
|
+
ManualWorkTooHighAndDropping: 'MANUAL_WORK_TOO_HIGH_AND_DROPPING',
|
|
71
|
+
RoughHandlingOfTvs: 'ROUGH_HANDLING_OF_TVS',
|
|
72
|
+
ImproperClampingOfMassageChairs: 'IMPROPER_CLAMPING_OF_MASSAGE_CHAIRS',
|
|
73
|
+
ImproperElectronicWaybillAttachment: 'IMPROPER_ELECTRONIC_WAYBILL_ATTACHMENT',
|
|
74
|
+
ClampingAndDragging: 'CLAMPING_AND_DRAGGING',
|
|
75
|
+
IndustryClaimRecovery: 'INDUSTRY_CLAIM_RECOVERY',
|
|
76
|
+
AssetDamage: 'ASSET_DAMAGE',
|
|
77
|
+
ElectricityWaste: 'ELECTRICITY_WASTE',
|
|
78
|
+
NotSingleBuildingGoodsCollection: 'NOT_SINGLE_BUILDING_GOODS_COLLECTION',
|
|
79
|
+
FalseInventory: 'FALSE_INVENTORY',
|
|
80
|
+
SixSProblem: 'SIX_S_PROBLEM',
|
|
81
|
+
NoTeamMeeting: 'NO_TEAM_MEETING',
|
|
82
|
+
PlatformStagingAreaNotCleared: 'PLATFORM_STAGING_AREA_NOT_CLEARED',
|
|
83
|
+
UtilizationProblem: 'UTILIZATION_PROBLEM',
|
|
84
|
+
NoOneInControlRoom: 'NO_ONE_IN_CONTROL_ROOM'
|
|
85
|
+
};
|
|
@@ -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,22 @@
|
|
|
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
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export const ViolationResponsibilityRoleEnum = {
|
|
20
|
+
SafetyCommissioner: 'SAFETY_COMMISSIONER',
|
|
21
|
+
QualityCommissioner: 'QUALITY_COMMISSIONER'
|
|
22
|
+
};
|
|
@@ -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,14 @@
|
|
|
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
|
+
export {};
|