@gizone/rrs-client 4.2.7-alpha.430 → 4.2.7-alpha.432
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 +13 -0
- package/api.ts +1 -0
- package/apis/dashboard-api.ts +430 -0
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/dashboard-api.d.ts +231 -0
- package/dist/apis/dashboard-api.js +349 -0
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/dashboard-api.d.ts +231 -0
- package/dist/esm/apis/dashboard-api.js +342 -0
- package/dist/esm/models/dashboard-base-search-dto.d.ts +36 -0
- package/dist/esm/models/dashboard-base-search-dto.js +14 -0
- package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +43 -0
- package/dist/esm/models/dashboard-equipment-park-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-equipment-search-dto.d.ts +42 -0
- package/dist/esm/models/dashboard-equipment-search-dto.js +14 -0
- package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +49 -0
- package/dist/esm/models/dashboard-equipment-system-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +55 -0
- package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +60 -0
- package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +49 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.js +14 -0
- package/dist/esm/models/equipment-status-stats-vo.d.ts +31 -0
- package/dist/esm/models/equipment-status-stats-vo.js +14 -0
- package/dist/esm/models/index.d.ts +12 -0
- package/dist/esm/models/index.js +12 -0
- package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.js +14 -0
- package/dist/models/dashboard-base-search-dto.d.ts +36 -0
- package/dist/models/dashboard-base-search-dto.js +15 -0
- package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +43 -0
- package/dist/models/dashboard-equipment-park-group-stats-vo.js +15 -0
- package/dist/models/dashboard-equipment-search-dto.d.ts +42 -0
- package/dist/models/dashboard-equipment-search-dto.js +15 -0
- package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +49 -0
- package/dist/models/dashboard-equipment-system-group-stats-vo.js +15 -0
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +55 -0
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.js +15 -0
- package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +60 -0
- package/dist/models/dashboard-surveillance-park-group-stats-vo.js +15 -0
- package/dist/models/dashboard-surveillance-search-dto.d.ts +49 -0
- package/dist/models/dashboard-surveillance-search-dto.js +15 -0
- package/dist/models/equipment-status-stats-vo.d.ts +31 -0
- package/dist/models/equipment-status-stats-vo.js +15 -0
- package/dist/models/index.d.ts +12 -0
- package/dist/models/index.js +12 -0
- package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.js +15 -0
- package/models/dashboard-base-search-dto.ts +42 -0
- package/models/dashboard-equipment-park-group-stats-vo.ts +51 -0
- package/models/dashboard-equipment-search-dto.ts +48 -0
- package/models/dashboard-equipment-system-group-stats-vo.ts +57 -0
- package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +65 -0
- package/models/dashboard-surveillance-park-group-stats-vo.ts +66 -0
- package/models/dashboard-surveillance-search-dto.ts +57 -0
- package/models/equipment-status-stats-vo.ts +41 -0
- package/models/index.ts +12 -0
- package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts +72 -0
- package/package.json +1 -1
|
@@ -0,0 +1,66 @@
|
|
|
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
|
+
* 数据看板监控园区分组VO
|
|
19
|
+
* @export
|
|
20
|
+
* @interface DashboardSurveillanceParkGroupStatsVO
|
|
21
|
+
*/
|
|
22
|
+
export interface DashboardSurveillanceParkGroupStatsVO {
|
|
23
|
+
/**
|
|
24
|
+
* 园区ID
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
27
|
+
*/
|
|
28
|
+
'parkId'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 园区名称
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
33
|
+
*/
|
|
34
|
+
'parkName'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 监控总数
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
39
|
+
*/
|
|
40
|
+
'totalCount'?: number;
|
|
41
|
+
/**
|
|
42
|
+
* 离线数
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
45
|
+
*/
|
|
46
|
+
'offlineCount'?: number;
|
|
47
|
+
/**
|
|
48
|
+
* 累计维修次数
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
51
|
+
*/
|
|
52
|
+
'repairCount'?: number;
|
|
53
|
+
/**
|
|
54
|
+
* 图像异常数
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
57
|
+
*/
|
|
58
|
+
'exceptionCount'?: number;
|
|
59
|
+
/**
|
|
60
|
+
* 录像丢失数
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
63
|
+
*/
|
|
64
|
+
'videoLossCount'?: number;
|
|
65
|
+
}
|
|
66
|
+
|
|
@@ -0,0 +1,57 @@
|
|
|
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
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 数据看板监控查询DTO
|
|
22
|
+
* @export
|
|
23
|
+
* @interface DashboardSurveillanceSearchDTO
|
|
24
|
+
*/
|
|
25
|
+
export interface DashboardSurveillanceSearchDTO {
|
|
26
|
+
/**
|
|
27
|
+
* 园区ID集合
|
|
28
|
+
* @type {Array<number>}
|
|
29
|
+
* @memberof DashboardSurveillanceSearchDTO
|
|
30
|
+
*/
|
|
31
|
+
'parkIds': Array<number>;
|
|
32
|
+
/**
|
|
33
|
+
* 开始时间
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof DashboardSurveillanceSearchDTO
|
|
36
|
+
*/
|
|
37
|
+
'startTime'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 结束时间
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof DashboardSurveillanceSearchDTO
|
|
42
|
+
*/
|
|
43
|
+
'endTime'?: number;
|
|
44
|
+
/**
|
|
45
|
+
* 功能区
|
|
46
|
+
* @type {Array<FunctionalAreaEnum>}
|
|
47
|
+
* @memberof DashboardSurveillanceSearchDTO
|
|
48
|
+
*/
|
|
49
|
+
'functionalAreas'?: Array<FunctionalAreaEnum>;
|
|
50
|
+
/**
|
|
51
|
+
* 是否查询为NULL的功能区
|
|
52
|
+
* @type {boolean}
|
|
53
|
+
* @memberof DashboardSurveillanceSearchDTO
|
|
54
|
+
*/
|
|
55
|
+
'includeNullFunctionalArea'?: boolean;
|
|
56
|
+
}
|
|
57
|
+
|
|
@@ -0,0 +1,41 @@
|
|
|
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 { EquipmentStatusEnum } from './equipment-status-enum';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 设备状态统计VO
|
|
22
|
+
* @export
|
|
23
|
+
* @interface EquipmentStatusStatsVO
|
|
24
|
+
*/
|
|
25
|
+
export interface EquipmentStatusStatsVO {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {EquipmentStatusEnum}
|
|
29
|
+
* @memberof EquipmentStatusStatsVO
|
|
30
|
+
*/
|
|
31
|
+
'equipmentStatus'?: EquipmentStatusEnum;
|
|
32
|
+
/**
|
|
33
|
+
* 数量
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof EquipmentStatusStatsVO
|
|
36
|
+
*/
|
|
37
|
+
'count'?: number;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
package/models/index.ts
CHANGED
|
@@ -75,6 +75,13 @@ export * from './captcha-type-enum';
|
|
|
75
75
|
export * from './center-list-dto';
|
|
76
76
|
export * from './change-password-dto';
|
|
77
77
|
export * from './choose-pak-body';
|
|
78
|
+
export * from './dashboard-base-search-dto';
|
|
79
|
+
export * from './dashboard-equipment-park-group-stats-vo';
|
|
80
|
+
export * from './dashboard-equipment-search-dto';
|
|
81
|
+
export * from './dashboard-equipment-system-group-stats-vo';
|
|
82
|
+
export * from './dashboard-surveillance-functional-area-group-stats-vo';
|
|
83
|
+
export * from './dashboard-surveillance-park-group-stats-vo';
|
|
84
|
+
export * from './dashboard-surveillance-search-dto';
|
|
78
85
|
export * from './del-user-vo';
|
|
79
86
|
export * from './dept-relation';
|
|
80
87
|
export * from './dept-relation-dto';
|
|
@@ -98,6 +105,7 @@ export * from './equipment-search-vo';
|
|
|
98
105
|
export * from './equipment-space-search-vo';
|
|
99
106
|
export * from './equipment-status';
|
|
100
107
|
export * from './equipment-status-enum';
|
|
108
|
+
export * from './equipment-status-stats-vo';
|
|
101
109
|
export * from './equipment-system-add-vo';
|
|
102
110
|
export * from './equipment-system-edit-vo';
|
|
103
111
|
export * from './equipment-system-entity';
|
|
@@ -183,6 +191,10 @@ export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
|
|
|
183
191
|
export * from './json-result-list-area-park-dto';
|
|
184
192
|
export * from './json-result-list-calendar-entity';
|
|
185
193
|
export * from './json-result-list-center-list-dto';
|
|
194
|
+
export * from './json-result-list-dashboard-equipment-park-group-stats-vo';
|
|
195
|
+
export * from './json-result-list-dashboard-equipment-system-group-stats-vo';
|
|
196
|
+
export * from './json-result-list-dashboard-surveillance-functional-area-group-stats-vo';
|
|
197
|
+
export * from './json-result-list-dashboard-surveillance-park-group-stats-vo';
|
|
186
198
|
export * from './json-result-list-equipment-detail-dto';
|
|
187
199
|
export * from './json-result-list-equipment-qr-code-dto';
|
|
188
200
|
export * from './json-result-list-equipment-system-tree-dto';
|
|
@@ -0,0 +1,72 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { DashboardEquipmentParkGroupStatsVO } from './dashboard-equipment-park-group-stats-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListDashboardEquipmentParkGroupStatsVO
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListDashboardEquipmentParkGroupStatsVO {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<DashboardEquipmentParkGroupStatsVO>}
|
|
50
|
+
* @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<DashboardEquipmentParkGroupStatsVO> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { DashboardEquipmentSystemGroupStatsVO } from './dashboard-equipment-system-group-stats-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListDashboardEquipmentSystemGroupStatsVO
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListDashboardEquipmentSystemGroupStatsVO {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<DashboardEquipmentSystemGroupStatsVO>}
|
|
50
|
+
* @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<DashboardEquipmentSystemGroupStatsVO> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { DashboardSurveillanceFunctionalAreaGroupStatsVO } from './dashboard-surveillance-functional-area-group-stats-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<DashboardSurveillanceFunctionalAreaGroupStatsVO>}
|
|
50
|
+
* @memberof JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<DashboardSurveillanceFunctionalAreaGroupStatsVO> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { DashboardSurveillanceParkGroupStatsVO } from './dashboard-surveillance-park-group-stats-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListDashboardSurveillanceParkGroupStatsVO
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListDashboardSurveillanceParkGroupStatsVO {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListDashboardSurveillanceParkGroupStatsVO
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListDashboardSurveillanceParkGroupStatsVO
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListDashboardSurveillanceParkGroupStatsVO
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<DashboardSurveillanceParkGroupStatsVO>}
|
|
50
|
+
* @memberof JsonResultListDashboardSurveillanceParkGroupStatsVO
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<DashboardSurveillanceParkGroupStatsVO> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListDashboardSurveillanceParkGroupStatsVO
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListDashboardSurveillanceParkGroupStatsVO
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListDashboardSurveillanceParkGroupStatsVO
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|