@gizone/rrs-client 4.2.7-alpha.429 → 4.2.7-alpha.430

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 (60) hide show
  1. package/.openapi-generator/FILES +0 -9
  2. package/api.ts +0 -1
  3. package/dist/api.d.ts +0 -1
  4. package/dist/api.js +0 -1
  5. package/dist/esm/api.d.ts +0 -1
  6. package/dist/esm/api.js +0 -1
  7. package/dist/esm/models/index.d.ts +0 -8
  8. package/dist/esm/models/index.js +0 -8
  9. package/dist/esm/models/sys-user.d.ts +4 -4
  10. package/dist/models/index.d.ts +0 -8
  11. package/dist/models/index.js +0 -8
  12. package/dist/models/sys-user.d.ts +4 -4
  13. package/models/index.ts +0 -8
  14. package/models/sys-user.ts +4 -4
  15. package/package.json +1 -1
  16. package/apis/dashboard-api.ts +0 -389
  17. package/dist/apis/dashboard-api.d.ts +0 -214
  18. package/dist/apis/dashboard-api.js +0 -301
  19. package/dist/esm/apis/dashboard-api.d.ts +0 -214
  20. package/dist/esm/apis/dashboard-api.js +0 -294
  21. package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +0 -43
  22. package/dist/esm/models/dashboard-equipment-park-group-stats-vo.js +0 -14
  23. package/dist/esm/models/dashboard-equipment-search-dto.d.ts +0 -42
  24. package/dist/esm/models/dashboard-equipment-search-dto.js +0 -14
  25. package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +0 -49
  26. package/dist/esm/models/dashboard-equipment-system-group-stats-vo.js +0 -14
  27. package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +0 -55
  28. package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.js +0 -14
  29. package/dist/esm/models/equipment-status-stats-vo.d.ts +0 -31
  30. package/dist/esm/models/equipment-status-stats-vo.js +0 -14
  31. package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +0 -62
  32. package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +0 -14
  33. package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +0 -62
  34. package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +0 -14
  35. package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +0 -62
  36. package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +0 -14
  37. package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +0 -43
  38. package/dist/models/dashboard-equipment-park-group-stats-vo.js +0 -15
  39. package/dist/models/dashboard-equipment-search-dto.d.ts +0 -42
  40. package/dist/models/dashboard-equipment-search-dto.js +0 -15
  41. package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +0 -49
  42. package/dist/models/dashboard-equipment-system-group-stats-vo.js +0 -15
  43. package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +0 -55
  44. package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.js +0 -15
  45. package/dist/models/equipment-status-stats-vo.d.ts +0 -31
  46. package/dist/models/equipment-status-stats-vo.js +0 -15
  47. package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +0 -62
  48. package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +0 -15
  49. package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +0 -62
  50. package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +0 -15
  51. package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +0 -62
  52. package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +0 -15
  53. package/models/dashboard-equipment-park-group-stats-vo.ts +0 -51
  54. package/models/dashboard-equipment-search-dto.ts +0 -48
  55. package/models/dashboard-equipment-system-group-stats-vo.ts +0 -57
  56. package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +0 -65
  57. package/models/equipment-status-stats-vo.ts +0 -41
  58. package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +0 -72
  59. package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +0 -72
  60. package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +0 -72
