@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.
Files changed (77) hide show
  1. package/.openapi-generator/FILES +13 -0
  2. package/api.ts +1 -0
  3. package/apis/dashboard-api.ts +430 -0
  4. package/dist/api.d.ts +1 -0
  5. package/dist/api.js +1 -0
  6. package/dist/apis/dashboard-api.d.ts +231 -0
  7. package/dist/apis/dashboard-api.js +349 -0
  8. package/dist/esm/api.d.ts +1 -0
  9. package/dist/esm/api.js +1 -0
  10. package/dist/esm/apis/dashboard-api.d.ts +231 -0
  11. package/dist/esm/apis/dashboard-api.js +342 -0
  12. package/dist/esm/models/dashboard-base-search-dto.d.ts +36 -0
  13. package/dist/esm/models/dashboard-base-search-dto.js +14 -0
  14. package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +43 -0
  15. package/dist/esm/models/dashboard-equipment-park-group-stats-vo.js +14 -0
  16. package/dist/esm/models/dashboard-equipment-search-dto.d.ts +42 -0
  17. package/dist/esm/models/dashboard-equipment-search-dto.js +14 -0
  18. package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +49 -0
  19. package/dist/esm/models/dashboard-equipment-system-group-stats-vo.js +14 -0
  20. package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +55 -0
  21. package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.js +14 -0
  22. package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +60 -0
  23. package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.js +14 -0
  24. package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +49 -0
  25. package/dist/esm/models/dashboard-surveillance-search-dto.js +14 -0
  26. package/dist/esm/models/equipment-status-stats-vo.d.ts +31 -0
  27. package/dist/esm/models/equipment-status-stats-vo.js +14 -0
  28. package/dist/esm/models/index.d.ts +12 -0
  29. package/dist/esm/models/index.js +12 -0
  30. package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +62 -0
  31. package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +14 -0
  32. package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +62 -0
  33. package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +14 -0
  34. package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +62 -0
  35. package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +14 -0
  36. package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +62 -0
  37. package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.js +14 -0
  38. package/dist/models/dashboard-base-search-dto.d.ts +36 -0
  39. package/dist/models/dashboard-base-search-dto.js +15 -0
  40. package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +43 -0
  41. package/dist/models/dashboard-equipment-park-group-stats-vo.js +15 -0
  42. package/dist/models/dashboard-equipment-search-dto.d.ts +42 -0
  43. package/dist/models/dashboard-equipment-search-dto.js +15 -0
  44. package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +49 -0
  45. package/dist/models/dashboard-equipment-system-group-stats-vo.js +15 -0
  46. package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +55 -0
  47. package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.js +15 -0
  48. package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +60 -0
  49. package/dist/models/dashboard-surveillance-park-group-stats-vo.js +15 -0
  50. package/dist/models/dashboard-surveillance-search-dto.d.ts +49 -0
  51. package/dist/models/dashboard-surveillance-search-dto.js +15 -0
  52. package/dist/models/equipment-status-stats-vo.d.ts +31 -0
  53. package/dist/models/equipment-status-stats-vo.js +15 -0
  54. package/dist/models/index.d.ts +12 -0
  55. package/dist/models/index.js +12 -0
  56. package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +62 -0
  57. package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +15 -0
  58. package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +62 -0
  59. package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +15 -0
  60. package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +62 -0
  61. package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +15 -0
  62. package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +62 -0
  63. package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.js +15 -0
  64. package/models/dashboard-base-search-dto.ts +42 -0
  65. package/models/dashboard-equipment-park-group-stats-vo.ts +51 -0
  66. package/models/dashboard-equipment-search-dto.ts +48 -0
  67. package/models/dashboard-equipment-system-group-stats-vo.ts +57 -0
  68. package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +65 -0
  69. package/models/dashboard-surveillance-park-group-stats-vo.ts +66 -0
  70. package/models/dashboard-surveillance-search-dto.ts +57 -0
  71. package/models/equipment-status-stats-vo.ts +41 -0
  72. package/models/index.ts +12 -0
  73. package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +72 -0
  74. package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +72 -0
  75. package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +72 -0
  76. package/models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts +72 -0
  77. package/package.json +1 -1
