@gizone/rrs-client 4.2.9-alpha.2512161737 → 4.2.9-alpha.2512161759
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 -1
- package/apis/energy-cost-analysis-controller-api.ts +4 -4
- package/dist/apis/energy-cost-analysis-controller-api.d.ts +4 -4
- package/dist/apis/energy-cost-analysis-controller-api.js +4 -4
- package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +4 -4
- package/dist/esm/apis/energy-cost-analysis-controller-api.js +4 -4
- package/dist/esm/models/energy-cost-analysis-query-dto.d.ts +0 -25
- package/dist/esm/models/energy-cost-analysis-query-dto.js +0 -6
- package/dist/esm/models/energy-cost-per-area-analysis-vo.d.ts +0 -12
- package/dist/esm/models/energy-cost-per-unit-analysis-vo.d.ts +8 -15
- package/dist/esm/models/index.d.ts +0 -1
- package/dist/esm/models/index.js +0 -1
- package/dist/esm/models/ipage-energy-cost-analysis-list-vo.d.ts +6 -6
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/models/energy-cost-analysis-query-dto.d.ts +0 -25
- package/dist/models/energy-cost-analysis-query-dto.js +1 -7
- package/dist/models/energy-cost-per-area-analysis-vo.d.ts +0 -12
- package/dist/models/energy-cost-per-unit-analysis-vo.d.ts +8 -15
- package/dist/models/index.d.ts +0 -1
- package/dist/models/index.js +0 -1
- package/dist/models/ipage-energy-cost-analysis-list-vo.d.ts +6 -6
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/models/sys-user.d.ts +4 -4
- package/models/energy-cost-analysis-query-dto.ts +0 -26
- package/models/energy-cost-per-area-analysis-vo.ts +0 -12
- package/models/energy-cost-per-unit-analysis-vo.ts +8 -17
- package/models/index.ts +0 -1
- package/models/ipage-energy-cost-analysis-list-vo.ts +6 -6
- package/models/ipage-energy-cost-record-info-vo.ts +6 -6
- package/models/sys-user.ts +4 -4
- package/package.json +1 -1
- package/dist/esm/models/park-per-unit-detail-vo.d.ts +0 -72
- package/dist/esm/models/park-per-unit-detail-vo.js +0 -14
- package/dist/models/park-per-unit-detail-vo.d.ts +0 -72
- package/dist/models/park-per-unit-detail-vo.js +0 -15
- package/models/park-per-unit-detail-vo.ts +0 -78
package/.openapi-generator/FILES
CHANGED
|
@@ -437,7 +437,6 @@ models/park-center-attribute-enum.ts
|
|
|
437
437
|
models/park-info-dto.ts
|
|
438
438
|
models/park-info-edit-vo.ts
|
|
439
439
|
models/park-list-dto.ts
|
|
440
|
-
models/park-per-unit-detail-vo.ts
|
|
441
440
|
models/park-plat-form-enum.ts
|
|
442
441
|
models/park-push-settings-add-bo.ts
|
|
443
442
|
models/park-settings-details-dto.ts
|
|
@@ -318,7 +318,7 @@ export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (config
|
|
|
318
318
|
};
|
|
319
319
|
},
|
|
320
320
|
/**
|
|
321
|
-
*
|
|
321
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
322
322
|
* @summary 单耗分析
|
|
323
323
|
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
324
324
|
* @param {*} [options] Override http request option.
|
|
@@ -492,7 +492,7 @@ export const EnergyCostAnalysisControllerApiFp = function(configuration?: Config
|
|
|
492
492
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
493
493
|
},
|
|
494
494
|
/**
|
|
495
|
-
*
|
|
495
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
496
496
|
* @summary 单耗分析
|
|
497
497
|
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
498
498
|
* @param {*} [options] Override http request option.
|
|
@@ -588,7 +588,7 @@ export const EnergyCostAnalysisControllerApiFactory = function (configuration?:
|
|
|
588
588
|
return localVarFp.perAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
589
589
|
},
|
|
590
590
|
/**
|
|
591
|
-
*
|
|
591
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
592
592
|
* @summary 单耗分析
|
|
593
593
|
* @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
594
594
|
* @param {*} [options] Override http request option.
|
|
@@ -844,7 +844,7 @@ export class EnergyCostAnalysisControllerApi extends BaseAPI {
|
|
|
844
844
|
}
|
|
845
845
|
|
|
846
846
|
/**
|
|
847
|
-
*
|
|
847
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
848
848
|
* @summary 单耗分析
|
|
849
849
|
* @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
850
850
|
* @param {*} [options] Override http request option.
|
|
@@ -81,7 +81,7 @@ export declare const EnergyCostAnalysisControllerApiAxiosParamCreator: (configur
|
|
|
81
81
|
*/
|
|
82
82
|
perAreaAnalysis: (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
83
83
|
/**
|
|
84
|
-
*
|
|
84
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
85
85
|
* @summary 单耗分析
|
|
86
86
|
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
87
87
|
* @param {*} [options] Override http request option.
|
|
@@ -157,7 +157,7 @@ export declare const EnergyCostAnalysisControllerApiFp: (configuration?: Configu
|
|
|
157
157
|
*/
|
|
158
158
|
perAreaAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostPerAreaAnalysisVO>>;
|
|
159
159
|
/**
|
|
160
|
-
*
|
|
160
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
161
161
|
* @summary 单耗分析
|
|
162
162
|
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
163
163
|
* @param {*} [options] Override http request option.
|
|
@@ -227,7 +227,7 @@ export declare const EnergyCostAnalysisControllerApiFactory: (configuration?: Co
|
|
|
227
227
|
*/
|
|
228
228
|
perAreaAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerAreaAnalysisRequest, options?: AxiosRequestConfig): AxiosPromise<JsonResultEnergyCostPerAreaAnalysisVO>;
|
|
229
229
|
/**
|
|
230
|
-
*
|
|
230
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
231
231
|
* @summary 单耗分析
|
|
232
232
|
* @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
233
233
|
* @param {*} [options] Override http request option.
|
|
@@ -445,7 +445,7 @@ export declare class EnergyCostAnalysisControllerApi extends BaseAPI {
|
|
|
445
445
|
*/
|
|
446
446
|
perAreaAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerAreaAnalysisRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostPerAreaAnalysisVO, any>>;
|
|
447
447
|
/**
|
|
448
|
-
*
|
|
448
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
449
449
|
* @summary 单耗分析
|
|
450
450
|
* @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
451
451
|
* @param {*} [options] Override http request option.
|
|
@@ -260,7 +260,7 @@ const EnergyCostAnalysisControllerApiAxiosParamCreator = function (configuration
|
|
|
260
260
|
};
|
|
261
261
|
}),
|
|
262
262
|
/**
|
|
263
|
-
*
|
|
263
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
264
264
|
* @summary 单耗分析
|
|
265
265
|
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
266
266
|
* @param {*} [options] Override http request option.
|
|
@@ -438,7 +438,7 @@ const EnergyCostAnalysisControllerApiFp = function (configuration) {
|
|
|
438
438
|
});
|
|
439
439
|
},
|
|
440
440
|
/**
|
|
441
|
-
*
|
|
441
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
442
442
|
* @summary 单耗分析
|
|
443
443
|
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
444
444
|
* @param {*} [options] Override http request option.
|
|
@@ -540,7 +540,7 @@ const EnergyCostAnalysisControllerApiFactory = function (configuration, basePath
|
|
|
540
540
|
return localVarFp.perAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
541
541
|
},
|
|
542
542
|
/**
|
|
543
|
-
*
|
|
543
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
544
544
|
* @summary 单耗分析
|
|
545
545
|
* @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
546
546
|
* @param {*} [options] Override http request option.
|
|
@@ -636,7 +636,7 @@ class EnergyCostAnalysisControllerApi extends base_1.BaseAPI {
|
|
|
636
636
|
return (0, exports.EnergyCostAnalysisControllerApiFp)(this.configuration).perAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
637
637
|
}
|
|
638
638
|
/**
|
|
639
|
-
*
|
|
639
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
640
640
|
* @summary 单耗分析
|
|
641
641
|
* @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
642
642
|
* @param {*} [options] Override http request option.
|
|
@@ -81,7 +81,7 @@ export declare const EnergyCostAnalysisControllerApiAxiosParamCreator: (configur
|
|
|
81
81
|
*/
|
|
82
82
|
perAreaAnalysis: (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
83
83
|
/**
|
|
84
|
-
*
|
|
84
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
85
85
|
* @summary 单耗分析
|
|
86
86
|
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
87
87
|
* @param {*} [options] Override http request option.
|
|
@@ -157,7 +157,7 @@ export declare const EnergyCostAnalysisControllerApiFp: (configuration?: Configu
|
|
|
157
157
|
*/
|
|
158
158
|
perAreaAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostPerAreaAnalysisVO>>;
|
|
159
159
|
/**
|
|
160
|
-
*
|
|
160
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
161
161
|
* @summary 单耗分析
|
|
162
162
|
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
163
163
|
* @param {*} [options] Override http request option.
|
|
@@ -227,7 +227,7 @@ export declare const EnergyCostAnalysisControllerApiFactory: (configuration?: Co
|
|
|
227
227
|
*/
|
|
228
228
|
perAreaAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerAreaAnalysisRequest, options?: AxiosRequestConfig): AxiosPromise<JsonResultEnergyCostPerAreaAnalysisVO>;
|
|
229
229
|
/**
|
|
230
|
-
*
|
|
230
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
231
231
|
* @summary 单耗分析
|
|
232
232
|
* @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
233
233
|
* @param {*} [options] Override http request option.
|
|
@@ -445,7 +445,7 @@ export declare class EnergyCostAnalysisControllerApi extends BaseAPI {
|
|
|
445
445
|
*/
|
|
446
446
|
perAreaAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerAreaAnalysisRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostPerAreaAnalysisVO, any>>;
|
|
447
447
|
/**
|
|
448
|
-
*
|
|
448
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
449
449
|
* @summary 单耗分析
|
|
450
450
|
* @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
451
451
|
* @param {*} [options] Override http request option.
|
|
@@ -257,7 +257,7 @@ export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (config
|
|
|
257
257
|
};
|
|
258
258
|
}),
|
|
259
259
|
/**
|
|
260
|
-
*
|
|
260
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
261
261
|
* @summary 单耗分析
|
|
262
262
|
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
263
263
|
* @param {*} [options] Override http request option.
|
|
@@ -434,7 +434,7 @@ export const EnergyCostAnalysisControllerApiFp = function (configuration) {
|
|
|
434
434
|
});
|
|
435
435
|
},
|
|
436
436
|
/**
|
|
437
|
-
*
|
|
437
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
438
438
|
* @summary 单耗分析
|
|
439
439
|
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
440
440
|
* @param {*} [options] Override http request option.
|
|
@@ -535,7 +535,7 @@ export const EnergyCostAnalysisControllerApiFactory = function (configuration, b
|
|
|
535
535
|
return localVarFp.perAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
536
536
|
},
|
|
537
537
|
/**
|
|
538
|
-
*
|
|
538
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
539
539
|
* @summary 单耗分析
|
|
540
540
|
* @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
541
541
|
* @param {*} [options] Override http request option.
|
|
@@ -630,7 +630,7 @@ export class EnergyCostAnalysisControllerApi extends BaseAPI {
|
|
|
630
630
|
return EnergyCostAnalysisControllerApiFp(this.configuration).perAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
631
631
|
}
|
|
632
632
|
/**
|
|
633
|
-
*
|
|
633
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
634
634
|
* @summary 单耗分析
|
|
635
635
|
* @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
636
636
|
* @param {*} [options] Override http request option.
|
|
@@ -27,40 +27,15 @@ export interface EnergyCostAnalysisQueryDTO {
|
|
|
27
27
|
* @memberof EnergyCostAnalysisQueryDTO
|
|
28
28
|
*/
|
|
29
29
|
'energyTypes'?: Array<EnergyCostAnalysisQueryDTOEnergyTypesEnum>;
|
|
30
|
-
/**
|
|
31
|
-
* 场景类型列表
|
|
32
|
-
* @type {Array<string>}
|
|
33
|
-
* @memberof EnergyCostAnalysisQueryDTO
|
|
34
|
-
*/
|
|
35
|
-
'scenarios'?: Array<EnergyCostAnalysisQueryDTOScenariosEnum>;
|
|
36
30
|
/**
|
|
37
31
|
* 园区ID列表
|
|
38
32
|
* @type {Array<number>}
|
|
39
33
|
* @memberof EnergyCostAnalysisQueryDTO
|
|
40
34
|
*/
|
|
41
35
|
'parkIds'?: Array<number>;
|
|
42
|
-
/**
|
|
43
|
-
* 是否只显示已提交的数据
|
|
44
|
-
* @type {boolean}
|
|
45
|
-
* @memberof EnergyCostAnalysisQueryDTO
|
|
46
|
-
*/
|
|
47
|
-
'onlySubmitted'?: boolean;
|
|
48
|
-
/**
|
|
49
|
-
* 是否包含未维护单耗标准的园区
|
|
50
|
-
* @type {boolean}
|
|
51
|
-
* @memberof EnergyCostAnalysisQueryDTO
|
|
52
|
-
*/
|
|
53
|
-
'includeUnmaintainedParks'?: boolean;
|
|
54
36
|
}
|
|
55
37
|
export declare const EnergyCostAnalysisQueryDTOEnergyTypesEnum: {
|
|
56
38
|
readonly Electric: "ELECTRIC";
|
|
57
39
|
readonly Water: "WATER";
|
|
58
40
|
};
|
|
59
41
|
export type EnergyCostAnalysisQueryDTOEnergyTypesEnum = typeof EnergyCostAnalysisQueryDTOEnergyTypesEnum[keyof typeof EnergyCostAnalysisQueryDTOEnergyTypesEnum];
|
|
60
|
-
export declare const EnergyCostAnalysisQueryDTOScenariosEnum: {
|
|
61
|
-
readonly ColdStorage: "COLD_STORAGE";
|
|
62
|
-
readonly SmartWarehouse: "SMART_WAREHOUSE";
|
|
63
|
-
readonly LeasingTenant: "LEASING_TENANT";
|
|
64
|
-
readonly PrivateConventionalWarehouse: "PRIVATE_CONVENTIONAL_WAREHOUSE";
|
|
65
|
-
};
|
|
66
|
-
export type EnergyCostAnalysisQueryDTOScenariosEnum = typeof EnergyCostAnalysisQueryDTOScenariosEnum[keyof typeof EnergyCostAnalysisQueryDTOScenariosEnum];
|
|
@@ -15,9 +15,3 @@ export const EnergyCostAnalysisQueryDTOEnergyTypesEnum = {
|
|
|
15
15
|
Electric: 'ELECTRIC',
|
|
16
16
|
Water: 'WATER'
|
|
17
17
|
};
|
|
18
|
-
export const EnergyCostAnalysisQueryDTOScenariosEnum = {
|
|
19
|
-
ColdStorage: 'COLD_STORAGE',
|
|
20
|
-
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
21
|
-
LeasingTenant: 'LEASING_TENANT',
|
|
22
|
-
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
23
|
-
};
|
|
@@ -39,16 +39,4 @@ export interface EnergyCostPerAreaAnalysisVO {
|
|
|
39
39
|
* @memberof EnergyCostPerAreaAnalysisVO
|
|
40
40
|
*/
|
|
41
41
|
'samePeriodLastYear'?: number;
|
|
42
|
-
/**
|
|
43
|
-
* 实际/标准
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof EnergyCostPerAreaAnalysisVO
|
|
46
|
-
*/
|
|
47
|
-
'actualStandard'?: number;
|
|
48
|
-
/**
|
|
49
|
-
* 标准单平单价
|
|
50
|
-
* @type {number}
|
|
51
|
-
* @memberof EnergyCostPerAreaAnalysisVO
|
|
52
|
-
*/
|
|
53
|
-
'standardPerAreaPrice'?: number;
|
|
54
42
|
}
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ParkPerUnitDetailVO } from './park-per-unit-detail-vo';
|
|
13
12
|
/**
|
|
14
13
|
* 单耗分析结果
|
|
15
14
|
* @export
|
|
@@ -17,11 +16,17 @@ import { ParkPerUnitDetailVO } from './park-per-unit-detail-vo';
|
|
|
17
16
|
*/
|
|
18
17
|
export interface EnergyCostPerUnitAnalysisVO {
|
|
19
18
|
/**
|
|
20
|
-
*
|
|
19
|
+
* 实际
|
|
21
20
|
* @type {number}
|
|
22
21
|
* @memberof EnergyCostPerUnitAnalysisVO
|
|
23
22
|
*/
|
|
24
|
-
'
|
|
23
|
+
'actual'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 标准
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof EnergyCostPerUnitAnalysisVO
|
|
28
|
+
*/
|
|
29
|
+
'standard'?: number;
|
|
25
30
|
/**
|
|
26
31
|
* 年平均
|
|
27
32
|
* @type {number}
|
|
@@ -40,16 +45,4 @@ export interface EnergyCostPerUnitAnalysisVO {
|
|
|
40
45
|
* @memberof EnergyCostPerUnitAnalysisVO
|
|
41
46
|
*/
|
|
42
47
|
'samePeriodLastYear'?: number;
|
|
43
|
-
/**
|
|
44
|
-
* 实际/标准
|
|
45
|
-
* @type {number}
|
|
46
|
-
* @memberof EnergyCostPerUnitAnalysisVO
|
|
47
|
-
*/
|
|
48
|
-
'actualStandard'?: number;
|
|
49
|
-
/**
|
|
50
|
-
* 园区详情列表
|
|
51
|
-
* @type {Array<ParkPerUnitDetailVO>}
|
|
52
|
-
* @memberof EnergyCostPerUnitAnalysisVO
|
|
53
|
-
*/
|
|
54
|
-
'parkDetails'?: Array<ParkPerUnitDetailVO>;
|
|
55
48
|
}
|
|
@@ -389,7 +389,6 @@ export * from './park-center-attribute-enum';
|
|
|
389
389
|
export * from './park-info-dto';
|
|
390
390
|
export * from './park-info-edit-vo';
|
|
391
391
|
export * from './park-list-dto';
|
|
392
|
-
export * from './park-per-unit-detail-vo';
|
|
393
392
|
export * from './park-plat-form-enum';
|
|
394
393
|
export * from './park-push-settings-add-bo';
|
|
395
394
|
export * from './park-settings-details-dto';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -389,7 +389,6 @@ export * from './park-center-attribute-enum';
|
|
|
389
389
|
export * from './park-info-dto';
|
|
390
390
|
export * from './park-info-edit-vo';
|
|
391
391
|
export * from './park-list-dto';
|
|
392
|
-
export * from './park-per-unit-detail-vo';
|
|
393
392
|
export * from './park-plat-form-enum';
|
|
394
393
|
export * from './park-push-settings-add-bo';
|
|
395
394
|
export * from './park-settings-details-dto';
|
|
@@ -42,21 +42,21 @@ export interface IPageEnergyCostAnalysisListVO {
|
|
|
42
42
|
'records'?: Array<EnergyCostAnalysisListVO>;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {number}
|
|
46
46
|
* @memberof IPageEnergyCostAnalysisListVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'pages'?: number;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
|
-
* @type {
|
|
51
|
+
* @type {boolean}
|
|
53
52
|
* @memberof IPageEnergyCostAnalysisListVO
|
|
54
53
|
*/
|
|
55
|
-
'
|
|
54
|
+
'searchCount'?: boolean;
|
|
56
55
|
/**
|
|
57
56
|
*
|
|
58
57
|
* @type {boolean}
|
|
59
58
|
* @memberof IPageEnergyCostAnalysisListVO
|
|
59
|
+
* @deprecated
|
|
60
60
|
*/
|
|
61
|
-
'
|
|
61
|
+
'hitCount'?: boolean;
|
|
62
62
|
}
|
|
@@ -42,21 +42,21 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
42
42
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {number}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'pages'?: number;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
|
-
* @type {
|
|
51
|
+
* @type {boolean}
|
|
53
52
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
53
|
*/
|
|
55
|
-
'
|
|
54
|
+
'searchCount'?: boolean;
|
|
56
55
|
/**
|
|
57
56
|
*
|
|
58
57
|
* @type {boolean}
|
|
59
58
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
59
|
+
* @deprecated
|
|
60
60
|
*/
|
|
61
|
-
'
|
|
61
|
+
'hitCount'?: boolean;
|
|
62
62
|
}
|
|
@@ -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
|
}
|
|
@@ -27,40 +27,15 @@ export interface EnergyCostAnalysisQueryDTO {
|
|
|
27
27
|
* @memberof EnergyCostAnalysisQueryDTO
|
|
28
28
|
*/
|
|
29
29
|
'energyTypes'?: Array<EnergyCostAnalysisQueryDTOEnergyTypesEnum>;
|
|
30
|
-
/**
|
|
31
|
-
* 场景类型列表
|
|
32
|
-
* @type {Array<string>}
|
|
33
|
-
* @memberof EnergyCostAnalysisQueryDTO
|
|
34
|
-
*/
|
|
35
|
-
'scenarios'?: Array<EnergyCostAnalysisQueryDTOScenariosEnum>;
|
|
36
30
|
/**
|
|
37
31
|
* 园区ID列表
|
|
38
32
|
* @type {Array<number>}
|
|
39
33
|
* @memberof EnergyCostAnalysisQueryDTO
|
|
40
34
|
*/
|
|
41
35
|
'parkIds'?: Array<number>;
|
|
42
|
-
/**
|
|
43
|
-
* 是否只显示已提交的数据
|
|
44
|
-
* @type {boolean}
|
|
45
|
-
* @memberof EnergyCostAnalysisQueryDTO
|
|
46
|
-
*/
|
|
47
|
-
'onlySubmitted'?: boolean;
|
|
48
|
-
/**
|
|
49
|
-
* 是否包含未维护单耗标准的园区
|
|
50
|
-
* @type {boolean}
|
|
51
|
-
* @memberof EnergyCostAnalysisQueryDTO
|
|
52
|
-
*/
|
|
53
|
-
'includeUnmaintainedParks'?: boolean;
|
|
54
36
|
}
|
|
55
37
|
export declare const EnergyCostAnalysisQueryDTOEnergyTypesEnum: {
|
|
56
38
|
readonly Electric: "ELECTRIC";
|
|
57
39
|
readonly Water: "WATER";
|
|
58
40
|
};
|
|
59
41
|
export type EnergyCostAnalysisQueryDTOEnergyTypesEnum = typeof EnergyCostAnalysisQueryDTOEnergyTypesEnum[keyof typeof EnergyCostAnalysisQueryDTOEnergyTypesEnum];
|
|
60
|
-
export declare const EnergyCostAnalysisQueryDTOScenariosEnum: {
|
|
61
|
-
readonly ColdStorage: "COLD_STORAGE";
|
|
62
|
-
readonly SmartWarehouse: "SMART_WAREHOUSE";
|
|
63
|
-
readonly LeasingTenant: "LEASING_TENANT";
|
|
64
|
-
readonly PrivateConventionalWarehouse: "PRIVATE_CONVENTIONAL_WAREHOUSE";
|
|
65
|
-
};
|
|
66
|
-
export type EnergyCostAnalysisQueryDTOScenariosEnum = typeof EnergyCostAnalysisQueryDTOScenariosEnum[keyof typeof EnergyCostAnalysisQueryDTOScenariosEnum];
|
|
@@ -13,14 +13,8 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
16
|
+
exports.EnergyCostAnalysisQueryDTOEnergyTypesEnum = void 0;
|
|
17
17
|
exports.EnergyCostAnalysisQueryDTOEnergyTypesEnum = {
|
|
18
18
|
Electric: 'ELECTRIC',
|
|
19
19
|
Water: 'WATER'
|
|
20
20
|
};
|
|
21
|
-
exports.EnergyCostAnalysisQueryDTOScenariosEnum = {
|
|
22
|
-
ColdStorage: 'COLD_STORAGE',
|
|
23
|
-
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
24
|
-
LeasingTenant: 'LEASING_TENANT',
|
|
25
|
-
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
26
|
-
};
|
|
@@ -39,16 +39,4 @@ export interface EnergyCostPerAreaAnalysisVO {
|
|
|
39
39
|
* @memberof EnergyCostPerAreaAnalysisVO
|
|
40
40
|
*/
|
|
41
41
|
'samePeriodLastYear'?: number;
|
|
42
|
-
/**
|
|
43
|
-
* 实际/标准
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof EnergyCostPerAreaAnalysisVO
|
|
46
|
-
*/
|
|
47
|
-
'actualStandard'?: number;
|
|
48
|
-
/**
|
|
49
|
-
* 标准单平单价
|
|
50
|
-
* @type {number}
|
|
51
|
-
* @memberof EnergyCostPerAreaAnalysisVO
|
|
52
|
-
*/
|
|
53
|
-
'standardPerAreaPrice'?: number;
|
|
54
42
|
}
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ParkPerUnitDetailVO } from './park-per-unit-detail-vo';
|
|
13
12
|
/**
|
|
14
13
|
* 单耗分析结果
|
|
15
14
|
* @export
|
|
@@ -17,11 +16,17 @@ import { ParkPerUnitDetailVO } from './park-per-unit-detail-vo';
|
|
|
17
16
|
*/
|
|
18
17
|
export interface EnergyCostPerUnitAnalysisVO {
|
|
19
18
|
/**
|
|
20
|
-
*
|
|
19
|
+
* 实际
|
|
21
20
|
* @type {number}
|
|
22
21
|
* @memberof EnergyCostPerUnitAnalysisVO
|
|
23
22
|
*/
|
|
24
|
-
'
|
|
23
|
+
'actual'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 标准
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof EnergyCostPerUnitAnalysisVO
|
|
28
|
+
*/
|
|
29
|
+
'standard'?: number;
|
|
25
30
|
/**
|
|
26
31
|
* 年平均
|
|
27
32
|
* @type {number}
|
|
@@ -40,16 +45,4 @@ export interface EnergyCostPerUnitAnalysisVO {
|
|
|
40
45
|
* @memberof EnergyCostPerUnitAnalysisVO
|
|
41
46
|
*/
|
|
42
47
|
'samePeriodLastYear'?: number;
|
|
43
|
-
/**
|
|
44
|
-
* 实际/标准
|
|
45
|
-
* @type {number}
|
|
46
|
-
* @memberof EnergyCostPerUnitAnalysisVO
|
|
47
|
-
*/
|
|
48
|
-
'actualStandard'?: number;
|
|
49
|
-
/**
|
|
50
|
-
* 园区详情列表
|
|
51
|
-
* @type {Array<ParkPerUnitDetailVO>}
|
|
52
|
-
* @memberof EnergyCostPerUnitAnalysisVO
|
|
53
|
-
*/
|
|
54
|
-
'parkDetails'?: Array<ParkPerUnitDetailVO>;
|
|
55
48
|
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -389,7 +389,6 @@ export * from './park-center-attribute-enum';
|
|
|
389
389
|
export * from './park-info-dto';
|
|
390
390
|
export * from './park-info-edit-vo';
|
|
391
391
|
export * from './park-list-dto';
|
|
392
|
-
export * from './park-per-unit-detail-vo';
|
|
393
392
|
export * from './park-plat-form-enum';
|
|
394
393
|
export * from './park-push-settings-add-bo';
|
|
395
394
|
export * from './park-settings-details-dto';
|
package/dist/models/index.js
CHANGED
|
@@ -405,7 +405,6 @@ __exportStar(require("./park-center-attribute-enum"), exports);
|
|
|
405
405
|
__exportStar(require("./park-info-dto"), exports);
|
|
406
406
|
__exportStar(require("./park-info-edit-vo"), exports);
|
|
407
407
|
__exportStar(require("./park-list-dto"), exports);
|
|
408
|
-
__exportStar(require("./park-per-unit-detail-vo"), exports);
|
|
409
408
|
__exportStar(require("./park-plat-form-enum"), exports);
|
|
410
409
|
__exportStar(require("./park-push-settings-add-bo"), exports);
|
|
411
410
|
__exportStar(require("./park-settings-details-dto"), exports);
|
|
@@ -42,21 +42,21 @@ export interface IPageEnergyCostAnalysisListVO {
|
|
|
42
42
|
'records'?: Array<EnergyCostAnalysisListVO>;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {number}
|
|
46
46
|
* @memberof IPageEnergyCostAnalysisListVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'pages'?: number;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
|
-
* @type {
|
|
51
|
+
* @type {boolean}
|
|
53
52
|
* @memberof IPageEnergyCostAnalysisListVO
|
|
54
53
|
*/
|
|
55
|
-
'
|
|
54
|
+
'searchCount'?: boolean;
|
|
56
55
|
/**
|
|
57
56
|
*
|
|
58
57
|
* @type {boolean}
|
|
59
58
|
* @memberof IPageEnergyCostAnalysisListVO
|
|
59
|
+
* @deprecated
|
|
60
60
|
*/
|
|
61
|
-
'
|
|
61
|
+
'hitCount'?: boolean;
|
|
62
62
|
}
|
|
@@ -42,21 +42,21 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
42
42
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {number}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'pages'?: number;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
|
-
* @type {
|
|
51
|
+
* @type {boolean}
|
|
53
52
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
53
|
*/
|
|
55
|
-
'
|
|
54
|
+
'searchCount'?: boolean;
|
|
56
55
|
/**
|
|
57
56
|
*
|
|
58
57
|
* @type {boolean}
|
|
59
58
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
59
|
+
* @deprecated
|
|
60
60
|
*/
|
|
61
|
-
'
|
|
61
|
+
'hitCount'?: boolean;
|
|
62
62
|
}
|
|
@@ -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
|
}
|
|
@@ -32,30 +32,12 @@ export interface EnergyCostAnalysisQueryDTO {
|
|
|
32
32
|
* @memberof EnergyCostAnalysisQueryDTO
|
|
33
33
|
*/
|
|
34
34
|
'energyTypes'?: Array<EnergyCostAnalysisQueryDTOEnergyTypesEnum>;
|
|
35
|
-
/**
|
|
36
|
-
* 场景类型列表
|
|
37
|
-
* @type {Array<string>}
|
|
38
|
-
* @memberof EnergyCostAnalysisQueryDTO
|
|
39
|
-
*/
|
|
40
|
-
'scenarios'?: Array<EnergyCostAnalysisQueryDTOScenariosEnum>;
|
|
41
35
|
/**
|
|
42
36
|
* 园区ID列表
|
|
43
37
|
* @type {Array<number>}
|
|
44
38
|
* @memberof EnergyCostAnalysisQueryDTO
|
|
45
39
|
*/
|
|
46
40
|
'parkIds'?: Array<number>;
|
|
47
|
-
/**
|
|
48
|
-
* 是否只显示已提交的数据
|
|
49
|
-
* @type {boolean}
|
|
50
|
-
* @memberof EnergyCostAnalysisQueryDTO
|
|
51
|
-
*/
|
|
52
|
-
'onlySubmitted'?: boolean;
|
|
53
|
-
/**
|
|
54
|
-
* 是否包含未维护单耗标准的园区
|
|
55
|
-
* @type {boolean}
|
|
56
|
-
* @memberof EnergyCostAnalysisQueryDTO
|
|
57
|
-
*/
|
|
58
|
-
'includeUnmaintainedParks'?: boolean;
|
|
59
41
|
}
|
|
60
42
|
|
|
61
43
|
export const EnergyCostAnalysisQueryDTOEnergyTypesEnum = {
|
|
@@ -64,13 +46,5 @@ export const EnergyCostAnalysisQueryDTOEnergyTypesEnum = {
|
|
|
64
46
|
} as const;
|
|
65
47
|
|
|
66
48
|
export type EnergyCostAnalysisQueryDTOEnergyTypesEnum = typeof EnergyCostAnalysisQueryDTOEnergyTypesEnum[keyof typeof EnergyCostAnalysisQueryDTOEnergyTypesEnum];
|
|
67
|
-
export const EnergyCostAnalysisQueryDTOScenariosEnum = {
|
|
68
|
-
ColdStorage: 'COLD_STORAGE',
|
|
69
|
-
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
70
|
-
LeasingTenant: 'LEASING_TENANT',
|
|
71
|
-
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
72
|
-
} as const;
|
|
73
|
-
|
|
74
|
-
export type EnergyCostAnalysisQueryDTOScenariosEnum = typeof EnergyCostAnalysisQueryDTOScenariosEnum[keyof typeof EnergyCostAnalysisQueryDTOScenariosEnum];
|
|
75
49
|
|
|
76
50
|
|
|
@@ -44,17 +44,5 @@ export interface EnergyCostPerAreaAnalysisVO {
|
|
|
44
44
|
* @memberof EnergyCostPerAreaAnalysisVO
|
|
45
45
|
*/
|
|
46
46
|
'samePeriodLastYear'?: number;
|
|
47
|
-
/**
|
|
48
|
-
* 实际/标准
|
|
49
|
-
* @type {number}
|
|
50
|
-
* @memberof EnergyCostPerAreaAnalysisVO
|
|
51
|
-
*/
|
|
52
|
-
'actualStandard'?: number;
|
|
53
|
-
/**
|
|
54
|
-
* 标准单平单价
|
|
55
|
-
* @type {number}
|
|
56
|
-
* @memberof EnergyCostPerAreaAnalysisVO
|
|
57
|
-
*/
|
|
58
|
-
'standardPerAreaPrice'?: number;
|
|
59
47
|
}
|
|
60
48
|
|
|
@@ -13,9 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import { ParkPerUnitDetailVO } from './park-per-unit-detail-vo';
|
|
19
16
|
|
|
20
17
|
/**
|
|
21
18
|
* 单耗分析结果
|
|
@@ -24,11 +21,17 @@ import { ParkPerUnitDetailVO } from './park-per-unit-detail-vo';
|
|
|
24
21
|
*/
|
|
25
22
|
export interface EnergyCostPerUnitAnalysisVO {
|
|
26
23
|
/**
|
|
27
|
-
*
|
|
24
|
+
* 实际
|
|
28
25
|
* @type {number}
|
|
29
26
|
* @memberof EnergyCostPerUnitAnalysisVO
|
|
30
27
|
*/
|
|
31
|
-
'
|
|
28
|
+
'actual'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 标准
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof EnergyCostPerUnitAnalysisVO
|
|
33
|
+
*/
|
|
34
|
+
'standard'?: number;
|
|
32
35
|
/**
|
|
33
36
|
* 年平均
|
|
34
37
|
* @type {number}
|
|
@@ -47,17 +50,5 @@ export interface EnergyCostPerUnitAnalysisVO {
|
|
|
47
50
|
* @memberof EnergyCostPerUnitAnalysisVO
|
|
48
51
|
*/
|
|
49
52
|
'samePeriodLastYear'?: number;
|
|
50
|
-
/**
|
|
51
|
-
* 实际/标准
|
|
52
|
-
* @type {number}
|
|
53
|
-
* @memberof EnergyCostPerUnitAnalysisVO
|
|
54
|
-
*/
|
|
55
|
-
'actualStandard'?: number;
|
|
56
|
-
/**
|
|
57
|
-
* 园区详情列表
|
|
58
|
-
* @type {Array<ParkPerUnitDetailVO>}
|
|
59
|
-
* @memberof EnergyCostPerUnitAnalysisVO
|
|
60
|
-
*/
|
|
61
|
-
'parkDetails'?: Array<ParkPerUnitDetailVO>;
|
|
62
53
|
}
|
|
63
54
|
|
package/models/index.ts
CHANGED
|
@@ -389,7 +389,6 @@ export * from './park-center-attribute-enum';
|
|
|
389
389
|
export * from './park-info-dto';
|
|
390
390
|
export * from './park-info-edit-vo';
|
|
391
391
|
export * from './park-list-dto';
|
|
392
|
-
export * from './park-per-unit-detail-vo';
|
|
393
392
|
export * from './park-plat-form-enum';
|
|
394
393
|
export * from './park-push-settings-add-bo';
|
|
395
394
|
export * from './park-settings-details-dto';
|
|
@@ -49,22 +49,22 @@ export interface IPageEnergyCostAnalysisListVO {
|
|
|
49
49
|
'records'?: Array<EnergyCostAnalysisListVO>;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
|
-
* @type {
|
|
52
|
+
* @type {number}
|
|
53
53
|
* @memberof IPageEnergyCostAnalysisListVO
|
|
54
|
-
* @deprecated
|
|
55
54
|
*/
|
|
56
|
-
'
|
|
55
|
+
'pages'?: number;
|
|
57
56
|
/**
|
|
58
57
|
*
|
|
59
|
-
* @type {
|
|
58
|
+
* @type {boolean}
|
|
60
59
|
* @memberof IPageEnergyCostAnalysisListVO
|
|
61
60
|
*/
|
|
62
|
-
'
|
|
61
|
+
'searchCount'?: boolean;
|
|
63
62
|
/**
|
|
64
63
|
*
|
|
65
64
|
* @type {boolean}
|
|
66
65
|
* @memberof IPageEnergyCostAnalysisListVO
|
|
66
|
+
* @deprecated
|
|
67
67
|
*/
|
|
68
|
-
'
|
|
68
|
+
'hitCount'?: boolean;
|
|
69
69
|
}
|
|
70
70
|
|
|
@@ -49,22 +49,22 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
49
49
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
|
-
* @type {
|
|
52
|
+
* @type {number}
|
|
53
53
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
-
* @deprecated
|
|
55
54
|
*/
|
|
56
|
-
'
|
|
55
|
+
'pages'?: number;
|
|
57
56
|
/**
|
|
58
57
|
*
|
|
59
|
-
* @type {
|
|
58
|
+
* @type {boolean}
|
|
60
59
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
61
60
|
*/
|
|
62
|
-
'
|
|
61
|
+
'searchCount'?: boolean;
|
|
63
62
|
/**
|
|
64
63
|
*
|
|
65
64
|
* @type {boolean}
|
|
66
65
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
66
|
+
* @deprecated
|
|
67
67
|
*/
|
|
68
|
-
'
|
|
68
|
+
'hitCount'?: boolean;
|
|
69
69
|
}
|
|
70
70
|
|
package/models/sys-user.ts
CHANGED
|
@@ -388,16 +388,16 @@ export interface SysUser {
|
|
|
388
388
|
'sourceUserId'?: string;
|
|
389
389
|
/**
|
|
390
390
|
*
|
|
391
|
-
* @type {
|
|
391
|
+
* @type {number}
|
|
392
392
|
* @memberof SysUser
|
|
393
393
|
*/
|
|
394
|
-
'
|
|
394
|
+
'cuserId'?: number;
|
|
395
395
|
/**
|
|
396
396
|
*
|
|
397
|
-
* @type {
|
|
397
|
+
* @type {string}
|
|
398
398
|
* @memberof SysUser
|
|
399
399
|
*/
|
|
400
|
-
'
|
|
400
|
+
'cid'?: string;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
|
package/package.json
CHANGED
|
@@ -1,72 +0,0 @@
|
|
|
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
|
-
* 园区单耗详情
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ParkPerUnitDetailVO
|
|
16
|
-
*/
|
|
17
|
-
export interface ParkPerUnitDetailVO {
|
|
18
|
-
/**
|
|
19
|
-
* 园区ID
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof ParkPerUnitDetailVO
|
|
22
|
-
*/
|
|
23
|
-
'parkId'?: number;
|
|
24
|
-
/**
|
|
25
|
-
* 园区名称
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ParkPerUnitDetailVO
|
|
28
|
-
*/
|
|
29
|
-
'parkName'?: string;
|
|
30
|
-
/**
|
|
31
|
-
* 园区面积
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof ParkPerUnitDetailVO
|
|
34
|
-
*/
|
|
35
|
-
'parkArea'?: number;
|
|
36
|
-
/**
|
|
37
|
-
* 空仓面积
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof ParkPerUnitDetailVO
|
|
40
|
-
*/
|
|
41
|
-
'vacantArea'?: number;
|
|
42
|
-
/**
|
|
43
|
-
* 有效面积
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof ParkPerUnitDetailVO
|
|
46
|
-
*/
|
|
47
|
-
'effectiveArea'?: number;
|
|
48
|
-
/**
|
|
49
|
-
* 用量
|
|
50
|
-
* @type {number}
|
|
51
|
-
* @memberof ParkPerUnitDetailVO
|
|
52
|
-
*/
|
|
53
|
-
'consumption'?: number;
|
|
54
|
-
/**
|
|
55
|
-
* 单耗
|
|
56
|
-
* @type {number}
|
|
57
|
-
* @memberof ParkPerUnitDetailVO
|
|
58
|
-
*/
|
|
59
|
-
'perUnitConsumption'?: number;
|
|
60
|
-
/**
|
|
61
|
-
* 标准单耗
|
|
62
|
-
* @type {number}
|
|
63
|
-
* @memberof ParkPerUnitDetailVO
|
|
64
|
-
*/
|
|
65
|
-
'standardPerUnitConsumption'?: number;
|
|
66
|
-
/**
|
|
67
|
-
* 是否超过标准
|
|
68
|
-
* @type {boolean}
|
|
69
|
-
* @memberof ParkPerUnitDetailVO
|
|
70
|
-
*/
|
|
71
|
-
'isOverStandard'?: boolean;
|
|
72
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
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 {};
|
|
@@ -1,72 +0,0 @@
|
|
|
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
|
-
* 园区单耗详情
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ParkPerUnitDetailVO
|
|
16
|
-
*/
|
|
17
|
-
export interface ParkPerUnitDetailVO {
|
|
18
|
-
/**
|
|
19
|
-
* 园区ID
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof ParkPerUnitDetailVO
|
|
22
|
-
*/
|
|
23
|
-
'parkId'?: number;
|
|
24
|
-
/**
|
|
25
|
-
* 园区名称
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ParkPerUnitDetailVO
|
|
28
|
-
*/
|
|
29
|
-
'parkName'?: string;
|
|
30
|
-
/**
|
|
31
|
-
* 园区面积
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof ParkPerUnitDetailVO
|
|
34
|
-
*/
|
|
35
|
-
'parkArea'?: number;
|
|
36
|
-
/**
|
|
37
|
-
* 空仓面积
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof ParkPerUnitDetailVO
|
|
40
|
-
*/
|
|
41
|
-
'vacantArea'?: number;
|
|
42
|
-
/**
|
|
43
|
-
* 有效面积
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof ParkPerUnitDetailVO
|
|
46
|
-
*/
|
|
47
|
-
'effectiveArea'?: number;
|
|
48
|
-
/**
|
|
49
|
-
* 用量
|
|
50
|
-
* @type {number}
|
|
51
|
-
* @memberof ParkPerUnitDetailVO
|
|
52
|
-
*/
|
|
53
|
-
'consumption'?: number;
|
|
54
|
-
/**
|
|
55
|
-
* 单耗
|
|
56
|
-
* @type {number}
|
|
57
|
-
* @memberof ParkPerUnitDetailVO
|
|
58
|
-
*/
|
|
59
|
-
'perUnitConsumption'?: number;
|
|
60
|
-
/**
|
|
61
|
-
* 标准单耗
|
|
62
|
-
* @type {number}
|
|
63
|
-
* @memberof ParkPerUnitDetailVO
|
|
64
|
-
*/
|
|
65
|
-
'standardPerUnitConsumption'?: number;
|
|
66
|
-
/**
|
|
67
|
-
* 是否超过标准
|
|
68
|
-
* @type {boolean}
|
|
69
|
-
* @memberof ParkPerUnitDetailVO
|
|
70
|
-
*/
|
|
71
|
-
'isOverStandard'?: boolean;
|
|
72
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* OpenAPI definition
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v0
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OpenAPI definition
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* 园区单耗详情
|
|
19
|
-
* @export
|
|
20
|
-
* @interface ParkPerUnitDetailVO
|
|
21
|
-
*/
|
|
22
|
-
export interface ParkPerUnitDetailVO {
|
|
23
|
-
/**
|
|
24
|
-
* 园区ID
|
|
25
|
-
* @type {number}
|
|
26
|
-
* @memberof ParkPerUnitDetailVO
|
|
27
|
-
*/
|
|
28
|
-
'parkId'?: number;
|
|
29
|
-
/**
|
|
30
|
-
* 园区名称
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof ParkPerUnitDetailVO
|
|
33
|
-
*/
|
|
34
|
-
'parkName'?: string;
|
|
35
|
-
/**
|
|
36
|
-
* 园区面积
|
|
37
|
-
* @type {number}
|
|
38
|
-
* @memberof ParkPerUnitDetailVO
|
|
39
|
-
*/
|
|
40
|
-
'parkArea'?: number;
|
|
41
|
-
/**
|
|
42
|
-
* 空仓面积
|
|
43
|
-
* @type {number}
|
|
44
|
-
* @memberof ParkPerUnitDetailVO
|
|
45
|
-
*/
|
|
46
|
-
'vacantArea'?: number;
|
|
47
|
-
/**
|
|
48
|
-
* 有效面积
|
|
49
|
-
* @type {number}
|
|
50
|
-
* @memberof ParkPerUnitDetailVO
|
|
51
|
-
*/
|
|
52
|
-
'effectiveArea'?: number;
|
|
53
|
-
/**
|
|
54
|
-
* 用量
|
|
55
|
-
* @type {number}
|
|
56
|
-
* @memberof ParkPerUnitDetailVO
|
|
57
|
-
*/
|
|
58
|
-
'consumption'?: number;
|
|
59
|
-
/**
|
|
60
|
-
* 单耗
|
|
61
|
-
* @type {number}
|
|
62
|
-
* @memberof ParkPerUnitDetailVO
|
|
63
|
-
*/
|
|
64
|
-
'perUnitConsumption'?: number;
|
|
65
|
-
/**
|
|
66
|
-
* 标准单耗
|
|
67
|
-
* @type {number}
|
|
68
|
-
* @memberof ParkPerUnitDetailVO
|
|
69
|
-
*/
|
|
70
|
-
'standardPerUnitConsumption'?: number;
|
|
71
|
-
/**
|
|
72
|
-
* 是否超过标准
|
|
73
|
-
* @type {boolean}
|
|
74
|
-
* @memberof ParkPerUnitDetailVO
|
|
75
|
-
*/
|
|
76
|
-
'isOverStandard'?: boolean;
|
|
77
|
-
}
|
|
78
|
-
|