@gizone/rrs-client 4.2.9-alpha.558 → 4.2.9-alpha.563
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 +4 -0
- package/apis/energy-cost-analysis-controller-api.ts +449 -0
- package/apis/energy-cost-controller-api.ts +89 -0
- package/dist/apis/energy-cost-analysis-controller-api.d.ts +232 -0
- package/dist/apis/energy-cost-analysis-controller-api.js +350 -0
- package/dist/apis/energy-cost-controller-api.d.ts +47 -0
- package/dist/apis/energy-cost-controller-api.js +68 -0
- package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +232 -0
- package/dist/esm/apis/energy-cost-analysis-controller-api.js +350 -0
- package/dist/esm/apis/energy-cost-controller-api.d.ts +47 -0
- package/dist/esm/apis/energy-cost-controller-api.js +68 -0
- package/dist/esm/models/energy-cost-add-record-dto.d.ts +2 -2
- package/dist/esm/models/energy-cost-analysis-query-dto.d.ts +6 -0
- package/dist/esm/models/energy-cost-two-list-vo.d.ts +114 -0
- package/dist/esm/models/energy-cost-two-list-vo.js +14 -0
- package/dist/esm/models/index.d.ts +4 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/json-result-list-energy-cost-two-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-two-list-vo.js +14 -0
- package/dist/esm/models/json-result-two-energy-consumption-summar-vo.d.ts +62 -0
- package/dist/esm/models/json-result-two-energy-consumption-summar-vo.js +14 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/two-energy-consumption-summar-vo.d.ts +30 -0
- package/dist/esm/models/two-energy-consumption-summar-vo.js +14 -0
- package/dist/models/energy-cost-add-record-dto.d.ts +2 -2
- package/dist/models/energy-cost-analysis-query-dto.d.ts +6 -0
- package/dist/models/energy-cost-two-list-vo.d.ts +114 -0
- package/dist/models/energy-cost-two-list-vo.js +15 -0
- package/dist/models/index.d.ts +4 -0
- package/dist/models/index.js +4 -0
- package/dist/models/json-result-list-energy-cost-two-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-two-list-vo.js +15 -0
- package/dist/models/json-result-two-energy-consumption-summar-vo.d.ts +62 -0
- package/dist/models/json-result-two-energy-consumption-summar-vo.js +15 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/two-energy-consumption-summar-vo.d.ts +30 -0
- package/dist/models/two-energy-consumption-summar-vo.js +15 -0
- package/models/energy-cost-add-record-dto.ts +2 -2
- package/models/energy-cost-analysis-query-dto.ts +6 -0
- package/models/energy-cost-two-list-vo.ts +120 -0
- package/models/index.ts +4 -0
- package/models/json-result-list-energy-cost-two-list-vo.ts +72 -0
- package/models/json-result-two-energy-consumption-summar-vo.ts +72 -0
- package/models/sys-user.ts +4 -4
- package/models/two-energy-consumption-summar-vo.ts +36 -0
- package/ossutil.log +1089 -1086
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -172,6 +172,7 @@ models/energy-cost-setting-delete-dto.ts
|
|
|
172
172
|
models/energy-cost-setting-summy-add-dto.ts
|
|
173
173
|
models/energy-cost-setting-summy-update-dto.ts
|
|
174
174
|
models/energy-cost-trend-vo.ts
|
|
175
|
+
models/energy-cost-two-list-vo.ts
|
|
175
176
|
models/energy-cost-unit-price-analysis-vo.ts
|
|
176
177
|
models/energy-cost-update-setting-dto.ts
|
|
177
178
|
models/equipment-add-redis-list-dto.ts
|
|
@@ -300,6 +301,7 @@ models/json-result-list-energy-cost-analysis-list-vo.ts
|
|
|
300
301
|
models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts
|
|
301
302
|
models/json-result-list-energy-cost-month-setting-list-vo.ts
|
|
302
303
|
models/json-result-list-energy-cost-trend-vo.ts
|
|
304
|
+
models/json-result-list-energy-cost-two-list-vo.ts
|
|
303
305
|
models/json-result-list-equipment-detail-dto.ts
|
|
304
306
|
models/json-result-list-equipment-qr-code-dto.ts
|
|
305
307
|
models/json-result-list-equipment-system-tree-dto.ts
|
|
@@ -372,6 +374,7 @@ models/json-result-switch-park-v2-dto.ts
|
|
|
372
374
|
models/json-result-sys-dept.ts
|
|
373
375
|
models/json-result-sys-user-msg-dto.ts
|
|
374
376
|
models/json-result-sys-user.ts
|
|
377
|
+
models/json-result-two-energy-consumption-summar-vo.ts
|
|
375
378
|
models/json-result-user-add-redis-list-vo.ts
|
|
376
379
|
models/json-result-user-settings-entity.ts
|
|
377
380
|
models/json-result-violation-work-order-details-dto.ts
|
|
@@ -542,6 +545,7 @@ models/system-user-msg-source-type-enum.ts
|
|
|
542
545
|
models/system-user-msg-type-enum.ts
|
|
543
546
|
models/table-data-info.ts
|
|
544
547
|
models/third-party-system-enum.ts
|
|
548
|
+
models/two-energy-consumption-summar-vo.ts
|
|
545
549
|
models/user-add-redis-list-vo.ts
|
|
546
550
|
models/user-batch-import-upload-request.ts
|
|
547
551
|
models/user-bind-body.ts
|
|
@@ -33,6 +33,10 @@ import type { JsonResultEnergyCostUnitPriceAnalysisVO } from '../models';
|
|
|
33
33
|
import type { JsonResultListEnergyCostAnalysisListVO } from '../models';
|
|
34
34
|
// @ts-ignore
|
|
35
35
|
import type { JsonResultListEnergyCostTrendVO } from '../models';
|
|
36
|
+
// @ts-ignore
|
|
37
|
+
import type { JsonResultListEnergyCostTwoListVO } from '../models';
|
|
38
|
+
// @ts-ignore
|
|
39
|
+
import type { JsonResultTwoEnergyConsumptionSummarVO } from '../models';
|
|
36
40
|
/**
|
|
37
41
|
* EnergyCostAnalysisControllerApi - axios parameter creator
|
|
38
42
|
* @export
|
|
@@ -187,6 +191,206 @@ export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (config
|
|
|
187
191
|
|
|
188
192
|
|
|
189
193
|
|
|
194
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
195
|
+
|
|
196
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
197
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
198
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
199
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
200
|
+
|
|
201
|
+
return {
|
|
202
|
+
url: toPathString(localVarUrlObj),
|
|
203
|
+
options: localVarRequestOptions,
|
|
204
|
+
};
|
|
205
|
+
},
|
|
206
|
+
/**
|
|
207
|
+
* 二级面板
|
|
208
|
+
* @summary 二级面板-用能汇总
|
|
209
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
210
|
+
* @param {*} [options] Override http request option.
|
|
211
|
+
* @throws {RequiredError}
|
|
212
|
+
*/
|
|
213
|
+
twoEnergyConsumptionSummar: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
214
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
215
|
+
assertParamExists('twoEnergyConsumptionSummar', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
216
|
+
const localVarPath = `/gizone/energy/cost/analysis/two-energy-consumption-summar`;
|
|
217
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
218
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
219
|
+
let baseOptions;
|
|
220
|
+
if (configuration) {
|
|
221
|
+
baseOptions = configuration.baseOptions;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
225
|
+
const localVarHeaderParameter = {} as any;
|
|
226
|
+
const localVarQueryParameter = {} as any;
|
|
227
|
+
|
|
228
|
+
// authentication tokenScheme required
|
|
229
|
+
// http bearer authentication required
|
|
230
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
235
|
+
|
|
236
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
237
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
238
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
239
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
240
|
+
|
|
241
|
+
return {
|
|
242
|
+
url: toPathString(localVarUrlObj),
|
|
243
|
+
options: localVarRequestOptions,
|
|
244
|
+
};
|
|
245
|
+
},
|
|
246
|
+
/**
|
|
247
|
+
* 二级面板
|
|
248
|
+
* @summary 二级面板-列表
|
|
249
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
250
|
+
* @param {*} [options] Override http request option.
|
|
251
|
+
* @throws {RequiredError}
|
|
252
|
+
*/
|
|
253
|
+
twoList: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
254
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
255
|
+
assertParamExists('twoList', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
256
|
+
const localVarPath = `/gizone/energy/cost/analysis/two-list`;
|
|
257
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
258
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
259
|
+
let baseOptions;
|
|
260
|
+
if (configuration) {
|
|
261
|
+
baseOptions = configuration.baseOptions;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
265
|
+
const localVarHeaderParameter = {} as any;
|
|
266
|
+
const localVarQueryParameter = {} as any;
|
|
267
|
+
|
|
268
|
+
// authentication tokenScheme required
|
|
269
|
+
// http bearer authentication required
|
|
270
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
275
|
+
|
|
276
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
277
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
278
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
279
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
280
|
+
|
|
281
|
+
return {
|
|
282
|
+
url: toPathString(localVarUrlObj),
|
|
283
|
+
options: localVarRequestOptions,
|
|
284
|
+
};
|
|
285
|
+
},
|
|
286
|
+
/**
|
|
287
|
+
* 二级面板
|
|
288
|
+
* @summary 二级面板-单平单价分析
|
|
289
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
290
|
+
* @param {*} [options] Override http request option.
|
|
291
|
+
* @throws {RequiredError}
|
|
292
|
+
*/
|
|
293
|
+
twoPerAreaAnalysis: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
294
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
295
|
+
assertParamExists('twoPerAreaAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
296
|
+
const localVarPath = `/gizone/energy/cost/analysis/two-per-area-analysis`;
|
|
297
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
298
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
299
|
+
let baseOptions;
|
|
300
|
+
if (configuration) {
|
|
301
|
+
baseOptions = configuration.baseOptions;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
305
|
+
const localVarHeaderParameter = {} as any;
|
|
306
|
+
const localVarQueryParameter = {} as any;
|
|
307
|
+
|
|
308
|
+
// authentication tokenScheme required
|
|
309
|
+
// http bearer authentication required
|
|
310
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
315
|
+
|
|
316
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
317
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
318
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
319
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
320
|
+
|
|
321
|
+
return {
|
|
322
|
+
url: toPathString(localVarUrlObj),
|
|
323
|
+
options: localVarRequestOptions,
|
|
324
|
+
};
|
|
325
|
+
},
|
|
326
|
+
/**
|
|
327
|
+
* 二级面板
|
|
328
|
+
* @summary 二级面板-单耗分析
|
|
329
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
330
|
+
* @param {*} [options] Override http request option.
|
|
331
|
+
* @throws {RequiredError}
|
|
332
|
+
*/
|
|
333
|
+
twoPerUnitAnalysis: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
334
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
335
|
+
assertParamExists('twoPerUnitAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
336
|
+
const localVarPath = `/gizone/energy/cost/analysis/two-per-unit-analysis`;
|
|
337
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
338
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
339
|
+
let baseOptions;
|
|
340
|
+
if (configuration) {
|
|
341
|
+
baseOptions = configuration.baseOptions;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
345
|
+
const localVarHeaderParameter = {} as any;
|
|
346
|
+
const localVarQueryParameter = {} as any;
|
|
347
|
+
|
|
348
|
+
// authentication tokenScheme required
|
|
349
|
+
// http bearer authentication required
|
|
350
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
355
|
+
|
|
356
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
357
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
358
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
359
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
360
|
+
|
|
361
|
+
return {
|
|
362
|
+
url: toPathString(localVarUrlObj),
|
|
363
|
+
options: localVarRequestOptions,
|
|
364
|
+
};
|
|
365
|
+
},
|
|
366
|
+
/**
|
|
367
|
+
* 二级面板
|
|
368
|
+
* @summary 二级面板-单价分析
|
|
369
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
370
|
+
* @param {*} [options] Override http request option.
|
|
371
|
+
* @throws {RequiredError}
|
|
372
|
+
*/
|
|
373
|
+
twoUnitPriceAnalysis: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
374
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
375
|
+
assertParamExists('twoUnitPriceAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
376
|
+
const localVarPath = `/gizone/energy/cost/analysis/two-unit-price-analysis`;
|
|
377
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
378
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
379
|
+
let baseOptions;
|
|
380
|
+
if (configuration) {
|
|
381
|
+
baseOptions = configuration.baseOptions;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
385
|
+
const localVarHeaderParameter = {} as any;
|
|
386
|
+
const localVarQueryParameter = {} as any;
|
|
387
|
+
|
|
388
|
+
// authentication tokenScheme required
|
|
389
|
+
// http bearer authentication required
|
|
390
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
|
|
190
394
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
191
395
|
|
|
192
396
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -301,6 +505,71 @@ export const EnergyCostAnalysisControllerApiFp = function(configuration?: Config
|
|
|
301
505
|
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.perUnitAnalysis']?.[localVarOperationServerIndex]?.url;
|
|
302
506
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
303
507
|
},
|
|
508
|
+
/**
|
|
509
|
+
* 二级面板
|
|
510
|
+
* @summary 二级面板-用能汇总
|
|
511
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
512
|
+
* @param {*} [options] Override http request option.
|
|
513
|
+
* @throws {RequiredError}
|
|
514
|
+
*/
|
|
515
|
+
async twoEnergyConsumptionSummar(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultTwoEnergyConsumptionSummarVO>> {
|
|
516
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.twoEnergyConsumptionSummar(energyCostAnalysisQueryDTO, options);
|
|
517
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
518
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.twoEnergyConsumptionSummar']?.[localVarOperationServerIndex]?.url;
|
|
519
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
520
|
+
},
|
|
521
|
+
/**
|
|
522
|
+
* 二级面板
|
|
523
|
+
* @summary 二级面板-列表
|
|
524
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
525
|
+
* @param {*} [options] Override http request option.
|
|
526
|
+
* @throws {RequiredError}
|
|
527
|
+
*/
|
|
528
|
+
async twoList(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListEnergyCostTwoListVO>> {
|
|
529
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.twoList(energyCostAnalysisQueryDTO, options);
|
|
530
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
531
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.twoList']?.[localVarOperationServerIndex]?.url;
|
|
532
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
533
|
+
},
|
|
534
|
+
/**
|
|
535
|
+
* 二级面板
|
|
536
|
+
* @summary 二级面板-单平单价分析
|
|
537
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
538
|
+
* @param {*} [options] Override http request option.
|
|
539
|
+
* @throws {RequiredError}
|
|
540
|
+
*/
|
|
541
|
+
async twoPerAreaAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostPerAreaAnalysisVO>> {
|
|
542
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.twoPerAreaAnalysis(energyCostAnalysisQueryDTO, options);
|
|
543
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
544
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.twoPerAreaAnalysis']?.[localVarOperationServerIndex]?.url;
|
|
545
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
546
|
+
},
|
|
547
|
+
/**
|
|
548
|
+
* 二级面板
|
|
549
|
+
* @summary 二级面板-单耗分析
|
|
550
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
551
|
+
* @param {*} [options] Override http request option.
|
|
552
|
+
* @throws {RequiredError}
|
|
553
|
+
*/
|
|
554
|
+
async twoPerUnitAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostPerUnitAnalysisVO>> {
|
|
555
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.twoPerUnitAnalysis(energyCostAnalysisQueryDTO, options);
|
|
556
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
557
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.twoPerUnitAnalysis']?.[localVarOperationServerIndex]?.url;
|
|
558
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
559
|
+
},
|
|
560
|
+
/**
|
|
561
|
+
* 二级面板
|
|
562
|
+
* @summary 二级面板-单价分析
|
|
563
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
564
|
+
* @param {*} [options] Override http request option.
|
|
565
|
+
* @throws {RequiredError}
|
|
566
|
+
*/
|
|
567
|
+
async twoUnitPriceAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostUnitPriceAnalysisVO>> {
|
|
568
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.twoUnitPriceAnalysis(energyCostAnalysisQueryDTO, options);
|
|
569
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
570
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.twoUnitPriceAnalysis']?.[localVarOperationServerIndex]?.url;
|
|
571
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
572
|
+
},
|
|
304
573
|
/**
|
|
305
574
|
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
306
575
|
* @summary 单价分析
|
|
@@ -364,6 +633,56 @@ export const EnergyCostAnalysisControllerApiFactory = function (configuration?:
|
|
|
364
633
|
perUnitAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerUnitAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostPerUnitAnalysisVO> {
|
|
365
634
|
return localVarFp.perUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
366
635
|
},
|
|
636
|
+
/**
|
|
637
|
+
* 二级面板
|
|
638
|
+
* @summary 二级面板-用能汇总
|
|
639
|
+
* @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
|
|
640
|
+
* @param {*} [options] Override http request option.
|
|
641
|
+
* @throws {RequiredError}
|
|
642
|
+
*/
|
|
643
|
+
twoEnergyConsumptionSummar(requestParameters: EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultTwoEnergyConsumptionSummarVO> {
|
|
644
|
+
return localVarFp.twoEnergyConsumptionSummar(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
645
|
+
},
|
|
646
|
+
/**
|
|
647
|
+
* 二级面板
|
|
648
|
+
* @summary 二级面板-列表
|
|
649
|
+
* @param {EnergyCostAnalysisControllerApiTwoListRequest} requestParameters Request parameters.
|
|
650
|
+
* @param {*} [options] Override http request option.
|
|
651
|
+
* @throws {RequiredError}
|
|
652
|
+
*/
|
|
653
|
+
twoList(requestParameters: EnergyCostAnalysisControllerApiTwoListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListEnergyCostTwoListVO> {
|
|
654
|
+
return localVarFp.twoList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
655
|
+
},
|
|
656
|
+
/**
|
|
657
|
+
* 二级面板
|
|
658
|
+
* @summary 二级面板-单平单价分析
|
|
659
|
+
* @param {EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest} requestParameters Request parameters.
|
|
660
|
+
* @param {*} [options] Override http request option.
|
|
661
|
+
* @throws {RequiredError}
|
|
662
|
+
*/
|
|
663
|
+
twoPerAreaAnalysis(requestParameters: EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostPerAreaAnalysisVO> {
|
|
664
|
+
return localVarFp.twoPerAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
665
|
+
},
|
|
666
|
+
/**
|
|
667
|
+
* 二级面板
|
|
668
|
+
* @summary 二级面板-单耗分析
|
|
669
|
+
* @param {EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
670
|
+
* @param {*} [options] Override http request option.
|
|
671
|
+
* @throws {RequiredError}
|
|
672
|
+
*/
|
|
673
|
+
twoPerUnitAnalysis(requestParameters: EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostPerUnitAnalysisVO> {
|
|
674
|
+
return localVarFp.twoPerUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
675
|
+
},
|
|
676
|
+
/**
|
|
677
|
+
* 二级面板
|
|
678
|
+
* @summary 二级面板-单价分析
|
|
679
|
+
* @param {EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest} requestParameters Request parameters.
|
|
680
|
+
* @param {*} [options] Override http request option.
|
|
681
|
+
* @throws {RequiredError}
|
|
682
|
+
*/
|
|
683
|
+
twoUnitPriceAnalysis(requestParameters: EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostUnitPriceAnalysisVO> {
|
|
684
|
+
return localVarFp.twoUnitPriceAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
685
|
+
},
|
|
367
686
|
/**
|
|
368
687
|
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
369
688
|
* @summary 单价分析
|
|
@@ -433,6 +752,76 @@ export interface EnergyCostAnalysisControllerApiPerUnitAnalysisRequest {
|
|
|
433
752
|
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
434
753
|
}
|
|
435
754
|
|
|
755
|
+
/**
|
|
756
|
+
* Request parameters for twoEnergyConsumptionSummar operation in EnergyCostAnalysisControllerApi.
|
|
757
|
+
* @export
|
|
758
|
+
* @interface EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest
|
|
759
|
+
*/
|
|
760
|
+
export interface EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest {
|
|
761
|
+
/**
|
|
762
|
+
*
|
|
763
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
764
|
+
* @memberof EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummar
|
|
765
|
+
*/
|
|
766
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
/**
|
|
770
|
+
* Request parameters for twoList operation in EnergyCostAnalysisControllerApi.
|
|
771
|
+
* @export
|
|
772
|
+
* @interface EnergyCostAnalysisControllerApiTwoListRequest
|
|
773
|
+
*/
|
|
774
|
+
export interface EnergyCostAnalysisControllerApiTwoListRequest {
|
|
775
|
+
/**
|
|
776
|
+
*
|
|
777
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
778
|
+
* @memberof EnergyCostAnalysisControllerApiTwoList
|
|
779
|
+
*/
|
|
780
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
/**
|
|
784
|
+
* Request parameters for twoPerAreaAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
785
|
+
* @export
|
|
786
|
+
* @interface EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest
|
|
787
|
+
*/
|
|
788
|
+
export interface EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest {
|
|
789
|
+
/**
|
|
790
|
+
*
|
|
791
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
792
|
+
* @memberof EnergyCostAnalysisControllerApiTwoPerAreaAnalysis
|
|
793
|
+
*/
|
|
794
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
/**
|
|
798
|
+
* Request parameters for twoPerUnitAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
799
|
+
* @export
|
|
800
|
+
* @interface EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest
|
|
801
|
+
*/
|
|
802
|
+
export interface EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest {
|
|
803
|
+
/**
|
|
804
|
+
*
|
|
805
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
806
|
+
* @memberof EnergyCostAnalysisControllerApiTwoPerUnitAnalysis
|
|
807
|
+
*/
|
|
808
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
/**
|
|
812
|
+
* Request parameters for twoUnitPriceAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
813
|
+
* @export
|
|
814
|
+
* @interface EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest
|
|
815
|
+
*/
|
|
816
|
+
export interface EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest {
|
|
817
|
+
/**
|
|
818
|
+
*
|
|
819
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
820
|
+
* @memberof EnergyCostAnalysisControllerApiTwoUnitPriceAnalysis
|
|
821
|
+
*/
|
|
822
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
823
|
+
}
|
|
824
|
+
|
|
436
825
|
/**
|
|
437
826
|
* Request parameters for unitPriceAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
438
827
|
* @export
|
|
@@ -502,6 +891,66 @@ export class EnergyCostAnalysisControllerApi extends BaseAPI {
|
|
|
502
891
|
return EnergyCostAnalysisControllerApiFp(this.configuration).perUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
503
892
|
}
|
|
504
893
|
|
|
894
|
+
/**
|
|
895
|
+
* 二级面板
|
|
896
|
+
* @summary 二级面板-用能汇总
|
|
897
|
+
* @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
|
|
898
|
+
* @param {*} [options] Override http request option.
|
|
899
|
+
* @throws {RequiredError}
|
|
900
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
901
|
+
*/
|
|
902
|
+
public twoEnergyConsumptionSummar(requestParameters: EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest, options?: RawAxiosRequestConfig) {
|
|
903
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).twoEnergyConsumptionSummar(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
/**
|
|
907
|
+
* 二级面板
|
|
908
|
+
* @summary 二级面板-列表
|
|
909
|
+
* @param {EnergyCostAnalysisControllerApiTwoListRequest} requestParameters Request parameters.
|
|
910
|
+
* @param {*} [options] Override http request option.
|
|
911
|
+
* @throws {RequiredError}
|
|
912
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
913
|
+
*/
|
|
914
|
+
public twoList(requestParameters: EnergyCostAnalysisControllerApiTwoListRequest, options?: RawAxiosRequestConfig) {
|
|
915
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).twoList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
/**
|
|
919
|
+
* 二级面板
|
|
920
|
+
* @summary 二级面板-单平单价分析
|
|
921
|
+
* @param {EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest} requestParameters Request parameters.
|
|
922
|
+
* @param {*} [options] Override http request option.
|
|
923
|
+
* @throws {RequiredError}
|
|
924
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
925
|
+
*/
|
|
926
|
+
public twoPerAreaAnalysis(requestParameters: EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest, options?: RawAxiosRequestConfig) {
|
|
927
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).twoPerAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
/**
|
|
931
|
+
* 二级面板
|
|
932
|
+
* @summary 二级面板-单耗分析
|
|
933
|
+
* @param {EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
934
|
+
* @param {*} [options] Override http request option.
|
|
935
|
+
* @throws {RequiredError}
|
|
936
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
937
|
+
*/
|
|
938
|
+
public twoPerUnitAnalysis(requestParameters: EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest, options?: RawAxiosRequestConfig) {
|
|
939
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).twoPerUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
/**
|
|
943
|
+
* 二级面板
|
|
944
|
+
* @summary 二级面板-单价分析
|
|
945
|
+
* @param {EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest} requestParameters Request parameters.
|
|
946
|
+
* @param {*} [options] Override http request option.
|
|
947
|
+
* @throws {RequiredError}
|
|
948
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
949
|
+
*/
|
|
950
|
+
public twoUnitPriceAnalysis(requestParameters: EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest, options?: RawAxiosRequestConfig) {
|
|
951
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).twoUnitPriceAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
952
|
+
}
|
|
953
|
+
|
|
505
954
|
/**
|
|
506
955
|
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
507
956
|
* @summary 单价分析
|
|
@@ -37,6 +37,8 @@ import type { JsonResult } from '../models';
|
|
|
37
37
|
import type { JsonResultListEnergyCostMonthSettingListSummaryStandardsVO } from '../models';
|
|
38
38
|
// @ts-ignore
|
|
39
39
|
import type { JsonResultListEnergyCostMonthSettingListVO } from '../models';
|
|
40
|
+
// @ts-ignore
|
|
41
|
+
import type { UserBatchImportUploadRequest } from '../models';
|
|
40
42
|
/**
|
|
41
43
|
* EnergyCostControllerApi - axios parameter creator
|
|
42
44
|
* @export
|
|
@@ -340,6 +342,44 @@ export const EnergyCostControllerApiAxiosParamCreator = function (configuration?
|
|
|
340
342
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
341
343
|
localVarRequestOptions.data = serializeDataIfNeeded(energyCostUpdateSettingDTO, localVarRequestOptions, configuration)
|
|
342
344
|
|
|
345
|
+
return {
|
|
346
|
+
url: toPathString(localVarUrlObj),
|
|
347
|
+
options: localVarRequestOptions,
|
|
348
|
+
};
|
|
349
|
+
},
|
|
350
|
+
/**
|
|
351
|
+
*
|
|
352
|
+
* @summary 能源费用管理设置-导入
|
|
353
|
+
* @param {UserBatchImportUploadRequest} [userBatchImportUploadRequest]
|
|
354
|
+
* @param {*} [options] Override http request option.
|
|
355
|
+
* @throws {RequiredError}
|
|
356
|
+
*/
|
|
357
|
+
importData1: async (userBatchImportUploadRequest?: UserBatchImportUploadRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
358
|
+
const localVarPath = `/gizone/energy/cost/month/import`;
|
|
359
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
360
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
361
|
+
let baseOptions;
|
|
362
|
+
if (configuration) {
|
|
363
|
+
baseOptions = configuration.baseOptions;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
367
|
+
const localVarHeaderParameter = {} as any;
|
|
368
|
+
const localVarQueryParameter = {} as any;
|
|
369
|
+
|
|
370
|
+
// authentication tokenScheme required
|
|
371
|
+
// http bearer authentication required
|
|
372
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
377
|
+
|
|
378
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
379
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
380
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
381
|
+
localVarRequestOptions.data = serializeDataIfNeeded(userBatchImportUploadRequest, localVarRequestOptions, configuration)
|
|
382
|
+
|
|
343
383
|
return {
|
|
344
384
|
url: toPathString(localVarUrlObj),
|
|
345
385
|
options: localVarRequestOptions,
|
|
@@ -450,6 +490,19 @@ export const EnergyCostControllerApiFp = function(configuration?: Configuration)
|
|
|
450
490
|
const localVarOperationServerBasePath = operationServerMap['EnergyCostControllerApi.energyCostMonthSettingUpdate']?.[localVarOperationServerIndex]?.url;
|
|
451
491
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
452
492
|
},
|
|
493
|
+
/**
|
|
494
|
+
*
|
|
495
|
+
* @summary 能源费用管理设置-导入
|
|
496
|
+
* @param {UserBatchImportUploadRequest} [userBatchImportUploadRequest]
|
|
497
|
+
* @param {*} [options] Override http request option.
|
|
498
|
+
* @throws {RequiredError}
|
|
499
|
+
*/
|
|
500
|
+
async importData1(userBatchImportUploadRequest?: UserBatchImportUploadRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
501
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.importData1(userBatchImportUploadRequest, options);
|
|
502
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
503
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostControllerApi.importData1']?.[localVarOperationServerIndex]?.url;
|
|
504
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
505
|
+
},
|
|
453
506
|
}
|
|
454
507
|
};
|
|
455
508
|
|
|
@@ -530,6 +583,16 @@ export const EnergyCostControllerApiFactory = function (configuration?: Configur
|
|
|
530
583
|
energyCostMonthSettingUpdate(requestParameters: EnergyCostControllerApiEnergyCostMonthSettingUpdateRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
531
584
|
return localVarFp.energyCostMonthSettingUpdate(requestParameters.energyCostUpdateSettingDTO, options).then((request) => request(axios, basePath));
|
|
532
585
|
},
|
|
586
|
+
/**
|
|
587
|
+
*
|
|
588
|
+
* @summary 能源费用管理设置-导入
|
|
589
|
+
* @param {EnergyCostControllerApiImportData1Request} requestParameters Request parameters.
|
|
590
|
+
* @param {*} [options] Override http request option.
|
|
591
|
+
* @throws {RequiredError}
|
|
592
|
+
*/
|
|
593
|
+
importData1(requestParameters: EnergyCostControllerApiImportData1Request = {}, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
594
|
+
return localVarFp.importData1(requestParameters.userBatchImportUploadRequest, options).then((request) => request(axios, basePath));
|
|
595
|
+
},
|
|
533
596
|
};
|
|
534
597
|
};
|
|
535
598
|
|
|
@@ -659,6 +722,20 @@ export interface EnergyCostControllerApiEnergyCostMonthSettingUpdateRequest {
|
|
|
659
722
|
readonly energyCostUpdateSettingDTO: EnergyCostUpdateSettingDTO
|
|
660
723
|
}
|
|
661
724
|
|
|
725
|
+
/**
|
|
726
|
+
* Request parameters for importData1 operation in EnergyCostControllerApi.
|
|
727
|
+
* @export
|
|
728
|
+
* @interface EnergyCostControllerApiImportData1Request
|
|
729
|
+
*/
|
|
730
|
+
export interface EnergyCostControllerApiImportData1Request {
|
|
731
|
+
/**
|
|
732
|
+
*
|
|
733
|
+
* @type {UserBatchImportUploadRequest}
|
|
734
|
+
* @memberof EnergyCostControllerApiImportData1
|
|
735
|
+
*/
|
|
736
|
+
readonly userBatchImportUploadRequest?: UserBatchImportUploadRequest
|
|
737
|
+
}
|
|
738
|
+
|
|
662
739
|
/**
|
|
663
740
|
* EnergyCostControllerApi - object-oriented interface
|
|
664
741
|
* @export
|
|
@@ -749,6 +826,18 @@ export class EnergyCostControllerApi extends BaseAPI {
|
|
|
749
826
|
public energyCostMonthSettingUpdate(requestParameters: EnergyCostControllerApiEnergyCostMonthSettingUpdateRequest, options?: RawAxiosRequestConfig) {
|
|
750
827
|
return EnergyCostControllerApiFp(this.configuration).energyCostMonthSettingUpdate(requestParameters.energyCostUpdateSettingDTO, options).then((request) => request(this.axios, this.basePath));
|
|
751
828
|
}
|
|
829
|
+
|
|
830
|
+
/**
|
|
831
|
+
*
|
|
832
|
+
* @summary 能源费用管理设置-导入
|
|
833
|
+
* @param {EnergyCostControllerApiImportData1Request} requestParameters Request parameters.
|
|
834
|
+
* @param {*} [options] Override http request option.
|
|
835
|
+
* @throws {RequiredError}
|
|
836
|
+
* @memberof EnergyCostControllerApi
|
|
837
|
+
*/
|
|
838
|
+
public importData1(requestParameters: EnergyCostControllerApiImportData1Request = {}, options?: RawAxiosRequestConfig) {
|
|
839
|
+
return EnergyCostControllerApiFp(this.configuration).importData1(requestParameters.userBatchImportUploadRequest, options).then((request) => request(this.axios, this.basePath));
|
|
840
|
+
}
|
|
752
841
|
}
|
|
753
842
|
|
|
754
843
|
/**
|