@gizone/rrs-client 4.2.9-alpha.626 → 4.2.9-alpha.630
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 +0 -2
- package/apis/energy-cost-analysis-controller-api.ts +0 -91
- package/dist/apis/energy-cost-analysis-controller-api.d.ts +0 -47
- package/dist/apis/energy-cost-analysis-controller-api.js +0 -70
- package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +0 -47
- package/dist/esm/apis/energy-cost-analysis-controller-api.js +0 -70
- package/dist/esm/models/index.d.ts +0 -2
- package/dist/esm/models/index.js +0 -2
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/models/index.d.ts +0 -2
- package/dist/models/index.js +0 -2
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/models/index.ts +0 -2
- package/models/ipage-energy-cost-record-info-vo.ts +6 -6
- package/ossutil.log +1161 -1161
- package/package.json +1 -1
- package/dist/esm/models/json-result-two-energy-consumption-summar-vo.d.ts +0 -62
- package/dist/esm/models/json-result-two-energy-consumption-summar-vo.js +0 -14
- package/dist/esm/models/two-energy-consumption-summar-vo.d.ts +0 -30
- package/dist/esm/models/two-energy-consumption-summar-vo.js +0 -14
- package/dist/models/json-result-two-energy-consumption-summar-vo.d.ts +0 -62
- package/dist/models/json-result-two-energy-consumption-summar-vo.js +0 -15
- package/dist/models/two-energy-consumption-summar-vo.d.ts +0 -30
- package/dist/models/two-energy-consumption-summar-vo.js +0 -15
- package/models/json-result-two-energy-consumption-summar-vo.ts +0 -72
- package/models/two-energy-consumption-summar-vo.ts +0 -36
package/.openapi-generator/FILES
CHANGED
|
@@ -385,7 +385,6 @@ models/json-result-switch-park-v2-dto.ts
|
|
|
385
385
|
models/json-result-sys-dept.ts
|
|
386
386
|
models/json-result-sys-user-msg-dto.ts
|
|
387
387
|
models/json-result-sys-user.ts
|
|
388
|
-
models/json-result-two-energy-consumption-summar-vo.ts
|
|
389
388
|
models/json-result-user-add-redis-list-vo.ts
|
|
390
389
|
models/json-result-user-settings-entity.ts
|
|
391
390
|
models/json-result-violation-work-order-details-dto.ts
|
|
@@ -568,7 +567,6 @@ models/system-user-msg-source-type-enum.ts
|
|
|
568
567
|
models/system-user-msg-type-enum.ts
|
|
569
568
|
models/table-data-info.ts
|
|
570
569
|
models/third-party-system-enum.ts
|
|
571
|
-
models/two-energy-consumption-summar-vo.ts
|
|
572
570
|
models/user-add-redis-list-vo.ts
|
|
573
571
|
models/user-batch-import-upload-request.ts
|
|
574
572
|
models/user-bind-body.ts
|
|
@@ -35,8 +35,6 @@ import type { JsonResultListEnergyCostAnalysisListVO } from '../models';
|
|
|
35
35
|
import type { JsonResultListEnergyCostTrendVO } from '../models';
|
|
36
36
|
// @ts-ignore
|
|
37
37
|
import type { JsonResultListEnergyCostTwoListVO } from '../models';
|
|
38
|
-
// @ts-ignore
|
|
39
|
-
import type { JsonResultTwoEnergyConsumptionSummarVO } from '../models';
|
|
40
38
|
/**
|
|
41
39
|
* EnergyCostAnalysisControllerApi - axios parameter creator
|
|
42
40
|
* @export
|
|
@@ -284,46 +282,6 @@ export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (config
|
|
|
284
282
|
|
|
285
283
|
|
|
286
284
|
|
|
287
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
288
|
-
|
|
289
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
290
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
291
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
292
|
-
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
293
|
-
|
|
294
|
-
return {
|
|
295
|
-
url: toPathString(localVarUrlObj),
|
|
296
|
-
options: localVarRequestOptions,
|
|
297
|
-
};
|
|
298
|
-
},
|
|
299
|
-
/**
|
|
300
|
-
* 二级面板
|
|
301
|
-
* @summary 二级面板-用能汇总
|
|
302
|
-
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
303
|
-
* @param {*} [options] Override http request option.
|
|
304
|
-
* @throws {RequiredError}
|
|
305
|
-
*/
|
|
306
|
-
twoEnergyConsumptionSummar: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
307
|
-
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
308
|
-
assertParamExists('twoEnergyConsumptionSummar', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
309
|
-
const localVarPath = `/gizone/energy/cost/analysis/two-energy-consumption-summar`;
|
|
310
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
311
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
312
|
-
let baseOptions;
|
|
313
|
-
if (configuration) {
|
|
314
|
-
baseOptions = configuration.baseOptions;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
318
|
-
const localVarHeaderParameter = {} as any;
|
|
319
|
-
const localVarQueryParameter = {} as any;
|
|
320
|
-
|
|
321
|
-
// authentication tokenScheme required
|
|
322
|
-
// http bearer authentication required
|
|
323
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
285
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
328
286
|
|
|
329
287
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -714,19 +672,6 @@ export const EnergyCostAnalysisControllerApiFp = function(configuration?: Config
|
|
|
714
672
|
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.perUnitAnalysis']?.[localVarOperationServerIndex]?.url;
|
|
715
673
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
716
674
|
},
|
|
717
|
-
/**
|
|
718
|
-
* 二级面板
|
|
719
|
-
* @summary 二级面板-用能汇总
|
|
720
|
-
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
721
|
-
* @param {*} [options] Override http request option.
|
|
722
|
-
* @throws {RequiredError}
|
|
723
|
-
*/
|
|
724
|
-
async twoEnergyConsumptionSummar(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultTwoEnergyConsumptionSummarVO>> {
|
|
725
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.twoEnergyConsumptionSummar(energyCostAnalysisQueryDTO, options);
|
|
726
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
727
|
-
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.twoEnergyConsumptionSummar']?.[localVarOperationServerIndex]?.url;
|
|
728
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
729
|
-
},
|
|
730
675
|
/**
|
|
731
676
|
* 二级面板
|
|
732
677
|
* @summary 二级面板-列表
|
|
@@ -875,16 +820,6 @@ export const EnergyCostAnalysisControllerApiFactory = function (configuration?:
|
|
|
875
820
|
perUnitAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerUnitAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostPerUnitAnalysisVO> {
|
|
876
821
|
return localVarFp.perUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
877
822
|
},
|
|
878
|
-
/**
|
|
879
|
-
* 二级面板
|
|
880
|
-
* @summary 二级面板-用能汇总
|
|
881
|
-
* @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
|
|
882
|
-
* @param {*} [options] Override http request option.
|
|
883
|
-
* @throws {RequiredError}
|
|
884
|
-
*/
|
|
885
|
-
twoEnergyConsumptionSummar(requestParameters: EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultTwoEnergyConsumptionSummarVO> {
|
|
886
|
-
return localVarFp.twoEnergyConsumptionSummar(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
887
|
-
},
|
|
888
823
|
/**
|
|
889
824
|
* 二级面板
|
|
890
825
|
* @summary 二级面板-列表
|
|
@@ -1088,20 +1023,6 @@ export interface EnergyCostAnalysisControllerApiPerUnitAnalysisRequest {
|
|
|
1088
1023
|
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
1089
1024
|
}
|
|
1090
1025
|
|
|
1091
|
-
/**
|
|
1092
|
-
* Request parameters for twoEnergyConsumptionSummar operation in EnergyCostAnalysisControllerApi.
|
|
1093
|
-
* @export
|
|
1094
|
-
* @interface EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest
|
|
1095
|
-
*/
|
|
1096
|
-
export interface EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest {
|
|
1097
|
-
/**
|
|
1098
|
-
*
|
|
1099
|
-
* @type {EnergyCostAnalysisQueryDTO}
|
|
1100
|
-
* @memberof EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummar
|
|
1101
|
-
*/
|
|
1102
|
-
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1105
1026
|
/**
|
|
1106
1027
|
* Request parameters for twoList operation in EnergyCostAnalysisControllerApi.
|
|
1107
1028
|
* @export
|
|
@@ -1323,18 +1244,6 @@ export class EnergyCostAnalysisControllerApi extends BaseAPI {
|
|
|
1323
1244
|
return EnergyCostAnalysisControllerApiFp(this.configuration).perUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1324
1245
|
}
|
|
1325
1246
|
|
|
1326
|
-
/**
|
|
1327
|
-
* 二级面板
|
|
1328
|
-
* @summary 二级面板-用能汇总
|
|
1329
|
-
* @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
|
|
1330
|
-
* @param {*} [options] Override http request option.
|
|
1331
|
-
* @throws {RequiredError}
|
|
1332
|
-
* @memberof EnergyCostAnalysisControllerApi
|
|
1333
|
-
*/
|
|
1334
|
-
public twoEnergyConsumptionSummar(requestParameters: EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest, options?: RawAxiosRequestConfig) {
|
|
1335
|
-
return EnergyCostAnalysisControllerApiFp(this.configuration).twoEnergyConsumptionSummar(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1336
|
-
}
|
|
1337
|
-
|
|
1338
1247
|
/**
|
|
1339
1248
|
* 二级面板
|
|
1340
1249
|
* @summary 二级面板-列表
|
|
@@ -19,7 +19,6 @@ 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 { JsonResultTwoEnergyConsumptionSummarVO } from '../models';
|
|
23
22
|
/**
|
|
24
23
|
* EnergyCostAnalysisControllerApi - axios parameter creator
|
|
25
24
|
* @export
|
|
@@ -75,14 +74,6 @@ export declare const EnergyCostAnalysisControllerApiAxiosParamCreator: (configur
|
|
|
75
74
|
* @throws {RequiredError}
|
|
76
75
|
*/
|
|
77
76
|
perUnitAnalysis: (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78
|
-
/**
|
|
79
|
-
* 二级面板
|
|
80
|
-
* @summary 二级面板-用能汇总
|
|
81
|
-
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
82
|
-
* @param {*} [options] Override http request option.
|
|
83
|
-
* @throws {RequiredError}
|
|
84
|
-
*/
|
|
85
|
-
twoEnergyConsumptionSummar: (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
86
77
|
/**
|
|
87
78
|
* 二级面板
|
|
88
79
|
* @summary 二级面板-列表
|
|
@@ -197,14 +188,6 @@ export declare const EnergyCostAnalysisControllerApiFp: (configuration?: Configu
|
|
|
197
188
|
* @throws {RequiredError}
|
|
198
189
|
*/
|
|
199
190
|
perUnitAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostPerUnitAnalysisVO>>;
|
|
200
|
-
/**
|
|
201
|
-
* 二级面板
|
|
202
|
-
* @summary 二级面板-用能汇总
|
|
203
|
-
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
204
|
-
* @param {*} [options] Override http request option.
|
|
205
|
-
* @throws {RequiredError}
|
|
206
|
-
*/
|
|
207
|
-
twoEnergyConsumptionSummar(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultTwoEnergyConsumptionSummarVO>>;
|
|
208
191
|
/**
|
|
209
192
|
* 二级面板
|
|
210
193
|
* @summary 二级面板-列表
|
|
@@ -309,14 +292,6 @@ export declare const EnergyCostAnalysisControllerApiFactory: (configuration?: Co
|
|
|
309
292
|
* @throws {RequiredError}
|
|
310
293
|
*/
|
|
311
294
|
perUnitAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerUnitAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostPerUnitAnalysisVO>;
|
|
312
|
-
/**
|
|
313
|
-
* 二级面板
|
|
314
|
-
* @summary 二级面板-用能汇总
|
|
315
|
-
* @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
|
|
316
|
-
* @param {*} [options] Override http request option.
|
|
317
|
-
* @throws {RequiredError}
|
|
318
|
-
*/
|
|
319
|
-
twoEnergyConsumptionSummar(requestParameters: EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultTwoEnergyConsumptionSummarVO>;
|
|
320
295
|
/**
|
|
321
296
|
* 二级面板
|
|
322
297
|
* @summary 二级面板-列表
|
|
@@ -491,19 +466,6 @@ export interface EnergyCostAnalysisControllerApiPerUnitAnalysisRequest {
|
|
|
491
466
|
*/
|
|
492
467
|
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO;
|
|
493
468
|
}
|
|
494
|
-
/**
|
|
495
|
-
* Request parameters for twoEnergyConsumptionSummar operation in EnergyCostAnalysisControllerApi.
|
|
496
|
-
* @export
|
|
497
|
-
* @interface EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest
|
|
498
|
-
*/
|
|
499
|
-
export interface EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest {
|
|
500
|
-
/**
|
|
501
|
-
*
|
|
502
|
-
* @type {EnergyCostAnalysisQueryDTO}
|
|
503
|
-
* @memberof EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummar
|
|
504
|
-
*/
|
|
505
|
-
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO;
|
|
506
|
-
}
|
|
507
469
|
/**
|
|
508
470
|
* Request parameters for twoList operation in EnergyCostAnalysisControllerApi.
|
|
509
471
|
* @export
|
|
@@ -694,15 +656,6 @@ export declare class EnergyCostAnalysisControllerApi extends BaseAPI {
|
|
|
694
656
|
* @memberof EnergyCostAnalysisControllerApi
|
|
695
657
|
*/
|
|
696
658
|
perUnitAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerUnitAnalysisRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostPerUnitAnalysisVO, any, {}>>;
|
|
697
|
-
/**
|
|
698
|
-
* 二级面板
|
|
699
|
-
* @summary 二级面板-用能汇总
|
|
700
|
-
* @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
|
|
701
|
-
* @param {*} [options] Override http request option.
|
|
702
|
-
* @throws {RequiredError}
|
|
703
|
-
* @memberof EnergyCostAnalysisControllerApi
|
|
704
|
-
*/
|
|
705
|
-
twoEnergyConsumptionSummar(requestParameters: EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultTwoEnergyConsumptionSummarVO, any, {}>>;
|
|
706
659
|
/**
|
|
707
660
|
* 二级面板
|
|
708
661
|
* @summary 二级面板-列表
|
|
@@ -243,39 +243,6 @@ const EnergyCostAnalysisControllerApiAxiosParamCreator = function (configuration
|
|
|
243
243
|
options: localVarRequestOptions,
|
|
244
244
|
};
|
|
245
245
|
}),
|
|
246
|
-
/**
|
|
247
|
-
* 二级面板
|
|
248
|
-
* @summary 二级面板-用能汇总
|
|
249
|
-
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
250
|
-
* @param {*} [options] Override http request option.
|
|
251
|
-
* @throws {RequiredError}
|
|
252
|
-
*/
|
|
253
|
-
twoEnergyConsumptionSummar: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
|
|
254
|
-
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
255
|
-
(0, common_1.assertParamExists)('twoEnergyConsumptionSummar', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
|
|
256
|
-
const localVarPath = `/gizone/energy/cost/analysis/two-energy-consumption-summar`;
|
|
257
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
258
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
259
|
-
let baseOptions;
|
|
260
|
-
if (configuration) {
|
|
261
|
-
baseOptions = configuration.baseOptions;
|
|
262
|
-
}
|
|
263
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
264
|
-
const localVarHeaderParameter = {};
|
|
265
|
-
const localVarQueryParameter = {};
|
|
266
|
-
// authentication tokenScheme required
|
|
267
|
-
// http bearer authentication required
|
|
268
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
269
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
270
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
271
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
272
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
273
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
|
|
274
|
-
return {
|
|
275
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
276
|
-
options: localVarRequestOptions,
|
|
277
|
-
};
|
|
278
|
-
}),
|
|
279
246
|
/**
|
|
280
247
|
* 二级面板
|
|
281
248
|
* @summary 二级面板-列表
|
|
@@ -617,22 +584,6 @@ const EnergyCostAnalysisControllerApiFp = function (configuration) {
|
|
|
617
584
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
618
585
|
});
|
|
619
586
|
},
|
|
620
|
-
/**
|
|
621
|
-
* 二级面板
|
|
622
|
-
* @summary 二级面板-用能汇总
|
|
623
|
-
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
624
|
-
* @param {*} [options] Override http request option.
|
|
625
|
-
* @throws {RequiredError}
|
|
626
|
-
*/
|
|
627
|
-
twoEnergyConsumptionSummar(energyCostAnalysisQueryDTO, options) {
|
|
628
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
629
|
-
var _a, _b, _c;
|
|
630
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.twoEnergyConsumptionSummar(energyCostAnalysisQueryDTO, options);
|
|
631
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
632
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostAnalysisControllerApi.twoEnergyConsumptionSummar']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
633
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
634
|
-
});
|
|
635
|
-
},
|
|
636
587
|
/**
|
|
637
588
|
* 二级面板
|
|
638
589
|
* @summary 二级面板-列表
|
|
@@ -799,16 +750,6 @@ const EnergyCostAnalysisControllerApiFactory = function (configuration, basePath
|
|
|
799
750
|
perUnitAnalysis(requestParameters, options) {
|
|
800
751
|
return localVarFp.perUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
801
752
|
},
|
|
802
|
-
/**
|
|
803
|
-
* 二级面板
|
|
804
|
-
* @summary 二级面板-用能汇总
|
|
805
|
-
* @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
|
|
806
|
-
* @param {*} [options] Override http request option.
|
|
807
|
-
* @throws {RequiredError}
|
|
808
|
-
*/
|
|
809
|
-
twoEnergyConsumptionSummar(requestParameters, options) {
|
|
810
|
-
return localVarFp.twoEnergyConsumptionSummar(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
811
|
-
},
|
|
812
753
|
/**
|
|
813
754
|
* 二级面板
|
|
814
755
|
* @summary 二级面板-列表
|
|
@@ -934,17 +875,6 @@ class EnergyCostAnalysisControllerApi extends base_1.BaseAPI {
|
|
|
934
875
|
perUnitAnalysis(requestParameters, options) {
|
|
935
876
|
return (0, exports.EnergyCostAnalysisControllerApiFp)(this.configuration).perUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
936
877
|
}
|
|
937
|
-
/**
|
|
938
|
-
* 二级面板
|
|
939
|
-
* @summary 二级面板-用能汇总
|
|
940
|
-
* @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
|
|
941
|
-
* @param {*} [options] Override http request option.
|
|
942
|
-
* @throws {RequiredError}
|
|
943
|
-
* @memberof EnergyCostAnalysisControllerApi
|
|
944
|
-
*/
|
|
945
|
-
twoEnergyConsumptionSummar(requestParameters, options) {
|
|
946
|
-
return (0, exports.EnergyCostAnalysisControllerApiFp)(this.configuration).twoEnergyConsumptionSummar(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
947
|
-
}
|
|
948
878
|
/**
|
|
949
879
|
* 二级面板
|
|
950
880
|
* @summary 二级面板-列表
|
|
@@ -19,7 +19,6 @@ 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 { JsonResultTwoEnergyConsumptionSummarVO } from '../models';
|
|
23
22
|
/**
|
|
24
23
|
* EnergyCostAnalysisControllerApi - axios parameter creator
|
|
25
24
|
* @export
|
|
@@ -75,14 +74,6 @@ export declare const EnergyCostAnalysisControllerApiAxiosParamCreator: (configur
|
|
|
75
74
|
* @throws {RequiredError}
|
|
76
75
|
*/
|
|
77
76
|
perUnitAnalysis: (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78
|
-
/**
|
|
79
|
-
* 二级面板
|
|
80
|
-
* @summary 二级面板-用能汇总
|
|
81
|
-
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
82
|
-
* @param {*} [options] Override http request option.
|
|
83
|
-
* @throws {RequiredError}
|
|
84
|
-
*/
|
|
85
|
-
twoEnergyConsumptionSummar: (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
86
77
|
/**
|
|
87
78
|
* 二级面板
|
|
88
79
|
* @summary 二级面板-列表
|
|
@@ -197,14 +188,6 @@ export declare const EnergyCostAnalysisControllerApiFp: (configuration?: Configu
|
|
|
197
188
|
* @throws {RequiredError}
|
|
198
189
|
*/
|
|
199
190
|
perUnitAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostPerUnitAnalysisVO>>;
|
|
200
|
-
/**
|
|
201
|
-
* 二级面板
|
|
202
|
-
* @summary 二级面板-用能汇总
|
|
203
|
-
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
204
|
-
* @param {*} [options] Override http request option.
|
|
205
|
-
* @throws {RequiredError}
|
|
206
|
-
*/
|
|
207
|
-
twoEnergyConsumptionSummar(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultTwoEnergyConsumptionSummarVO>>;
|
|
208
191
|
/**
|
|
209
192
|
* 二级面板
|
|
210
193
|
* @summary 二级面板-列表
|
|
@@ -309,14 +292,6 @@ export declare const EnergyCostAnalysisControllerApiFactory: (configuration?: Co
|
|
|
309
292
|
* @throws {RequiredError}
|
|
310
293
|
*/
|
|
311
294
|
perUnitAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerUnitAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostPerUnitAnalysisVO>;
|
|
312
|
-
/**
|
|
313
|
-
* 二级面板
|
|
314
|
-
* @summary 二级面板-用能汇总
|
|
315
|
-
* @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
|
|
316
|
-
* @param {*} [options] Override http request option.
|
|
317
|
-
* @throws {RequiredError}
|
|
318
|
-
*/
|
|
319
|
-
twoEnergyConsumptionSummar(requestParameters: EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultTwoEnergyConsumptionSummarVO>;
|
|
320
295
|
/**
|
|
321
296
|
* 二级面板
|
|
322
297
|
* @summary 二级面板-列表
|
|
@@ -491,19 +466,6 @@ export interface EnergyCostAnalysisControllerApiPerUnitAnalysisRequest {
|
|
|
491
466
|
*/
|
|
492
467
|
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO;
|
|
493
468
|
}
|
|
494
|
-
/**
|
|
495
|
-
* Request parameters for twoEnergyConsumptionSummar operation in EnergyCostAnalysisControllerApi.
|
|
496
|
-
* @export
|
|
497
|
-
* @interface EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest
|
|
498
|
-
*/
|
|
499
|
-
export interface EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest {
|
|
500
|
-
/**
|
|
501
|
-
*
|
|
502
|
-
* @type {EnergyCostAnalysisQueryDTO}
|
|
503
|
-
* @memberof EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummar
|
|
504
|
-
*/
|
|
505
|
-
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO;
|
|
506
|
-
}
|
|
507
469
|
/**
|
|
508
470
|
* Request parameters for twoList operation in EnergyCostAnalysisControllerApi.
|
|
509
471
|
* @export
|
|
@@ -694,15 +656,6 @@ export declare class EnergyCostAnalysisControllerApi extends BaseAPI {
|
|
|
694
656
|
* @memberof EnergyCostAnalysisControllerApi
|
|
695
657
|
*/
|
|
696
658
|
perUnitAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerUnitAnalysisRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostPerUnitAnalysisVO, any, {}>>;
|
|
697
|
-
/**
|
|
698
|
-
* 二级面板
|
|
699
|
-
* @summary 二级面板-用能汇总
|
|
700
|
-
* @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
|
|
701
|
-
* @param {*} [options] Override http request option.
|
|
702
|
-
* @throws {RequiredError}
|
|
703
|
-
* @memberof EnergyCostAnalysisControllerApi
|
|
704
|
-
*/
|
|
705
|
-
twoEnergyConsumptionSummar(requestParameters: EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultTwoEnergyConsumptionSummarVO, any, {}>>;
|
|
706
659
|
/**
|
|
707
660
|
* 二级面板
|
|
708
661
|
* @summary 二级面板-列表
|
|
@@ -240,39 +240,6 @@ export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (config
|
|
|
240
240
|
options: localVarRequestOptions,
|
|
241
241
|
};
|
|
242
242
|
}),
|
|
243
|
-
/**
|
|
244
|
-
* 二级面板
|
|
245
|
-
* @summary 二级面板-用能汇总
|
|
246
|
-
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
247
|
-
* @param {*} [options] Override http request option.
|
|
248
|
-
* @throws {RequiredError}
|
|
249
|
-
*/
|
|
250
|
-
twoEnergyConsumptionSummar: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
|
|
251
|
-
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
252
|
-
assertParamExists('twoEnergyConsumptionSummar', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
|
|
253
|
-
const localVarPath = `/gizone/energy/cost/analysis/two-energy-consumption-summar`;
|
|
254
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
255
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
256
|
-
let baseOptions;
|
|
257
|
-
if (configuration) {
|
|
258
|
-
baseOptions = configuration.baseOptions;
|
|
259
|
-
}
|
|
260
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
261
|
-
const localVarHeaderParameter = {};
|
|
262
|
-
const localVarQueryParameter = {};
|
|
263
|
-
// authentication tokenScheme required
|
|
264
|
-
// http bearer authentication required
|
|
265
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
266
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
267
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
268
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
269
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
270
|
-
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
|
|
271
|
-
return {
|
|
272
|
-
url: toPathString(localVarUrlObj),
|
|
273
|
-
options: localVarRequestOptions,
|
|
274
|
-
};
|
|
275
|
-
}),
|
|
276
243
|
/**
|
|
277
244
|
* 二级面板
|
|
278
245
|
* @summary 二级面板-列表
|
|
@@ -613,22 +580,6 @@ export const EnergyCostAnalysisControllerApiFp = function (configuration) {
|
|
|
613
580
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
614
581
|
});
|
|
615
582
|
},
|
|
616
|
-
/**
|
|
617
|
-
* 二级面板
|
|
618
|
-
* @summary 二级面板-用能汇总
|
|
619
|
-
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
620
|
-
* @param {*} [options] Override http request option.
|
|
621
|
-
* @throws {RequiredError}
|
|
622
|
-
*/
|
|
623
|
-
twoEnergyConsumptionSummar(energyCostAnalysisQueryDTO, options) {
|
|
624
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
625
|
-
var _a, _b, _c;
|
|
626
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.twoEnergyConsumptionSummar(energyCostAnalysisQueryDTO, options);
|
|
627
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
628
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyCostAnalysisControllerApi.twoEnergyConsumptionSummar']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
629
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
630
|
-
});
|
|
631
|
-
},
|
|
632
583
|
/**
|
|
633
584
|
* 二级面板
|
|
634
585
|
* @summary 二级面板-列表
|
|
@@ -794,16 +745,6 @@ export const EnergyCostAnalysisControllerApiFactory = function (configuration, b
|
|
|
794
745
|
perUnitAnalysis(requestParameters, options) {
|
|
795
746
|
return localVarFp.perUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
796
747
|
},
|
|
797
|
-
/**
|
|
798
|
-
* 二级面板
|
|
799
|
-
* @summary 二级面板-用能汇总
|
|
800
|
-
* @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
|
|
801
|
-
* @param {*} [options] Override http request option.
|
|
802
|
-
* @throws {RequiredError}
|
|
803
|
-
*/
|
|
804
|
-
twoEnergyConsumptionSummar(requestParameters, options) {
|
|
805
|
-
return localVarFp.twoEnergyConsumptionSummar(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
806
|
-
},
|
|
807
748
|
/**
|
|
808
749
|
* 二级面板
|
|
809
750
|
* @summary 二级面板-列表
|
|
@@ -928,17 +869,6 @@ export class EnergyCostAnalysisControllerApi extends BaseAPI {
|
|
|
928
869
|
perUnitAnalysis(requestParameters, options) {
|
|
929
870
|
return EnergyCostAnalysisControllerApiFp(this.configuration).perUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
930
871
|
}
|
|
931
|
-
/**
|
|
932
|
-
* 二级面板
|
|
933
|
-
* @summary 二级面板-用能汇总
|
|
934
|
-
* @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
|
|
935
|
-
* @param {*} [options] Override http request option.
|
|
936
|
-
* @throws {RequiredError}
|
|
937
|
-
* @memberof EnergyCostAnalysisControllerApi
|
|
938
|
-
*/
|
|
939
|
-
twoEnergyConsumptionSummar(requestParameters, options) {
|
|
940
|
-
return EnergyCostAnalysisControllerApiFp(this.configuration).twoEnergyConsumptionSummar(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
941
|
-
}
|
|
942
872
|
/**
|
|
943
873
|
* 二级面板
|
|
944
874
|
* @summary 二级面板-列表
|
|
@@ -335,7 +335,6 @@ export * from './json-result-switch-park-v2-dto';
|
|
|
335
335
|
export * from './json-result-sys-dept';
|
|
336
336
|
export * from './json-result-sys-user';
|
|
337
337
|
export * from './json-result-sys-user-msg-dto';
|
|
338
|
-
export * from './json-result-two-energy-consumption-summar-vo';
|
|
339
338
|
export * from './json-result-user-add-redis-list-vo';
|
|
340
339
|
export * from './json-result-user-settings-entity';
|
|
341
340
|
export * from './json-result-violation-work-order-details-dto';
|
|
@@ -517,7 +516,6 @@ export * from './system-user-msg-source-type-enum';
|
|
|
517
516
|
export * from './system-user-msg-type-enum';
|
|
518
517
|
export * from './table-data-info';
|
|
519
518
|
export * from './third-party-system-enum';
|
|
520
|
-
export * from './two-energy-consumption-summar-vo';
|
|
521
519
|
export * from './user-add-redis-list-vo';
|
|
522
520
|
export * from './user-batch-import-upload-request';
|
|
523
521
|
export * from './user-bind-body';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -335,7 +335,6 @@ export * from './json-result-switch-park-v2-dto';
|
|
|
335
335
|
export * from './json-result-sys-dept';
|
|
336
336
|
export * from './json-result-sys-user';
|
|
337
337
|
export * from './json-result-sys-user-msg-dto';
|
|
338
|
-
export * from './json-result-two-energy-consumption-summar-vo';
|
|
339
338
|
export * from './json-result-user-add-redis-list-vo';
|
|
340
339
|
export * from './json-result-user-settings-entity';
|
|
341
340
|
export * from './json-result-violation-work-order-details-dto';
|
|
@@ -517,7 +516,6 @@ export * from './system-user-msg-source-type-enum';
|
|
|
517
516
|
export * from './system-user-msg-type-enum';
|
|
518
517
|
export * from './table-data-info';
|
|
519
518
|
export * from './third-party-system-enum';
|
|
520
|
-
export * from './two-energy-consumption-summar-vo';
|
|
521
519
|
export * from './user-add-redis-list-vo';
|
|
522
520
|
export * from './user-batch-import-upload-request';
|
|
523
521
|
export * from './user-bind-body';
|
|
@@ -34,12 +34,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
34
34
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
35
35
|
*/
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {boolean}
|
|
40
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
|
-
*/
|
|
42
|
-
'searchCount'?: boolean;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {number}
|
|
@@ -53,6 +47,12 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
53
47
|
* @deprecated
|
|
54
48
|
*/
|
|
55
49
|
'hitCount'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {boolean}
|
|
53
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
+
*/
|
|
55
|
+
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -335,7 +335,6 @@ export * from './json-result-switch-park-v2-dto';
|
|
|
335
335
|
export * from './json-result-sys-dept';
|
|
336
336
|
export * from './json-result-sys-user';
|
|
337
337
|
export * from './json-result-sys-user-msg-dto';
|
|
338
|
-
export * from './json-result-two-energy-consumption-summar-vo';
|
|
339
338
|
export * from './json-result-user-add-redis-list-vo';
|
|
340
339
|
export * from './json-result-user-settings-entity';
|
|
341
340
|
export * from './json-result-violation-work-order-details-dto';
|
|
@@ -517,7 +516,6 @@ export * from './system-user-msg-source-type-enum';
|
|
|
517
516
|
export * from './system-user-msg-type-enum';
|
|
518
517
|
export * from './table-data-info';
|
|
519
518
|
export * from './third-party-system-enum';
|
|
520
|
-
export * from './two-energy-consumption-summar-vo';
|
|
521
519
|
export * from './user-add-redis-list-vo';
|
|
522
520
|
export * from './user-batch-import-upload-request';
|
|
523
521
|
export * from './user-bind-body';
|
package/dist/models/index.js
CHANGED
|
@@ -351,7 +351,6 @@ __exportStar(require("./json-result-switch-park-v2-dto"), exports);
|
|
|
351
351
|
__exportStar(require("./json-result-sys-dept"), exports);
|
|
352
352
|
__exportStar(require("./json-result-sys-user"), exports);
|
|
353
353
|
__exportStar(require("./json-result-sys-user-msg-dto"), exports);
|
|
354
|
-
__exportStar(require("./json-result-two-energy-consumption-summar-vo"), exports);
|
|
355
354
|
__exportStar(require("./json-result-user-add-redis-list-vo"), exports);
|
|
356
355
|
__exportStar(require("./json-result-user-settings-entity"), exports);
|
|
357
356
|
__exportStar(require("./json-result-violation-work-order-details-dto"), exports);
|
|
@@ -533,7 +532,6 @@ __exportStar(require("./system-user-msg-source-type-enum"), exports);
|
|
|
533
532
|
__exportStar(require("./system-user-msg-type-enum"), exports);
|
|
534
533
|
__exportStar(require("./table-data-info"), exports);
|
|
535
534
|
__exportStar(require("./third-party-system-enum"), exports);
|
|
536
|
-
__exportStar(require("./two-energy-consumption-summar-vo"), exports);
|
|
537
535
|
__exportStar(require("./user-add-redis-list-vo"), exports);
|
|
538
536
|
__exportStar(require("./user-batch-import-upload-request"), exports);
|
|
539
537
|
__exportStar(require("./user-bind-body"), exports);
|
|
@@ -34,12 +34,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
34
34
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
35
35
|
*/
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {boolean}
|
|
40
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
|
-
*/
|
|
42
|
-
'searchCount'?: boolean;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {number}
|
|
@@ -53,6 +47,12 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
53
47
|
* @deprecated
|
|
54
48
|
*/
|
|
55
49
|
'hitCount'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {boolean}
|
|
53
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
+
*/
|
|
55
|
+
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
package/models/index.ts
CHANGED
|
@@ -335,7 +335,6 @@ export * from './json-result-switch-park-v2-dto';
|
|
|
335
335
|
export * from './json-result-sys-dept';
|
|
336
336
|
export * from './json-result-sys-user';
|
|
337
337
|
export * from './json-result-sys-user-msg-dto';
|
|
338
|
-
export * from './json-result-two-energy-consumption-summar-vo';
|
|
339
338
|
export * from './json-result-user-add-redis-list-vo';
|
|
340
339
|
export * from './json-result-user-settings-entity';
|
|
341
340
|
export * from './json-result-violation-work-order-details-dto';
|
|
@@ -517,7 +516,6 @@ export * from './system-user-msg-source-type-enum';
|
|
|
517
516
|
export * from './system-user-msg-type-enum';
|
|
518
517
|
export * from './table-data-info';
|
|
519
518
|
export * from './third-party-system-enum';
|
|
520
|
-
export * from './two-energy-consumption-summar-vo';
|
|
521
519
|
export * from './user-add-redis-list-vo';
|
|
522
520
|
export * from './user-batch-import-upload-request';
|
|
523
521
|
export * from './user-bind-body';
|