@gizone/rrs-client 3.11.16-alpha.83 → 3.11.17-alpha.100
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 +45 -2
- package/README.md +2 -2
- package/api.ts +4 -1
- 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 +582 -944
- 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/configuration.ts +1 -1
- package/dist/api.d.ts +4 -1
- package/dist/api.js +4 -1
- 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 +378 -519
- package/dist/apis/surveillance-api.js +357 -732
- 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/configuration.js +1 -1
- package/dist/esm/api.d.ts +4 -1
- package/dist/esm/api.js +4 -1
- 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 +378 -519
- package/dist/esm/apis/surveillance-api.js +356 -731
- 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/configuration.js +1 -1
- 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 +6 -6
- 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/ipage-access-vo.d.ts +3 -3
- package/dist/esm/models/json-result-list-surveillance-settings-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +56 -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 +56 -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 +56 -0
- package/dist/esm/models/json-result-surveillance-details-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-live-dto.d.ts +56 -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 +56 -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 +56 -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-add-vo.d.ts +156 -0
- package/dist/esm/models/surveillance-add-vo.js +14 -0
- package/dist/esm/models/surveillance-details-dto.d.ts +222 -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-status-enum.d.ts +21 -0
- package/dist/esm/models/surveillance-status-enum.js +22 -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/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 +1 -0
- package/dist/esm/models/work-order-settings-type-enum.js +1 -0
- 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/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 +6 -6
- 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/ipage-access-vo.d.ts +3 -3
- package/dist/models/json-result-list-surveillance-settings-details-dto.d.ts +56 -0
- package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +56 -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 +56 -0
- package/dist/models/json-result-page-dto-surveillance-details-dto.js +15 -0
- package/dist/models/json-result-surveillance-details-dto.d.ts +56 -0
- package/dist/models/json-result-surveillance-details-dto.js +15 -0
- package/dist/models/json-result-surveillance-live-dto.d.ts +56 -0
- package/dist/models/json-result-surveillance-live-dto.js +15 -0
- package/dist/models/json-result-surveillance-settings-details-dto.d.ts +56 -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 +56 -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-add-vo.d.ts +156 -0
- package/dist/models/surveillance-add-vo.js +15 -0
- package/dist/models/surveillance-details-dto.d.ts +222 -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-status-enum.d.ts +21 -0
- package/dist/models/surveillance-status-enum.js +25 -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/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 +1 -0
- package/dist/models/work-order-settings-type-enum.js +1 -0
- 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/functional-area-enum.ts +36 -0
- package/models/get-user-wx200-response.ts +6 -6
- package/models/index.ts +41 -1
- package/models/installation-body-enum.ts +32 -0
- package/models/ipage-access-vo.ts +3 -3
- package/models/json-result-list-surveillance-settings-details-dto.ts +66 -0
- package/models/json-result-network-monitor-repair-details-dto.ts +66 -0
- package/models/json-result-page-dto-surveillance-details-dto.ts +66 -0
- package/models/json-result-surveillance-details-dto.ts +66 -0
- package/models/json-result-surveillance-live-dto.ts +66 -0
- package/models/json-result-surveillance-settings-details-dto.ts +66 -0
- package/models/json-result-violation-work-order-details-dto.ts +66 -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-add-vo.ts +162 -0
- package/models/surveillance-details-dto.ts +242 -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-status-enum.ts +31 -0
- package/models/surveillance-update-vo.ts +74 -0
- package/models/surveillance.ts +59 -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 +1 -0
- 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,69 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { Park } from './park';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { PollingSurveillanceInfo } from './polling-surveillance-info';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { Surveillance } from './surveillance';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* 监控设置详情VO
|
|
28
|
+
* @export
|
|
29
|
+
* @interface SurveillanceSettingsDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
export interface SurveillanceSettingsDetailsDto {
|
|
32
|
+
/**
|
|
33
|
+
* 园区id
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'parkId'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 轮询间隔(分钟)
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'pollingInterval'?: number;
|
|
44
|
+
/**
|
|
45
|
+
* 轮询的监控
|
|
46
|
+
* @type {Array<PollingSurveillanceInfo>}
|
|
47
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'pollingSurveillances'?: Array<PollingSurveillanceInfo>;
|
|
50
|
+
/**
|
|
51
|
+
* 监控覆盖率标准
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'monitoringCoverageStandard'?: number;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {Park}
|
|
59
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
60
|
+
*/
|
|
61
|
+
'park'?: Park;
|
|
62
|
+
/**
|
|
63
|
+
* 监控信息列表
|
|
64
|
+
* @type {Array<Surveillance>}
|
|
65
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
66
|
+
*/
|
|
67
|
+
'surveillances'?: Array<Surveillance>;
|
|
68
|
+
}
|
|
69
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { PollingSurveillanceInfo } from './polling-surveillance-info';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 监控设置轮询VO
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SurveillanceSettingsPollingVo
|
|
24
|
+
*/
|
|
25
|
+
export interface SurveillanceSettingsPollingVo {
|
|
26
|
+
/**
|
|
27
|
+
* 轮询间隔
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof SurveillanceSettingsPollingVo
|
|
30
|
+
*/
|
|
31
|
+
'pollingInterval'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* 监控列表
|
|
34
|
+
* @type {Array<PollingSurveillanceInfo>}
|
|
35
|
+
* @memberof SurveillanceSettingsPollingVo
|
|
36
|
+
*/
|
|
37
|
+
'pollingSurveillances'?: Array<PollingSurveillanceInfo>;
|
|
38
|
+
}
|
|
39
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
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 SurveillanceStatusEnum = {
|
|
24
|
+
OnLine: 'ON_LINE',
|
|
25
|
+
OffLine: 'OFF_LINE'
|
|
26
|
+
} as const;
|
|
27
|
+
|
|
28
|
+
export type SurveillanceStatusEnum = typeof SurveillanceStatusEnum[keyof typeof SurveillanceStatusEnum];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
@@ -0,0 +1,74 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { FunctionalAreaEnum } from './functional-area-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { InstallationBodyEnum } from './installation-body-enum';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 监控更新参数
|
|
25
|
+
* @export
|
|
26
|
+
* @interface SurveillanceUpdateVo
|
|
27
|
+
*/
|
|
28
|
+
export interface SurveillanceUpdateVo {
|
|
29
|
+
/**
|
|
30
|
+
* 空间ID
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof SurveillanceUpdateVo
|
|
33
|
+
*/
|
|
34
|
+
'spaceId'?: number;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {FunctionalAreaEnum}
|
|
38
|
+
* @memberof SurveillanceUpdateVo
|
|
39
|
+
*/
|
|
40
|
+
'functionalArea'?: FunctionalAreaEnum;
|
|
41
|
+
/**
|
|
42
|
+
* 监控名称
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof SurveillanceUpdateVo
|
|
45
|
+
*/
|
|
46
|
+
'surveillanceName'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {InstallationBodyEnum}
|
|
50
|
+
* @memberof SurveillanceUpdateVo
|
|
51
|
+
*/
|
|
52
|
+
'installationBody'?: InstallationBodyEnum;
|
|
53
|
+
/**
|
|
54
|
+
* 安装单位
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof SurveillanceUpdateVo
|
|
57
|
+
*/
|
|
58
|
+
'installationUnit'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 建设时间
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof SurveillanceUpdateVo
|
|
63
|
+
*/
|
|
64
|
+
'constructionTime'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* 是否空间显示
|
|
67
|
+
* @type {boolean}
|
|
68
|
+
* @memberof SurveillanceUpdateVo
|
|
69
|
+
*/
|
|
70
|
+
'isShowSpace'?: boolean;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
@@ -0,0 +1,59 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { SurveillanceStatusEnum } from './surveillance-status-enum';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 监控详情
|
|
22
|
+
* @export
|
|
23
|
+
* @interface Surveillance
|
|
24
|
+
*/
|
|
25
|
+
export interface Surveillance {
|
|
26
|
+
/**
|
|
27
|
+
* 监控ID
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof Surveillance
|
|
30
|
+
*/
|
|
31
|
+
'surveillanceId'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* 空间ID
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof Surveillance
|
|
36
|
+
*/
|
|
37
|
+
'spaceId'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 监控名称
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof Surveillance
|
|
42
|
+
*/
|
|
43
|
+
'surveillanceName'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 监控点位
|
|
46
|
+
* @type {Array<number>}
|
|
47
|
+
* @memberof Surveillance
|
|
48
|
+
*/
|
|
49
|
+
'surveillancePoint'?: Array<number>;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {SurveillanceStatusEnum}
|
|
53
|
+
* @memberof Surveillance
|
|
54
|
+
*/
|
|
55
|
+
'surveillanceStatus'?: SurveillanceStatusEnum;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
package/models/sys-user.ts
CHANGED
|
@@ -364,15 +364,15 @@ export interface SysUser {
|
|
|
364
364
|
'supplierId'?: number;
|
|
365
365
|
/**
|
|
366
366
|
*
|
|
367
|
-
* @type {
|
|
367
|
+
* @type {number}
|
|
368
368
|
* @memberof SysUser
|
|
369
369
|
*/
|
|
370
|
-
'
|
|
370
|
+
'cuserId'?: number;
|
|
371
371
|
/**
|
|
372
372
|
*
|
|
373
|
-
* @type {
|
|
373
|
+
* @type {string}
|
|
374
374
|
* @memberof SysUser
|
|
375
375
|
*/
|
|
376
|
-
'
|
|
376
|
+
'cid'?: string;
|
|
377
377
|
}
|
|
378
378
|
|
|
@@ -0,0 +1,31 @@
|
|
|
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 ViolationCenterAttributeEnum = {
|
|
24
|
+
OriginWarehouse: 'ORIGIN_WAREHOUSE',
|
|
25
|
+
BelongWarehouse: 'BELONG_WAREHOUSE'
|
|
26
|
+
} as const;
|
|
27
|
+
|
|
28
|
+
export type ViolationCenterAttributeEnum = typeof ViolationCenterAttributeEnum[keyof typeof ViolationCenterAttributeEnum];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
@@ -0,0 +1,80 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { ViolationCenterAttributeEnum } from './violation-center-attribute-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { ViolationResponsibilityRoleEnum } from './violation-responsibility-role-enum';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 违规工单判定参数
|
|
25
|
+
* @export
|
|
26
|
+
* @interface ViolationDecisionVo
|
|
27
|
+
*/
|
|
28
|
+
export interface ViolationDecisionVo {
|
|
29
|
+
/**
|
|
30
|
+
* 是否成立
|
|
31
|
+
* @type {boolean}
|
|
32
|
+
* @memberof ViolationDecisionVo
|
|
33
|
+
*/
|
|
34
|
+
'isEstablished'?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* 违规数量
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof ViolationDecisionVo
|
|
39
|
+
*/
|
|
40
|
+
'violationCount'?: number;
|
|
41
|
+
/**
|
|
42
|
+
* OMS订单号
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ViolationDecisionVo
|
|
45
|
+
*/
|
|
46
|
+
'omsNo'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {ViolationResponsibilityRoleEnum}
|
|
50
|
+
* @memberof ViolationDecisionVo
|
|
51
|
+
*/
|
|
52
|
+
'responsibilityRole'?: ViolationResponsibilityRoleEnum;
|
|
53
|
+
/**
|
|
54
|
+
* 责任供应商
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof ViolationDecisionVo
|
|
57
|
+
*/
|
|
58
|
+
'responsibilitySupplier'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 责任人
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof ViolationDecisionVo
|
|
63
|
+
*/
|
|
64
|
+
'responsibilityUser'?: string;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {ViolationCenterAttributeEnum}
|
|
68
|
+
* @memberof ViolationDecisionVo
|
|
69
|
+
*/
|
|
70
|
+
'centerAttribute'?: ViolationCenterAttributeEnum;
|
|
71
|
+
/**
|
|
72
|
+
* 索赔内容
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof ViolationDecisionVo
|
|
75
|
+
*/
|
|
76
|
+
'claimContent'?: string;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
@@ -0,0 +1,94 @@
|
|
|
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 ViolationIssueTypeEnum = {
|
|
24
|
+
HighAltitudeWorkWithoutSafetyHelmetOrSafetyRope: 'HIGH_ALTITUDE_WORK_WITHOUT_SAFETY_HELMET_OR_SAFETY_ROPE',
|
|
25
|
+
WorkersWearingShortsOrSlippersInWarehouseArea: 'WORKERS_WEARING_SHORTS_OR_SLIPPERS_IN_WAREHOUSE_AREA',
|
|
26
|
+
ForkliftViolationLiftingPeopleForHighWork: 'FORKLIFT_VIOLATION_LIFTING_PEOPLE_FOR_HIGH_WORK',
|
|
27
|
+
HighShelfWarehouseWorkWithoutSafetyHelmet: 'HIGH_SHELF_WAREHOUSE_WORK_WITHOUT_SAFETY_HELMET',
|
|
28
|
+
ParkedVehiclesNotFollowingFourCapTwoWedgeRule: 'PARKED_VEHICLES_NOT_FOLLOWING_FOUR_CAP_TWO_WEDGE_RULE',
|
|
29
|
+
ForkliftNotRemovingKeyAfterParking: 'FORKLIFT_NOT_REMOVING_KEY_AFTER_PARKING',
|
|
30
|
+
ForkliftParkedInWarehouseAfterShiftForksNotReset: 'FORKLIFT_PARKED_IN_WAREHOUSE_AFTER_SHIFT_FORKS_NOT_RESET',
|
|
31
|
+
PlatformIllegalCharging: 'PLATFORM_ILLEGAL_CHARGING',
|
|
32
|
+
WarehouseAreaIllegalSmoking: 'WAREHOUSE_AREA_ILLEGAL_SMOKING',
|
|
33
|
+
VehiclesIllegallyEnteringWarehouseArea: 'VEHICLES_ILLEGALLY_ENTERING_WAREHOUSE_AREA',
|
|
34
|
+
OtherSafetyViolations: 'OTHER_SAFETY_VIOLATIONS',
|
|
35
|
+
FireExitBlocked: 'FIRE_EXIT_BLOCKED',
|
|
36
|
+
GoodsBlockingFireFightingEquipment: 'GOODS_BLOCKING_FIRE_FIGHTING_EQUIPMENT',
|
|
37
|
+
DebrisPiledInFrontOfPowerDistributionEquipment: 'DEBRIS_PILED_IN_FRONT_OF_POWER_DISTRIBUTION_EQUIPMENT',
|
|
38
|
+
AntiTheftDoorLyingFlatSidewaysOrUpsideDown: 'ANTI_THEFT_DOOR_LYING_FLAT_SIDEWAYS_OR_UPSIDE_DOWN',
|
|
39
|
+
GoodsStackedTooHigh: 'GOODS_STACKED_TOO_HIGH',
|
|
40
|
+
DampGoods: 'DAMP_GOODS',
|
|
41
|
+
TvIllegalStackingHeavyOnLight: 'TV_ILLEGAL_STACKING_HEAVY_ON_LIGHT',
|
|
42
|
+
GoodsWithPenetratingDamage: 'GOODS_WITH_PENETRATING_DAMAGE',
|
|
43
|
+
SidewaysOrUpsideDown: 'SIDEWAYS_OR_UPSIDE_DOWN',
|
|
44
|
+
GoodsStained: 'GOODS_STAINED',
|
|
45
|
+
GoodsWithScribbledPackaging: 'GOODS_WITH_SCRIBBLED_PACKAGING',
|
|
46
|
+
IrregularGoodsStacking: 'IRREGULAR_GOODS_STACKING',
|
|
47
|
+
DamagedGoodsAreaNotSet: 'DAMAGED_GOODS_AREA_NOT_SET',
|
|
48
|
+
GoodsCrushedOrDeformed: 'GOODS_CRUSHED_OR_DEFORMED',
|
|
49
|
+
IncorrectClampingSurfacePlacement: 'INCORRECT_CLAMPING_SURFACE_PLACEMENT',
|
|
50
|
+
GoodsWithFootprintsOnPackaging: 'GOODS_WITH_FOOTPRINTS_ON_PACKAGING',
|
|
51
|
+
TvDamageOrDirtyPackaging: 'TV_DAMAGE_OR_DIRTY_PACKAGING',
|
|
52
|
+
DustyGoods: 'DUSTY_GOODS',
|
|
53
|
+
AntiTippingMeasuresMissing: 'ANTI_TIPPING_MEASURES_MISSING',
|
|
54
|
+
WarehouseLeakage: 'WAREHOUSE_LEAKAGE',
|
|
55
|
+
UpsideDownOrSidewaysNonTvAppliances: 'UPSIDE_DOWN_OR_SIDEWAYS_NON_TV_APPLIANCES',
|
|
56
|
+
DamagedBoxesOnArrival: 'DAMAGED_BOXES_ON_ARRIVAL',
|
|
57
|
+
ImproperTvLoading: 'IMPROPER_TV_LOADING',
|
|
58
|
+
WorkingInRain: 'WORKING_IN_RAIN',
|
|
59
|
+
HeavyOnLight: 'HEAVY_ON_LIGHT',
|
|
60
|
+
DampOrDirtyContainer: 'DAMP_OR_DIRTY_CONTAINER',
|
|
61
|
+
ImproperTvStorage: 'IMPROPER_TV_STORAGE',
|
|
62
|
+
TvWetOrDamagedBox: 'TV_WET_OR_DAMAGED_BOX',
|
|
63
|
+
WrongClampingSurface: 'WRONG_CLAMPING_SURFACE',
|
|
64
|
+
DraggingGoodsOnGround: 'DRAGGING_GOODS_ON_GROUND',
|
|
65
|
+
ClampingTooHighAndDropping: 'CLAMPING_TOO_HIGH_AND_DROPPING',
|
|
66
|
+
ImproperClampingOfWashingMachines: 'IMPROPER_CLAMPING_OF_WASHING_MACHINES',
|
|
67
|
+
ImproperClampingOfRefrigerators: 'IMPROPER_CLAMPING_OF_REFRIGERATORS',
|
|
68
|
+
CornersOnGround: 'CORNERS_ON_GROUND',
|
|
69
|
+
ClampingDifferentSpecsSimultaneously: 'CLAMPING_DIFFERENT_SPECS_SIMULTANEOUSLY',
|
|
70
|
+
SqueezingOperationOfClampingTruck: 'SQUEEZING_OPERATION_OF_CLAMPING_TRUCK',
|
|
71
|
+
ImproperHandlingByPersonnel: 'IMPROPER_HANDLING_BY_PERSONNEL',
|
|
72
|
+
ThrowingGoods: 'THROWING_GOODS',
|
|
73
|
+
ImproperTvHandling: 'IMPROPER_TV_HANDLING',
|
|
74
|
+
ManualWorkTooHighAndDropping: 'MANUAL_WORK_TOO_HIGH_AND_DROPPING',
|
|
75
|
+
RoughHandlingOfTvs: 'ROUGH_HANDLING_OF_TVS',
|
|
76
|
+
ImproperClampingOfMassageChairs: 'IMPROPER_CLAMPING_OF_MASSAGE_CHAIRS',
|
|
77
|
+
ImproperElectronicWaybillAttachment: 'IMPROPER_ELECTRONIC_WAYBILL_ATTACHMENT',
|
|
78
|
+
ClampingAndDragging: 'CLAMPING_AND_DRAGGING',
|
|
79
|
+
IndustryClaimRecovery: 'INDUSTRY_CLAIM_RECOVERY',
|
|
80
|
+
AssetDamage: 'ASSET_DAMAGE',
|
|
81
|
+
ElectricityWaste: 'ELECTRICITY_WASTE',
|
|
82
|
+
NotSingleBuildingGoodsCollection: 'NOT_SINGLE_BUILDING_GOODS_COLLECTION',
|
|
83
|
+
FalseInventory: 'FALSE_INVENTORY',
|
|
84
|
+
SixSProblem: 'SIX_S_PROBLEM',
|
|
85
|
+
NoTeamMeeting: 'NO_TEAM_MEETING',
|
|
86
|
+
PlatformStagingAreaNotCleared: 'PLATFORM_STAGING_AREA_NOT_CLEARED',
|
|
87
|
+
UtilizationProblem: 'UTILIZATION_PROBLEM',
|
|
88
|
+
NoOneInControlRoom: 'NO_ONE_IN_CONTROL_ROOM'
|
|
89
|
+
} as const;
|
|
90
|
+
|
|
91
|
+
export type ViolationIssueTypeEnum = typeof ViolationIssueTypeEnum[keyof typeof ViolationIssueTypeEnum];
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
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 ViolationResponsibilityRoleEnum = {
|
|
24
|
+
SafetyCommissioner: 'SAFETY_COMMISSIONER',
|
|
25
|
+
QualityCommissioner: 'QUALITY_COMMISSIONER'
|
|
26
|
+
} as const;
|
|
27
|
+
|
|
28
|
+
export type ViolationResponsibilityRoleEnum = typeof ViolationResponsibilityRoleEnum[keyof typeof ViolationResponsibilityRoleEnum];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
@@ -0,0 +1,101 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { ViolationIssueTypeEnum } from './violation-issue-type-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { WorkOrderSourceEnum } from './work-order-source-enum';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* 违规工单新增
|
|
28
|
+
* @export
|
|
29
|
+
* @interface ViolationWorkOrderAddVo
|
|
30
|
+
*/
|
|
31
|
+
export interface ViolationWorkOrderAddVo {
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
35
|
+
* @memberof ViolationWorkOrderAddVo
|
|
36
|
+
*/
|
|
37
|
+
'issueType': WorkOrderIssueTypeEnum;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {ViolationIssueTypeEnum}
|
|
41
|
+
* @memberof ViolationWorkOrderAddVo
|
|
42
|
+
*/
|
|
43
|
+
'violationIssueType': ViolationIssueTypeEnum;
|
|
44
|
+
/**
|
|
45
|
+
* 执行部门ID
|
|
46
|
+
* @type {Array<number>}
|
|
47
|
+
* @memberof ViolationWorkOrderAddVo
|
|
48
|
+
*/
|
|
49
|
+
'deptIds': Array<number>;
|
|
50
|
+
/**
|
|
51
|
+
* 工单执行人
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof ViolationWorkOrderAddVo
|
|
54
|
+
*/
|
|
55
|
+
'handlerUserId'?: number;
|
|
56
|
+
/**
|
|
57
|
+
* 设备id
|
|
58
|
+
* @type {Array<number>}
|
|
59
|
+
* @memberof ViolationWorkOrderAddVo
|
|
60
|
+
*/
|
|
61
|
+
'equipmentIds': Array<number>;
|
|
62
|
+
/**
|
|
63
|
+
* 位置
|
|
64
|
+
* @type {number}
|
|
65
|
+
* @memberof ViolationWorkOrderAddVo
|
|
66
|
+
*/
|
|
67
|
+
'spaceId': number;
|
|
68
|
+
/**
|
|
69
|
+
* 工单名称
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof ViolationWorkOrderAddVo
|
|
72
|
+
*/
|
|
73
|
+
'workOrderName'?: string;
|
|
74
|
+
/**
|
|
75
|
+
* 图片
|
|
76
|
+
* @type {Array<string>}
|
|
77
|
+
* @memberof ViolationWorkOrderAddVo
|
|
78
|
+
*/
|
|
79
|
+
'images'?: Array<string>;
|
|
80
|
+
/**
|
|
81
|
+
* 视频
|
|
82
|
+
* @type {Array<string>}
|
|
83
|
+
* @memberof ViolationWorkOrderAddVo
|
|
84
|
+
*/
|
|
85
|
+
'imagesVideo'?: Array<string>;
|
|
86
|
+
/**
|
|
87
|
+
* 园区id
|
|
88
|
+
* @type {number}
|
|
89
|
+
* @memberof ViolationWorkOrderAddVo
|
|
90
|
+
*/
|
|
91
|
+
'parkId': number;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {WorkOrderSourceEnum}
|
|
95
|
+
* @memberof ViolationWorkOrderAddVo
|
|
96
|
+
*/
|
|
97
|
+
'workOrderSource': WorkOrderSourceEnum;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|