@gizone/rrs-client 4.2.9-alpha.556 → 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.
- package/.openapi-generator/FILES +10 -0
- package/api.ts +1 -0
- package/apis/energy-cost-analysis-controller-api.ts +426 -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 +229 -0
- package/dist/apis/energy-cost-analysis-controller-api.js +349 -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 +229 -0
- package/dist/esm/apis/energy-cost-analysis-controller-api.js +342 -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 +114 -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-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 +9 -0
- package/dist/esm/models/index.js +9 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +7 -7
- 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/models/energy-cost-analysis-list-vo.d.ts +114 -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-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 +9 -0
- package/dist/models/index.js +9 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +7 -7
- 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/models/energy-cost-analysis-list-vo.ts +124 -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-unit-price-analysis-vo.ts +42 -0
- package/models/index.ts +9 -0
- package/models/ipage-energy-cost-record-info-vo.ts +7 -7
- 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/ossutil.log +1083 -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,7 @@ 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-unit-price-analysis-vo.ts
|
|
169
175
|
models/energy-cost-update-setting-dto.ts
|
|
170
176
|
models/equipment-add-redis-list-dto.ts
|
|
171
177
|
models/equipment-batch-supplier-vo.ts
|
|
@@ -246,9 +252,12 @@ models/json-result-boolean.ts
|
|
|
246
252
|
models/json-result-calendar-entity.ts
|
|
247
253
|
models/json-result-dashboard-park-statistics-vo.ts
|
|
248
254
|
models/json-result-disaster-warning-standard-entity.ts
|
|
255
|
+
models/json-result-energy-cost-per-area-analysis-vo.ts
|
|
256
|
+
models/json-result-energy-cost-per-unit-analysis-vo.ts
|
|
249
257
|
models/json-result-energy-cost-record-bill-info-vo.ts
|
|
250
258
|
models/json-result-energy-cost-record-info-not-emun-vo.ts
|
|
251
259
|
models/json-result-energy-cost-record-info-vo.ts
|
|
260
|
+
models/json-result-energy-cost-unit-price-analysis-vo.ts
|
|
252
261
|
models/json-result-equipment-add-redis-list-dto.ts
|
|
253
262
|
models/json-result-equipment-detail-dto.ts
|
|
254
263
|
models/json-result-equipment-search-system-dto.ts
|
|
@@ -286,6 +295,7 @@ models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts
|
|
|
286
295
|
models/json-result-list-dashboard-work-order-park-group-stats-vo.ts
|
|
287
296
|
models/json-result-list-dashboard-work-order-type-group-stats-vo.ts
|
|
288
297
|
models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts
|
|
298
|
+
models/json-result-list-energy-cost-analysis-list-vo.ts
|
|
289
299
|
models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts
|
|
290
300
|
models/json-result-list-energy-cost-month-setting-list-vo.ts
|
|
291
301
|
models/json-result-list-equipment-detail-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,426 @@
|
|
|
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
|
+
/**
|
|
35
|
+
* EnergyCostAnalysisControllerApi - axios parameter creator
|
|
36
|
+
* @export
|
|
37
|
+
*/
|
|
38
|
+
export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
39
|
+
return {
|
|
40
|
+
/**
|
|
41
|
+
* 获取账单分析列表数据
|
|
42
|
+
* @summary 分析列表数据
|
|
43
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
44
|
+
* @param {*} [options] Override http request option.
|
|
45
|
+
* @throws {RequiredError}
|
|
46
|
+
*/
|
|
47
|
+
getAnalysisList: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
48
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
49
|
+
assertParamExists('getAnalysisList', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
50
|
+
const localVarPath = `/gizone/energy/cost/analysis/list`;
|
|
51
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
52
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
53
|
+
let baseOptions;
|
|
54
|
+
if (configuration) {
|
|
55
|
+
baseOptions = configuration.baseOptions;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
59
|
+
const localVarHeaderParameter = {} as any;
|
|
60
|
+
const localVarQueryParameter = {} as any;
|
|
61
|
+
|
|
62
|
+
// authentication tokenScheme required
|
|
63
|
+
// http bearer authentication required
|
|
64
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
69
|
+
|
|
70
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
71
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
72
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
73
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
74
|
+
|
|
75
|
+
return {
|
|
76
|
+
url: toPathString(localVarUrlObj),
|
|
77
|
+
options: localVarRequestOptions,
|
|
78
|
+
};
|
|
79
|
+
},
|
|
80
|
+
/**
|
|
81
|
+
* 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
|
|
82
|
+
* @summary 单平单价分析
|
|
83
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
84
|
+
* @param {*} [options] Override http request option.
|
|
85
|
+
* @throws {RequiredError}
|
|
86
|
+
*/
|
|
87
|
+
perAreaAnalysis: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
88
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
89
|
+
assertParamExists('perAreaAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
90
|
+
const localVarPath = `/gizone/energy/cost/analysis/per-area-analysis`;
|
|
91
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
92
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
93
|
+
let baseOptions;
|
|
94
|
+
if (configuration) {
|
|
95
|
+
baseOptions = configuration.baseOptions;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
99
|
+
const localVarHeaderParameter = {} as any;
|
|
100
|
+
const localVarQueryParameter = {} as any;
|
|
101
|
+
|
|
102
|
+
// authentication tokenScheme required
|
|
103
|
+
// http bearer authentication required
|
|
104
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
109
|
+
|
|
110
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
111
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
112
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
113
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
114
|
+
|
|
115
|
+
return {
|
|
116
|
+
url: toPathString(localVarUrlObj),
|
|
117
|
+
options: localVarRequestOptions,
|
|
118
|
+
};
|
|
119
|
+
},
|
|
120
|
+
/**
|
|
121
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
122
|
+
* @summary 单耗分析
|
|
123
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
124
|
+
* @param {*} [options] Override http request option.
|
|
125
|
+
* @throws {RequiredError}
|
|
126
|
+
*/
|
|
127
|
+
perUnitAnalysis: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
128
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
129
|
+
assertParamExists('perUnitAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
130
|
+
const localVarPath = `/gizone/energy/cost/analysis/per-unit-analysis`;
|
|
131
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
132
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
133
|
+
let baseOptions;
|
|
134
|
+
if (configuration) {
|
|
135
|
+
baseOptions = configuration.baseOptions;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
139
|
+
const localVarHeaderParameter = {} as any;
|
|
140
|
+
const localVarQueryParameter = {} as any;
|
|
141
|
+
|
|
142
|
+
// authentication tokenScheme required
|
|
143
|
+
// http bearer authentication required
|
|
144
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
149
|
+
|
|
150
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
151
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
152
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
153
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
154
|
+
|
|
155
|
+
return {
|
|
156
|
+
url: toPathString(localVarUrlObj),
|
|
157
|
+
options: localVarRequestOptions,
|
|
158
|
+
};
|
|
159
|
+
},
|
|
160
|
+
/**
|
|
161
|
+
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
162
|
+
* @summary 单价分析
|
|
163
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
164
|
+
* @param {*} [options] Override http request option.
|
|
165
|
+
* @throws {RequiredError}
|
|
166
|
+
*/
|
|
167
|
+
unitPriceAnalysis: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
168
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
169
|
+
assertParamExists('unitPriceAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
170
|
+
const localVarPath = `/gizone/energy/cost/analysis/unit-price-analysis`;
|
|
171
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
172
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
173
|
+
let baseOptions;
|
|
174
|
+
if (configuration) {
|
|
175
|
+
baseOptions = configuration.baseOptions;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
179
|
+
const localVarHeaderParameter = {} as any;
|
|
180
|
+
const localVarQueryParameter = {} as any;
|
|
181
|
+
|
|
182
|
+
// authentication tokenScheme required
|
|
183
|
+
// http bearer authentication required
|
|
184
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
189
|
+
|
|
190
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
191
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
192
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
193
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
194
|
+
|
|
195
|
+
return {
|
|
196
|
+
url: toPathString(localVarUrlObj),
|
|
197
|
+
options: localVarRequestOptions,
|
|
198
|
+
};
|
|
199
|
+
},
|
|
200
|
+
}
|
|
201
|
+
};
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* EnergyCostAnalysisControllerApi - functional programming interface
|
|
205
|
+
* @export
|
|
206
|
+
*/
|
|
207
|
+
export const EnergyCostAnalysisControllerApiFp = function(configuration?: Configuration) {
|
|
208
|
+
const localVarAxiosParamCreator = EnergyCostAnalysisControllerApiAxiosParamCreator(configuration)
|
|
209
|
+
return {
|
|
210
|
+
/**
|
|
211
|
+
* 获取账单分析列表数据
|
|
212
|
+
* @summary 分析列表数据
|
|
213
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
214
|
+
* @param {*} [options] Override http request option.
|
|
215
|
+
* @throws {RequiredError}
|
|
216
|
+
*/
|
|
217
|
+
async getAnalysisList(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListEnergyCostAnalysisListVO>> {
|
|
218
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getAnalysisList(energyCostAnalysisQueryDTO, options);
|
|
219
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
220
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.getAnalysisList']?.[localVarOperationServerIndex]?.url;
|
|
221
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
222
|
+
},
|
|
223
|
+
/**
|
|
224
|
+
* 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
|
|
225
|
+
* @summary 单平单价分析
|
|
226
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
227
|
+
* @param {*} [options] Override http request option.
|
|
228
|
+
* @throws {RequiredError}
|
|
229
|
+
*/
|
|
230
|
+
async perAreaAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostPerAreaAnalysisVO>> {
|
|
231
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.perAreaAnalysis(energyCostAnalysisQueryDTO, options);
|
|
232
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
233
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.perAreaAnalysis']?.[localVarOperationServerIndex]?.url;
|
|
234
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
235
|
+
},
|
|
236
|
+
/**
|
|
237
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
238
|
+
* @summary 单耗分析
|
|
239
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
240
|
+
* @param {*} [options] Override http request option.
|
|
241
|
+
* @throws {RequiredError}
|
|
242
|
+
*/
|
|
243
|
+
async perUnitAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostPerUnitAnalysisVO>> {
|
|
244
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.perUnitAnalysis(energyCostAnalysisQueryDTO, options);
|
|
245
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
246
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.perUnitAnalysis']?.[localVarOperationServerIndex]?.url;
|
|
247
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
248
|
+
},
|
|
249
|
+
/**
|
|
250
|
+
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
251
|
+
* @summary 单价分析
|
|
252
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
253
|
+
* @param {*} [options] Override http request option.
|
|
254
|
+
* @throws {RequiredError}
|
|
255
|
+
*/
|
|
256
|
+
async unitPriceAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostUnitPriceAnalysisVO>> {
|
|
257
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.unitPriceAnalysis(energyCostAnalysisQueryDTO, options);
|
|
258
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
259
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.unitPriceAnalysis']?.[localVarOperationServerIndex]?.url;
|
|
260
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
261
|
+
},
|
|
262
|
+
}
|
|
263
|
+
};
|
|
264
|
+
|
|
265
|
+
/**
|
|
266
|
+
* EnergyCostAnalysisControllerApi - factory interface
|
|
267
|
+
* @export
|
|
268
|
+
*/
|
|
269
|
+
export const EnergyCostAnalysisControllerApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
270
|
+
const localVarFp = EnergyCostAnalysisControllerApiFp(configuration)
|
|
271
|
+
return {
|
|
272
|
+
/**
|
|
273
|
+
* 获取账单分析列表数据
|
|
274
|
+
* @summary 分析列表数据
|
|
275
|
+
* @param {EnergyCostAnalysisControllerApiGetAnalysisListRequest} requestParameters Request parameters.
|
|
276
|
+
* @param {*} [options] Override http request option.
|
|
277
|
+
* @throws {RequiredError}
|
|
278
|
+
*/
|
|
279
|
+
getAnalysisList(requestParameters: EnergyCostAnalysisControllerApiGetAnalysisListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListEnergyCostAnalysisListVO> {
|
|
280
|
+
return localVarFp.getAnalysisList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
281
|
+
},
|
|
282
|
+
/**
|
|
283
|
+
* 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
|
|
284
|
+
* @summary 单平单价分析
|
|
285
|
+
* @param {EnergyCostAnalysisControllerApiPerAreaAnalysisRequest} requestParameters Request parameters.
|
|
286
|
+
* @param {*} [options] Override http request option.
|
|
287
|
+
* @throws {RequiredError}
|
|
288
|
+
*/
|
|
289
|
+
perAreaAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerAreaAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostPerAreaAnalysisVO> {
|
|
290
|
+
return localVarFp.perAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
291
|
+
},
|
|
292
|
+
/**
|
|
293
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
294
|
+
* @summary 单耗分析
|
|
295
|
+
* @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
296
|
+
* @param {*} [options] Override http request option.
|
|
297
|
+
* @throws {RequiredError}
|
|
298
|
+
*/
|
|
299
|
+
perUnitAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerUnitAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostPerUnitAnalysisVO> {
|
|
300
|
+
return localVarFp.perUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
301
|
+
},
|
|
302
|
+
/**
|
|
303
|
+
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
304
|
+
* @summary 单价分析
|
|
305
|
+
* @param {EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest} requestParameters Request parameters.
|
|
306
|
+
* @param {*} [options] Override http request option.
|
|
307
|
+
* @throws {RequiredError}
|
|
308
|
+
*/
|
|
309
|
+
unitPriceAnalysis(requestParameters: EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostUnitPriceAnalysisVO> {
|
|
310
|
+
return localVarFp.unitPriceAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
311
|
+
},
|
|
312
|
+
};
|
|
313
|
+
};
|
|
314
|
+
|
|
315
|
+
/**
|
|
316
|
+
* Request parameters for getAnalysisList operation in EnergyCostAnalysisControllerApi.
|
|
317
|
+
* @export
|
|
318
|
+
* @interface EnergyCostAnalysisControllerApiGetAnalysisListRequest
|
|
319
|
+
*/
|
|
320
|
+
export interface EnergyCostAnalysisControllerApiGetAnalysisListRequest {
|
|
321
|
+
/**
|
|
322
|
+
*
|
|
323
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
324
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisList
|
|
325
|
+
*/
|
|
326
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
/**
|
|
330
|
+
* Request parameters for perAreaAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
331
|
+
* @export
|
|
332
|
+
* @interface EnergyCostAnalysisControllerApiPerAreaAnalysisRequest
|
|
333
|
+
*/
|
|
334
|
+
export interface EnergyCostAnalysisControllerApiPerAreaAnalysisRequest {
|
|
335
|
+
/**
|
|
336
|
+
*
|
|
337
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
338
|
+
* @memberof EnergyCostAnalysisControllerApiPerAreaAnalysis
|
|
339
|
+
*/
|
|
340
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
/**
|
|
344
|
+
* Request parameters for perUnitAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
345
|
+
* @export
|
|
346
|
+
* @interface EnergyCostAnalysisControllerApiPerUnitAnalysisRequest
|
|
347
|
+
*/
|
|
348
|
+
export interface EnergyCostAnalysisControllerApiPerUnitAnalysisRequest {
|
|
349
|
+
/**
|
|
350
|
+
*
|
|
351
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
352
|
+
* @memberof EnergyCostAnalysisControllerApiPerUnitAnalysis
|
|
353
|
+
*/
|
|
354
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
/**
|
|
358
|
+
* Request parameters for unitPriceAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
359
|
+
* @export
|
|
360
|
+
* @interface EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest
|
|
361
|
+
*/
|
|
362
|
+
export interface EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest {
|
|
363
|
+
/**
|
|
364
|
+
*
|
|
365
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
366
|
+
* @memberof EnergyCostAnalysisControllerApiUnitPriceAnalysis
|
|
367
|
+
*/
|
|
368
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
/**
|
|
372
|
+
* EnergyCostAnalysisControllerApi - object-oriented interface
|
|
373
|
+
* @export
|
|
374
|
+
* @class EnergyCostAnalysisControllerApi
|
|
375
|
+
* @extends {BaseAPI}
|
|
376
|
+
*/
|
|
377
|
+
export class EnergyCostAnalysisControllerApi extends BaseAPI {
|
|
378
|
+
/**
|
|
379
|
+
* 获取账单分析列表数据
|
|
380
|
+
* @summary 分析列表数据
|
|
381
|
+
* @param {EnergyCostAnalysisControllerApiGetAnalysisListRequest} requestParameters Request parameters.
|
|
382
|
+
* @param {*} [options] Override http request option.
|
|
383
|
+
* @throws {RequiredError}
|
|
384
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
385
|
+
*/
|
|
386
|
+
public getAnalysisList(requestParameters: EnergyCostAnalysisControllerApiGetAnalysisListRequest, options?: RawAxiosRequestConfig) {
|
|
387
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).getAnalysisList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
/**
|
|
391
|
+
* 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
|
|
392
|
+
* @summary 单平单价分析
|
|
393
|
+
* @param {EnergyCostAnalysisControllerApiPerAreaAnalysisRequest} requestParameters Request parameters.
|
|
394
|
+
* @param {*} [options] Override http request option.
|
|
395
|
+
* @throws {RequiredError}
|
|
396
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
397
|
+
*/
|
|
398
|
+
public perAreaAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerAreaAnalysisRequest, options?: RawAxiosRequestConfig) {
|
|
399
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).perAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
/**
|
|
403
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
404
|
+
* @summary 单耗分析
|
|
405
|
+
* @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
406
|
+
* @param {*} [options] Override http request option.
|
|
407
|
+
* @throws {RequiredError}
|
|
408
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
409
|
+
*/
|
|
410
|
+
public perUnitAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerUnitAnalysisRequest, options?: RawAxiosRequestConfig) {
|
|
411
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).perUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
/**
|
|
415
|
+
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
416
|
+
* @summary 单价分析
|
|
417
|
+
* @param {EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest} requestParameters Request parameters.
|
|
418
|
+
* @param {*} [options] Override http request option.
|
|
419
|
+
* @throws {RequiredError}
|
|
420
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
421
|
+
*/
|
|
422
|
+
public unitPriceAnalysis(requestParameters: EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest, options?: RawAxiosRequestConfig) {
|
|
423
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).unitPriceAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
|
|
@@ -181,12 +181,12 @@ export const EnergyCostRecordControllerApiAxiosParamCreator = function (configur
|
|
|
181
181
|
* @param {string} [billCode]
|
|
182
182
|
* @param {string} [startTime]
|
|
183
183
|
* @param {string} [endTime]
|
|
184
|
-
* @param {
|
|
185
|
-
* @param {number} [status]
|
|
184
|
+
* @param {Array<EnergyCostAddRecordListEnergyTypesEnum>} [energyTypes]
|
|
185
|
+
* @param {Array<number>} [status]
|
|
186
186
|
* @param {*} [options] Override http request option.
|
|
187
187
|
* @throws {RequiredError}
|
|
188
188
|
*/
|
|
189
|
-
energyCostAddRecordList: async (page?: number, size?: number, billCode?: string, startTime?: string, endTime?: string,
|
|
189
|
+
energyCostAddRecordList: async (page?: number, size?: number, billCode?: string, startTime?: string, endTime?: string, energyTypes?: Array<EnergyCostAddRecordListEnergyTypesEnum>, status?: Array<number>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
190
190
|
const localVarPath = `/gizone/energy/cost/record/list`;
|
|
191
191
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
192
192
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -223,11 +223,11 @@ export const EnergyCostRecordControllerApiAxiosParamCreator = function (configur
|
|
|
223
223
|
localVarQueryParameter['endTime'] = endTime;
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
if (
|
|
227
|
-
localVarQueryParameter['
|
|
226
|
+
if (energyTypes) {
|
|
227
|
+
localVarQueryParameter['energyTypes'] = energyTypes;
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
-
if (status
|
|
230
|
+
if (status) {
|
|
231
231
|
localVarQueryParameter['status'] = status;
|
|
232
232
|
}
|
|
233
233
|
|
|
@@ -460,13 +460,13 @@ export const EnergyCostRecordControllerApiFp = function(configuration?: Configur
|
|
|
460
460
|
* @param {string} [billCode]
|
|
461
461
|
* @param {string} [startTime]
|
|
462
462
|
* @param {string} [endTime]
|
|
463
|
-
* @param {
|
|
464
|
-
* @param {number} [status]
|
|
463
|
+
* @param {Array<EnergyCostAddRecordListEnergyTypesEnum>} [energyTypes]
|
|
464
|
+
* @param {Array<number>} [status]
|
|
465
465
|
* @param {*} [options] Override http request option.
|
|
466
466
|
* @throws {RequiredError}
|
|
467
467
|
*/
|
|
468
|
-
async energyCostAddRecordList(page?: number, size?: number, billCode?: string, startTime?: string, endTime?: string,
|
|
469
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.energyCostAddRecordList(page, size, billCode, startTime, endTime,
|
|
468
|
+
async energyCostAddRecordList(page?: number, size?: number, billCode?: string, startTime?: string, endTime?: string, energyTypes?: Array<EnergyCostAddRecordListEnergyTypesEnum>, status?: Array<number>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultIPageEnergyCostRecordInfoVO>> {
|
|
469
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.energyCostAddRecordList(page, size, billCode, startTime, endTime, energyTypes, status, options);
|
|
470
470
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
471
471
|
const localVarOperationServerBasePath = operationServerMap['EnergyCostRecordControllerApi.energyCostAddRecordList']?.[localVarOperationServerIndex]?.url;
|
|
472
472
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -571,7 +571,7 @@ export const EnergyCostRecordControllerApiFactory = function (configuration?: Co
|
|
|
571
571
|
* @throws {RequiredError}
|
|
572
572
|
*/
|
|
573
573
|
energyCostAddRecordList(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordListRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultIPageEnergyCostRecordInfoVO> {
|
|
574
|
-
return localVarFp.energyCostAddRecordList(requestParameters.page, requestParameters.size, requestParameters.billCode, requestParameters.startTime, requestParameters.endTime, requestParameters.
|
|
574
|
+
return localVarFp.energyCostAddRecordList(requestParameters.page, requestParameters.size, requestParameters.billCode, requestParameters.startTime, requestParameters.endTime, requestParameters.energyTypes, requestParameters.status, options).then((request) => request(axios, basePath));
|
|
575
575
|
},
|
|
576
576
|
/**
|
|
577
577
|
*
|
|
@@ -715,17 +715,17 @@ export interface EnergyCostRecordControllerApiEnergyCostAddRecordListRequest {
|
|
|
715
715
|
|
|
716
716
|
/**
|
|
717
717
|
*
|
|
718
|
-
* @type {'ELECTRIC' | 'WATER'}
|
|
718
|
+
* @type {Array<'ELECTRIC' | 'WATER'>}
|
|
719
719
|
* @memberof EnergyCostRecordControllerApiEnergyCostAddRecordList
|
|
720
720
|
*/
|
|
721
|
-
readonly
|
|
721
|
+
readonly energyTypes?: Array<EnergyCostAddRecordListEnergyTypesEnum>
|
|
722
722
|
|
|
723
723
|
/**
|
|
724
724
|
*
|
|
725
|
-
* @type {number}
|
|
725
|
+
* @type {Array<number>}
|
|
726
726
|
* @memberof EnergyCostRecordControllerApiEnergyCostAddRecordList
|
|
727
727
|
*/
|
|
728
|
-
readonly status?: number
|
|
728
|
+
readonly status?: Array<number>
|
|
729
729
|
}
|
|
730
730
|
|
|
731
731
|
/**
|
|
@@ -836,7 +836,7 @@ export class EnergyCostRecordControllerApi extends BaseAPI {
|
|
|
836
836
|
* @memberof EnergyCostRecordControllerApi
|
|
837
837
|
*/
|
|
838
838
|
public energyCostAddRecordList(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordListRequest = {}, options?: RawAxiosRequestConfig) {
|
|
839
|
-
return EnergyCostRecordControllerApiFp(this.configuration).energyCostAddRecordList(requestParameters.page, requestParameters.size, requestParameters.billCode, requestParameters.startTime, requestParameters.endTime, requestParameters.
|
|
839
|
+
return EnergyCostRecordControllerApiFp(this.configuration).energyCostAddRecordList(requestParameters.page, requestParameters.size, requestParameters.billCode, requestParameters.startTime, requestParameters.endTime, requestParameters.energyTypes, requestParameters.status, options).then((request) => request(this.axios, this.basePath));
|
|
840
840
|
}
|
|
841
841
|
|
|
842
842
|
/**
|
|
@@ -891,8 +891,8 @@ export class EnergyCostRecordControllerApi extends BaseAPI {
|
|
|
891
891
|
/**
|
|
892
892
|
* @export
|
|
893
893
|
*/
|
|
894
|
-
export const
|
|
894
|
+
export const EnergyCostAddRecordListEnergyTypesEnum = {
|
|
895
895
|
Electric: 'ELECTRIC',
|
|
896
896
|
Water: 'WATER'
|
|
897
897
|
} as const;
|
|
898
|
-
export type
|
|
898
|
+
export type EnergyCostAddRecordListEnergyTypesEnum = typeof EnergyCostAddRecordListEnergyTypesEnum[keyof typeof EnergyCostAddRecordListEnergyTypesEnum];
|
package/dist/api.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ export * from './apis/common-api';
|
|
|
19
19
|
export * from './apis/dashboard-api';
|
|
20
20
|
export * from './apis/device-api';
|
|
21
21
|
export * from './apis/disaster-warning-standard-api';
|
|
22
|
+
export * from './apis/energy-cost-analysis-controller-api';
|
|
22
23
|
export * from './apis/energy-cost-controller-api';
|
|
23
24
|
export * from './apis/energy-cost-record-controller-api';
|
|
24
25
|
export * from './apis/equipment-api';
|
package/dist/api.js
CHANGED
|
@@ -37,6 +37,7 @@ __exportStar(require("./apis/common-api"), exports);
|
|
|
37
37
|
__exportStar(require("./apis/dashboard-api"), exports);
|
|
38
38
|
__exportStar(require("./apis/device-api"), exports);
|
|
39
39
|
__exportStar(require("./apis/disaster-warning-standard-api"), exports);
|
|
40
|
+
__exportStar(require("./apis/energy-cost-analysis-controller-api"), exports);
|
|
40
41
|
__exportStar(require("./apis/energy-cost-controller-api"), exports);
|
|
41
42
|
__exportStar(require("./apis/energy-cost-record-controller-api"), exports);
|
|
42
43
|
__exportStar(require("./apis/equipment-api"), exports);
|