@@ -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';
@@ -91,6 +91,13 @@ __exportStar(require("./captcha-type-enum"), exports);
91
91
  __exportStar(require("./center-list-dto"), exports);
92
92
  __exportStar(require("./change-password-dto"), exports);
93
93
  __exportStar(require("./choose-pak-body"), exports);
94
+ __exportStar(require("./dashboard-base-search-dto"), exports);
95
+ __exportStar(require("./dashboard-equipment-park-group-stats-vo"), exports);
96
+ __exportStar(require("./dashboard-equipment-search-dto"), exports);
97
+ __exportStar(require("./dashboard-equipment-system-group-stats-vo"), exports);
98
+ __exportStar(require("./dashboard-surveillance-functional-area-group-stats-vo"), exports);
99
+ __exportStar(require("./dashboard-surveillance-park-group-stats-vo"), exports);
100
+ __exportStar(require("./dashboard-surveillance-search-dto"), exports);
94
101
  __exportStar(require("./del-user-vo"), exports);
95
102
  __exportStar(require("./dept-relation"), exports);
96
103
  __exportStar(require("./dept-relation-dto"), exports);
@@ -114,6 +121,7 @@ __exportStar(require("./equipment-search-vo"), exports);
114
121
  __exportStar(require("./equipment-space-search-vo"), exports);
115
122
  __exportStar(require("./equipment-status"), exports);
116
123
  __exportStar(require("./equipment-status-enum"), exports);
124
+ __exportStar(require("./equipment-status-stats-vo"), exports);
117
125
  __exportStar(require("./equipment-system-add-vo"), exports);
118
126
  __exportStar(require("./equipment-system-edit-vo"), exports);
119
127
  __exportStar(require("./equipment-system-entity"), exports);
