@gizone/rrs-client 4.2.9-alpha.553 → 4.2.9-alpha.557

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 (71) hide show
  1. package/.openapi-generator/FILES +10 -0
  2. package/api.ts +1 -0
  3. package/apis/energy-cost-analysis-controller-api.ts +426 -0
  4. package/apis/energy-cost-record-controller-api.ts +18 -18
  5. package/dist/api.d.ts +1 -0
  6. package/dist/api.js +1 -0
  7. package/dist/apis/energy-cost-analysis-controller-api.d.ts +229 -0
  8. package/dist/apis/energy-cost-analysis-controller-api.js +349 -0
  9. package/dist/apis/energy-cost-record-controller-api.d.ts +12 -12
  10. package/dist/apis/energy-cost-record-controller-api.js +14 -14
  11. package/dist/esm/api.d.ts +1 -0
  12. package/dist/esm/api.js +1 -0
  13. package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +229 -0
  14. package/dist/esm/apis/energy-cost-analysis-controller-api.js +342 -0
  15. package/dist/esm/apis/energy-cost-record-controller-api.d.ts +12 -12
  16. package/dist/esm/apis/energy-cost-record-controller-api.js +13 -13
  17. package/dist/esm/models/energy-cost-analysis-list-vo.d.ts +114 -0
  18. package/dist/esm/models/energy-cost-analysis-list-vo.js +23 -0
  19. package/dist/esm/models/energy-cost-analysis-query-dto.d.ts +83 -0
  20. package/dist/esm/models/energy-cost-analysis-query-dto.js +17 -0
  21. package/dist/esm/models/energy-cost-per-area-analysis-vo.d.ts +42 -0
  22. package/dist/esm/models/energy-cost-per-area-analysis-vo.js +14 -0
  23. package/dist/esm/models/energy-cost-per-unit-analysis-vo.d.ts +48 -0
  24. package/dist/esm/models/energy-cost-per-unit-analysis-vo.js +14 -0
  25. package/dist/esm/models/energy-cost-unit-price-analysis-vo.d.ts +36 -0
  26. package/dist/esm/models/energy-cost-unit-price-analysis-vo.js +14 -0
  27. package/dist/esm/models/index.d.ts +9 -0
  28. package/dist/esm/models/index.js +9 -0
  29. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +7 -7
  30. package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.d.ts +62 -0
  31. package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.js +14 -0
  32. package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +62 -0
  33. package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.js +14 -0
  34. package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +62 -0
  35. package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.js +14 -0
  36. package/dist/esm/models/json-result-list-energy-cost-analysis-list-vo.d.ts +62 -0
  37. package/dist/esm/models/json-result-list-energy-cost-analysis-list-vo.js +14 -0
  38. package/dist/models/energy-cost-analysis-list-vo.d.ts +114 -0
  39. package/dist/models/energy-cost-analysis-list-vo.js +26 -0
  40. package/dist/models/energy-cost-analysis-query-dto.d.ts +83 -0
  41. package/dist/models/energy-cost-analysis-query-dto.js +20 -0
  42. package/dist/models/energy-cost-per-area-analysis-vo.d.ts +42 -0
  43. package/dist/models/energy-cost-per-area-analysis-vo.js +15 -0
  44. package/dist/models/energy-cost-per-unit-analysis-vo.d.ts +48 -0
  45. package/dist/models/energy-cost-per-unit-analysis-vo.js +15 -0
  46. package/dist/models/energy-cost-unit-price-analysis-vo.d.ts +36 -0
  47. package/dist/models/energy-cost-unit-price-analysis-vo.js +15 -0
  48. package/dist/models/index.d.ts +9 -0
  49. package/dist/models/index.js +9 -0
  50. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +7 -7
  51. package/dist/models/json-result-energy-cost-per-area-analysis-vo.d.ts +62 -0
  52. package/dist/models/json-result-energy-cost-per-area-analysis-vo.js +15 -0
  53. package/dist/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +62 -0
  54. package/dist/models/json-result-energy-cost-per-unit-analysis-vo.js +15 -0
  55. package/dist/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +62 -0
  56. package/dist/models/json-result-energy-cost-unit-price-analysis-vo.js +15 -0
  57. package/dist/models/json-result-list-energy-cost-analysis-list-vo.d.ts +62 -0
  58. package/dist/models/json-result-list-energy-cost-analysis-list-vo.js +15 -0
  59. package/models/energy-cost-analysis-list-vo.ts +124 -0
  60. package/models/energy-cost-analysis-query-dto.ts +92 -0
  61. package/models/energy-cost-per-area-analysis-vo.ts +48 -0
  62. package/models/energy-cost-per-unit-analysis-vo.ts +54 -0
  63. package/models/energy-cost-unit-price-analysis-vo.ts +42 -0
  64. package/models/index.ts +9 -0
  65. package/models/ipage-energy-cost-record-info-vo.ts +7 -7
  66. package/models/json-result-energy-cost-per-area-analysis-vo.ts +72 -0
  67. package/models/json-result-energy-cost-per-unit-analysis-vo.ts +72 -0
  68. package/models/json-result-energy-cost-unit-price-analysis-vo.ts +72 -0
  69. package/models/json-result-list-energy-cost-analysis-list-vo.ts +72 -0
  70. package/ossutil.log +1083 -1080
  71. package/package.json +1 -1