@@ -1,62 +0,0 @@
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
- }
@@ -1,14 +0,0 @@
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 {};
@@ -1,62 +0,0 @@
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
- }
@@ -1,14 +0,0 @@
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 {};
@@ -1,43 +0,0 @@
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 { EquipmentStatusStatsVO } from './equipment-status-stats-vo';
13
- /**
14
- * 数据看板设备园区分组统计VO
15
- * @export
16
- * @interface DashboardEquipmentParkGroupStatsVO
17
- */
18
- export interface DashboardEquipmentParkGroupStatsVO {
19
- /**
20
- * 园区ID
21
- * @type {number}
22
- * @memberof DashboardEquipmentParkGroupStatsVO
23
- */
24
- 'parkId'?: number;
25
- /**
26
- * 园区名称
27
- * @type {string}
28
- * @memberof DashboardEquipmentParkGroupStatsVO
29
- */
30
- 'parkName'?: string;
31
- /**
32
- * 设备总数
33
- * @type {number}
34
- * @memberof DashboardEquipmentParkGroupStatsVO
35
- */
36
- 'totalCount'?: number;
37
- /**
38
- * 设备状态统计
39
- * @type {Array<EquipmentStatusStatsVO>}
40
- * @memberof DashboardEquipmentParkGroupStatsVO
41
- */
42
- 'equipmentStatusStats'?: Array<EquipmentStatusStatsVO>;
43
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,42 +0,0 @@
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
- * 数据看板设备查询DTO
14
- * @export
15
- * @interface DashboardEquipmentSearchDTO
16
- */
17
- export interface DashboardEquipmentSearchDTO {
18
- /**
19
- *
20
- * @type {Array<number>}
21
- * @memberof DashboardEquipmentSearchDTO
22
- */
23
- 'parkIds': Array<number>;
24
- /**
25
- *
26
- * @type {number}
27
- * @memberof DashboardEquipmentSearchDTO
28
- */
29
- 'startTime'?: number;
30
- /**
31
- *
32
- * @type {number}
33
- * @memberof DashboardEquipmentSearchDTO
34
- */
35
- 'endTime'?: number;
36
- /**
37
- * 设备系统ID
38
- * @type {Array<number>}
39
- * @memberof DashboardEquipmentSearchDTO
40
- */
41
- 'equipmentSystemIds'?: Array<number>;
42
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,49 +0,0 @@
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 { EquipmentStatusStatsVO } from './equipment-status-stats-vo';
13
- /**
14
- * 数据看板设备系统分组统计VO
15
- * @export
16
- * @interface DashboardEquipmentSystemGroupStatsVO
17
- */
18
- export interface DashboardEquipmentSystemGroupStatsVO {
19
- /**
20
- * 设备系统ID
21
- * @type {number}
22
- * @memberof DashboardEquipmentSystemGroupStatsVO
23
- */
24
- 'equipmentSystemId'?: number;
25
- /**
26
- * 设备系统名称
27
- * @type {string}
28
- * @memberof DashboardEquipmentSystemGroupStatsVO
29
- */
30
- 'equipmentSystemName'?: string;
31
- /**
32
- * 设备状态统计
33
- * @type {Array<EquipmentStatusStatsVO>}
34
- * @memberof DashboardEquipmentSystemGroupStatsVO
35
- */
36
- 'equipmentStatusStats'?: Array<EquipmentStatusStatsVO>;
37
- /**
38
- * 设备总数
39
- * @type {number}
40
- * @memberof DashboardEquipmentSystemGroupStatsVO
41
- */
42
- 'totalCount'?: number;
43
- /**
44
- * 子节点
45
- * @type {Array<DashboardEquipmentSystemGroupStatsVO>}
46
- * @memberof DashboardEquipmentSystemGroupStatsVO
47
- */
48
- 'children'?: Array<DashboardEquipmentSystemGroupStatsVO>;
49
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,55 +0,0 @@
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
- /**
14
- * 数据看板监控功能分区分组VO
15
- * @export
16
- * @interface DashboardSurveillanceFunctionalAreaGroupStatsVO
17
- */
18
- export interface DashboardSurveillanceFunctionalAreaGroupStatsVO {
19
- /**
20
- *
21
- * @type {FunctionalAreaEnum}
22
- * @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
23
- */
24
- 'functionalArea'?: FunctionalAreaEnum;
25
- /**
26
- * 监控总数
27
- * @type {number}
28
- * @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
29
- */
30
- 'totalCount'?: number;
31
- /**
32
- * 离线数
33
- * @type {number}
34
- * @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
35
- */
36
- 'offlineCount'?: number;
37
- /**
38
- * 累计维修次数
39
- * @type {number}
40
- * @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
41
- */
42
- 'repairCount'?: number;
43
- /**
44
- * 图像异常数
45
- * @type {number}
46
- * @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
47
- */
48
- 'exceptionCount'?: number;
49
- /**
50
- * 录像丢失数
51
- * @type {number}
52
- * @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
53
- */
54
- 'videoLossCount'?: number;
55
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,31 +0,0 @@
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 { EquipmentStatusEnum } from './equipment-status-enum';
13
- /**
14
- * 设备状态统计VO
15
- * @export
16
- * @interface EquipmentStatusStatsVO
17
- */
18
- export interface EquipmentStatusStatsVO {
19
- /**
20
- *
21
- * @type {EquipmentStatusEnum}
22
- * @memberof EquipmentStatusStatsVO
23
- */
24
- 'equipmentStatus'?: EquipmentStatusEnum;
25
- /**
26
- * 数量
27
- * @type {number}
28
- * @memberof EquipmentStatusStatsVO
29
- */
30
- 'count'?: number;
31
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,62 +0,0 @@
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
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,62 +0,0 @@
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
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,62 +0,0 @@
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
- }