@gizone/rrs-client 3.11.16-alpha.83 → 3.11.17-alpha.84
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 +23 -1
- package/README.md +2 -2
- package/apis/space-api.ts +25 -15
- package/apis/surveillance-api.ts +1343 -102
- package/apis/work-order-api.ts +398 -10
- package/configuration.ts +1 -1
- package/dist/apis/space-api.d.ts +14 -7
- package/dist/apis/space-api.js +16 -11
- package/dist/apis/surveillance-api.d.ts +678 -0
- package/dist/apis/surveillance-api.js +960 -82
- package/dist/apis/work-order-api.d.ts +215 -10
- package/dist/apis/work-order-api.js +293 -4
- package/dist/configuration.js +1 -1
- 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 +678 -0
- package/dist/esm/apis/surveillance-api.js +959 -81
- package/dist/esm/apis/work-order-api.d.ts +215 -10
- package/dist/esm/apis/work-order-api.js +293 -4
- 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 +8 -8
- package/dist/esm/models/index.d.ts +23 -1
- package/dist/esm/models/index.js +23 -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 +6 -6
- package/dist/esm/models/json-result-new-work-monitor-repair-details-dto.d.ts +56 -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/new-work-monitor-repair-add-vo.d.ts +87 -0
- package/dist/esm/models/new-work-monitor-repair-add-vo.js +14 -0
- package/dist/esm/models/new-work-monitor-repair-details-dto.d.ts +184 -0
- package/dist/esm/models/new-work-monitor-repair-details-dto.js +20 -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/process-new-work-monitor-repair-vo.d.ts +30 -0
- package/dist/esm/models/process-new-work-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-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/work-order-circulation-vo.d.ts +12 -0
- package/dist/esm/models/work-order-decision-vo.d.ts +42 -0
- package/dist/esm/models/work-order-decision-vo.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 +3 -0
- package/dist/esm/models/work-order-internal-status-enum.js +4 -1
- package/dist/esm/models/work-order-issue-type-enum.d.ts +3 -0
- package/dist/esm/models/work-order-issue-type-enum.js +4 -1
- package/dist/esm/models/work-order-source-enum.d.ts +1 -0
- package/dist/esm/models/work-order-source-enum.js +2 -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 +1 -0
- package/dist/esm/models/work-order-type-enum.js +2 -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 +8 -8
- package/dist/models/index.d.ts +23 -1
- package/dist/models/index.js +23 -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 +6 -6
- package/dist/models/json-result-new-work-monitor-repair-details-dto.d.ts +56 -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/new-work-monitor-repair-add-vo.d.ts +87 -0
- package/dist/models/new-work-monitor-repair-add-vo.js +15 -0
- package/dist/models/new-work-monitor-repair-details-dto.d.ts +184 -0
- package/dist/models/new-work-monitor-repair-details-dto.js +23 -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/process-new-work-monitor-repair-vo.d.ts +30 -0
- package/dist/models/process-new-work-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-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/work-order-circulation-vo.d.ts +12 -0
- package/dist/models/work-order-decision-vo.d.ts +42 -0
- package/dist/models/work-order-decision-vo.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 +3 -0
- package/dist/models/work-order-internal-status-enum.js +4 -1
- package/dist/models/work-order-issue-type-enum.d.ts +3 -0
- package/dist/models/work-order-issue-type-enum.js +4 -1
- package/dist/models/work-order-source-enum.d.ts +1 -0
- package/dist/models/work-order-source-enum.js +2 -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 +1 -0
- package/dist/models/work-order-type-enum.js +2 -1
- package/models/functional-area-enum.ts +36 -0
- package/models/get-user-wx200-response.ts +8 -8
- package/models/index.ts +23 -1
- package/models/installation-body-enum.ts +32 -0
- package/models/ipage-access-vo.ts +6 -6
- package/models/json-result-new-work-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/new-work-monitor-repair-add-vo.ts +101 -0
- package/models/new-work-monitor-repair-details-dto.ts +221 -0
- package/models/page-dto-surveillance-details-dto.ts +39 -0
- package/models/process-new-work-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-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/work-order-circulation-vo.ts +12 -0
- package/models/work-order-decision-vo.ts +48 -0
- package/models/work-order-handler-dto.ts +71 -0
- package/models/work-order-internal-status-enum.ts +4 -1
- package/models/work-order-issue-type-enum.ts +4 -1
- package/models/work-order-source-enum.ts +2 -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 +2 -1
- package/package.json +1 -1
- /package/dist/esm/models/{space-add-point-vo.js → json-result-new-work-monitor-repair-details-dto.js} +0 -0
- /package/dist/models/{space-add-point-vo.js → json-result-new-work-monitor-repair-details-dto.js} +0 -0
|
@@ -0,0 +1,156 @@
|
|
|
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 SurveillanceAddVo
|
|
16
|
+
*/
|
|
17
|
+
export interface SurveillanceAddVo {
|
|
18
|
+
/**
|
|
19
|
+
* 园区ID
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof SurveillanceAddVo
|
|
22
|
+
*/
|
|
23
|
+
'parkId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 区域名称 HIK同步
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SurveillanceAddVo
|
|
28
|
+
*/
|
|
29
|
+
'hikAreaName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 平台 HIK同步
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof SurveillanceAddVo
|
|
34
|
+
*/
|
|
35
|
+
'hikPlatform'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 大区 HIK同步
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof SurveillanceAddVo
|
|
40
|
+
*/
|
|
41
|
+
'hikRegion'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 所属中心 HIK同步
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof SurveillanceAddVo
|
|
46
|
+
*/
|
|
47
|
+
'hikCenter'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 仓库名 HIK同步
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof SurveillanceAddVo
|
|
52
|
+
*/
|
|
53
|
+
'hikWarehouseName'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 区域ID HIK同步
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof SurveillanceAddVo
|
|
58
|
+
*/
|
|
59
|
+
'hikAreaId'?: number;
|
|
60
|
+
/**
|
|
61
|
+
* 设备ID HIK同步
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof SurveillanceAddVo
|
|
64
|
+
*/
|
|
65
|
+
'hikDeviceId'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 监控名称
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof SurveillanceAddVo
|
|
70
|
+
*/
|
|
71
|
+
'surveillanceName'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* IP地址 HIK同步
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof SurveillanceAddVo
|
|
76
|
+
*/
|
|
77
|
+
'hikIpAddress'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* 设备编码 HIK同步
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof SurveillanceAddVo
|
|
82
|
+
*/
|
|
83
|
+
'hikDeviceCode'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* 像素参数 HIK同步
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof SurveillanceAddVo
|
|
88
|
+
*/
|
|
89
|
+
'hikPixelParameter'?: string;
|
|
90
|
+
/**
|
|
91
|
+
* 设备状态 HIK同步
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof SurveillanceAddVo
|
|
94
|
+
*/
|
|
95
|
+
'hikDeviceStatus'?: string;
|
|
96
|
+
/**
|
|
97
|
+
* 持续时长 HIK同步
|
|
98
|
+
* @type {number}
|
|
99
|
+
* @memberof SurveillanceAddVo
|
|
100
|
+
*/
|
|
101
|
+
'hikDuration'?: number;
|
|
102
|
+
/**
|
|
103
|
+
* 离线原因 HIK同步
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof SurveillanceAddVo
|
|
106
|
+
*/
|
|
107
|
+
'hikOfflineReason'?: string;
|
|
108
|
+
/**
|
|
109
|
+
* 离线修复时间 HIK同步
|
|
110
|
+
* @type {string}
|
|
111
|
+
* @memberof SurveillanceAddVo
|
|
112
|
+
*/
|
|
113
|
+
'hikOfflineRepairTime'?: string;
|
|
114
|
+
/**
|
|
115
|
+
* 图像状态 HIK同步
|
|
116
|
+
* @type {string}
|
|
117
|
+
* @memberof SurveillanceAddVo
|
|
118
|
+
*/
|
|
119
|
+
'hikImageStatus'?: string;
|
|
120
|
+
/**
|
|
121
|
+
* 录制状态 HIK同步
|
|
122
|
+
* @type {string}
|
|
123
|
+
* @memberof SurveillanceAddVo
|
|
124
|
+
*/
|
|
125
|
+
'hikRecordingStatus'?: string;
|
|
126
|
+
/**
|
|
127
|
+
* 录像结果 HIK同步
|
|
128
|
+
* @type {string}
|
|
129
|
+
* @memberof SurveillanceAddVo
|
|
130
|
+
*/
|
|
131
|
+
'hikRecordingResult'?: string;
|
|
132
|
+
/**
|
|
133
|
+
* 巡检时间 HIK同步
|
|
134
|
+
* @type {string}
|
|
135
|
+
* @memberof SurveillanceAddVo
|
|
136
|
+
*/
|
|
137
|
+
'hikInspectionTime'?: string;
|
|
138
|
+
/**
|
|
139
|
+
* 断续频次 HIK同步
|
|
140
|
+
* @type {string}
|
|
141
|
+
* @memberof SurveillanceAddVo
|
|
142
|
+
*/
|
|
143
|
+
'hikIntermittentFrequency'?: string;
|
|
144
|
+
/**
|
|
145
|
+
* 录像保持天数 HIK同步
|
|
146
|
+
* @type {string}
|
|
147
|
+
* @memberof SurveillanceAddVo
|
|
148
|
+
*/
|
|
149
|
+
'hikVideoRetentionDays'?: string;
|
|
150
|
+
/**
|
|
151
|
+
* 未录像时长 HIK同步
|
|
152
|
+
* @type {string}
|
|
153
|
+
* @memberof SurveillanceAddVo
|
|
154
|
+
*/
|
|
155
|
+
'hikUnrecordedHours'?: string;
|
|
156
|
+
}
|
|
@@ -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,222 @@
|
|
|
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 { FunctionalAreaEnum } from './functional-area-enum';
|
|
13
|
+
import type { InstallationBodyEnum } from './installation-body-enum';
|
|
14
|
+
import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
|
|
15
|
+
import type { ParkPlatFormEnum } from './park-plat-form-enum';
|
|
16
|
+
import type { Space } from './space';
|
|
17
|
+
import type { SurveillanceStatusEnum } from './surveillance-status-enum';
|
|
18
|
+
/**
|
|
19
|
+
* 监控详情参数
|
|
20
|
+
* @export
|
|
21
|
+
* @interface SurveillanceDetailsDto
|
|
22
|
+
*/
|
|
23
|
+
export interface SurveillanceDetailsDto {
|
|
24
|
+
/**
|
|
25
|
+
* 主键ID
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof SurveillanceDetailsDto
|
|
28
|
+
*/
|
|
29
|
+
'id'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 园区ID
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof SurveillanceDetailsDto
|
|
34
|
+
*/
|
|
35
|
+
'parkId'?: number;
|
|
36
|
+
/**
|
|
37
|
+
* 监控序号
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof SurveillanceDetailsDto
|
|
40
|
+
*/
|
|
41
|
+
'surveillanceNo'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 区域名称 HIK同步
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof SurveillanceDetailsDto
|
|
46
|
+
*/
|
|
47
|
+
'hikAreaName'?: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {ParkPlatFormEnum}
|
|
51
|
+
* @memberof SurveillanceDetailsDto
|
|
52
|
+
*/
|
|
53
|
+
'hikPlatform'?: ParkPlatFormEnum;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {ParkCenterAttributeEnum}
|
|
57
|
+
* @memberof SurveillanceDetailsDto
|
|
58
|
+
*/
|
|
59
|
+
'hikCenter'?: ParkCenterAttributeEnum;
|
|
60
|
+
/**
|
|
61
|
+
* 大区 HIK同步
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof SurveillanceDetailsDto
|
|
64
|
+
*/
|
|
65
|
+
'hikRegion'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 仓库名 HIK同步
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof SurveillanceDetailsDto
|
|
70
|
+
*/
|
|
71
|
+
'hikWarehouseName'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* 空间ID
|
|
74
|
+
* @type {number}
|
|
75
|
+
* @memberof SurveillanceDetailsDto
|
|
76
|
+
*/
|
|
77
|
+
'spaceId'?: number;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {FunctionalAreaEnum}
|
|
81
|
+
* @memberof SurveillanceDetailsDto
|
|
82
|
+
*/
|
|
83
|
+
'functionalArea'?: FunctionalAreaEnum;
|
|
84
|
+
/**
|
|
85
|
+
* 区域ID HIK同步
|
|
86
|
+
* @type {number}
|
|
87
|
+
* @memberof SurveillanceDetailsDto
|
|
88
|
+
*/
|
|
89
|
+
'hikAreaId'?: number;
|
|
90
|
+
/**
|
|
91
|
+
* 设备ID HIK同步
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof SurveillanceDetailsDto
|
|
94
|
+
*/
|
|
95
|
+
'hikDeviceId'?: string;
|
|
96
|
+
/**
|
|
97
|
+
* 监控名称
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof SurveillanceDetailsDto
|
|
100
|
+
*/
|
|
101
|
+
'surveillanceName'?: string;
|
|
102
|
+
/**
|
|
103
|
+
* IP地址 HIK同步
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof SurveillanceDetailsDto
|
|
106
|
+
*/
|
|
107
|
+
'hikIpAddress'?: string;
|
|
108
|
+
/**
|
|
109
|
+
* 设备编码 HIK同步
|
|
110
|
+
* @type {string}
|
|
111
|
+
* @memberof SurveillanceDetailsDto
|
|
112
|
+
*/
|
|
113
|
+
'hikDeviceCode'?: string;
|
|
114
|
+
/**
|
|
115
|
+
* 像素参数 HIK同步
|
|
116
|
+
* @type {string}
|
|
117
|
+
* @memberof SurveillanceDetailsDto
|
|
118
|
+
*/
|
|
119
|
+
'hikPixelParameter'?: string;
|
|
120
|
+
/**
|
|
121
|
+
* 是否空间显示
|
|
122
|
+
* @type {boolean}
|
|
123
|
+
* @memberof SurveillanceDetailsDto
|
|
124
|
+
*/
|
|
125
|
+
'isShowSpace'?: boolean;
|
|
126
|
+
/**
|
|
127
|
+
*
|
|
128
|
+
* @type {SurveillanceStatusEnum}
|
|
129
|
+
* @memberof SurveillanceDetailsDto
|
|
130
|
+
*/
|
|
131
|
+
'hikDeviceStatus'?: SurveillanceStatusEnum;
|
|
132
|
+
/**
|
|
133
|
+
* 持续时长 HIK同步
|
|
134
|
+
* @type {number}
|
|
135
|
+
* @memberof SurveillanceDetailsDto
|
|
136
|
+
*/
|
|
137
|
+
'hikDuration'?: number;
|
|
138
|
+
/**
|
|
139
|
+
* 离线原因 HIK同步
|
|
140
|
+
* @type {string}
|
|
141
|
+
* @memberof SurveillanceDetailsDto
|
|
142
|
+
*/
|
|
143
|
+
'hikOfflineReason'?: string;
|
|
144
|
+
/**
|
|
145
|
+
* 离线修复时间 HIK同步
|
|
146
|
+
* @type {string}
|
|
147
|
+
* @memberof SurveillanceDetailsDto
|
|
148
|
+
*/
|
|
149
|
+
'hikOfflineRepairTime'?: string;
|
|
150
|
+
/**
|
|
151
|
+
* 图像状态 HIK同步
|
|
152
|
+
* @type {string}
|
|
153
|
+
* @memberof SurveillanceDetailsDto
|
|
154
|
+
*/
|
|
155
|
+
'hikImageStatus'?: string;
|
|
156
|
+
/**
|
|
157
|
+
* 录制状态 HIK同步
|
|
158
|
+
* @type {string}
|
|
159
|
+
* @memberof SurveillanceDetailsDto
|
|
160
|
+
*/
|
|
161
|
+
'hikRecordingStatus'?: string;
|
|
162
|
+
/**
|
|
163
|
+
* 录像结果 HIK同步
|
|
164
|
+
* @type {string}
|
|
165
|
+
* @memberof SurveillanceDetailsDto
|
|
166
|
+
*/
|
|
167
|
+
'hikRecordingResult'?: string;
|
|
168
|
+
/**
|
|
169
|
+
* 巡检时间 HIK同步
|
|
170
|
+
* @type {string}
|
|
171
|
+
* @memberof SurveillanceDetailsDto
|
|
172
|
+
*/
|
|
173
|
+
'hikInspectionTime'?: string;
|
|
174
|
+
/**
|
|
175
|
+
* 断续频次 HIK同步
|
|
176
|
+
* @type {string}
|
|
177
|
+
* @memberof SurveillanceDetailsDto
|
|
178
|
+
*/
|
|
179
|
+
'hikIntermittentFrequency'?: string;
|
|
180
|
+
/**
|
|
181
|
+
* 录像保持天数 HIK同步
|
|
182
|
+
* @type {string}
|
|
183
|
+
* @memberof SurveillanceDetailsDto
|
|
184
|
+
*/
|
|
185
|
+
'hikVideoRetentionDays'?: string;
|
|
186
|
+
/**
|
|
187
|
+
* 未录像时长 HIK同步
|
|
188
|
+
* @type {string}
|
|
189
|
+
* @memberof SurveillanceDetailsDto
|
|
190
|
+
*/
|
|
191
|
+
'hikUnrecordedHours'?: string;
|
|
192
|
+
/**
|
|
193
|
+
*
|
|
194
|
+
* @type {InstallationBodyEnum}
|
|
195
|
+
* @memberof SurveillanceDetailsDto
|
|
196
|
+
*/
|
|
197
|
+
'installationBody'?: InstallationBodyEnum;
|
|
198
|
+
/**
|
|
199
|
+
* 安装单位
|
|
200
|
+
* @type {string}
|
|
201
|
+
* @memberof SurveillanceDetailsDto
|
|
202
|
+
*/
|
|
203
|
+
'installationUnit'?: string;
|
|
204
|
+
/**
|
|
205
|
+
* 建设时间
|
|
206
|
+
* @type {string}
|
|
207
|
+
* @memberof SurveillanceDetailsDto
|
|
208
|
+
*/
|
|
209
|
+
'constructionTime'?: string;
|
|
210
|
+
/**
|
|
211
|
+
*
|
|
212
|
+
* @type {Space}
|
|
213
|
+
* @memberof SurveillanceDetailsDto
|
|
214
|
+
*/
|
|
215
|
+
'space'?: Space;
|
|
216
|
+
/**
|
|
217
|
+
* 监控点位
|
|
218
|
+
* @type {Array<number>}
|
|
219
|
+
* @memberof SurveillanceDetailsDto
|
|
220
|
+
*/
|
|
221
|
+
'surveillancePoint'?: Array<number>;
|
|
222
|
+
}
|
|
@@ -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,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 监控视频直播返回类
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SurveillanceLiveDto
|
|
16
|
+
*/
|
|
17
|
+
export interface SurveillanceLiveDto {
|
|
18
|
+
/**
|
|
19
|
+
* url
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SurveillanceLiveDto
|
|
22
|
+
*/
|
|
23
|
+
'url'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 设备token
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SurveillanceLiveDto
|
|
28
|
+
*/
|
|
29
|
+
'kitToken'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 设备类型 model
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof SurveillanceLiveDto
|
|
34
|
+
*/
|
|
35
|
+
'type'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 设备编号
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof SurveillanceLiveDto
|
|
40
|
+
*/
|
|
41
|
+
'deviceCode'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 设备通道
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof SurveillanceLiveDto
|
|
46
|
+
*/
|
|
47
|
+
'deviceChannel'?: string;
|
|
48
|
+
}
|
|
@@ -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,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 SurveillanceStatusEnum: {
|
|
18
|
+
readonly OnLine: "ON_LINE";
|
|
19
|
+
readonly OffLine: "OFF_LINE";
|
|
20
|
+
};
|
|
21
|
+
export type SurveillanceStatusEnum = typeof SurveillanceStatusEnum[keyof typeof SurveillanceStatusEnum];
|
|
@@ -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 SurveillanceStatusEnum = {
|
|
20
|
+
OnLine: 'ON_LINE',
|
|
21
|
+
OffLine: 'OFF_LINE'
|
|
22
|
+
};
|
|
@@ -0,0 +1,62 @@
|
|
|
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 { FunctionalAreaEnum } from './functional-area-enum';
|
|
13
|
+
import type { InstallationBodyEnum } from './installation-body-enum';
|
|
14
|
+
/**
|
|
15
|
+
* 监控更新参数
|
|
16
|
+
* @export
|
|
17
|
+
* @interface SurveillanceUpdateVo
|
|
18
|
+
*/
|
|
19
|
+
export interface SurveillanceUpdateVo {
|
|
20
|
+
/**
|
|
21
|
+
* 空间ID
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof SurveillanceUpdateVo
|
|
24
|
+
*/
|
|
25
|
+
'spaceId'?: number;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {FunctionalAreaEnum}
|
|
29
|
+
* @memberof SurveillanceUpdateVo
|
|
30
|
+
*/
|
|
31
|
+
'functionalArea'?: FunctionalAreaEnum;
|
|
32
|
+
/**
|
|
33
|
+
* 监控名称
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof SurveillanceUpdateVo
|
|
36
|
+
*/
|
|
37
|
+
'surveillanceName'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {InstallationBodyEnum}
|
|
41
|
+
* @memberof SurveillanceUpdateVo
|
|
42
|
+
*/
|
|
43
|
+
'installationBody'?: InstallationBodyEnum;
|
|
44
|
+
/**
|
|
45
|
+
* 安装单位
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof SurveillanceUpdateVo
|
|
48
|
+
*/
|
|
49
|
+
'installationUnit'?: string;
|
|
50
|
+
/**
|
|
51
|
+
* 建设时间
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof SurveillanceUpdateVo
|
|
54
|
+
*/
|
|
55
|
+
'constructionTime'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 是否空间显示
|
|
58
|
+
* @type {boolean}
|
|
59
|
+
* @memberof SurveillanceUpdateVo
|
|
60
|
+
*/
|
|
61
|
+
'isShowSpace'?: boolean;
|
|
62
|
+
}
|
|
@@ -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,49 @@
|
|
|
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 { SurveillanceStatusEnum } from './surveillance-status-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 监控详情
|
|
15
|
+
* @export
|
|
16
|
+
* @interface Surveillance
|
|
17
|
+
*/
|
|
18
|
+
export interface Surveillance {
|
|
19
|
+
/**
|
|
20
|
+
* 监控ID
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof Surveillance
|
|
23
|
+
*/
|
|
24
|
+
'surveillanceId'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 空间ID
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof Surveillance
|
|
29
|
+
*/
|
|
30
|
+
'spaceId'?: number;
|
|
31
|
+
/**
|
|
32
|
+
* 监控名称
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof Surveillance
|
|
35
|
+
*/
|
|
36
|
+
'surveillanceName'?: string;
|
|
37
|
+
/**
|
|
38
|
+
* 监控点位
|
|
39
|
+
* @type {Array<number>}
|
|
40
|
+
* @memberof Surveillance
|
|
41
|
+
*/
|
|
42
|
+
'surveillancePoint'?: Array<number>;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {SurveillanceStatusEnum}
|
|
46
|
+
* @memberof Surveillance
|
|
47
|
+
*/
|
|
48
|
+
'surveillanceStatus'?: SurveillanceStatusEnum;
|
|
49
|
+
}
|
|
@@ -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 {};
|
|
@@ -357,14 +357,14 @@ export interface SysUser {
|
|
|
357
357
|
'supplierId'?: number;
|
|
358
358
|
/**
|
|
359
359
|
*
|
|
360
|
-
* @type {
|
|
360
|
+
* @type {number}
|
|
361
361
|
* @memberof SysUser
|
|
362
362
|
*/
|
|
363
|
-
'
|
|
363
|
+
'cuserId'?: number;
|
|
364
364
|
/**
|
|
365
365
|
*
|
|
366
|
-
* @type {
|
|
366
|
+
* @type {string}
|
|
367
367
|
* @memberof SysUser
|
|
368
368
|
*/
|
|
369
|
-
'
|
|
369
|
+
'cid'?: string;
|
|
370
370
|
}
|
|
@@ -40,6 +40,18 @@ export interface WorkOrderCirculationVo {
|
|
|
40
40
|
* @memberof WorkOrderCirculationVo
|
|
41
41
|
*/
|
|
42
42
|
'handleUserId'?: number;
|
|
43
|
+
/**
|
|
44
|
+
* 处理人名称
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof WorkOrderCirculationVo
|
|
47
|
+
*/
|
|
48
|
+
'handlerUserName'?: string;
|
|
49
|
+
/**
|
|
50
|
+
* 处理人部门Id
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof WorkOrderCirculationVo
|
|
53
|
+
*/
|
|
54
|
+
'handlerUserDeptId'?: number;
|
|
43
55
|
/**
|
|
44
56
|
* 处理事件 initiate:发起工单 reassignment:转派工单 receivingOrders:接单 accomplish:完成工单 spotCheck:抽检 overdue:逾期 closed:关闭
|
|
45
57
|
* @type {string}
|