@gizone/rrs-client 3.11.16-alpha.82 → 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 -1
- 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/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/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/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/index.d.ts +41 -0
- package/dist/esm/models/index.js +41 -0
- 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 +6 -6
- package/dist/esm/models/json-result-list-surveillance-settings-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-list-surveillance-settings-details-dto.js +14 -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 +7 -0
- 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-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/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/work-order-space-dto.d.ts +36 -0
- 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/index.d.ts +41 -0
- package/dist/models/index.js +41 -0
- 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 +6 -6
- package/dist/models/json-result-list-surveillance-settings-details-dto.d.ts +56 -0
- package/dist/models/json-result-list-surveillance-settings-details-dto.js +15 -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 +7 -0
- 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-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/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/work-order-space-dto.d.ts +36 -0
- 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/index.ts +41 -0
- package/models/installation-body-enum.ts +32 -0
- package/models/ipage-access-vo.ts +6 -6
- 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 +9 -0
- package/models/space-edit-vo.ts +9 -0
- package/models/space-industry-attribute.ts +35 -0
- 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/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/work-order-space-dto.ts +42 -0
- 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
|
@@ -0,0 +1,56 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { SurveillanceDetailsDto } from './surveillance-details-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultSurveillanceDetailsDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultSurveillanceDetailsDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultSurveillanceDetailsDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultSurveillanceDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultSurveillanceDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {SurveillanceDetailsDto}
|
|
41
|
+
* @memberof JsonResultSurveillanceDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: SurveillanceDetailsDto;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultSurveillanceDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultSurveillanceDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
}
|
|
@@ -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,56 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { SurveillanceLiveDto } from './surveillance-live-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultSurveillanceLiveDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultSurveillanceLiveDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultSurveillanceLiveDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultSurveillanceLiveDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultSurveillanceLiveDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {SurveillanceLiveDto}
|
|
41
|
+
* @memberof JsonResultSurveillanceLiveDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: SurveillanceLiveDto | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultSurveillanceLiveDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultSurveillanceLiveDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
}
|
|
@@ -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,56 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { SurveillanceSettingsDetailsDto } from './surveillance-settings-details-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultSurveillanceSettingsDetailsDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultSurveillanceSettingsDetailsDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultSurveillanceSettingsDetailsDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultSurveillanceSettingsDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultSurveillanceSettingsDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {SurveillanceSettingsDetailsDto}
|
|
41
|
+
* @memberof JsonResultSurveillanceSettingsDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: SurveillanceSettingsDetailsDto | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultSurveillanceSettingsDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultSurveillanceSettingsDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
}
|
|
@@ -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,56 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { ViolationWorkOrderDetailsDto } from './violation-work-order-details-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultViolationWorkOrderDetailsDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultViolationWorkOrderDetailsDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {ViolationWorkOrderDetailsDto}
|
|
41
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: ViolationWorkOrderDetailsDto | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
}
|
|
@@ -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,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 { ParkCenterAttributeEnum } from './park-center-attribute-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 NetworkMonitorRepairAddVo
|
|
19
|
+
*/
|
|
20
|
+
export interface NetworkMonitorRepairAddVo {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
24
|
+
* @memberof NetworkMonitorRepairAddVo
|
|
25
|
+
*/
|
|
26
|
+
'issueType': WorkOrderIssueTypeEnum;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {ParkCenterAttributeEnum}
|
|
30
|
+
* @memberof NetworkMonitorRepairAddVo
|
|
31
|
+
*/
|
|
32
|
+
'centerAttribute': ParkCenterAttributeEnum;
|
|
33
|
+
/**
|
|
34
|
+
* 工单名称
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof NetworkMonitorRepairAddVo
|
|
37
|
+
*/
|
|
38
|
+
'workOrderName': string;
|
|
39
|
+
/**
|
|
40
|
+
* 图片
|
|
41
|
+
* @type {Array<string>}
|
|
42
|
+
* @memberof NetworkMonitorRepairAddVo
|
|
43
|
+
*/
|
|
44
|
+
'images'?: Array<string>;
|
|
45
|
+
/**
|
|
46
|
+
* 视频
|
|
47
|
+
* @type {Array<string>}
|
|
48
|
+
* @memberof NetworkMonitorRepairAddVo
|
|
49
|
+
*/
|
|
50
|
+
'imagesVideo'?: Array<string>;
|
|
51
|
+
/**
|
|
52
|
+
* 园区id
|
|
53
|
+
* @type {number}
|
|
54
|
+
* @memberof NetworkMonitorRepairAddVo
|
|
55
|
+
*/
|
|
56
|
+
'parkId': number;
|
|
57
|
+
/**
|
|
58
|
+
* 位置
|
|
59
|
+
* @type {number}
|
|
60
|
+
* @memberof NetworkMonitorRepairAddVo
|
|
61
|
+
*/
|
|
62
|
+
'spaceId': number;
|
|
63
|
+
/**
|
|
64
|
+
* 设备id
|
|
65
|
+
* @type {Array<number>}
|
|
66
|
+
* @memberof NetworkMonitorRepairAddVo
|
|
67
|
+
*/
|
|
68
|
+
'equipmentIds': Array<number>;
|
|
69
|
+
/**
|
|
70
|
+
* 执行部门ID
|
|
71
|
+
* @type {Array<number>}
|
|
72
|
+
* @memberof NetworkMonitorRepairAddVo
|
|
73
|
+
*/
|
|
74
|
+
'deptIds': Array<number>;
|
|
75
|
+
/**
|
|
76
|
+
* 工单执行人
|
|
77
|
+
* @type {number}
|
|
78
|
+
* @memberof NetworkMonitorRepairAddVo
|
|
79
|
+
*/
|
|
80
|
+
'handlerUserId'?: number;
|
|
81
|
+
/**
|
|
82
|
+
*
|
|
83
|
+
* @type {WorkOrderSourceEnum}
|
|
84
|
+
* @memberof NetworkMonitorRepairAddVo
|
|
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 {};
|
|
@@ -0,0 +1,42 @@
|
|
|
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 NetworkMonitorRepairDecisionVo
|
|
16
|
+
*/
|
|
17
|
+
export interface NetworkMonitorRepairDecisionVo {
|
|
18
|
+
/**
|
|
19
|
+
* 是否需要维修
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof NetworkMonitorRepairDecisionVo
|
|
22
|
+
*/
|
|
23
|
+
'isNeedRepair'?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* 维修金额
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof NetworkMonitorRepairDecisionVo
|
|
28
|
+
*/
|
|
29
|
+
'repairAmount'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 原因描述
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof NetworkMonitorRepairDecisionVo
|
|
34
|
+
*/
|
|
35
|
+
'reasonDescription'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 处理人ID
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof NetworkMonitorRepairDecisionVo
|
|
40
|
+
*/
|
|
41
|
+
'handlerUserId'?: number;
|
|
42
|
+
}
|
|
@@ -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,164 @@
|
|
|
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 { ParkCenterAttributeEnum } from './park-center-attribute-enum';
|
|
13
|
+
import type { SourceAlertDTO } from './source-alert-dto';
|
|
14
|
+
import type { WorkOrderDeptDTO } from './work-order-dept-dto';
|
|
15
|
+
import type { WorkOrderExtData } from './work-order-ext-data';
|
|
16
|
+
import type { WorkOrderHandlerDto } from './work-order-handler-dto';
|
|
17
|
+
import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
18
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
19
|
+
import type { WorkOrderSourceEnum } from './work-order-source-enum';
|
|
20
|
+
import type { WorkOrderSpaceDto } from './work-order-space-dto';
|
|
21
|
+
import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
|
|
22
|
+
import type { WorkOrderSurveillanceDto } from './work-order-surveillance-dto';
|
|
23
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
24
|
+
/**
|
|
25
|
+
* 新建网络监控工单报修参数
|
|
26
|
+
* @export
|
|
27
|
+
* @interface NetworkMonitorRepairDetailsDto
|
|
28
|
+
*/
|
|
29
|
+
export interface NetworkMonitorRepairDetailsDto {
|
|
30
|
+
/**
|
|
31
|
+
* 工单id
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
34
|
+
*/
|
|
35
|
+
'id'?: number;
|
|
36
|
+
/**
|
|
37
|
+
* 工单编号
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
40
|
+
*/
|
|
41
|
+
'workOrderNo'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 工单名称
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
46
|
+
*/
|
|
47
|
+
'workOrderName'?: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {WorkOrderTypeEnum}
|
|
51
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
52
|
+
*/
|
|
53
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
54
|
+
/**
|
|
55
|
+
* 工单状态
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
58
|
+
*/
|
|
59
|
+
'workOrderStatus'?: NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum;
|
|
60
|
+
/**
|
|
61
|
+
* 图片
|
|
62
|
+
* @type {Array<string>}
|
|
63
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
64
|
+
*/
|
|
65
|
+
'images'?: Array<string>;
|
|
66
|
+
/**
|
|
67
|
+
* 视频
|
|
68
|
+
* @type {Array<string>}
|
|
69
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
70
|
+
*/
|
|
71
|
+
'imagesVideo'?: Array<string>;
|
|
72
|
+
/**
|
|
73
|
+
* 备注
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
76
|
+
*/
|
|
77
|
+
'remarks'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* 园区ID
|
|
80
|
+
* @type {number}
|
|
81
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
82
|
+
*/
|
|
83
|
+
'parkId'?: number;
|
|
84
|
+
/**
|
|
85
|
+
* 工单执行部门列表
|
|
86
|
+
* @type {Array<WorkOrderDeptDTO>}
|
|
87
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
88
|
+
*/
|
|
89
|
+
'workOrderDepts'?: Array<WorkOrderDeptDTO>;
|
|
90
|
+
/**
|
|
91
|
+
* 工单执行部门ID列表
|
|
92
|
+
* @type {Array<number>}
|
|
93
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
94
|
+
*/
|
|
95
|
+
'workOrderDeptIds'?: Array<number>;
|
|
96
|
+
/**
|
|
97
|
+
*
|
|
98
|
+
* @type {SourceAlertDTO}
|
|
99
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
100
|
+
*/
|
|
101
|
+
'sourceAlert'?: SourceAlertDTO;
|
|
102
|
+
/**
|
|
103
|
+
*
|
|
104
|
+
* @type {WorkOrderSourceEnum}
|
|
105
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
106
|
+
*/
|
|
107
|
+
'workOrderSource'?: WorkOrderSourceEnum;
|
|
108
|
+
/**
|
|
109
|
+
*
|
|
110
|
+
* @type {ParkCenterAttributeEnum}
|
|
111
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
112
|
+
*/
|
|
113
|
+
'centerAttribute': ParkCenterAttributeEnum;
|
|
114
|
+
/**
|
|
115
|
+
*
|
|
116
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
117
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
118
|
+
*/
|
|
119
|
+
'workOrderIssueType'?: WorkOrderIssueTypeEnum;
|
|
120
|
+
/**
|
|
121
|
+
*
|
|
122
|
+
* @type {WorkOrderInternalStatusEnum}
|
|
123
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
124
|
+
*/
|
|
125
|
+
'internalStatus'?: WorkOrderInternalStatusEnum;
|
|
126
|
+
/**
|
|
127
|
+
* 监控设备详情
|
|
128
|
+
* @type {Array<WorkOrderSurveillanceDto>}
|
|
129
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
130
|
+
*/
|
|
131
|
+
'surveillances'?: Array<WorkOrderSurveillanceDto>;
|
|
132
|
+
/**
|
|
133
|
+
*
|
|
134
|
+
* @type {WorkOrderSpaceDto}
|
|
135
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
136
|
+
*/
|
|
137
|
+
'space'?: WorkOrderSpaceDto;
|
|
138
|
+
/**
|
|
139
|
+
*
|
|
140
|
+
* @type {WorkOrderSponsorDto}
|
|
141
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
142
|
+
*/
|
|
143
|
+
'sponsor'?: WorkOrderSponsorDto;
|
|
144
|
+
/**
|
|
145
|
+
*
|
|
146
|
+
* @type {WorkOrderHandlerDto}
|
|
147
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
148
|
+
*/
|
|
149
|
+
'handler'?: WorkOrderHandlerDto;
|
|
150
|
+
/**
|
|
151
|
+
*
|
|
152
|
+
* @type {WorkOrderExtData}
|
|
153
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
154
|
+
*/
|
|
155
|
+
'workOrderExtData'?: WorkOrderExtData;
|
|
156
|
+
}
|
|
157
|
+
export declare const NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum: {
|
|
158
|
+
readonly Pending: "PENDING";
|
|
159
|
+
readonly InProgress: "IN_PROGRESS";
|
|
160
|
+
readonly Completed: "COMPLETED";
|
|
161
|
+
readonly Overdue: "OVERDUE";
|
|
162
|
+
readonly Closed: "CLOSED";
|
|
163
|
+
};
|
|
164
|
+
export type NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum = typeof NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum[keyof typeof NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum];
|
|
@@ -0,0 +1,20 @@
|
|
|
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 const NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum = {
|
|
15
|
+
Pending: 'PENDING',
|
|
16
|
+
InProgress: 'IN_PROGRESS',
|
|
17
|
+
Completed: 'COMPLETED',
|
|
18
|
+
Overdue: 'OVERDUE',
|
|
19
|
+
Closed: 'CLOSED'
|
|
20
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
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 NetworkRepairInfo
|
|
16
|
+
*/
|
|
17
|
+
export interface NetworkRepairInfo {
|
|
18
|
+
/**
|
|
19
|
+
* 是否需要维修
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof NetworkRepairInfo
|
|
22
|
+
*/
|
|
23
|
+
'isNeedRepair'?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* 原因描述
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof NetworkRepairInfo
|
|
28
|
+
*/
|
|
29
|
+
'reasonDescription'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 维修金额
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof NetworkRepairInfo
|
|
34
|
+
*/
|
|
35
|
+
'repairAmount'?: number;
|
|
36
|
+
}
|
|
@@ -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 {};
|