@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
package/.openapi-generator/FILES
CHANGED
|
@@ -13,6 +13,7 @@ apis/common-api.ts
|
|
|
13
13
|
apis/dashboard-api.ts
|
|
14
14
|
apis/device-api.ts
|
|
15
15
|
apis/disaster-warning-standard-api.ts
|
|
16
|
+
apis/energy-cost-analysis-controller-api.ts
|
|
16
17
|
apis/energy-cost-controller-api.ts
|
|
17
18
|
apis/energy-cost-record-controller-api.ts
|
|
18
19
|
apis/equipment-api.ts
|
|
@@ -155,9 +156,13 @@ models/energy-cost-add-record-dto.ts
|
|
|
155
156
|
models/energy-cost-add-setting-dto.ts
|
|
156
157
|
models/energy-cost-add-setting-dtopark-setting-item.ts
|
|
157
158
|
models/energy-cost-add-setting-dtopark-setting.ts
|
|
159
|
+
models/energy-cost-analysis-list-vo.ts
|
|
160
|
+
models/energy-cost-analysis-query-dto.ts
|
|
158
161
|
models/energy-cost-edit-record-dto.ts
|
|
159
162
|
models/energy-cost-month-setting-list-summary-standards-vo.ts
|
|
160
163
|
models/energy-cost-month-setting-list-vo.ts
|
|
164
|
+
models/energy-cost-per-area-analysis-vo.ts
|
|
165
|
+
models/energy-cost-per-unit-analysis-vo.ts
|
|
161
166
|
models/energy-cost-record-bill-info-vo.ts
|
|
162
167
|
models/energy-cost-record-info-not-emun-vo.ts
|
|
163
168
|
models/energy-cost-record-info-vo.ts
|
|
@@ -166,6 +171,8 @@ models/energy-cost-scenarios-info-vo.ts
|
|
|
166
171
|
models/energy-cost-setting-delete-dto.ts
|
|
167
172
|
models/energy-cost-setting-summy-add-dto.ts
|
|
168
173
|
models/energy-cost-setting-summy-update-dto.ts
|
|
174
|
+
models/energy-cost-trend-vo.ts
|
|
175
|
+
models/energy-cost-unit-price-analysis-vo.ts
|
|
169
176
|
models/energy-cost-update-setting-dto.ts
|
|
170
177
|
models/equipment-add-redis-list-dto.ts
|
|
171
178
|
models/equipment-batch-supplier-vo.ts
|
|
@@ -246,9 +253,12 @@ models/json-result-boolean.ts
|
|
|
246
253
|
models/json-result-calendar-entity.ts
|
|
247
254
|
models/json-result-dashboard-park-statistics-vo.ts
|
|
248
255
|
models/json-result-disaster-warning-standard-entity.ts
|
|
256
|
+
models/json-result-energy-cost-per-area-analysis-vo.ts
|
|
257
|
+
models/json-result-energy-cost-per-unit-analysis-vo.ts
|
|
249
258
|
models/json-result-energy-cost-record-bill-info-vo.ts
|
|
250
259
|
models/json-result-energy-cost-record-info-not-emun-vo.ts
|
|
251
260
|
models/json-result-energy-cost-record-info-vo.ts
|
|
261
|
+
models/json-result-energy-cost-unit-price-analysis-vo.ts
|
|
252
262
|
models/json-result-equipment-add-redis-list-dto.ts
|
|
253
263
|
models/json-result-equipment-detail-dto.ts
|
|
254
264
|
models/json-result-equipment-search-system-dto.ts
|
|
@@ -286,8 +296,10 @@ models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts
|
|
|
286
296
|
models/json-result-list-dashboard-work-order-park-group-stats-vo.ts
|
|
287
297
|
models/json-result-list-dashboard-work-order-type-group-stats-vo.ts
|
|
288
298
|
models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts
|
|
299
|
+
models/json-result-list-energy-cost-analysis-list-vo.ts
|
|
289
300
|
models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts
|
|
290
301
|
models/json-result-list-energy-cost-month-setting-list-vo.ts
|
|
302
|
+
models/json-result-list-energy-cost-trend-vo.ts
|
|
291
303
|
models/json-result-list-equipment-detail-dto.ts
|
|
292
304
|
models/json-result-list-equipment-qr-code-dto.ts
|
|
293
305
|
models/json-result-list-equipment-system-tree-dto.ts
|
|
@@ -381,6 +393,7 @@ models/monitoring-coverage-alert-info.ts
|
|
|
381
393
|
models/monitoring-coverage-alert-process-vo.ts
|
|
382
394
|
models/monitoring-coverage-alert-reason-enum.ts
|
|
383
395
|
models/monitoring-coverage-alert-work-order-details-dto.ts
|
|
396
|
+
models/monthly-data-vo.ts
|
|
384
397
|
models/network-monitor-repair-add-vo.ts
|
|
385
398
|
models/network-monitor-repair-decision-vo.ts
|
|
386
399
|
models/network-monitor-repair-details-dto.ts
|
package/api.ts
CHANGED
|
@@ -24,6 +24,7 @@ export * from './apis/common-api';
|
|
|
24
24
|
export * from './apis/dashboard-api';
|
|
25
25
|
export * from './apis/device-api';
|
|
26
26
|
export * from './apis/disaster-warning-standard-api';
|
|
27
|
+
export * from './apis/energy-cost-analysis-controller-api';
|
|
27
28
|
export * from './apis/energy-cost-controller-api';
|
|
28
29
|
export * from './apis/energy-cost-record-controller-api';
|
|
29
30
|
export * from './apis/equipment-api';
|
|
@@ -0,0 +1,517 @@
|
|
|
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
|
+
import type { Configuration } from '../configuration';
|
|
17
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
18
|
+
import globalAxios from 'axios';
|
|
19
|
+
// Some imports not used depending on template conditions
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
|
|
22
|
+
// @ts-ignore
|
|
23
|
+
import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
|
|
24
|
+
// @ts-ignore
|
|
25
|
+
import type { EnergyCostAnalysisQueryDTO } from '../models';
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { JsonResultEnergyCostPerAreaAnalysisVO } from '../models';
|
|
28
|
+
// @ts-ignore
|
|
29
|
+
import type { JsonResultEnergyCostPerUnitAnalysisVO } from '../models';
|
|
30
|
+
// @ts-ignore
|
|
31
|
+
import type { JsonResultEnergyCostUnitPriceAnalysisVO } from '../models';
|
|
32
|
+
// @ts-ignore
|
|
33
|
+
import type { JsonResultListEnergyCostAnalysisListVO } from '../models';
|
|
34
|
+
// @ts-ignore
|
|
35
|
+
import type { JsonResultListEnergyCostTrendVO } from '../models';
|
|
36
|
+
/**
|
|
37
|
+
* EnergyCostAnalysisControllerApi - axios parameter creator
|
|
38
|
+
* @export
|
|
39
|
+
*/
|
|
40
|
+
export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
41
|
+
return {
|
|
42
|
+
/**
|
|
43
|
+
* 获取账单分析列表数据
|
|
44
|
+
* @summary 分析列表数据
|
|
45
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
46
|
+
* @param {*} [options] Override http request option.
|
|
47
|
+
* @throws {RequiredError}
|
|
48
|
+
*/
|
|
49
|
+
getAnalysisList: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
50
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
51
|
+
assertParamExists('getAnalysisList', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
52
|
+
const localVarPath = `/gizone/energy/cost/analysis/list`;
|
|
53
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
54
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
55
|
+
let baseOptions;
|
|
56
|
+
if (configuration) {
|
|
57
|
+
baseOptions = configuration.baseOptions;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
61
|
+
const localVarHeaderParameter = {} as any;
|
|
62
|
+
const localVarQueryParameter = {} as any;
|
|
63
|
+
|
|
64
|
+
// authentication tokenScheme required
|
|
65
|
+
// http bearer authentication required
|
|
66
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
71
|
+
|
|
72
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
73
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
74
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
75
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
76
|
+
|
|
77
|
+
return {
|
|
78
|
+
url: toPathString(localVarUrlObj),
|
|
79
|
+
options: localVarRequestOptions,
|
|
80
|
+
};
|
|
81
|
+
},
|
|
82
|
+
/**
|
|
83
|
+
* 获取当年各场景的用量趋势图数据
|
|
84
|
+
* @summary 用量趋势分析
|
|
85
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
86
|
+
* @param {*} [options] Override http request option.
|
|
87
|
+
* @throws {RequiredError}
|
|
88
|
+
*/
|
|
89
|
+
getUsageTrend: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
90
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
91
|
+
assertParamExists('getUsageTrend', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
92
|
+
const localVarPath = `/gizone/energy/cost/analysis/trend`;
|
|
93
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
94
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
95
|
+
let baseOptions;
|
|
96
|
+
if (configuration) {
|
|
97
|
+
baseOptions = configuration.baseOptions;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
101
|
+
const localVarHeaderParameter = {} as any;
|
|
102
|
+
const localVarQueryParameter = {} as any;
|
|
103
|
+
|
|
104
|
+
// authentication tokenScheme required
|
|
105
|
+
// http bearer authentication required
|
|
106
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
111
|
+
|
|
112
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
113
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
114
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
115
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
116
|
+
|
|
117
|
+
return {
|
|
118
|
+
url: toPathString(localVarUrlObj),
|
|
119
|
+
options: localVarRequestOptions,
|
|
120
|
+
};
|
|
121
|
+
},
|
|
122
|
+
/**
|
|
123
|
+
* 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
|
|
124
|
+
* @summary 单平单价分析
|
|
125
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
126
|
+
* @param {*} [options] Override http request option.
|
|
127
|
+
* @throws {RequiredError}
|
|
128
|
+
*/
|
|
129
|
+
perAreaAnalysis: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
130
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
131
|
+
assertParamExists('perAreaAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
132
|
+
const localVarPath = `/gizone/energy/cost/analysis/per-area-analysis`;
|
|
133
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
134
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
135
|
+
let baseOptions;
|
|
136
|
+
if (configuration) {
|
|
137
|
+
baseOptions = configuration.baseOptions;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
141
|
+
const localVarHeaderParameter = {} as any;
|
|
142
|
+
const localVarQueryParameter = {} as any;
|
|
143
|
+
|
|
144
|
+
// authentication tokenScheme required
|
|
145
|
+
// http bearer authentication required
|
|
146
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
151
|
+
|
|
152
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
153
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
154
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
155
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
156
|
+
|
|
157
|
+
return {
|
|
158
|
+
url: toPathString(localVarUrlObj),
|
|
159
|
+
options: localVarRequestOptions,
|
|
160
|
+
};
|
|
161
|
+
},
|
|
162
|
+
/**
|
|
163
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
164
|
+
* @summary 单耗分析
|
|
165
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
166
|
+
* @param {*} [options] Override http request option.
|
|
167
|
+
* @throws {RequiredError}
|
|
168
|
+
*/
|
|
169
|
+
perUnitAnalysis: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
170
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
171
|
+
assertParamExists('perUnitAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
172
|
+
const localVarPath = `/gizone/energy/cost/analysis/per-unit-analysis`;
|
|
173
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
174
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
175
|
+
let baseOptions;
|
|
176
|
+
if (configuration) {
|
|
177
|
+
baseOptions = configuration.baseOptions;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
181
|
+
const localVarHeaderParameter = {} as any;
|
|
182
|
+
const localVarQueryParameter = {} as any;
|
|
183
|
+
|
|
184
|
+
// authentication tokenScheme required
|
|
185
|
+
// http bearer authentication required
|
|
186
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
191
|
+
|
|
192
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
193
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
194
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
195
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
196
|
+
|
|
197
|
+
return {
|
|
198
|
+
url: toPathString(localVarUrlObj),
|
|
199
|
+
options: localVarRequestOptions,
|
|
200
|
+
};
|
|
201
|
+
},
|
|
202
|
+
/**
|
|
203
|
+
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
204
|
+
* @summary 单价分析
|
|
205
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
206
|
+
* @param {*} [options] Override http request option.
|
|
207
|
+
* @throws {RequiredError}
|
|
208
|
+
*/
|
|
209
|
+
unitPriceAnalysis: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
210
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
211
|
+
assertParamExists('unitPriceAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
212
|
+
const localVarPath = `/gizone/energy/cost/analysis/unit-price-analysis`;
|
|
213
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
214
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
215
|
+
let baseOptions;
|
|
216
|
+
if (configuration) {
|
|
217
|
+
baseOptions = configuration.baseOptions;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
221
|
+
const localVarHeaderParameter = {} as any;
|
|
222
|
+
const localVarQueryParameter = {} as any;
|
|
223
|
+
|
|
224
|
+
// authentication tokenScheme required
|
|
225
|
+
// http bearer authentication required
|
|
226
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
231
|
+
|
|
232
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
233
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
234
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
235
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
236
|
+
|
|
237
|
+
return {
|
|
238
|
+
url: toPathString(localVarUrlObj),
|
|
239
|
+
options: localVarRequestOptions,
|
|
240
|
+
};
|
|
241
|
+
},
|
|
242
|
+
}
|
|
243
|
+
};
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
* EnergyCostAnalysisControllerApi - functional programming interface
|
|
247
|
+
* @export
|
|
248
|
+
*/
|
|
249
|
+
export const EnergyCostAnalysisControllerApiFp = function(configuration?: Configuration) {
|
|
250
|
+
const localVarAxiosParamCreator = EnergyCostAnalysisControllerApiAxiosParamCreator(configuration)
|
|
251
|
+
return {
|
|
252
|
+
/**
|
|
253
|
+
* 获取账单分析列表数据
|
|
254
|
+
* @summary 分析列表数据
|
|
255
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
256
|
+
* @param {*} [options] Override http request option.
|
|
257
|
+
* @throws {RequiredError}
|
|
258
|
+
*/
|
|
259
|
+
async getAnalysisList(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListEnergyCostAnalysisListVO>> {
|
|
260
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getAnalysisList(energyCostAnalysisQueryDTO, options);
|
|
261
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
262
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.getAnalysisList']?.[localVarOperationServerIndex]?.url;
|
|
263
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
264
|
+
},
|
|
265
|
+
/**
|
|
266
|
+
* 获取当年各场景的用量趋势图数据
|
|
267
|
+
* @summary 用量趋势分析
|
|
268
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
269
|
+
* @param {*} [options] Override http request option.
|
|
270
|
+
* @throws {RequiredError}
|
|
271
|
+
*/
|
|
272
|
+
async getUsageTrend(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListEnergyCostTrendVO>> {
|
|
273
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getUsageTrend(energyCostAnalysisQueryDTO, options);
|
|
274
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
275
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.getUsageTrend']?.[localVarOperationServerIndex]?.url;
|
|
276
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
277
|
+
},
|
|
278
|
+
/**
|
|
279
|
+
* 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
|
|
280
|
+
* @summary 单平单价分析
|
|
281
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
282
|
+
* @param {*} [options] Override http request option.
|
|
283
|
+
* @throws {RequiredError}
|
|
284
|
+
*/
|
|
285
|
+
async perAreaAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostPerAreaAnalysisVO>> {
|
|
286
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.perAreaAnalysis(energyCostAnalysisQueryDTO, options);
|
|
287
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
288
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.perAreaAnalysis']?.[localVarOperationServerIndex]?.url;
|
|
289
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
290
|
+
},
|
|
291
|
+
/**
|
|
292
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
293
|
+
* @summary 单耗分析
|
|
294
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
295
|
+
* @param {*} [options] Override http request option.
|
|
296
|
+
* @throws {RequiredError}
|
|
297
|
+
*/
|
|
298
|
+
async perUnitAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostPerUnitAnalysisVO>> {
|
|
299
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.perUnitAnalysis(energyCostAnalysisQueryDTO, options);
|
|
300
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
301
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.perUnitAnalysis']?.[localVarOperationServerIndex]?.url;
|
|
302
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
303
|
+
},
|
|
304
|
+
/**
|
|
305
|
+
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
306
|
+
* @summary 单价分析
|
|
307
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
308
|
+
* @param {*} [options] Override http request option.
|
|
309
|
+
* @throws {RequiredError}
|
|
310
|
+
*/
|
|
311
|
+
async unitPriceAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostUnitPriceAnalysisVO>> {
|
|
312
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.unitPriceAnalysis(energyCostAnalysisQueryDTO, options);
|
|
313
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
314
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.unitPriceAnalysis']?.[localVarOperationServerIndex]?.url;
|
|
315
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
316
|
+
},
|
|
317
|
+
}
|
|
318
|
+
};
|
|
319
|
+
|
|
320
|
+
/**
|
|
321
|
+
* EnergyCostAnalysisControllerApi - factory interface
|
|
322
|
+
* @export
|
|
323
|
+
*/
|
|
324
|
+
export const EnergyCostAnalysisControllerApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
325
|
+
const localVarFp = EnergyCostAnalysisControllerApiFp(configuration)
|
|
326
|
+
return {
|
|
327
|
+
/**
|
|
328
|
+
* 获取账单分析列表数据
|
|
329
|
+
* @summary 分析列表数据
|
|
330
|
+
* @param {EnergyCostAnalysisControllerApiGetAnalysisListRequest} requestParameters Request parameters.
|
|
331
|
+
* @param {*} [options] Override http request option.
|
|
332
|
+
* @throws {RequiredError}
|
|
333
|
+
*/
|
|
334
|
+
getAnalysisList(requestParameters: EnergyCostAnalysisControllerApiGetAnalysisListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListEnergyCostAnalysisListVO> {
|
|
335
|
+
return localVarFp.getAnalysisList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
336
|
+
},
|
|
337
|
+
/**
|
|
338
|
+
* 获取当年各场景的用量趋势图数据
|
|
339
|
+
* @summary 用量趋势分析
|
|
340
|
+
* @param {EnergyCostAnalysisControllerApiGetUsageTrendRequest} requestParameters Request parameters.
|
|
341
|
+
* @param {*} [options] Override http request option.
|
|
342
|
+
* @throws {RequiredError}
|
|
343
|
+
*/
|
|
344
|
+
getUsageTrend(requestParameters: EnergyCostAnalysisControllerApiGetUsageTrendRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListEnergyCostTrendVO> {
|
|
345
|
+
return localVarFp.getUsageTrend(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
346
|
+
},
|
|
347
|
+
/**
|
|
348
|
+
* 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
|
|
349
|
+
* @summary 单平单价分析
|
|
350
|
+
* @param {EnergyCostAnalysisControllerApiPerAreaAnalysisRequest} requestParameters Request parameters.
|
|
351
|
+
* @param {*} [options] Override http request option.
|
|
352
|
+
* @throws {RequiredError}
|
|
353
|
+
*/
|
|
354
|
+
perAreaAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerAreaAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostPerAreaAnalysisVO> {
|
|
355
|
+
return localVarFp.perAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
356
|
+
},
|
|
357
|
+
/**
|
|
358
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
359
|
+
* @summary 单耗分析
|
|
360
|
+
* @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
361
|
+
* @param {*} [options] Override http request option.
|
|
362
|
+
* @throws {RequiredError}
|
|
363
|
+
*/
|
|
364
|
+
perUnitAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerUnitAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostPerUnitAnalysisVO> {
|
|
365
|
+
return localVarFp.perUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
366
|
+
},
|
|
367
|
+
/**
|
|
368
|
+
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
369
|
+
* @summary 单价分析
|
|
370
|
+
* @param {EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest} requestParameters Request parameters.
|
|
371
|
+
* @param {*} [options] Override http request option.
|
|
372
|
+
* @throws {RequiredError}
|
|
373
|
+
*/
|
|
374
|
+
unitPriceAnalysis(requestParameters: EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostUnitPriceAnalysisVO> {
|
|
375
|
+
return localVarFp.unitPriceAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
376
|
+
},
|
|
377
|
+
};
|
|
378
|
+
};
|
|
379
|
+
|
|
380
|
+
/**
|
|
381
|
+
* Request parameters for getAnalysisList operation in EnergyCostAnalysisControllerApi.
|
|
382
|
+
* @export
|
|
383
|
+
* @interface EnergyCostAnalysisControllerApiGetAnalysisListRequest
|
|
384
|
+
*/
|
|
385
|
+
export interface EnergyCostAnalysisControllerApiGetAnalysisListRequest {
|
|
386
|
+
/**
|
|
387
|
+
*
|
|
388
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
389
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisList
|
|
390
|
+
*/
|
|
391
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
/**
|
|
395
|
+
* Request parameters for getUsageTrend operation in EnergyCostAnalysisControllerApi.
|
|
396
|
+
* @export
|
|
397
|
+
* @interface EnergyCostAnalysisControllerApiGetUsageTrendRequest
|
|
398
|
+
*/
|
|
399
|
+
export interface EnergyCostAnalysisControllerApiGetUsageTrendRequest {
|
|
400
|
+
/**
|
|
401
|
+
*
|
|
402
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
403
|
+
* @memberof EnergyCostAnalysisControllerApiGetUsageTrend
|
|
404
|
+
*/
|
|
405
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
/**
|
|
409
|
+
* Request parameters for perAreaAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
410
|
+
* @export
|
|
411
|
+
* @interface EnergyCostAnalysisControllerApiPerAreaAnalysisRequest
|
|
412
|
+
*/
|
|
413
|
+
export interface EnergyCostAnalysisControllerApiPerAreaAnalysisRequest {
|
|
414
|
+
/**
|
|
415
|
+
*
|
|
416
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
417
|
+
* @memberof EnergyCostAnalysisControllerApiPerAreaAnalysis
|
|
418
|
+
*/
|
|
419
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
/**
|
|
423
|
+
* Request parameters for perUnitAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
424
|
+
* @export
|
|
425
|
+
* @interface EnergyCostAnalysisControllerApiPerUnitAnalysisRequest
|
|
426
|
+
*/
|
|
427
|
+
export interface EnergyCostAnalysisControllerApiPerUnitAnalysisRequest {
|
|
428
|
+
/**
|
|
429
|
+
*
|
|
430
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
431
|
+
* @memberof EnergyCostAnalysisControllerApiPerUnitAnalysis
|
|
432
|
+
*/
|
|
433
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
/**
|
|
437
|
+
* Request parameters for unitPriceAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
438
|
+
* @export
|
|
439
|
+
* @interface EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest
|
|
440
|
+
*/
|
|
441
|
+
export interface EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest {
|
|
442
|
+
/**
|
|
443
|
+
*
|
|
444
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
445
|
+
* @memberof EnergyCostAnalysisControllerApiUnitPriceAnalysis
|
|
446
|
+
*/
|
|
447
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
/**
|
|
451
|
+
* EnergyCostAnalysisControllerApi - object-oriented interface
|
|
452
|
+
* @export
|
|
453
|
+
* @class EnergyCostAnalysisControllerApi
|
|
454
|
+
* @extends {BaseAPI}
|
|
455
|
+
*/
|
|
456
|
+
export class EnergyCostAnalysisControllerApi extends BaseAPI {
|
|
457
|
+
/**
|
|
458
|
+
* 获取账单分析列表数据
|
|
459
|
+
* @summary 分析列表数据
|
|
460
|
+
* @param {EnergyCostAnalysisControllerApiGetAnalysisListRequest} requestParameters Request parameters.
|
|
461
|
+
* @param {*} [options] Override http request option.
|
|
462
|
+
* @throws {RequiredError}
|
|
463
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
464
|
+
*/
|
|
465
|
+
public getAnalysisList(requestParameters: EnergyCostAnalysisControllerApiGetAnalysisListRequest, options?: RawAxiosRequestConfig) {
|
|
466
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).getAnalysisList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
/**
|
|
470
|
+
* 获取当年各场景的用量趋势图数据
|
|
471
|
+
* @summary 用量趋势分析
|
|
472
|
+
* @param {EnergyCostAnalysisControllerApiGetUsageTrendRequest} requestParameters Request parameters.
|
|
473
|
+
* @param {*} [options] Override http request option.
|
|
474
|
+
* @throws {RequiredError}
|
|
475
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
476
|
+
*/
|
|
477
|
+
public getUsageTrend(requestParameters: EnergyCostAnalysisControllerApiGetUsageTrendRequest, options?: RawAxiosRequestConfig) {
|
|
478
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).getUsageTrend(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
/**
|
|
482
|
+
* 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
|
|
483
|
+
* @summary 单平单价分析
|
|
484
|
+
* @param {EnergyCostAnalysisControllerApiPerAreaAnalysisRequest} requestParameters Request parameters.
|
|
485
|
+
* @param {*} [options] Override http request option.
|
|
486
|
+
* @throws {RequiredError}
|
|
487
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
488
|
+
*/
|
|
489
|
+
public perAreaAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerAreaAnalysisRequest, options?: RawAxiosRequestConfig) {
|
|
490
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).perAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
/**
|
|
494
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
495
|
+
* @summary 单耗分析
|
|
496
|
+
* @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
497
|
+
* @param {*} [options] Override http request option.
|
|
498
|
+
* @throws {RequiredError}
|
|
499
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
500
|
+
*/
|
|
501
|
+
public perUnitAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerUnitAnalysisRequest, options?: RawAxiosRequestConfig) {
|
|
502
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).perUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
/**
|
|
506
|
+
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
507
|
+
* @summary 单价分析
|
|
508
|
+
* @param {EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest} requestParameters Request parameters.
|
|
509
|
+
* @param {*} [options] Override http request option.
|
|
510
|
+
* @throws {RequiredError}
|
|
511
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
512
|
+
*/
|
|
513
|
+
public unitPriceAnalysis(requestParameters: EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest, options?: RawAxiosRequestConfig) {
|
|
514
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).unitPriceAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
|