@gizone/rrs-client 4.2.9-alpha.677 → 4.2.9-alpha.678
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 +2 -0
- package/apis/energy-cost-analysis-controller-api.ts +92 -24
- package/dist/apis/energy-cost-analysis-controller-api.d.ts +40 -10
- package/dist/apis/energy-cost-analysis-controller-api.js +84 -22
- package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +40 -10
- package/dist/esm/apis/energy-cost-analysis-controller-api.js +84 -22
- package/dist/esm/models/energy-cost-analysis-query-dto.d.ts +2 -2
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.js +2 -0
- package/dist/esm/models/json-result-list-park-select-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-park-select-vo.js +14 -0
- package/dist/esm/models/park-select-vo.d.ts +30 -0
- package/dist/esm/models/park-select-vo.js +14 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/models/energy-cost-analysis-query-dto.d.ts +2 -2
- package/dist/models/index.d.ts +2 -0
- package/dist/models/index.js +2 -0
- package/dist/models/json-result-list-park-select-vo.d.ts +62 -0
- package/dist/models/json-result-list-park-select-vo.js +15 -0
- package/dist/models/park-select-vo.d.ts +30 -0
- package/dist/models/park-select-vo.js +15 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/models/energy-cost-analysis-query-dto.ts +2 -2
- package/models/index.ts +2 -0
- package/models/json-result-list-park-select-vo.ts +72 -0
- package/models/park-select-vo.ts +36 -0
- package/models/sys-user.ts +4 -4
- package/ossutil.log +1221 -1221
- package/package.json +1 -1
|
@@ -19,6 +19,7 @@ import type { JsonResultEnergyCostUnitPriceAnalysisVO } from '../models';
|
|
|
19
19
|
import type { JsonResultListEnergyCostAnalysisListVO } from '../models';
|
|
20
20
|
import type { JsonResultListEnergyCostTrendVO } from '../models';
|
|
21
21
|
import type { JsonResultListEnergyCostTwoListVO } from '../models';
|
|
22
|
+
import type { JsonResultListParkSelectVO } from '../models';
|
|
22
23
|
/**
|
|
23
24
|
* EnergyCostAnalysisControllerApi - axios parameter creator
|
|
24
25
|
* @export
|
|
@@ -35,7 +36,7 @@ export declare const EnergyCostAnalysisControllerApiAxiosParamCreator: (configur
|
|
|
35
36
|
/**
|
|
36
37
|
* 获取账单分析列表数据
|
|
37
38
|
* @summary 分析列表数据-导出
|
|
38
|
-
* @param {string}
|
|
39
|
+
* @param {string} billMonths 账单月,格式:yyyy-MM
|
|
39
40
|
* @param {string} energyTypes 能源类型列表
|
|
40
41
|
* @param {string} [parkIds] 园区ID列表
|
|
41
42
|
* @param {string} [scenarios] 场景来源
|
|
@@ -49,7 +50,7 @@ export declare const EnergyCostAnalysisControllerApiAxiosParamCreator: (configur
|
|
|
49
50
|
* @param {*} [options] Override http request option.
|
|
50
51
|
* @throws {RequiredError}
|
|
51
52
|
*/
|
|
52
|
-
getAnalysisListExport: (
|
|
53
|
+
getAnalysisListExport: (billMonths: string, energyTypes: string, parkIds?: string, scenarios?: string, startTime?: string, endTime?: string, srmAreaCodes?: string, srmXwCodes?: string, srmCenterCodes?: string, plannedStartTime?: string, plannedEndTime?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
53
54
|
/**
|
|
54
55
|
* 获取当年各场景的用量趋势图数据
|
|
55
56
|
* @summary 用量趋势分析
|
|
@@ -85,7 +86,7 @@ export declare const EnergyCostAnalysisControllerApiAxiosParamCreator: (configur
|
|
|
85
86
|
/**
|
|
86
87
|
* 二级面板
|
|
87
88
|
* @summary 二级面板-列表导出
|
|
88
|
-
* @param {string}
|
|
89
|
+
* @param {string} billMonths 账单月,格式:yyyy-MM
|
|
89
90
|
* @param {string} energyTypes 能源类型列表
|
|
90
91
|
* @param {string} [parkIds] 园区ID列表
|
|
91
92
|
* @param {string} [scenarios] 场景来源
|
|
@@ -99,7 +100,14 @@ export declare const EnergyCostAnalysisControllerApiAxiosParamCreator: (configur
|
|
|
99
100
|
* @param {*} [options] Override http request option.
|
|
100
101
|
* @throws {RequiredError}
|
|
101
102
|
*/
|
|
102
|
-
twoListExport: (
|
|
103
|
+
twoListExport: (billMonths: string, energyTypes: string, parkIds?: string, scenarios?: string, startTime?: string, endTime?: string, srmAreaCodes?: string, srmXwCodes?: string, srmCenterCodes?: string, plannedStartTime?: string, plannedEndTime?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
104
|
+
/**
|
|
105
|
+
* 二级面板
|
|
106
|
+
* @summary 二级面板-获取下拉选项的园区
|
|
107
|
+
* @param {*} [options] Override http request option.
|
|
108
|
+
* @throws {RequiredError}
|
|
109
|
+
*/
|
|
110
|
+
twoListPark: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
103
111
|
/**
|
|
104
112
|
* 二级面板
|
|
105
113
|
* @summary 二级面板-单平单价分析
|
|
@@ -149,7 +157,7 @@ export declare const EnergyCostAnalysisControllerApiFp: (configuration?: Configu
|
|
|
149
157
|
/**
|
|
150
158
|
* 获取账单分析列表数据
|
|
151
159
|
* @summary 分析列表数据-导出
|
|
152
|
-
* @param {string}
|
|
160
|
+
* @param {string} billMonths 账单月,格式:yyyy-MM
|
|
153
161
|
* @param {string} energyTypes 能源类型列表
|
|
154
162
|
* @param {string} [parkIds] 园区ID列表
|
|
155
163
|
* @param {string} [scenarios] 场景来源
|
|
@@ -163,7 +171,7 @@ export declare const EnergyCostAnalysisControllerApiFp: (configuration?: Configu
|
|
|
163
171
|
* @param {*} [options] Override http request option.
|
|
164
172
|
* @throws {RequiredError}
|
|
165
173
|
*/
|
|
166
|
-
getAnalysisListExport(
|
|
174
|
+
getAnalysisListExport(billMonths: string, energyTypes: string, parkIds?: string, scenarios?: string, startTime?: string, endTime?: string, srmAreaCodes?: string, srmXwCodes?: string, srmCenterCodes?: string, plannedStartTime?: string, plannedEndTime?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
167
175
|
/**
|
|
168
176
|
* 获取当年各场景的用量趋势图数据
|
|
169
177
|
* @summary 用量趋势分析
|
|
@@ -199,7 +207,7 @@ export declare const EnergyCostAnalysisControllerApiFp: (configuration?: Configu
|
|
|
199
207
|
/**
|
|
200
208
|
* 二级面板
|
|
201
209
|
* @summary 二级面板-列表导出
|
|
202
|
-
* @param {string}
|
|
210
|
+
* @param {string} billMonths 账单月,格式:yyyy-MM
|
|
203
211
|
* @param {string} energyTypes 能源类型列表
|
|
204
212
|
* @param {string} [parkIds] 园区ID列表
|
|
205
213
|
* @param {string} [scenarios] 场景来源
|
|
@@ -213,7 +221,14 @@ export declare const EnergyCostAnalysisControllerApiFp: (configuration?: Configu
|
|
|
213
221
|
* @param {*} [options] Override http request option.
|
|
214
222
|
* @throws {RequiredError}
|
|
215
223
|
*/
|
|
216
|
-
twoListExport(
|
|
224
|
+
twoListExport(billMonths: string, energyTypes: string, parkIds?: string, scenarios?: string, startTime?: string, endTime?: string, srmAreaCodes?: string, srmXwCodes?: string, srmCenterCodes?: string, plannedStartTime?: string, plannedEndTime?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
225
|
+
/**
|
|
226
|
+
* 二级面板
|
|
227
|
+
* @summary 二级面板-获取下拉选项的园区
|
|
228
|
+
* @param {*} [options] Override http request option.
|
|
229
|
+
* @throws {RequiredError}
|
|
230
|
+
*/
|
|
231
|
+
twoListPark(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListParkSelectVO>>;
|
|
217
232
|
/**
|
|
218
233
|
* 二级面板
|
|
219
234
|
* @summary 二级面板-单平单价分析
|
|
@@ -308,6 +323,13 @@ export declare const EnergyCostAnalysisControllerApiFactory: (configuration?: Co
|
|
|
308
323
|
* @throws {RequiredError}
|
|
309
324
|
*/
|
|
310
325
|
twoListExport(requestParameters: EnergyCostAnalysisControllerApiTwoListExportRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
326
|
+
/**
|
|
327
|
+
* 二级面板
|
|
328
|
+
* @summary 二级面板-获取下拉选项的园区
|
|
329
|
+
* @param {*} [options] Override http request option.
|
|
330
|
+
* @throws {RequiredError}
|
|
331
|
+
*/
|
|
332
|
+
twoListPark(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListParkSelectVO>;
|
|
311
333
|
/**
|
|
312
334
|
* 二级面板
|
|
313
335
|
* @summary 二级面板-单平单价分析
|
|
@@ -365,7 +387,7 @@ export interface EnergyCostAnalysisControllerApiGetAnalysisListExportRequest {
|
|
|
365
387
|
* @type {string}
|
|
366
388
|
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
367
389
|
*/
|
|
368
|
-
readonly
|
|
390
|
+
readonly billMonths: string;
|
|
369
391
|
/**
|
|
370
392
|
* 能源类型列表
|
|
371
393
|
* @type {string}
|
|
@@ -490,7 +512,7 @@ export interface EnergyCostAnalysisControllerApiTwoListExportRequest {
|
|
|
490
512
|
* @type {string}
|
|
491
513
|
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
492
514
|
*/
|
|
493
|
-
readonly
|
|
515
|
+
readonly billMonths: string;
|
|
494
516
|
/**
|
|
495
517
|
* 能源类型列表
|
|
496
518
|
* @type {string}
|
|
@@ -674,6 +696,14 @@ export declare class EnergyCostAnalysisControllerApi extends BaseAPI {
|
|
|
674
696
|
* @memberof EnergyCostAnalysisControllerApi
|
|
675
697
|
*/
|
|
676
698
|
twoListExport(requestParameters: EnergyCostAnalysisControllerApiTwoListExportRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
699
|
+
/**
|
|
700
|
+
* 二级面板
|
|
701
|
+
* @summary 二级面板-获取下拉选项的园区
|
|
702
|
+
* @param {*} [options] Override http request option.
|
|
703
|
+
* @throws {RequiredError}
|
|
704
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
705
|
+
*/
|
|
706
|
+
twoListPark(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListParkSelectVO, any, {}>>;
|
|
677
707
|
/**
|
|
678
708
|
* 二级面板
|
|
679
709
|
* @summary 二级面板-单平单价分析
|
|
@@ -68,7 +68,7 @@ export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (config
|
|
|
68
68
|
/**
|
|
69
69
|
* 获取账单分析列表数据
|
|
70
70
|
* @summary 分析列表数据-导出
|
|
71
|
-
* @param {string}
|
|
71
|
+
* @param {string} billMonths 账单月,格式:yyyy-MM
|
|
72
72
|
* @param {string} energyTypes 能源类型列表
|
|
73
73
|
* @param {string} [parkIds] 园区ID列表
|
|
74
74
|
* @param {string} [scenarios] 场景来源
|
|
@@ -82,9 +82,9 @@ export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (config
|
|
|
82
82
|
* @param {*} [options] Override http request option.
|
|
83
83
|
* @throws {RequiredError}
|
|
84
84
|
*/
|
|
85
|
-
getAnalysisListExport: (
|
|
86
|
-
// verify required parameter '
|
|
87
|
-
assertParamExists('getAnalysisListExport', '
|
|
85
|
+
getAnalysisListExport: (billMonths_1, energyTypes_1, parkIds_1, scenarios_1, startTime_1, endTime_1, srmAreaCodes_1, srmXwCodes_1, srmCenterCodes_1, plannedStartTime_1, plannedEndTime_1, ...args_1) => __awaiter(this, [billMonths_1, energyTypes_1, parkIds_1, scenarios_1, startTime_1, endTime_1, srmAreaCodes_1, srmXwCodes_1, srmCenterCodes_1, plannedStartTime_1, plannedEndTime_1, ...args_1], void 0, function* (billMonths, energyTypes, parkIds, scenarios, startTime, endTime, srmAreaCodes, srmXwCodes, srmCenterCodes, plannedStartTime, plannedEndTime, options = {}) {
|
|
86
|
+
// verify required parameter 'billMonths' is not null or undefined
|
|
87
|
+
assertParamExists('getAnalysisListExport', 'billMonths', billMonths);
|
|
88
88
|
// verify required parameter 'energyTypes' is not null or undefined
|
|
89
89
|
assertParamExists('getAnalysisListExport', 'energyTypes', energyTypes);
|
|
90
90
|
const localVarPath = `/gizone/energy/cost/analysis/list/export`;
|
|
@@ -100,8 +100,8 @@ export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (config
|
|
|
100
100
|
// authentication tokenScheme required
|
|
101
101
|
// http bearer authentication required
|
|
102
102
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
103
|
-
if (
|
|
104
|
-
localVarQueryParameter['
|
|
103
|
+
if (billMonths !== undefined) {
|
|
104
|
+
localVarQueryParameter['billMonths'] = billMonths;
|
|
105
105
|
}
|
|
106
106
|
if (energyTypes !== undefined) {
|
|
107
107
|
localVarQueryParameter['energyTypes'] = energyTypes;
|
|
@@ -276,7 +276,7 @@ export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (config
|
|
|
276
276
|
/**
|
|
277
277
|
* 二级面板
|
|
278
278
|
* @summary 二级面板-列表导出
|
|
279
|
-
* @param {string}
|
|
279
|
+
* @param {string} billMonths 账单月,格式:yyyy-MM
|
|
280
280
|
* @param {string} energyTypes 能源类型列表
|
|
281
281
|
* @param {string} [parkIds] 园区ID列表
|
|
282
282
|
* @param {string} [scenarios] 场景来源
|
|
@@ -290,9 +290,9 @@ export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (config
|
|
|
290
290
|
* @param {*} [options] Override http request option.
|
|
291
291
|
* @throws {RequiredError}
|
|
292
292
|
*/
|
|
293
|
-
twoListExport: (
|
|
294
|
-
// verify required parameter '
|
|
295
|
-
assertParamExists('twoListExport', '
|
|
293
|
+
twoListExport: (billMonths_1, energyTypes_1, parkIds_1, scenarios_1, startTime_1, endTime_1, srmAreaCodes_1, srmXwCodes_1, srmCenterCodes_1, plannedStartTime_1, plannedEndTime_1, ...args_1) => __awaiter(this, [billMonths_1, energyTypes_1, parkIds_1, scenarios_1, startTime_1, endTime_1, srmAreaCodes_1, srmXwCodes_1, srmCenterCodes_1, plannedStartTime_1, plannedEndTime_1, ...args_1], void 0, function* (billMonths, energyTypes, parkIds, scenarios, startTime, endTime, srmAreaCodes, srmXwCodes, srmCenterCodes, plannedStartTime, plannedEndTime, options = {}) {
|
|
294
|
+
// verify required parameter 'billMonths' is not null or undefined
|
|
295
|
+
assertParamExists('twoListExport', 'billMonths', billMonths);
|
|
296
296
|
// verify required parameter 'energyTypes' is not null or undefined
|
|
297
297
|
assertParamExists('twoListExport', 'energyTypes', energyTypes);
|
|
298
298
|
const localVarPath = `/gizone/energy/cost/analysis/two-list/export`;
|
|
@@ -308,8 +308,8 @@ export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (config
|
|
|
308
308
|
// authentication tokenScheme required
|
|
309
309
|
// http bearer authentication required
|
|
310
310
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
311
|
-
if (
|
|
312
|
-
localVarQueryParameter['
|
|
311
|
+
if (billMonths !== undefined) {
|
|
312
|
+
localVarQueryParameter['billMonths'] = billMonths;
|
|
313
313
|
}
|
|
314
314
|
if (energyTypes !== undefined) {
|
|
315
315
|
localVarQueryParameter['energyTypes'] = energyTypes;
|
|
@@ -349,6 +349,34 @@ export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (config
|
|
|
349
349
|
options: localVarRequestOptions,
|
|
350
350
|
};
|
|
351
351
|
}),
|
|
352
|
+
/**
|
|
353
|
+
* 二级面板
|
|
354
|
+
* @summary 二级面板-获取下拉选项的园区
|
|
355
|
+
* @param {*} [options] Override http request option.
|
|
356
|
+
* @throws {RequiredError}
|
|
357
|
+
*/
|
|
358
|
+
twoListPark: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
359
|
+
const localVarPath = `/gizone/energy/cost/analysis/two-list/park`;
|
|
360
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
361
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
362
|
+
let baseOptions;
|
|
363
|
+
if (configuration) {
|
|
364
|
+
baseOptions = configuration.baseOptions;
|
|
365
|
+
}
|
|
366
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
367
|
+
const localVarHeaderParameter = {};
|
|
368
|
+
const localVarQueryParameter = {};
|
|
369
|
+
// authentication tokenScheme required
|
|
370
|
+
// http bearer authentication required
|
|
371
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
372
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
373
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
374
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
375
|
+
return {
|
|
376
|
+
url: toPathString(localVarUrlObj),
|
|
377
|
+
options: localVarRequestOptions,
|
|
378
|
+
};
|
|
379
|
+
}),
|
|
352
380
|
/**
|
|
353
381
|
* 二级面板
|
|
354
382
|
* @summary 二级面板-单平单价分析
|
|
@@ -509,7 +537,7 @@ export const EnergyCostAnalysisControllerApiFp = function (configuration) {
|
|
|
509
537
|
/**
|
|
510
538
|
* 获取账单分析列表数据
|
|
511
539
|
* @summary 分析列表数据-导出
|
|
512
|
-
* @param {string}
|
|
540
|
+
* @param {string} billMonths 账单月,格式:yyyy-MM
|
|
513
541
|
* @param {string} energyTypes 能源类型列表
|
|
514
542
|
* @param {string} [parkIds] 园区ID列表
|
|
515
543
|
* @param {string} [scenarios] 场景来源
|
|
@@ -523,10 +551,10 @@ export const EnergyCostAnalysisControllerApiFp = function (configuration) {
|
|
|
523
551
|
* @param {*} [options] Override http request option.
|
|
524
552
|
* @throws {RequiredError}
|
|
525
553
|
*/
|
|
526
|
-
getAnalysisListExport(
|
|
554
|
+
getAnalysisListExport(billMonths, energyTypes, parkIds, scenarios, startTime, endTime, srmAreaCodes, srmXwCodes, srmCenterCodes, plannedStartTime, plannedEndTime, options) {
|
|
527
555
|
return __awaiter(this, void 0, void 0, function* () {
|
|
528
556
|
var _a, _b, _c;
|
|
529
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getAnalysisListExport(
|
|
557
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getAnalysisListExport(billMonths, energyTypes, parkIds, scenarios, startTime, endTime, srmAreaCodes, srmXwCodes, srmCenterCodes, plannedStartTime, plannedEndTime, options);
|
|
530
558
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
531
559
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyCostAnalysisControllerApi.getAnalysisListExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
532
560
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -599,7 +627,7 @@ export const EnergyCostAnalysisControllerApiFp = function (configuration) {
|
|
|
599
627
|
/**
|
|
600
628
|
* 二级面板
|
|
601
629
|
* @summary 二级面板-列表导出
|
|
602
|
-
* @param {string}
|
|
630
|
+
* @param {string} billMonths 账单月,格式:yyyy-MM
|
|
603
631
|
* @param {string} energyTypes 能源类型列表
|
|
604
632
|
* @param {string} [parkIds] 园区ID列表
|
|
605
633
|
* @param {string} [scenarios] 场景来源
|
|
@@ -613,15 +641,30 @@ export const EnergyCostAnalysisControllerApiFp = function (configuration) {
|
|
|
613
641
|
* @param {*} [options] Override http request option.
|
|
614
642
|
* @throws {RequiredError}
|
|
615
643
|
*/
|
|
616
|
-
twoListExport(
|
|
644
|
+
twoListExport(billMonths, energyTypes, parkIds, scenarios, startTime, endTime, srmAreaCodes, srmXwCodes, srmCenterCodes, plannedStartTime, plannedEndTime, options) {
|
|
617
645
|
return __awaiter(this, void 0, void 0, function* () {
|
|
618
646
|
var _a, _b, _c;
|
|
619
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.twoListExport(
|
|
647
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.twoListExport(billMonths, energyTypes, parkIds, scenarios, startTime, endTime, srmAreaCodes, srmXwCodes, srmCenterCodes, plannedStartTime, plannedEndTime, options);
|
|
620
648
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
621
649
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyCostAnalysisControllerApi.twoListExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
622
650
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
623
651
|
});
|
|
624
652
|
},
|
|
653
|
+
/**
|
|
654
|
+
* 二级面板
|
|
655
|
+
* @summary 二级面板-获取下拉选项的园区
|
|
656
|
+
* @param {*} [options] Override http request option.
|
|
657
|
+
* @throws {RequiredError}
|
|
658
|
+
*/
|
|
659
|
+
twoListPark(options) {
|
|
660
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
661
|
+
var _a, _b, _c;
|
|
662
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.twoListPark(options);
|
|
663
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
664
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyCostAnalysisControllerApi.twoListPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
665
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
666
|
+
});
|
|
667
|
+
},
|
|
625
668
|
/**
|
|
626
669
|
* 二级面板
|
|
627
670
|
* @summary 二级面板-单平单价分析
|
|
@@ -713,7 +756,7 @@ export const EnergyCostAnalysisControllerApiFactory = function (configuration, b
|
|
|
713
756
|
* @throws {RequiredError}
|
|
714
757
|
*/
|
|
715
758
|
getAnalysisListExport(requestParameters, options) {
|
|
716
|
-
return localVarFp.getAnalysisListExport(requestParameters.
|
|
759
|
+
return localVarFp.getAnalysisListExport(requestParameters.billMonths, requestParameters.energyTypes, requestParameters.parkIds, requestParameters.scenarios, requestParameters.startTime, requestParameters.endTime, requestParameters.srmAreaCodes, requestParameters.srmXwCodes, requestParameters.srmCenterCodes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, options).then((request) => request(axios, basePath));
|
|
717
760
|
},
|
|
718
761
|
/**
|
|
719
762
|
* 获取当年各场景的用量趋势图数据
|
|
@@ -763,7 +806,16 @@ export const EnergyCostAnalysisControllerApiFactory = function (configuration, b
|
|
|
763
806
|
* @throws {RequiredError}
|
|
764
807
|
*/
|
|
765
808
|
twoListExport(requestParameters, options) {
|
|
766
|
-
return localVarFp.twoListExport(requestParameters.
|
|
809
|
+
return localVarFp.twoListExport(requestParameters.billMonths, requestParameters.energyTypes, requestParameters.parkIds, requestParameters.scenarios, requestParameters.startTime, requestParameters.endTime, requestParameters.srmAreaCodes, requestParameters.srmXwCodes, requestParameters.srmCenterCodes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, options).then((request) => request(axios, basePath));
|
|
810
|
+
},
|
|
811
|
+
/**
|
|
812
|
+
* 二级面板
|
|
813
|
+
* @summary 二级面板-获取下拉选项的园区
|
|
814
|
+
* @param {*} [options] Override http request option.
|
|
815
|
+
* @throws {RequiredError}
|
|
816
|
+
*/
|
|
817
|
+
twoListPark(options) {
|
|
818
|
+
return localVarFp.twoListPark(options).then((request) => request(axios, basePath));
|
|
767
819
|
},
|
|
768
820
|
/**
|
|
769
821
|
* 二级面板
|
|
@@ -834,7 +886,7 @@ export class EnergyCostAnalysisControllerApi extends BaseAPI {
|
|
|
834
886
|
* @memberof EnergyCostAnalysisControllerApi
|
|
835
887
|
*/
|
|
836
888
|
getAnalysisListExport(requestParameters, options) {
|
|
837
|
-
return EnergyCostAnalysisControllerApiFp(this.configuration).getAnalysisListExport(requestParameters.
|
|
889
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).getAnalysisListExport(requestParameters.billMonths, requestParameters.energyTypes, requestParameters.parkIds, requestParameters.scenarios, requestParameters.startTime, requestParameters.endTime, requestParameters.srmAreaCodes, requestParameters.srmXwCodes, requestParameters.srmCenterCodes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, options).then((request) => request(this.axios, this.basePath));
|
|
838
890
|
}
|
|
839
891
|
/**
|
|
840
892
|
* 获取当年各场景的用量趋势图数据
|
|
@@ -889,7 +941,17 @@ export class EnergyCostAnalysisControllerApi extends BaseAPI {
|
|
|
889
941
|
* @memberof EnergyCostAnalysisControllerApi
|
|
890
942
|
*/
|
|
891
943
|
twoListExport(requestParameters, options) {
|
|
892
|
-
return EnergyCostAnalysisControllerApiFp(this.configuration).twoListExport(requestParameters.
|
|
944
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).twoListExport(requestParameters.billMonths, requestParameters.energyTypes, requestParameters.parkIds, requestParameters.scenarios, requestParameters.startTime, requestParameters.endTime, requestParameters.srmAreaCodes, requestParameters.srmXwCodes, requestParameters.srmCenterCodes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, options).then((request) => request(this.axios, this.basePath));
|
|
945
|
+
}
|
|
946
|
+
/**
|
|
947
|
+
* 二级面板
|
|
948
|
+
* @summary 二级面板-获取下拉选项的园区
|
|
949
|
+
* @param {*} [options] Override http request option.
|
|
950
|
+
* @throws {RequiredError}
|
|
951
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
952
|
+
*/
|
|
953
|
+
twoListPark(options) {
|
|
954
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).twoListPark(options).then((request) => request(this.axios, this.basePath));
|
|
893
955
|
}
|
|
894
956
|
/**
|
|
895
957
|
* 二级面板
|
|
@@ -65,10 +65,10 @@ export interface EnergyCostAnalysisQueryDTO {
|
|
|
65
65
|
'plannedEndTime'?: number;
|
|
66
66
|
/**
|
|
67
67
|
* 账单月,格式:yyyy-MM
|
|
68
|
-
* @type {string}
|
|
68
|
+
* @type {Array<string>}
|
|
69
69
|
* @memberof EnergyCostAnalysisQueryDTO
|
|
70
70
|
*/
|
|
71
|
-
'
|
|
71
|
+
'billMonths': Array<string>;
|
|
72
72
|
/**
|
|
73
73
|
* 能源类型列表
|
|
74
74
|
* @type {Array<string>}
|
|
@@ -294,6 +294,7 @@ export * from './json-result-list-maintenance-standard-entity';
|
|
|
294
294
|
export * from './json-result-list-mdm-increment-vendor-bank-accounts-vo';
|
|
295
295
|
export * from './json-result-list-mdm-increment-vendors-vo';
|
|
296
296
|
export * from './json-result-list-park-list-dto';
|
|
297
|
+
export * from './json-result-list-park-select-vo';
|
|
297
298
|
export * from './json-result-list-plan-calendar-list-vo';
|
|
298
299
|
export * from './json-result-list-plan-calendar-vo';
|
|
299
300
|
export * from './json-result-list-reimbursement-bill-payer-vo';
|
|
@@ -453,6 +454,7 @@ export * from './park-info-edit-vo';
|
|
|
453
454
|
export * from './park-list-dto';
|
|
454
455
|
export * from './park-plat-form-enum';
|
|
455
456
|
export * from './park-push-settings-add-bo';
|
|
457
|
+
export * from './park-select-vo';
|
|
456
458
|
export * from './park-settings-details-dto';
|
|
457
459
|
export * from './park-settings-vo';
|
|
458
460
|
export * from './payment-method-enum';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -294,6 +294,7 @@ export * from './json-result-list-maintenance-standard-entity';
|
|
|
294
294
|
export * from './json-result-list-mdm-increment-vendor-bank-accounts-vo';
|
|
295
295
|
export * from './json-result-list-mdm-increment-vendors-vo';
|
|
296
296
|
export * from './json-result-list-park-list-dto';
|
|
297
|
+
export * from './json-result-list-park-select-vo';
|
|
297
298
|
export * from './json-result-list-plan-calendar-list-vo';
|
|
298
299
|
export * from './json-result-list-plan-calendar-vo';
|
|
299
300
|
export * from './json-result-list-reimbursement-bill-payer-vo';
|
|
@@ -453,6 +454,7 @@ export * from './park-info-edit-vo';
|
|
|
453
454
|
export * from './park-list-dto';
|
|
454
455
|
export * from './park-plat-form-enum';
|
|
455
456
|
export * from './park-push-settings-add-bo';
|
|
457
|
+
export * from './park-select-vo';
|
|
456
458
|
export * from './park-settings-details-dto';
|
|
457
459
|
export * from './park-settings-vo';
|
|
458
460
|
export * from './payment-method-enum';
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { ParkSelectVO } from './park-select-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListParkSelectVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListParkSelectVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListParkSelectVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListParkSelectVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListParkSelectVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<ParkSelectVO>}
|
|
41
|
+
* @memberof JsonResultListParkSelectVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<ParkSelectVO> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListParkSelectVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListParkSelectVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListParkSelectVO
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 园区下拉选项VO
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ParkSelectVO
|
|
16
|
+
*/
|
|
17
|
+
export interface ParkSelectVO {
|
|
18
|
+
/**
|
|
19
|
+
* 园区id
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ParkSelectVO
|
|
22
|
+
*/
|
|
23
|
+
'deptId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 园区名称
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ParkSelectVO
|
|
28
|
+
*/
|
|
29
|
+
'deptName'?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -377,14 +377,14 @@ export interface SysUser {
|
|
|
377
377
|
'sourceUserId'?: string;
|
|
378
378
|
/**
|
|
379
379
|
*
|
|
380
|
-
* @type {
|
|
380
|
+
* @type {number}
|
|
381
381
|
* @memberof SysUser
|
|
382
382
|
*/
|
|
383
|
-
'
|
|
383
|
+
'cuserId'?: number;
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
|
-
* @type {
|
|
386
|
+
* @type {string}
|
|
387
387
|
* @memberof SysUser
|
|
388
388
|
*/
|
|
389
|
-
'
|
|
389
|
+
'cid'?: string;
|
|
390
390
|
}
|
|
@@ -65,10 +65,10 @@ export interface EnergyCostAnalysisQueryDTO {
|
|
|
65
65
|
'plannedEndTime'?: number;
|
|
66
66
|
/**
|
|
67
67
|
* 账单月,格式:yyyy-MM
|
|
68
|
-
* @type {string}
|
|
68
|
+
* @type {Array<string>}
|
|
69
69
|
* @memberof EnergyCostAnalysisQueryDTO
|
|
70
70
|
*/
|
|
71
|
-
'
|
|
71
|
+
'billMonths': Array<string>;
|
|
72
72
|
/**
|
|
73
73
|
* 能源类型列表
|
|
74
74
|
* @type {Array<string>}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -294,6 +294,7 @@ export * from './json-result-list-maintenance-standard-entity';
|
|
|
294
294
|
export * from './json-result-list-mdm-increment-vendor-bank-accounts-vo';
|
|
295
295
|
export * from './json-result-list-mdm-increment-vendors-vo';
|
|
296
296
|
export * from './json-result-list-park-list-dto';
|
|
297
|
+
export * from './json-result-list-park-select-vo';
|
|
297
298
|
export * from './json-result-list-plan-calendar-list-vo';
|
|
298
299
|
export * from './json-result-list-plan-calendar-vo';
|
|
299
300
|
export * from './json-result-list-reimbursement-bill-payer-vo';
|
|
@@ -453,6 +454,7 @@ export * from './park-info-edit-vo';
|
|
|
453
454
|
export * from './park-list-dto';
|
|
454
455
|
export * from './park-plat-form-enum';
|
|
455
456
|
export * from './park-push-settings-add-bo';
|
|
457
|
+
export * from './park-select-vo';
|
|
456
458
|
export * from './park-settings-details-dto';
|
|
457
459
|
export * from './park-settings-vo';
|
|
458
460
|
export * from './payment-method-enum';
|
package/dist/models/index.js
CHANGED
|
@@ -310,6 +310,7 @@ __exportStar(require("./json-result-list-maintenance-standard-entity"), exports)
|
|
|
310
310
|
__exportStar(require("./json-result-list-mdm-increment-vendor-bank-accounts-vo"), exports);
|
|
311
311
|
__exportStar(require("./json-result-list-mdm-increment-vendors-vo"), exports);
|
|
312
312
|
__exportStar(require("./json-result-list-park-list-dto"), exports);
|
|
313
|
+
__exportStar(require("./json-result-list-park-select-vo"), exports);
|
|
313
314
|
__exportStar(require("./json-result-list-plan-calendar-list-vo"), exports);
|
|
314
315
|
__exportStar(require("./json-result-list-plan-calendar-vo"), exports);
|
|
315
316
|
__exportStar(require("./json-result-list-reimbursement-bill-payer-vo"), exports);
|
|
@@ -469,6 +470,7 @@ __exportStar(require("./park-info-edit-vo"), exports);
|
|
|
469
470
|
__exportStar(require("./park-list-dto"), exports);
|
|
470
471
|
__exportStar(require("./park-plat-form-enum"), exports);
|
|
471
472
|
__exportStar(require("./park-push-settings-add-bo"), exports);
|
|
473
|
+
__exportStar(require("./park-select-vo"), exports);
|
|
472
474
|
__exportStar(require("./park-settings-details-dto"), exports);
|
|
473
475
|
__exportStar(require("./park-settings-vo"), exports);
|
|
474
476
|
__exportStar(require("./payment-method-enum"), exports);
|