@gizone/rrs-client 4.2.9-alpha.678 → 4.2.9-alpha.680
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/apis/energy-cost-analysis-controller-api.ts +31 -297
- package/dist/apis/energy-cost-analysis-controller-api.d.ts +14 -174
- package/dist/apis/energy-cost-analysis-controller-api.js +29 -135
- package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +14 -174
- package/dist/esm/apis/energy-cost-analysis-controller-api.js +29 -135
- package/dist/esm/models/budget-balance-query-dto.d.ts +8 -7
- package/dist/esm/models/czy-budget-balance-vo.d.ts +24 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +4 -4
- package/dist/models/budget-balance-query-dto.d.ts +8 -7
- package/dist/models/czy-budget-balance-vo.d.ts +24 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +4 -4
- package/models/budget-balance-query-dto.ts +12 -7
- package/models/czy-budget-balance-vo.ts +24 -0
- package/models/ipage-energy-cost-record-info-vo.ts +4 -4
- package/ossutil.log +1221 -1221
- package/package.json +1 -1
|
@@ -36,21 +36,11 @@ export declare const EnergyCostAnalysisControllerApiAxiosParamCreator: (configur
|
|
|
36
36
|
/**
|
|
37
37
|
* 获取账单分析列表数据
|
|
38
38
|
* @summary 分析列表数据-导出
|
|
39
|
-
* @param {
|
|
40
|
-
* @param {string} energyTypes 能源类型列表
|
|
41
|
-
* @param {string} [parkIds] 园区ID列表
|
|
42
|
-
* @param {string} [scenarios] 场景来源
|
|
43
|
-
* @param {string} [startTime] 开始时间
|
|
44
|
-
* @param {string} [endTime] 结束时间
|
|
45
|
-
* @param {string} [srmAreaCodes] SRM区域编码
|
|
46
|
-
* @param {string} [srmXwCodes] SRM小微编码
|
|
47
|
-
* @param {string} [srmCenterCodes] SRM中心编码
|
|
48
|
-
* @param {string} [plannedStartTime] 应执行开始时间
|
|
49
|
-
* @param {string} [plannedEndTime] 应执行结束时间
|
|
39
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
50
40
|
* @param {*} [options] Override http request option.
|
|
51
41
|
* @throws {RequiredError}
|
|
52
42
|
*/
|
|
53
|
-
getAnalysisListExport: (
|
|
43
|
+
getAnalysisListExport: (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
54
44
|
/**
|
|
55
45
|
* 获取当年各场景的用量趋势图数据
|
|
56
46
|
* @summary 用量趋势分析
|
|
@@ -86,21 +76,11 @@ export declare const EnergyCostAnalysisControllerApiAxiosParamCreator: (configur
|
|
|
86
76
|
/**
|
|
87
77
|
* 二级面板
|
|
88
78
|
* @summary 二级面板-列表导出
|
|
89
|
-
* @param {
|
|
90
|
-
* @param {string} energyTypes 能源类型列表
|
|
91
|
-
* @param {string} [parkIds] 园区ID列表
|
|
92
|
-
* @param {string} [scenarios] 场景来源
|
|
93
|
-
* @param {string} [startTime] 开始时间
|
|
94
|
-
* @param {string} [endTime] 结束时间
|
|
95
|
-
* @param {string} [srmAreaCodes] SRM区域编码
|
|
96
|
-
* @param {string} [srmXwCodes] SRM小微编码
|
|
97
|
-
* @param {string} [srmCenterCodes] SRM中心编码
|
|
98
|
-
* @param {string} [plannedStartTime] 应执行开始时间
|
|
99
|
-
* @param {string} [plannedEndTime] 应执行结束时间
|
|
79
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
100
80
|
* @param {*} [options] Override http request option.
|
|
101
81
|
* @throws {RequiredError}
|
|
102
82
|
*/
|
|
103
|
-
twoListExport: (
|
|
83
|
+
twoListExport: (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
104
84
|
/**
|
|
105
85
|
* 二级面板
|
|
106
86
|
* @summary 二级面板-获取下拉选项的园区
|
|
@@ -157,21 +137,11 @@ export declare const EnergyCostAnalysisControllerApiFp: (configuration?: Configu
|
|
|
157
137
|
/**
|
|
158
138
|
* 获取账单分析列表数据
|
|
159
139
|
* @summary 分析列表数据-导出
|
|
160
|
-
* @param {
|
|
161
|
-
* @param {string} energyTypes 能源类型列表
|
|
162
|
-
* @param {string} [parkIds] 园区ID列表
|
|
163
|
-
* @param {string} [scenarios] 场景来源
|
|
164
|
-
* @param {string} [startTime] 开始时间
|
|
165
|
-
* @param {string} [endTime] 结束时间
|
|
166
|
-
* @param {string} [srmAreaCodes] SRM区域编码
|
|
167
|
-
* @param {string} [srmXwCodes] SRM小微编码
|
|
168
|
-
* @param {string} [srmCenterCodes] SRM中心编码
|
|
169
|
-
* @param {string} [plannedStartTime] 应执行开始时间
|
|
170
|
-
* @param {string} [plannedEndTime] 应执行结束时间
|
|
140
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
171
141
|
* @param {*} [options] Override http request option.
|
|
172
142
|
* @throws {RequiredError}
|
|
173
143
|
*/
|
|
174
|
-
getAnalysisListExport(
|
|
144
|
+
getAnalysisListExport(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
175
145
|
/**
|
|
176
146
|
* 获取当年各场景的用量趋势图数据
|
|
177
147
|
* @summary 用量趋势分析
|
|
@@ -207,21 +177,11 @@ export declare const EnergyCostAnalysisControllerApiFp: (configuration?: Configu
|
|
|
207
177
|
/**
|
|
208
178
|
* 二级面板
|
|
209
179
|
* @summary 二级面板-列表导出
|
|
210
|
-
* @param {
|
|
211
|
-
* @param {string} energyTypes 能源类型列表
|
|
212
|
-
* @param {string} [parkIds] 园区ID列表
|
|
213
|
-
* @param {string} [scenarios] 场景来源
|
|
214
|
-
* @param {string} [startTime] 开始时间
|
|
215
|
-
* @param {string} [endTime] 结束时间
|
|
216
|
-
* @param {string} [srmAreaCodes] SRM区域编码
|
|
217
|
-
* @param {string} [srmXwCodes] SRM小微编码
|
|
218
|
-
* @param {string} [srmCenterCodes] SRM中心编码
|
|
219
|
-
* @param {string} [plannedStartTime] 应执行开始时间
|
|
220
|
-
* @param {string} [plannedEndTime] 应执行结束时间
|
|
180
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
221
181
|
* @param {*} [options] Override http request option.
|
|
222
182
|
* @throws {RequiredError}
|
|
223
183
|
*/
|
|
224
|
-
twoListExport(
|
|
184
|
+
twoListExport(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
225
185
|
/**
|
|
226
186
|
* 二级面板
|
|
227
187
|
* @summary 二级面板-获取下拉选项的园区
|
|
@@ -383,71 +343,11 @@ export interface EnergyCostAnalysisControllerApiGetAnalysisListRequest {
|
|
|
383
343
|
*/
|
|
384
344
|
export interface EnergyCostAnalysisControllerApiGetAnalysisListExportRequest {
|
|
385
345
|
/**
|
|
386
|
-
*
|
|
387
|
-
* @type {
|
|
388
|
-
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
389
|
-
*/
|
|
390
|
-
readonly billMonths: string;
|
|
391
|
-
/**
|
|
392
|
-
* 能源类型列表
|
|
393
|
-
* @type {string}
|
|
394
|
-
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
395
|
-
*/
|
|
396
|
-
readonly energyTypes: string;
|
|
397
|
-
/**
|
|
398
|
-
* 园区ID列表
|
|
399
|
-
* @type {string}
|
|
400
|
-
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
401
|
-
*/
|
|
402
|
-
readonly parkIds?: string;
|
|
403
|
-
/**
|
|
404
|
-
* 场景来源
|
|
405
|
-
* @type {string}
|
|
406
|
-
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
407
|
-
*/
|
|
408
|
-
readonly scenarios?: string;
|
|
409
|
-
/**
|
|
410
|
-
* 开始时间
|
|
411
|
-
* @type {string}
|
|
412
|
-
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
413
|
-
*/
|
|
414
|
-
readonly startTime?: string;
|
|
415
|
-
/**
|
|
416
|
-
* 结束时间
|
|
417
|
-
* @type {string}
|
|
418
|
-
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
419
|
-
*/
|
|
420
|
-
readonly endTime?: string;
|
|
421
|
-
/**
|
|
422
|
-
* SRM区域编码
|
|
423
|
-
* @type {string}
|
|
424
|
-
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
425
|
-
*/
|
|
426
|
-
readonly srmAreaCodes?: string;
|
|
427
|
-
/**
|
|
428
|
-
* SRM小微编码
|
|
429
|
-
* @type {string}
|
|
430
|
-
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
431
|
-
*/
|
|
432
|
-
readonly srmXwCodes?: string;
|
|
433
|
-
/**
|
|
434
|
-
* SRM中心编码
|
|
435
|
-
* @type {string}
|
|
436
|
-
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
437
|
-
*/
|
|
438
|
-
readonly srmCenterCodes?: string;
|
|
439
|
-
/**
|
|
440
|
-
* 应执行开始时间
|
|
441
|
-
* @type {string}
|
|
442
|
-
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
443
|
-
*/
|
|
444
|
-
readonly plannedStartTime?: string;
|
|
445
|
-
/**
|
|
446
|
-
* 应执行结束时间
|
|
447
|
-
* @type {string}
|
|
346
|
+
*
|
|
347
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
448
348
|
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
449
349
|
*/
|
|
450
|
-
readonly
|
|
350
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO;
|
|
451
351
|
}
|
|
452
352
|
/**
|
|
453
353
|
* Request parameters for getUsageTrend operation in EnergyCostAnalysisControllerApi.
|
|
@@ -508,71 +408,11 @@ export interface EnergyCostAnalysisControllerApiTwoListRequest {
|
|
|
508
408
|
*/
|
|
509
409
|
export interface EnergyCostAnalysisControllerApiTwoListExportRequest {
|
|
510
410
|
/**
|
|
511
|
-
*
|
|
512
|
-
* @type {
|
|
513
|
-
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
514
|
-
*/
|
|
515
|
-
readonly billMonths: string;
|
|
516
|
-
/**
|
|
517
|
-
* 能源类型列表
|
|
518
|
-
* @type {string}
|
|
519
|
-
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
520
|
-
*/
|
|
521
|
-
readonly energyTypes: string;
|
|
522
|
-
/**
|
|
523
|
-
* 园区ID列表
|
|
524
|
-
* @type {string}
|
|
525
|
-
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
526
|
-
*/
|
|
527
|
-
readonly parkIds?: string;
|
|
528
|
-
/**
|
|
529
|
-
* 场景来源
|
|
530
|
-
* @type {string}
|
|
531
|
-
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
532
|
-
*/
|
|
533
|
-
readonly scenarios?: string;
|
|
534
|
-
/**
|
|
535
|
-
* 开始时间
|
|
536
|
-
* @type {string}
|
|
537
|
-
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
538
|
-
*/
|
|
539
|
-
readonly startTime?: string;
|
|
540
|
-
/**
|
|
541
|
-
* 结束时间
|
|
542
|
-
* @type {string}
|
|
543
|
-
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
544
|
-
*/
|
|
545
|
-
readonly endTime?: string;
|
|
546
|
-
/**
|
|
547
|
-
* SRM区域编码
|
|
548
|
-
* @type {string}
|
|
549
|
-
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
550
|
-
*/
|
|
551
|
-
readonly srmAreaCodes?: string;
|
|
552
|
-
/**
|
|
553
|
-
* SRM小微编码
|
|
554
|
-
* @type {string}
|
|
555
|
-
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
556
|
-
*/
|
|
557
|
-
readonly srmXwCodes?: string;
|
|
558
|
-
/**
|
|
559
|
-
* SRM中心编码
|
|
560
|
-
* @type {string}
|
|
561
|
-
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
562
|
-
*/
|
|
563
|
-
readonly srmCenterCodes?: string;
|
|
564
|
-
/**
|
|
565
|
-
* 应执行开始时间
|
|
566
|
-
* @type {string}
|
|
567
|
-
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
568
|
-
*/
|
|
569
|
-
readonly plannedStartTime?: string;
|
|
570
|
-
/**
|
|
571
|
-
* 应执行结束时间
|
|
572
|
-
* @type {string}
|
|
411
|
+
*
|
|
412
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
573
413
|
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
574
414
|
*/
|
|
575
|
-
readonly
|
|
415
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO;
|
|
576
416
|
}
|
|
577
417
|
/**
|
|
578
418
|
* Request parameters for twoPerAreaAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
@@ -68,25 +68,13 @@ export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (config
|
|
|
68
68
|
/**
|
|
69
69
|
* 获取账单分析列表数据
|
|
70
70
|
* @summary 分析列表数据-导出
|
|
71
|
-
* @param {
|
|
72
|
-
* @param {
|
|
73
|
-
* @
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
* @param {string} [srmXwCodes] SRM小微编码
|
|
79
|
-
* @param {string} [srmCenterCodes] SRM中心编码
|
|
80
|
-
* @param {string} [plannedStartTime] 应执行开始时间
|
|
81
|
-
* @param {string} [plannedEndTime] 应执行结束时间
|
|
82
|
-
* @param {*} [options] Override http request option.
|
|
83
|
-
* @throws {RequiredError}
|
|
84
|
-
*/
|
|
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
|
-
// verify required parameter 'energyTypes' is not null or undefined
|
|
89
|
-
assertParamExists('getAnalysisListExport', 'energyTypes', energyTypes);
|
|
71
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
72
|
+
* @param {*} [options] Override http request option.
|
|
73
|
+
* @throws {RequiredError}
|
|
74
|
+
*/
|
|
75
|
+
getAnalysisListExport: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
|
|
76
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
77
|
+
assertParamExists('getAnalysisListExport', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
|
|
90
78
|
const localVarPath = `/gizone/energy/cost/analysis/list/export`;
|
|
91
79
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
92
80
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -94,48 +82,17 @@ export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (config
|
|
|
94
82
|
if (configuration) {
|
|
95
83
|
baseOptions = configuration.baseOptions;
|
|
96
84
|
}
|
|
97
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
85
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
98
86
|
const localVarHeaderParameter = {};
|
|
99
87
|
const localVarQueryParameter = {};
|
|
100
88
|
// authentication tokenScheme required
|
|
101
89
|
// http bearer authentication required
|
|
102
90
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
103
|
-
|
|
104
|
-
localVarQueryParameter['billMonths'] = billMonths;
|
|
105
|
-
}
|
|
106
|
-
if (energyTypes !== undefined) {
|
|
107
|
-
localVarQueryParameter['energyTypes'] = energyTypes;
|
|
108
|
-
}
|
|
109
|
-
if (parkIds !== undefined) {
|
|
110
|
-
localVarQueryParameter['parkIds'] = parkIds;
|
|
111
|
-
}
|
|
112
|
-
if (scenarios !== undefined) {
|
|
113
|
-
localVarQueryParameter['scenarios'] = scenarios;
|
|
114
|
-
}
|
|
115
|
-
if (startTime !== undefined) {
|
|
116
|
-
localVarQueryParameter['startTime'] = startTime;
|
|
117
|
-
}
|
|
118
|
-
if (endTime !== undefined) {
|
|
119
|
-
localVarQueryParameter['endTime'] = endTime;
|
|
120
|
-
}
|
|
121
|
-
if (srmAreaCodes !== undefined) {
|
|
122
|
-
localVarQueryParameter['srmAreaCodes'] = srmAreaCodes;
|
|
123
|
-
}
|
|
124
|
-
if (srmXwCodes !== undefined) {
|
|
125
|
-
localVarQueryParameter['srmXwCodes'] = srmXwCodes;
|
|
126
|
-
}
|
|
127
|
-
if (srmCenterCodes !== undefined) {
|
|
128
|
-
localVarQueryParameter['srmCenterCodes'] = srmCenterCodes;
|
|
129
|
-
}
|
|
130
|
-
if (plannedStartTime !== undefined) {
|
|
131
|
-
localVarQueryParameter['plannedStartTime'] = plannedStartTime;
|
|
132
|
-
}
|
|
133
|
-
if (plannedEndTime !== undefined) {
|
|
134
|
-
localVarQueryParameter['plannedEndTime'] = plannedEndTime;
|
|
135
|
-
}
|
|
91
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
136
92
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
137
93
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
138
94
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
95
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
|
|
139
96
|
return {
|
|
140
97
|
url: toPathString(localVarUrlObj),
|
|
141
98
|
options: localVarRequestOptions,
|
|
@@ -276,25 +233,13 @@ export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (config
|
|
|
276
233
|
/**
|
|
277
234
|
* 二级面板
|
|
278
235
|
* @summary 二级面板-列表导出
|
|
279
|
-
* @param {
|
|
280
|
-
* @param {
|
|
281
|
-
* @
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
* @param {string} [srmXwCodes] SRM小微编码
|
|
287
|
-
* @param {string} [srmCenterCodes] SRM中心编码
|
|
288
|
-
* @param {string} [plannedStartTime] 应执行开始时间
|
|
289
|
-
* @param {string} [plannedEndTime] 应执行结束时间
|
|
290
|
-
* @param {*} [options] Override http request option.
|
|
291
|
-
* @throws {RequiredError}
|
|
292
|
-
*/
|
|
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
|
-
// verify required parameter 'energyTypes' is not null or undefined
|
|
297
|
-
assertParamExists('twoListExport', 'energyTypes', energyTypes);
|
|
236
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
237
|
+
* @param {*} [options] Override http request option.
|
|
238
|
+
* @throws {RequiredError}
|
|
239
|
+
*/
|
|
240
|
+
twoListExport: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
|
|
241
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
242
|
+
assertParamExists('twoListExport', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
|
|
298
243
|
const localVarPath = `/gizone/energy/cost/analysis/two-list/export`;
|
|
299
244
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
300
245
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -308,42 +253,11 @@ export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (config
|
|
|
308
253
|
// authentication tokenScheme required
|
|
309
254
|
// http bearer authentication required
|
|
310
255
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
311
|
-
|
|
312
|
-
localVarQueryParameter['billMonths'] = billMonths;
|
|
313
|
-
}
|
|
314
|
-
if (energyTypes !== undefined) {
|
|
315
|
-
localVarQueryParameter['energyTypes'] = energyTypes;
|
|
316
|
-
}
|
|
317
|
-
if (parkIds !== undefined) {
|
|
318
|
-
localVarQueryParameter['parkIds'] = parkIds;
|
|
319
|
-
}
|
|
320
|
-
if (scenarios !== undefined) {
|
|
321
|
-
localVarQueryParameter['scenarios'] = scenarios;
|
|
322
|
-
}
|
|
323
|
-
if (startTime !== undefined) {
|
|
324
|
-
localVarQueryParameter['startTime'] = startTime;
|
|
325
|
-
}
|
|
326
|
-
if (endTime !== undefined) {
|
|
327
|
-
localVarQueryParameter['endTime'] = endTime;
|
|
328
|
-
}
|
|
329
|
-
if (srmAreaCodes !== undefined) {
|
|
330
|
-
localVarQueryParameter['srmAreaCodes'] = srmAreaCodes;
|
|
331
|
-
}
|
|
332
|
-
if (srmXwCodes !== undefined) {
|
|
333
|
-
localVarQueryParameter['srmXwCodes'] = srmXwCodes;
|
|
334
|
-
}
|
|
335
|
-
if (srmCenterCodes !== undefined) {
|
|
336
|
-
localVarQueryParameter['srmCenterCodes'] = srmCenterCodes;
|
|
337
|
-
}
|
|
338
|
-
if (plannedStartTime !== undefined) {
|
|
339
|
-
localVarQueryParameter['plannedStartTime'] = plannedStartTime;
|
|
340
|
-
}
|
|
341
|
-
if (plannedEndTime !== undefined) {
|
|
342
|
-
localVarQueryParameter['plannedEndTime'] = plannedEndTime;
|
|
343
|
-
}
|
|
256
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
344
257
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
345
258
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
346
259
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
260
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
|
|
347
261
|
return {
|
|
348
262
|
url: toPathString(localVarUrlObj),
|
|
349
263
|
options: localVarRequestOptions,
|
|
@@ -537,24 +451,14 @@ export const EnergyCostAnalysisControllerApiFp = function (configuration) {
|
|
|
537
451
|
/**
|
|
538
452
|
* 获取账单分析列表数据
|
|
539
453
|
* @summary 分析列表数据-导出
|
|
540
|
-
* @param {
|
|
541
|
-
* @param {string} energyTypes 能源类型列表
|
|
542
|
-
* @param {string} [parkIds] 园区ID列表
|
|
543
|
-
* @param {string} [scenarios] 场景来源
|
|
544
|
-
* @param {string} [startTime] 开始时间
|
|
545
|
-
* @param {string} [endTime] 结束时间
|
|
546
|
-
* @param {string} [srmAreaCodes] SRM区域编码
|
|
547
|
-
* @param {string} [srmXwCodes] SRM小微编码
|
|
548
|
-
* @param {string} [srmCenterCodes] SRM中心编码
|
|
549
|
-
* @param {string} [plannedStartTime] 应执行开始时间
|
|
550
|
-
* @param {string} [plannedEndTime] 应执行结束时间
|
|
454
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
551
455
|
* @param {*} [options] Override http request option.
|
|
552
456
|
* @throws {RequiredError}
|
|
553
457
|
*/
|
|
554
|
-
getAnalysisListExport(
|
|
458
|
+
getAnalysisListExport(energyCostAnalysisQueryDTO, options) {
|
|
555
459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
556
460
|
var _a, _b, _c;
|
|
557
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getAnalysisListExport(
|
|
461
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getAnalysisListExport(energyCostAnalysisQueryDTO, options);
|
|
558
462
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
559
463
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyCostAnalysisControllerApi.getAnalysisListExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
560
464
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -627,24 +531,14 @@ export const EnergyCostAnalysisControllerApiFp = function (configuration) {
|
|
|
627
531
|
/**
|
|
628
532
|
* 二级面板
|
|
629
533
|
* @summary 二级面板-列表导出
|
|
630
|
-
* @param {
|
|
631
|
-
* @param {string} energyTypes 能源类型列表
|
|
632
|
-
* @param {string} [parkIds] 园区ID列表
|
|
633
|
-
* @param {string} [scenarios] 场景来源
|
|
634
|
-
* @param {string} [startTime] 开始时间
|
|
635
|
-
* @param {string} [endTime] 结束时间
|
|
636
|
-
* @param {string} [srmAreaCodes] SRM区域编码
|
|
637
|
-
* @param {string} [srmXwCodes] SRM小微编码
|
|
638
|
-
* @param {string} [srmCenterCodes] SRM中心编码
|
|
639
|
-
* @param {string} [plannedStartTime] 应执行开始时间
|
|
640
|
-
* @param {string} [plannedEndTime] 应执行结束时间
|
|
534
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
641
535
|
* @param {*} [options] Override http request option.
|
|
642
536
|
* @throws {RequiredError}
|
|
643
537
|
*/
|
|
644
|
-
twoListExport(
|
|
538
|
+
twoListExport(energyCostAnalysisQueryDTO, options) {
|
|
645
539
|
return __awaiter(this, void 0, void 0, function* () {
|
|
646
540
|
var _a, _b, _c;
|
|
647
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.twoListExport(
|
|
541
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.twoListExport(energyCostAnalysisQueryDTO, options);
|
|
648
542
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
649
543
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyCostAnalysisControllerApi.twoListExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
650
544
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -756,7 +650,7 @@ export const EnergyCostAnalysisControllerApiFactory = function (configuration, b
|
|
|
756
650
|
* @throws {RequiredError}
|
|
757
651
|
*/
|
|
758
652
|
getAnalysisListExport(requestParameters, options) {
|
|
759
|
-
return localVarFp.getAnalysisListExport(requestParameters.
|
|
653
|
+
return localVarFp.getAnalysisListExport(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
760
654
|
},
|
|
761
655
|
/**
|
|
762
656
|
* 获取当年各场景的用量趋势图数据
|
|
@@ -806,7 +700,7 @@ export const EnergyCostAnalysisControllerApiFactory = function (configuration, b
|
|
|
806
700
|
* @throws {RequiredError}
|
|
807
701
|
*/
|
|
808
702
|
twoListExport(requestParameters, options) {
|
|
809
|
-
return localVarFp.twoListExport(requestParameters.
|
|
703
|
+
return localVarFp.twoListExport(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
810
704
|
},
|
|
811
705
|
/**
|
|
812
706
|
* 二级面板
|
|
@@ -886,7 +780,7 @@ export class EnergyCostAnalysisControllerApi extends BaseAPI {
|
|
|
886
780
|
* @memberof EnergyCostAnalysisControllerApi
|
|
887
781
|
*/
|
|
888
782
|
getAnalysisListExport(requestParameters, options) {
|
|
889
|
-
return EnergyCostAnalysisControllerApiFp(this.configuration).getAnalysisListExport(requestParameters.
|
|
783
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).getAnalysisListExport(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
890
784
|
}
|
|
891
785
|
/**
|
|
892
786
|
* 获取当年各场景的用量趋势图数据
|
|
@@ -941,7 +835,7 @@ export class EnergyCostAnalysisControllerApi extends BaseAPI {
|
|
|
941
835
|
* @memberof EnergyCostAnalysisControllerApi
|
|
942
836
|
*/
|
|
943
837
|
twoListExport(requestParameters, options) {
|
|
944
|
-
return EnergyCostAnalysisControllerApiFp(this.configuration).twoListExport(requestParameters.
|
|
838
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).twoListExport(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
945
839
|
}
|
|
946
840
|
/**
|
|
947
841
|
* 二级面板
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { ExpenseSubjectEnum } from './expense-subject-enum';
|
|
12
13
|
/**
|
|
13
14
|
* 查询预算余额
|
|
14
15
|
* @export
|
|
@@ -26,29 +27,29 @@ export interface BudgetBalanceQueryDto {
|
|
|
26
27
|
* @type {number}
|
|
27
28
|
* @memberof BudgetBalanceQueryDto
|
|
28
29
|
*/
|
|
29
|
-
'budgetYear'
|
|
30
|
+
'budgetYear': number;
|
|
30
31
|
/**
|
|
31
32
|
* 预算月份(1-12)
|
|
32
33
|
* @type {number}
|
|
33
34
|
* @memberof BudgetBalanceQueryDto
|
|
34
35
|
*/
|
|
35
|
-
'budgetMonth'
|
|
36
|
+
'budgetMonth': number;
|
|
36
37
|
/**
|
|
37
38
|
* 预算部门编码
|
|
38
39
|
* @type {string}
|
|
39
40
|
* @memberof BudgetBalanceQueryDto
|
|
40
41
|
*/
|
|
41
|
-
'budgeterCode'
|
|
42
|
+
'budgeterCode': string;
|
|
42
43
|
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {
|
|
44
|
+
*
|
|
45
|
+
* @type {ExpenseSubjectEnum}
|
|
45
46
|
* @memberof BudgetBalanceQueryDto
|
|
46
47
|
*/
|
|
47
|
-
'
|
|
48
|
+
'expenseSubject': ExpenseSubjectEnum;
|
|
48
49
|
/**
|
|
49
50
|
* 法人组织编码
|
|
50
51
|
* @type {string}
|
|
51
52
|
* @memberof BudgetBalanceQueryDto
|
|
52
53
|
*/
|
|
53
|
-
'companyCode'
|
|
54
|
+
'companyCode': string;
|
|
54
55
|
}
|
|
@@ -45,4 +45,28 @@ export interface CzyBudgetBalanceVo {
|
|
|
45
45
|
* @memberof CzyBudgetBalanceVo
|
|
46
46
|
*/
|
|
47
47
|
'controlTime'?: number;
|
|
48
|
+
/**
|
|
49
|
+
* 法人策略编码
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof CzyBudgetBalanceVo
|
|
52
|
+
*/
|
|
53
|
+
'corporationPolicyNo'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 法人可用预算金额
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof CzyBudgetBalanceVo
|
|
58
|
+
*/
|
|
59
|
+
'corporationAmount'?: number;
|
|
60
|
+
/**
|
|
61
|
+
* 法人预算控制时间维度
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof CzyBudgetBalanceVo
|
|
64
|
+
*/
|
|
65
|
+
'corporationControlCycle'?: number;
|
|
66
|
+
/**
|
|
67
|
+
* 法人预算控制时间
|
|
68
|
+
* @type {number}
|
|
69
|
+
* @memberof CzyBudgetBalanceVo
|
|
70
|
+
*/
|
|
71
|
+
'corporationControlTime'?: number;
|
|
48
72
|
}
|
|
@@ -36,16 +36,16 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
* @type {
|
|
39
|
+
* @type {boolean}
|
|
40
40
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
41
|
*/
|
|
42
|
-
'
|
|
42
|
+
'searchCount'?: boolean;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {number}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
47
|
*/
|
|
48
|
-
'
|
|
48
|
+
'pages'?: number;
|
|
49
49
|
/**
|
|
50
50
|
*
|
|
51
51
|
* @type {boolean}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { ExpenseSubjectEnum } from './expense-subject-enum';
|
|
12
13
|
/**
|
|
13
14
|
* 查询预算余额
|
|
14
15
|
* @export
|
|
@@ -26,29 +27,29 @@ export interface BudgetBalanceQueryDto {
|
|
|
26
27
|
* @type {number}
|
|
27
28
|
* @memberof BudgetBalanceQueryDto
|
|
28
29
|
*/
|
|
29
|
-
'budgetYear'
|
|
30
|
+
'budgetYear': number;
|
|
30
31
|
/**
|
|
31
32
|
* 预算月份(1-12)
|
|
32
33
|
* @type {number}
|
|
33
34
|
* @memberof BudgetBalanceQueryDto
|
|
34
35
|
*/
|
|
35
|
-
'budgetMonth'
|
|
36
|
+
'budgetMonth': number;
|
|
36
37
|
/**
|
|
37
38
|
* 预算部门编码
|
|
38
39
|
* @type {string}
|
|
39
40
|
* @memberof BudgetBalanceQueryDto
|
|
40
41
|
*/
|
|
41
|
-
'budgeterCode'
|
|
42
|
+
'budgeterCode': string;
|
|
42
43
|
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {
|
|
44
|
+
*
|
|
45
|
+
* @type {ExpenseSubjectEnum}
|
|
45
46
|
* @memberof BudgetBalanceQueryDto
|
|
46
47
|
*/
|
|
47
|
-
'
|
|
48
|
+
'expenseSubject': ExpenseSubjectEnum;
|
|
48
49
|
/**
|
|
49
50
|
* 法人组织编码
|
|
50
51
|
* @type {string}
|
|
51
52
|
* @memberof BudgetBalanceQueryDto
|
|
52
53
|
*/
|
|
53
|
-
'companyCode'
|
|
54
|
+
'companyCode': string;
|
|
54
55
|
}
|