@@ -199,6 +207,10 @@ __exportStar(require("./json-result-list-applet-sys-user-drop-down-box-list-dto"
199
207
  __exportStar(require("./json-result-list-area-park-dto"), exports);
200
208
  __exportStar(require("./json-result-list-calendar-entity"), exports);
201
209
  __exportStar(require("./json-result-list-center-list-dto"), exports);
210
+ __exportStar(require("./json-result-list-dashboard-equipment-park-group-stats-vo"), exports);
211
+ __exportStar(require("./json-result-list-dashboard-equipment-system-group-stats-vo"), exports);
212
+ __exportStar(require("./json-result-list-dashboard-surveillance-functional-area-group-stats-vo"), exports);
213
+ __exportStar(require("./json-result-list-dashboard-surveillance-park-group-stats-vo"), exports);
202
214
  __exportStar(require("./json-result-list-equipment-detail-dto"), exports);
203
215
  __exportStar(require("./json-result-list-equipment-qr-code-dto"), exports);
204
216
  __exportStar(require("./json-result-list-equipment-system-tree-dto"), exports);
@@ -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 { BaseErrorResult } from './base-error-result';
13
+ import type { DashboardEquipmentParkGroupStatsVO } from './dashboard-equipment-park-group-stats-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListDashboardEquipmentParkGroupStatsVO
18
+ */
19
+ export interface JsonResultListDashboardEquipmentParkGroupStatsVO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<DashboardEquipmentParkGroupStatsVO>}
41
+ * @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
42
+ */
43
+ 'data'?: Array<DashboardEquipmentParkGroupStatsVO> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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 { BaseErrorResult } from './base-error-result';
13
+ import type { DashboardEquipmentSystemGroupStatsVO } from './dashboard-equipment-system-group-stats-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListDashboardEquipmentSystemGroupStatsVO
18
+ */
19
+ export interface JsonResultListDashboardEquipmentSystemGroupStatsVO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<DashboardEquipmentSystemGroupStatsVO>}
41
+ * @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
42
+ */
43
+ 'data'?: Array<DashboardEquipmentSystemGroupStatsVO> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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 { BaseErrorResult } from './base-error-result';
13
+ import type { DashboardSurveillanceFunctionalAreaGroupStatsVO } from './dashboard-surveillance-functional-area-group-stats-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO
18
+ */
19
+ export interface JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<DashboardSurveillanceFunctionalAreaGroupStatsVO>}
41
+ * @memberof JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO
42
+ */
43
+ 'data'?: Array<DashboardSurveillanceFunctionalAreaGroupStatsVO> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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 { BaseErrorResult } from './base-error-result';
13
+ import type { DashboardSurveillanceParkGroupStatsVO } from './dashboard-surveillance-park-group-stats-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListDashboardSurveillanceParkGroupStatsVO
18
+ */
19
+ export interface JsonResultListDashboardSurveillanceParkGroupStatsVO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListDashboardSurveillanceParkGroupStatsVO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListDashboardSurveillanceParkGroupStatsVO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListDashboardSurveillanceParkGroupStatsVO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<DashboardSurveillanceParkGroupStatsVO>}
41
+ * @memberof JsonResultListDashboardSurveillanceParkGroupStatsVO
42
+ */
43
+ 'data'?: Array<DashboardSurveillanceParkGroupStatsVO> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListDashboardSurveillanceParkGroupStatsVO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListDashboardSurveillanceParkGroupStatsVO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListDashboardSurveillanceParkGroupStatsVO
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,42 @@
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
+ * 数据看板基础查询DTO
19
+ * @export
20
+ * @interface DashboardBaseSearchDTO
21
+ */
22
+ export interface DashboardBaseSearchDTO {
23
+ /**
24
+ * 园区ID集合
25
+ * @type {Array<number>}
26
+ * @memberof DashboardBaseSearchDTO
27
+ */
28
+ 'parkIds': Array<number>;
29
+ /**
30
+ * 开始时间
31
+ * @type {number}
32
+ * @memberof DashboardBaseSearchDTO
33
+ */
34
+ 'startTime'?: number;
35
+ /**
36
+ * 结束时间
37
+ * @type {number}
38
+ * @memberof DashboardBaseSearchDTO
39
+ */
40
+ 'endTime'?: number;
41
+ }
42
+
@@ -0,0 +1,51 @@
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 { EquipmentStatusStatsVO } from './equipment-status-stats-vo';
19
+
20
+ /**
21
+ * 数据看板设备园区分组统计VO
22
+ * @export
23
+ * @interface DashboardEquipmentParkGroupStatsVO
24
+ */
25
+ export interface DashboardEquipmentParkGroupStatsVO {
26
+ /**
27
+ * 园区ID
28
+ * @type {number}
29
+ * @memberof DashboardEquipmentParkGroupStatsVO
30
+ */
31
+ 'parkId'?: number;
32
+ /**
33
+ * 园区名称
34
+ * @type {string}
35
+ * @memberof DashboardEquipmentParkGroupStatsVO
36
+ */
37
+ 'parkName'?: string;
38
+ /**
39
+ * 设备总数
40
+ * @type {number}
41
+ * @memberof DashboardEquipmentParkGroupStatsVO
42
+ */
43
+ 'totalCount'?: number;
44
+ /**
45
+ * 设备状态统计
46
+ * @type {Array<EquipmentStatusStatsVO>}
47
+ * @memberof DashboardEquipmentParkGroupStatsVO
48
+ */
49
+ 'equipmentStatusStats'?: Array<EquipmentStatusStatsVO>;
50
+ }
51
+
@@ -0,0 +1,48 @@
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
+ * 数据看板设备查询DTO
19
+ * @export
20
+ * @interface DashboardEquipmentSearchDTO
21
+ */
22
+ export interface DashboardEquipmentSearchDTO {
23
+ /**
24
+ * 园区ID集合
25
+ * @type {Array<number>}
26
+ * @memberof DashboardEquipmentSearchDTO
27
+ */
28
+ 'parkIds': Array<number>;
29
+ /**
30
+ * 开始时间
31
+ * @type {number}
32
+ * @memberof DashboardEquipmentSearchDTO
33
+ */
34
+ 'startTime'?: number;
35
+ /**
36
+ * 结束时间
37
+ * @type {number}
38
+ * @memberof DashboardEquipmentSearchDTO
39
+ */
40
+ 'endTime'?: number;
41
+ /**
42
+ * 设备系统ID
43
+ * @type {Array<number>}
44
+ * @memberof DashboardEquipmentSearchDTO
45
+ */
46
+ 'equipmentSystemIds'?: Array<number>;
47
+ }
48
+
@@ -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 { EquipmentStatusStatsVO } from './equipment-status-stats-vo';
19
+
20
+ /**
21
+ * 数据看板设备系统分组统计VO
22
+ * @export
23
+ * @interface DashboardEquipmentSystemGroupStatsVO
24
+ */
25
+ export interface DashboardEquipmentSystemGroupStatsVO {
26
+ /**
27
+ * 设备系统ID
28
+ * @type {number}
29
+ * @memberof DashboardEquipmentSystemGroupStatsVO
30
+ */
31
+ 'equipmentSystemId'?: number;
32
+ /**
33
+ * 设备系统名称
34
+ * @type {string}
35
+ * @memberof DashboardEquipmentSystemGroupStatsVO
36
+ */
37
+ 'equipmentSystemName'?: string;
38
+ /**
39
+ * 设备状态统计
40
+ * @type {Array<EquipmentStatusStatsVO>}
41
+ * @memberof DashboardEquipmentSystemGroupStatsVO
42
+ */
43
+ 'equipmentStatusStats'?: Array<EquipmentStatusStatsVO>;
44
+ /**
45
+ * 设备总数
46
+ * @type {number}
47
+ * @memberof DashboardEquipmentSystemGroupStatsVO
48
+ */
49
+ 'totalCount'?: number;
50
+ /**
51
+ * 子节点
52
+ * @type {Array<DashboardEquipmentSystemGroupStatsVO>}
53
+ * @memberof DashboardEquipmentSystemGroupStatsVO
54
+ */
55
+ 'children'?: Array<DashboardEquipmentSystemGroupStatsVO>;
56
+ }
57
+
@@ -0,0 +1,65 @@
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
+ * 数据看板监控功能分区分组VO
22
+ * @export
23
+ * @interface DashboardSurveillanceFunctionalAreaGroupStatsVO
24
+ */
25
+ export interface DashboardSurveillanceFunctionalAreaGroupStatsVO {
26
+ /**
27
+ *
28
+ * @type {FunctionalAreaEnum}
29
+ * @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
30
+ */
31
+ 'functionalArea'?: FunctionalAreaEnum;
32
+ /**
33
+ * 监控总数
34
+ * @type {number}
35
+ * @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
36
+ */
37
+ 'totalCount'?: number;
38
+ /**
39
+ * 离线数
40
+ * @type {number}
41
+ * @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
42
+ */
43
+ 'offlineCount'?: number;
44
+ /**
45
+ * 累计维修次数
46
+ * @type {number}
47
+ * @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
48
+ */
49
+ 'repairCount'?: number;
50
+ /**
51
+ * 图像异常数
52
+ * @type {number}
53
+ * @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
54
+ */
55
+ 'exceptionCount'?: number;
56
+ /**
57
+ * 录像丢失数
58
+ * @type {number}
59
+ * @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
60
+ */
61
+ 'videoLossCount'?: number;
62
+ }
63
+
64
+
65
+