@@ -0,0 +1,83 @@
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 EnergyCostAnalysisQueryDTO
16
+ */
17
+ export interface EnergyCostAnalysisQueryDTO {
18
+ /**
19
+ * 园区ID列表
20
+ * @type {Array<number>}
21
+ * @memberof EnergyCostAnalysisQueryDTO
22
+ */
23
+ 'parkIds'?: Array<number>;
24
+ /**
25
+ * 开始时间
26
+ * @type {number}
27
+ * @memberof EnergyCostAnalysisQueryDTO
28
+ */
29
+ 'startTime'?: number;
30
+ /**
31
+ * 结束时间
32
+ * @type {number}
33
+ * @memberof EnergyCostAnalysisQueryDTO
34
+ */
35
+ 'endTime'?: number;
36
+ /**
37
+ * SRM区域编码
38
+ * @type {Array<string>}
39
+ * @memberof EnergyCostAnalysisQueryDTO
40
+ */
41
+ 'srmAreaCodes'?: Array<string>;
42
+ /**
43
+ * SRM小微编码
44
+ * @type {Array<string>}
45
+ * @memberof EnergyCostAnalysisQueryDTO
46
+ */
47
+ 'srmXwCodes'?: Array<string>;
48
+ /**
49
+ * SRM中心编码
50
+ * @type {Array<string>}
51
+ * @memberof EnergyCostAnalysisQueryDTO
52
+ */
53
+ 'srmCenterCodes'?: Array<string>;
54
+ /**
55
+ * 应执行开始时间
56
+ * @type {number}
57
+ * @memberof EnergyCostAnalysisQueryDTO
58
+ */
59
+ 'plannedStartTime'?: number;
60
+ /**
61
+ * 应执行结束时间
62
+ * @type {number}
63
+ * @memberof EnergyCostAnalysisQueryDTO
64
+ */
65
+ 'plannedEndTime'?: number;
66
+ /**
67
+ * 账单月,格式:yyyy-MM
68
+ * @type {string}
69
+ * @memberof EnergyCostAnalysisQueryDTO
70
+ */
71
+ 'billMonth': string;
72
+ /**
73
+ * 能源类型列表
74
+ * @type {Array<string>}
75
+ * @memberof EnergyCostAnalysisQueryDTO
76
+ */
77
+ 'energyTypes'?: Array<EnergyCostAnalysisQueryDTOEnergyTypesEnum>;
78
+ }
79
+ export declare const EnergyCostAnalysisQueryDTOEnergyTypesEnum: {
80
+ readonly Electric: "ELECTRIC";
81
+ readonly Water: "WATER";
82
+ };
83
+ export type EnergyCostAnalysisQueryDTOEnergyTypesEnum = typeof EnergyCostAnalysisQueryDTOEnergyTypesEnum[keyof typeof EnergyCostAnalysisQueryDTOEnergyTypesEnum];
@@ -0,0 +1,17 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export const EnergyCostAnalysisQueryDTOEnergyTypesEnum = {
15
+ Electric: 'ELECTRIC',
16
+ Water: 'WATER'
17
+ };
@@ -0,0 +1,42 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 单平单价分析结果
14
+ * @export
15
+ * @interface EnergyCostPerAreaAnalysisVO
16
+ */
17
+ export interface EnergyCostPerAreaAnalysisVO {
18
+ /**
19
+ * 实际
20
+ * @type {number}
21
+ * @memberof EnergyCostPerAreaAnalysisVO
22
+ */
23
+ 'actual'?: number;
24
+ /**
25
+ * 年平均
26
+ * @type {number}
27
+ * @memberof EnergyCostPerAreaAnalysisVO
28
+ */
29
+ 'yearlyAverage'?: number;
30
+ /**
31
+ * 上月
32
+ * @type {number}
33
+ * @memberof EnergyCostPerAreaAnalysisVO
34
+ */
35
+ 'lastMonth'?: number;
36
+ /**
37
+ * 去年同期
38
+ * @type {number}
39
+ * @memberof EnergyCostPerAreaAnalysisVO
40
+ */
41
+ 'samePeriodLastYear'?: number;
42
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,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 EnergyCostPerUnitAnalysisVO
16
+ */
17
+ export interface EnergyCostPerUnitAnalysisVO {
18
+ /**
19
+ * 实际
20
+ * @type {number}
21
+ * @memberof EnergyCostPerUnitAnalysisVO
22
+ */
23
+ 'actual'?: number;
24
+ /**
25
+ * 标准
26
+ * @type {number}
27
+ * @memberof EnergyCostPerUnitAnalysisVO
28
+ */
29
+ 'standard'?: number;
30
+ /**
31
+ * 年平均
32
+ * @type {number}
33
+ * @memberof EnergyCostPerUnitAnalysisVO
34
+ */
35
+ 'yearlyAverage'?: number;
36
+ /**
37
+ * 上月
38
+ * @type {number}
39
+ * @memberof EnergyCostPerUnitAnalysisVO
40
+ */
41
+ 'lastMonth'?: number;
42
+ /**
43
+ * 去年同期
44
+ * @type {number}
45
+ * @memberof EnergyCostPerUnitAnalysisVO
46
+ */
47
+ 'samePeriodLastYear'?: number;
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,36 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 单价分析结果
14
+ * @export
15
+ * @interface EnergyCostUnitPriceAnalysisVO
16
+ */
17
+ export interface EnergyCostUnitPriceAnalysisVO {
18
+ /**
19
+ * 当期
20
+ * @type {number}
21
+ * @memberof EnergyCostUnitPriceAnalysisVO
22
+ */
23
+ 'currentPeriod'?: number;
24
+ /**
25
+ * 年平均
26
+ * @type {number}
27
+ * @memberof EnergyCostUnitPriceAnalysisVO
28
+ */
29
+ 'yearlyAverage'?: number;
30
+ /**
31
+ * 上月
32
+ * @type {number}
33
+ * @memberof EnergyCostUnitPriceAnalysisVO
34
+ */
35
+ 'lastMonth'?: number;
36
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -108,9 +108,13 @@ export * from './energy-cost-add-record-dto';
108
108
  export * from './energy-cost-add-setting-dto';
109
109
  export * from './energy-cost-add-setting-dtopark-setting';
110
110
  export * from './energy-cost-add-setting-dtopark-setting-item';
111
+ export * from './energy-cost-analysis-list-vo';
112
+ export * from './energy-cost-analysis-query-dto';
111
113
  export * from './energy-cost-edit-record-dto';
112
114
  export * from './energy-cost-month-setting-list-summary-standards-vo';
113
115
  export * from './energy-cost-month-setting-list-vo';
116
+ export * from './energy-cost-per-area-analysis-vo';
117
+ export * from './energy-cost-per-unit-analysis-vo';
114
118
  export * from './energy-cost-record-bill-info-vo';
115
119
  export * from './energy-cost-record-info-not-emun-vo';
116
120
  export * from './energy-cost-record-info-vo';
@@ -119,6 +123,7 @@ export * from './energy-cost-scenarios-info-vo';
119
123
  export * from './energy-cost-setting-delete-dto';
120
124
  export * from './energy-cost-setting-summy-add-dto';
121
125
  export * from './energy-cost-setting-summy-update-dto';
126
+ export * from './energy-cost-unit-price-analysis-vo';
122
127
  export * from './energy-cost-update-setting-dto';
123
128
  export * from './equipment';
124
129
  export * from './equipment-add-redis-list-dto';
@@ -199,9 +204,12 @@ export * from './json-result-boolean';
199
204
  export * from './json-result-calendar-entity';
200
205
  export * from './json-result-dashboard-park-statistics-vo';
201
206
  export * from './json-result-disaster-warning-standard-entity';
207
+ export * from './json-result-energy-cost-per-area-analysis-vo';
208
+ export * from './json-result-energy-cost-per-unit-analysis-vo';
202
209
  export * from './json-result-energy-cost-record-bill-info-vo';
203
210
  export * from './json-result-energy-cost-record-info-not-emun-vo';
204
211
  export * from './json-result-energy-cost-record-info-vo';
212
+ export * from './json-result-energy-cost-unit-price-analysis-vo';
205
213
  export * from './json-result-equipment-add-redis-list-dto';
206
214
  export * from './json-result-equipment-detail-dto';
207
215
  export * from './json-result-equipment-search-system-dto';
@@ -239,6 +247,7 @@ export * from './json-result-list-dashboard-surveillance-park-group-stats-vo';
239
247
  export * from './json-result-list-dashboard-work-order-park-group-stats-vo';
240
248
  export * from './json-result-list-dashboard-work-order-type-group-stats-vo';
241
249
  export * from './json-result-list-dashboard-work-order-type-subcategory-group-stats-vo';
250
+ export * from './json-result-list-energy-cost-analysis-list-vo';
242
251
  export * from './json-result-list-energy-cost-month-setting-list-summary-standards-vo';
243
252
  export * from './json-result-list-energy-cost-month-setting-list-vo';
244
253
  export * from './json-result-list-equipment-detail-dto';
@@ -108,9 +108,13 @@ export * from './energy-cost-add-record-dto';
108
108
  export * from './energy-cost-add-setting-dto';
109
109
  export * from './energy-cost-add-setting-dtopark-setting';
110
110
  export * from './energy-cost-add-setting-dtopark-setting-item';
111
+ export * from './energy-cost-analysis-list-vo';
112
+ export * from './energy-cost-analysis-query-dto';
111
113
  export * from './energy-cost-edit-record-dto';
112
114
  export * from './energy-cost-month-setting-list-summary-standards-vo';
113
115
  export * from './energy-cost-month-setting-list-vo';
116
+ export * from './energy-cost-per-area-analysis-vo';
117
+ export * from './energy-cost-per-unit-analysis-vo';
114
118
  export * from './energy-cost-record-bill-info-vo';
115
119
  export * from './energy-cost-record-info-not-emun-vo';
116
120
  export * from './energy-cost-record-info-vo';
@@ -119,6 +123,7 @@ export * from './energy-cost-scenarios-info-vo';
119
123
  export * from './energy-cost-setting-delete-dto';
120
124
  export * from './energy-cost-setting-summy-add-dto';
121
125
  export * from './energy-cost-setting-summy-update-dto';
126
+ export * from './energy-cost-unit-price-analysis-vo';
122
127
  export * from './energy-cost-update-setting-dto';
123
128
  export * from './equipment';
124
129
  export * from './equipment-add-redis-list-dto';
@@ -199,9 +204,12 @@ export * from './json-result-boolean';
199
204
  export * from './json-result-calendar-entity';
200
205
  export * from './json-result-dashboard-park-statistics-vo';
201
206
  export * from './json-result-disaster-warning-standard-entity';
207
+ export * from './json-result-energy-cost-per-area-analysis-vo';
208
+ export * from './json-result-energy-cost-per-unit-analysis-vo';
202
209
  export * from './json-result-energy-cost-record-bill-info-vo';
203
210
  export * from './json-result-energy-cost-record-info-not-emun-vo';
204
211
  export * from './json-result-energy-cost-record-info-vo';
212
+ export * from './json-result-energy-cost-unit-price-analysis-vo';
205
213
  export * from './json-result-equipment-add-redis-list-dto';
206
214
  export * from './json-result-equipment-detail-dto';
207
215
  export * from './json-result-equipment-search-system-dto';
@@ -239,6 +247,7 @@ export * from './json-result-list-dashboard-surveillance-park-group-stats-vo';
239
247
  export * from './json-result-list-dashboard-work-order-park-group-stats-vo';
240
248
  export * from './json-result-list-dashboard-work-order-type-group-stats-vo';
241
249
  export * from './json-result-list-dashboard-work-order-type-subcategory-group-stats-vo';
250
+ export * from './json-result-list-energy-cost-analysis-list-vo';
242
251
  export * from './json-result-list-energy-cost-month-setting-list-summary-standards-vo';
243
252
  export * from './json-result-list-energy-cost-month-setting-list-vo';
244
253
  export * from './json-result-list-equipment-detail-dto';
@@ -30,29 +30,29 @@ export interface IPageEnergyCostRecordInfoVO {
30
30
  'current'?: number;
31
31
  /**
32
32
  *
33
- * @type {Array<EnergyCostRecordInfoVO>}
33
+ * @type {number}
34
34
  * @memberof IPageEnergyCostRecordInfoVO
35
35
  */
36
- 'records'?: Array<EnergyCostRecordInfoVO>;
36
+ 'pages'?: number;
37
37
  /**
38
38
  *
39
39
  * @type {boolean}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
+ * @deprecated
41
42
  */
42
- 'searchCount'?: boolean;
43
+ 'hitCount'?: boolean;
43
44
  /**
44
45
  *
45
- * @type {number}
46
+ * @type {Array<EnergyCostRecordInfoVO>}
46
47
  * @memberof IPageEnergyCostRecordInfoVO
47
48
  */
48
- 'pages'?: number;
49
+ 'records'?: Array<EnergyCostRecordInfoVO>;
49
50
  /**
50
51
  *
51
52
  * @type {boolean}
52
53
  * @memberof IPageEnergyCostRecordInfoVO
53
- * @deprecated
54
54
  */
55
- 'hitCount'?: boolean;
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -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 { EnergyCostPerAreaAnalysisVO } from './energy-cost-per-area-analysis-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultEnergyCostPerAreaAnalysisVO
18
+ */
19
+ export interface JsonResultEnergyCostPerAreaAnalysisVO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultEnergyCostPerAreaAnalysisVO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultEnergyCostPerAreaAnalysisVO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultEnergyCostPerAreaAnalysisVO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {EnergyCostPerAreaAnalysisVO}
41
+ * @memberof JsonResultEnergyCostPerAreaAnalysisVO
42
+ */
43
+ 'data'?: EnergyCostPerAreaAnalysisVO | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultEnergyCostPerAreaAnalysisVO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultEnergyCostPerAreaAnalysisVO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultEnergyCostPerAreaAnalysisVO
60
+ */
61
+ 'requestId'?: string | null;
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,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 { EnergyCostPerUnitAnalysisVO } from './energy-cost-per-unit-analysis-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultEnergyCostPerUnitAnalysisVO
18
+ */
19
+ export interface JsonResultEnergyCostPerUnitAnalysisVO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultEnergyCostPerUnitAnalysisVO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultEnergyCostPerUnitAnalysisVO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultEnergyCostPerUnitAnalysisVO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {EnergyCostPerUnitAnalysisVO}
41
+ * @memberof JsonResultEnergyCostPerUnitAnalysisVO
42
+ */
43
+ 'data'?: EnergyCostPerUnitAnalysisVO | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultEnergyCostPerUnitAnalysisVO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultEnergyCostPerUnitAnalysisVO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultEnergyCostPerUnitAnalysisVO
60
+ */
61
+ 'requestId'?: string | null;
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,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 { EnergyCostUnitPriceAnalysisVO } from './energy-cost-unit-price-analysis-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultEnergyCostUnitPriceAnalysisVO
18
+ */
19
+ export interface JsonResultEnergyCostUnitPriceAnalysisVO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultEnergyCostUnitPriceAnalysisVO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultEnergyCostUnitPriceAnalysisVO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultEnergyCostUnitPriceAnalysisVO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {EnergyCostUnitPriceAnalysisVO}
41
+ * @memberof JsonResultEnergyCostUnitPriceAnalysisVO
42
+ */
43
+ 'data'?: EnergyCostUnitPriceAnalysisVO | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultEnergyCostUnitPriceAnalysisVO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultEnergyCostUnitPriceAnalysisVO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultEnergyCostUnitPriceAnalysisVO
60
+ */
61
+ 'requestId'?: string | null;
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 {};