@gizone/rrs-client 4.2.9-alpha.556 → 4.2.9-alpha.558
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/energy-cost-analysis-controller-api.ts +517 -0
- package/apis/energy-cost-record-controller-api.ts +18 -18
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/energy-cost-analysis-controller-api.d.ts +276 -0
- package/dist/apis/energy-cost-analysis-controller-api.js +419 -0
- package/dist/apis/energy-cost-record-controller-api.d.ts +12 -12
- package/dist/apis/energy-cost-record-controller-api.js +14 -14
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +276 -0
- package/dist/esm/apis/energy-cost-analysis-controller-api.js +412 -0
- package/dist/esm/apis/energy-cost-record-controller-api.d.ts +12 -12
- package/dist/esm/apis/energy-cost-record-controller-api.js +13 -13
- package/dist/esm/models/energy-cost-analysis-list-vo.d.ts +102 -0
- package/dist/esm/models/energy-cost-analysis-list-vo.js +23 -0
- package/dist/esm/models/energy-cost-analysis-query-dto.d.ts +83 -0
- package/dist/esm/models/energy-cost-analysis-query-dto.js +17 -0
- package/dist/esm/models/energy-cost-per-area-analysis-vo.d.ts +42 -0
- package/dist/esm/models/energy-cost-per-area-analysis-vo.js +14 -0
- package/dist/esm/models/energy-cost-per-unit-analysis-vo.d.ts +48 -0
- package/dist/esm/models/energy-cost-per-unit-analysis-vo.js +14 -0
- package/dist/esm/models/energy-cost-trend-vo.d.ts +38 -0
- package/dist/esm/models/energy-cost-trend-vo.js +19 -0
- package/dist/esm/models/energy-cost-unit-price-analysis-vo.d.ts +36 -0
- package/dist/esm/models/energy-cost-unit-price-analysis-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-energy-cost-per-area-analysis-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.js +14 -0
- package/dist/esm/models/json-result-list-energy-cost-analysis-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-analysis-list-vo.js +14 -0
- package/dist/esm/models/json-result-list-energy-cost-trend-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-trend-vo.js +14 -0
- package/dist/esm/models/monthly-data-vo.d.ts +48 -0
- package/dist/esm/models/monthly-data-vo.js +14 -0
- package/dist/models/energy-cost-analysis-list-vo.d.ts +102 -0
- package/dist/models/energy-cost-analysis-list-vo.js +26 -0
- package/dist/models/energy-cost-analysis-query-dto.d.ts +83 -0
- package/dist/models/energy-cost-analysis-query-dto.js +20 -0
- package/dist/models/energy-cost-per-area-analysis-vo.d.ts +42 -0
- package/dist/models/energy-cost-per-area-analysis-vo.js +15 -0
- package/dist/models/energy-cost-per-unit-analysis-vo.d.ts +48 -0
- package/dist/models/energy-cost-per-unit-analysis-vo.js +15 -0
- package/dist/models/energy-cost-trend-vo.d.ts +38 -0
- package/dist/models/energy-cost-trend-vo.js +22 -0
- package/dist/models/energy-cost-unit-price-analysis-vo.d.ts +36 -0
- package/dist/models/energy-cost-unit-price-analysis-vo.js +15 -0
- package/dist/models/index.d.ts +12 -0
- package/dist/models/index.js +12 -0
- package/dist/models/json-result-energy-cost-per-area-analysis-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-per-area-analysis-vo.js +15 -0
- package/dist/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-per-unit-analysis-vo.js +15 -0
- package/dist/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-unit-price-analysis-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-analysis-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-analysis-list-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-trend-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-trend-vo.js +15 -0
- package/dist/models/monthly-data-vo.d.ts +48 -0
- package/dist/models/monthly-data-vo.js +15 -0
- package/models/energy-cost-analysis-list-vo.ts +112 -0
- package/models/energy-cost-analysis-query-dto.ts +92 -0
- package/models/energy-cost-per-area-analysis-vo.ts +48 -0
- package/models/energy-cost-per-unit-analysis-vo.ts +54 -0
- package/models/energy-cost-trend-vo.ts +49 -0
- package/models/energy-cost-unit-price-analysis-vo.ts +42 -0
- package/models/index.ts +12 -0
- package/models/json-result-energy-cost-per-area-analysis-vo.ts +72 -0
- package/models/json-result-energy-cost-per-unit-analysis-vo.ts +72 -0
- package/models/json-result-energy-cost-unit-price-analysis-vo.ts +72 -0
- package/models/json-result-list-energy-cost-analysis-list-vo.ts +72 -0
- package/models/json-result-list-energy-cost-trend-vo.ts +72 -0
- package/models/monthly-data-vo.ts +54 -0
- package/ossutil.log +1086 -1080
- package/package.json +1 -1
|
@@ -0,0 +1,38 @@
|
|
|
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 { MonthlyDataVO } from './monthly-data-vo';
|
|
13
|
+
/**
|
|
14
|
+
* 能源成本用量趋势
|
|
15
|
+
* @export
|
|
16
|
+
* @interface EnergyCostTrendVO
|
|
17
|
+
*/
|
|
18
|
+
export interface EnergyCostTrendVO {
|
|
19
|
+
/**
|
|
20
|
+
* 场景类型
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof EnergyCostTrendVO
|
|
23
|
+
*/
|
|
24
|
+
'scenario'?: EnergyCostTrendVOScenarioEnum;
|
|
25
|
+
/**
|
|
26
|
+
* 月份数据列表
|
|
27
|
+
* @type {Array<MonthlyDataVO>}
|
|
28
|
+
* @memberof EnergyCostTrendVO
|
|
29
|
+
*/
|
|
30
|
+
'monthlyData'?: Array<MonthlyDataVO>;
|
|
31
|
+
}
|
|
32
|
+
export declare const EnergyCostTrendVOScenarioEnum: {
|
|
33
|
+
readonly ColdStorage: "COLD_STORAGE";
|
|
34
|
+
readonly SmartWarehouse: "SMART_WAREHOUSE";
|
|
35
|
+
readonly LeasingTenant: "LEASING_TENANT";
|
|
36
|
+
readonly PrivateConventionalWarehouse: "PRIVATE_CONVENTIONAL_WAREHOUSE";
|
|
37
|
+
};
|
|
38
|
+
export type EnergyCostTrendVOScenarioEnum = typeof EnergyCostTrendVOScenarioEnum[keyof typeof EnergyCostTrendVOScenarioEnum];
|
|
@@ -0,0 +1,22 @@
|
|
|
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 });
|
|
16
|
+
exports.EnergyCostTrendVOScenarioEnum = void 0;
|
|
17
|
+
exports.EnergyCostTrendVOScenarioEnum = {
|
|
18
|
+
ColdStorage: 'COLD_STORAGE',
|
|
19
|
+
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
20
|
+
LeasingTenant: 'LEASING_TENANT',
|
|
21
|
+
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
22
|
+
};
|
|
@@ -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,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 });
|
package/dist/models/index.d.ts
CHANGED
|
@@ -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,8 @@ 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-trend-vo';
|
|
127
|
+
export * from './energy-cost-unit-price-analysis-vo';
|
|
122
128
|
export * from './energy-cost-update-setting-dto';
|
|
123
129
|
export * from './equipment';
|
|
124
130
|
export * from './equipment-add-redis-list-dto';
|
|
@@ -199,9 +205,12 @@ export * from './json-result-boolean';
|
|
|
199
205
|
export * from './json-result-calendar-entity';
|
|
200
206
|
export * from './json-result-dashboard-park-statistics-vo';
|
|
201
207
|
export * from './json-result-disaster-warning-standard-entity';
|
|
208
|
+
export * from './json-result-energy-cost-per-area-analysis-vo';
|
|
209
|
+
export * from './json-result-energy-cost-per-unit-analysis-vo';
|
|
202
210
|
export * from './json-result-energy-cost-record-bill-info-vo';
|
|
203
211
|
export * from './json-result-energy-cost-record-info-not-emun-vo';
|
|
204
212
|
export * from './json-result-energy-cost-record-info-vo';
|
|
213
|
+
export * from './json-result-energy-cost-unit-price-analysis-vo';
|
|
205
214
|
export * from './json-result-equipment-add-redis-list-dto';
|
|
206
215
|
export * from './json-result-equipment-detail-dto';
|
|
207
216
|
export * from './json-result-equipment-search-system-dto';
|
|
@@ -239,8 +248,10 @@ export * from './json-result-list-dashboard-surveillance-park-group-stats-vo';
|
|
|
239
248
|
export * from './json-result-list-dashboard-work-order-park-group-stats-vo';
|
|
240
249
|
export * from './json-result-list-dashboard-work-order-type-group-stats-vo';
|
|
241
250
|
export * from './json-result-list-dashboard-work-order-type-subcategory-group-stats-vo';
|
|
251
|
+
export * from './json-result-list-energy-cost-analysis-list-vo';
|
|
242
252
|
export * from './json-result-list-energy-cost-month-setting-list-summary-standards-vo';
|
|
243
253
|
export * from './json-result-list-energy-cost-month-setting-list-vo';
|
|
254
|
+
export * from './json-result-list-energy-cost-trend-vo';
|
|
244
255
|
export * from './json-result-list-equipment-detail-dto';
|
|
245
256
|
export * from './json-result-list-equipment-qr-code-dto';
|
|
246
257
|
export * from './json-result-list-equipment-system-tree-dto';
|
|
@@ -333,6 +344,7 @@ export * from './monitoring-coverage-alert-info';
|
|
|
333
344
|
export * from './monitoring-coverage-alert-process-vo';
|
|
334
345
|
export * from './monitoring-coverage-alert-reason-enum';
|
|
335
346
|
export * from './monitoring-coverage-alert-work-order-details-dto';
|
|
347
|
+
export * from './monthly-data-vo';
|
|
336
348
|
export * from './network-monitor-repair-add-vo';
|
|
337
349
|
export * from './network-monitor-repair-decision-vo';
|
|
338
350
|
export * from './network-monitor-repair-details-dto';
|
package/dist/models/index.js
CHANGED
|
@@ -124,9 +124,13 @@ __exportStar(require("./energy-cost-add-record-dto"), exports);
|
|
|
124
124
|
__exportStar(require("./energy-cost-add-setting-dto"), exports);
|
|
125
125
|
__exportStar(require("./energy-cost-add-setting-dtopark-setting"), exports);
|
|
126
126
|
__exportStar(require("./energy-cost-add-setting-dtopark-setting-item"), exports);
|
|
127
|
+
__exportStar(require("./energy-cost-analysis-list-vo"), exports);
|
|
128
|
+
__exportStar(require("./energy-cost-analysis-query-dto"), exports);
|
|
127
129
|
__exportStar(require("./energy-cost-edit-record-dto"), exports);
|
|
128
130
|
__exportStar(require("./energy-cost-month-setting-list-summary-standards-vo"), exports);
|
|
129
131
|
__exportStar(require("./energy-cost-month-setting-list-vo"), exports);
|
|
132
|
+
__exportStar(require("./energy-cost-per-area-analysis-vo"), exports);
|
|
133
|
+
__exportStar(require("./energy-cost-per-unit-analysis-vo"), exports);
|
|
130
134
|
__exportStar(require("./energy-cost-record-bill-info-vo"), exports);
|
|
131
135
|
__exportStar(require("./energy-cost-record-info-not-emun-vo"), exports);
|
|
132
136
|
__exportStar(require("./energy-cost-record-info-vo"), exports);
|
|
@@ -135,6 +139,8 @@ __exportStar(require("./energy-cost-scenarios-info-vo"), exports);
|
|
|
135
139
|
__exportStar(require("./energy-cost-setting-delete-dto"), exports);
|
|
136
140
|
__exportStar(require("./energy-cost-setting-summy-add-dto"), exports);
|
|
137
141
|
__exportStar(require("./energy-cost-setting-summy-update-dto"), exports);
|
|
142
|
+
__exportStar(require("./energy-cost-trend-vo"), exports);
|
|
143
|
+
__exportStar(require("./energy-cost-unit-price-analysis-vo"), exports);
|
|
138
144
|
__exportStar(require("./energy-cost-update-setting-dto"), exports);
|
|
139
145
|
__exportStar(require("./equipment"), exports);
|
|
140
146
|
__exportStar(require("./equipment-add-redis-list-dto"), exports);
|
|
@@ -215,9 +221,12 @@ __exportStar(require("./json-result-boolean"), exports);
|
|
|
215
221
|
__exportStar(require("./json-result-calendar-entity"), exports);
|
|
216
222
|
__exportStar(require("./json-result-dashboard-park-statistics-vo"), exports);
|
|
217
223
|
__exportStar(require("./json-result-disaster-warning-standard-entity"), exports);
|
|
224
|
+
__exportStar(require("./json-result-energy-cost-per-area-analysis-vo"), exports);
|
|
225
|
+
__exportStar(require("./json-result-energy-cost-per-unit-analysis-vo"), exports);
|
|
218
226
|
__exportStar(require("./json-result-energy-cost-record-bill-info-vo"), exports);
|
|
219
227
|
__exportStar(require("./json-result-energy-cost-record-info-not-emun-vo"), exports);
|
|
220
228
|
__exportStar(require("./json-result-energy-cost-record-info-vo"), exports);
|
|
229
|
+
__exportStar(require("./json-result-energy-cost-unit-price-analysis-vo"), exports);
|
|
221
230
|
__exportStar(require("./json-result-equipment-add-redis-list-dto"), exports);
|
|
222
231
|
__exportStar(require("./json-result-equipment-detail-dto"), exports);
|
|
223
232
|
__exportStar(require("./json-result-equipment-search-system-dto"), exports);
|
|
@@ -255,8 +264,10 @@ __exportStar(require("./json-result-list-dashboard-surveillance-park-group-stats
|
|
|
255
264
|
__exportStar(require("./json-result-list-dashboard-work-order-park-group-stats-vo"), exports);
|
|
256
265
|
__exportStar(require("./json-result-list-dashboard-work-order-type-group-stats-vo"), exports);
|
|
257
266
|
__exportStar(require("./json-result-list-dashboard-work-order-type-subcategory-group-stats-vo"), exports);
|
|
267
|
+
__exportStar(require("./json-result-list-energy-cost-analysis-list-vo"), exports);
|
|
258
268
|
__exportStar(require("./json-result-list-energy-cost-month-setting-list-summary-standards-vo"), exports);
|
|
259
269
|
__exportStar(require("./json-result-list-energy-cost-month-setting-list-vo"), exports);
|
|
270
|
+
__exportStar(require("./json-result-list-energy-cost-trend-vo"), exports);
|
|
260
271
|
__exportStar(require("./json-result-list-equipment-detail-dto"), exports);
|
|
261
272
|
__exportStar(require("./json-result-list-equipment-qr-code-dto"), exports);
|
|
262
273
|
__exportStar(require("./json-result-list-equipment-system-tree-dto"), exports);
|
|
@@ -349,6 +360,7 @@ __exportStar(require("./monitoring-coverage-alert-info"), exports);
|
|
|
349
360
|
__exportStar(require("./monitoring-coverage-alert-process-vo"), exports);
|
|
350
361
|
__exportStar(require("./monitoring-coverage-alert-reason-enum"), exports);
|
|
351
362
|
__exportStar(require("./monitoring-coverage-alert-work-order-details-dto"), exports);
|
|
363
|
+
__exportStar(require("./monthly-data-vo"), exports);
|
|
352
364
|
__exportStar(require("./network-monitor-repair-add-vo"), exports);
|
|
353
365
|
__exportStar(require("./network-monitor-repair-decision-vo"), exports);
|
|
354
366
|
__exportStar(require("./network-monitor-repair-details-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 { 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,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 { 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,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 { 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,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 { EnergyCostAnalysisListVO } from './energy-cost-analysis-list-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListEnergyCostAnalysisListVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListEnergyCostAnalysisListVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListEnergyCostAnalysisListVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListEnergyCostAnalysisListVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListEnergyCostAnalysisListVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<EnergyCostAnalysisListVO>}
|
|
41
|
+
* @memberof JsonResultListEnergyCostAnalysisListVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<EnergyCostAnalysisListVO> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListEnergyCostAnalysisListVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListEnergyCostAnalysisListVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListEnergyCostAnalysisListVO
|
|
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 { EnergyCostTrendVO } from './energy-cost-trend-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListEnergyCostTrendVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListEnergyCostTrendVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListEnergyCostTrendVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListEnergyCostTrendVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListEnergyCostTrendVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<EnergyCostTrendVO>}
|
|
41
|
+
* @memberof JsonResultListEnergyCostTrendVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<EnergyCostTrendVO> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListEnergyCostTrendVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListEnergyCostTrendVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListEnergyCostTrendVO
|
|
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,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 MonthlyDataVO
|
|
16
|
+
*/
|
|
17
|
+
export interface MonthlyDataVO {
|
|
18
|
+
/**
|
|
19
|
+
* 月份
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof MonthlyDataVO
|
|
22
|
+
*/
|
|
23
|
+
'month'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 用量
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof MonthlyDataVO
|
|
28
|
+
*/
|
|
29
|
+
'consumption'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 费用
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof MonthlyDataVO
|
|
34
|
+
*/
|
|
35
|
+
'cost'?: number;
|
|
36
|
+
/**
|
|
37
|
+
* 单耗
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof MonthlyDataVO
|
|
40
|
+
*/
|
|
41
|
+
'perUnitConsumption'?: number;
|
|
42
|
+
/**
|
|
43
|
+
* 单平单价
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof MonthlyDataVO
|
|
46
|
+
*/
|
|
47
|
+
'perAreaPrice'?: number;
|
|
48
|
+
}
|