@gizone/rrs-client 4.2.9-alpha.556 → 4.2.9-alpha.558
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 +13 -0
- package/api.ts +1 -0
- package/apis/energy-cost-analysis-controller-api.ts +517 -0
- package/apis/energy-cost-record-controller-api.ts +18 -18
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/energy-cost-analysis-controller-api.d.ts +276 -0
- package/dist/apis/energy-cost-analysis-controller-api.js +419 -0
- package/dist/apis/energy-cost-record-controller-api.d.ts +12 -12
- package/dist/apis/energy-cost-record-controller-api.js +14 -14
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +276 -0
- package/dist/esm/apis/energy-cost-analysis-controller-api.js +412 -0
- package/dist/esm/apis/energy-cost-record-controller-api.d.ts +12 -12
- package/dist/esm/apis/energy-cost-record-controller-api.js +13 -13
- package/dist/esm/models/energy-cost-analysis-list-vo.d.ts +102 -0
- package/dist/esm/models/energy-cost-analysis-list-vo.js +23 -0
- package/dist/esm/models/energy-cost-analysis-query-dto.d.ts +83 -0
- package/dist/esm/models/energy-cost-analysis-query-dto.js +17 -0
- package/dist/esm/models/energy-cost-per-area-analysis-vo.d.ts +42 -0
- package/dist/esm/models/energy-cost-per-area-analysis-vo.js +14 -0
- package/dist/esm/models/energy-cost-per-unit-analysis-vo.d.ts +48 -0
- package/dist/esm/models/energy-cost-per-unit-analysis-vo.js +14 -0
- package/dist/esm/models/energy-cost-trend-vo.d.ts +38 -0
- package/dist/esm/models/energy-cost-trend-vo.js +19 -0
- package/dist/esm/models/energy-cost-unit-price-analysis-vo.d.ts +36 -0
- package/dist/esm/models/energy-cost-unit-price-analysis-vo.js +14 -0
- package/dist/esm/models/index.d.ts +12 -0
- package/dist/esm/models/index.js +12 -0
- package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.js +14 -0
- package/dist/esm/models/json-result-list-energy-cost-analysis-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-analysis-list-vo.js +14 -0
- package/dist/esm/models/json-result-list-energy-cost-trend-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-trend-vo.js +14 -0
- package/dist/esm/models/monthly-data-vo.d.ts +48 -0
- package/dist/esm/models/monthly-data-vo.js +14 -0
- package/dist/models/energy-cost-analysis-list-vo.d.ts +102 -0
- package/dist/models/energy-cost-analysis-list-vo.js +26 -0
- package/dist/models/energy-cost-analysis-query-dto.d.ts +83 -0
- package/dist/models/energy-cost-analysis-query-dto.js +20 -0
- package/dist/models/energy-cost-per-area-analysis-vo.d.ts +42 -0
- package/dist/models/energy-cost-per-area-analysis-vo.js +15 -0
- package/dist/models/energy-cost-per-unit-analysis-vo.d.ts +48 -0
- package/dist/models/energy-cost-per-unit-analysis-vo.js +15 -0
- package/dist/models/energy-cost-trend-vo.d.ts +38 -0
- package/dist/models/energy-cost-trend-vo.js +22 -0
- package/dist/models/energy-cost-unit-price-analysis-vo.d.ts +36 -0
- package/dist/models/energy-cost-unit-price-analysis-vo.js +15 -0
- package/dist/models/index.d.ts +12 -0
- package/dist/models/index.js +12 -0
- package/dist/models/json-result-energy-cost-per-area-analysis-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-per-area-analysis-vo.js +15 -0
- package/dist/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-per-unit-analysis-vo.js +15 -0
- package/dist/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-unit-price-analysis-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-analysis-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-analysis-list-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-trend-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-trend-vo.js +15 -0
- package/dist/models/monthly-data-vo.d.ts +48 -0
- package/dist/models/monthly-data-vo.js +15 -0
- package/models/energy-cost-analysis-list-vo.ts +112 -0
- package/models/energy-cost-analysis-query-dto.ts +92 -0
- package/models/energy-cost-per-area-analysis-vo.ts +48 -0
- package/models/energy-cost-per-unit-analysis-vo.ts +54 -0
- package/models/energy-cost-trend-vo.ts +49 -0
- package/models/energy-cost-unit-price-analysis-vo.ts +42 -0
- package/models/index.ts +12 -0
- package/models/json-result-energy-cost-per-area-analysis-vo.ts +72 -0
- package/models/json-result-energy-cost-per-unit-analysis-vo.ts +72 -0
- package/models/json-result-energy-cost-unit-price-analysis-vo.ts +72 -0
- package/models/json-result-list-energy-cost-analysis-list-vo.ts +72 -0
- package/models/json-result-list-energy-cost-trend-vo.ts +72 -0
- package/models/monthly-data-vo.ts +54 -0
- package/ossutil.log +1086 -1080
- package/package.json +1 -1
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,112 @@
|
|
|
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 EnergyCostAnalysisListVO
|
|
21
|
+
*/
|
|
22
|
+
export interface EnergyCostAnalysisListVO {
|
|
23
|
+
/**
|
|
24
|
+
* 能源类型
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof EnergyCostAnalysisListVO
|
|
27
|
+
*/
|
|
28
|
+
'energyType'?: EnergyCostAnalysisListVOEnergyTypeEnum;
|
|
29
|
+
/**
|
|
30
|
+
* 场景类型
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof EnergyCostAnalysisListVO
|
|
33
|
+
*/
|
|
34
|
+
'scenario'?: EnergyCostAnalysisListVOScenarioEnum;
|
|
35
|
+
/**
|
|
36
|
+
* 园区用量
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof EnergyCostAnalysisListVO
|
|
39
|
+
*/
|
|
40
|
+
'parkUtilityUsage'?: number;
|
|
41
|
+
/**
|
|
42
|
+
* 园区费用
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof EnergyCostAnalysisListVO
|
|
45
|
+
*/
|
|
46
|
+
'billCharges'?: number;
|
|
47
|
+
/**
|
|
48
|
+
* 单平单价当期
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof EnergyCostAnalysisListVO
|
|
51
|
+
*/
|
|
52
|
+
'perAreaAnalysisCurrentPeriod'?: number;
|
|
53
|
+
/**
|
|
54
|
+
* 单平单价年平均
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof EnergyCostAnalysisListVO
|
|
57
|
+
*/
|
|
58
|
+
'perAreaAnalysisYearlyAverage'?: number;
|
|
59
|
+
/**
|
|
60
|
+
* 单平单价上月
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof EnergyCostAnalysisListVO
|
|
63
|
+
*/
|
|
64
|
+
'perAreaAnalysisLastMonth'?: number;
|
|
65
|
+
/**
|
|
66
|
+
* 单平单价去年同期
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof EnergyCostAnalysisListVO
|
|
69
|
+
*/
|
|
70
|
+
'perAreaAnalysisSamePeriodLastYear'?: number;
|
|
71
|
+
/**
|
|
72
|
+
* 单耗
|
|
73
|
+
* @type {number}
|
|
74
|
+
* @memberof EnergyCostAnalysisListVO
|
|
75
|
+
*/
|
|
76
|
+
'perUnitAnalysis'?: number;
|
|
77
|
+
/**
|
|
78
|
+
* 单耗年平均
|
|
79
|
+
* @type {number}
|
|
80
|
+
* @memberof EnergyCostAnalysisListVO
|
|
81
|
+
*/
|
|
82
|
+
'perUnitAnalysisYearlyAverage'?: number;
|
|
83
|
+
/**
|
|
84
|
+
* 单耗上月
|
|
85
|
+
* @type {number}
|
|
86
|
+
* @memberof EnergyCostAnalysisListVO
|
|
87
|
+
*/
|
|
88
|
+
'perUnitAnalysisLastMonth'?: number;
|
|
89
|
+
/**
|
|
90
|
+
* 单耗去年同期
|
|
91
|
+
* @type {number}
|
|
92
|
+
* @memberof EnergyCostAnalysisListVO
|
|
93
|
+
*/
|
|
94
|
+
'perUnitAnalysisSamePeriodLastYear'?: number;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export const EnergyCostAnalysisListVOEnergyTypeEnum = {
|
|
98
|
+
Electric: 'ELECTRIC',
|
|
99
|
+
Water: 'WATER'
|
|
100
|
+
} as const;
|
|
101
|
+
|
|
102
|
+
export type EnergyCostAnalysisListVOEnergyTypeEnum = typeof EnergyCostAnalysisListVOEnergyTypeEnum[keyof typeof EnergyCostAnalysisListVOEnergyTypeEnum];
|
|
103
|
+
export const EnergyCostAnalysisListVOScenarioEnum = {
|
|
104
|
+
ColdStorage: 'COLD_STORAGE',
|
|
105
|
+
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
106
|
+
LeasingTenant: 'LEASING_TENANT',
|
|
107
|
+
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
108
|
+
} as const;
|
|
109
|
+
|
|
110
|
+
export type EnergyCostAnalysisListVOScenarioEnum = typeof EnergyCostAnalysisListVOScenarioEnum[keyof typeof EnergyCostAnalysisListVOScenarioEnum];
|
|
111
|
+
|
|
112
|
+
|
|
@@ -0,0 +1,92 @@
|
|
|
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 EnergyCostAnalysisQueryDTO
|
|
21
|
+
*/
|
|
22
|
+
export interface EnergyCostAnalysisQueryDTO {
|
|
23
|
+
/**
|
|
24
|
+
* 园区ID列表
|
|
25
|
+
* @type {Array<number>}
|
|
26
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
27
|
+
*/
|
|
28
|
+
'parkIds'?: Array<number>;
|
|
29
|
+
/**
|
|
30
|
+
* 开始时间
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
33
|
+
*/
|
|
34
|
+
'startTime'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 结束时间
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
39
|
+
*/
|
|
40
|
+
'endTime'?: number;
|
|
41
|
+
/**
|
|
42
|
+
* SRM区域编码
|
|
43
|
+
* @type {Array<string>}
|
|
44
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
45
|
+
*/
|
|
46
|
+
'srmAreaCodes'?: Array<string>;
|
|
47
|
+
/**
|
|
48
|
+
* SRM小微编码
|
|
49
|
+
* @type {Array<string>}
|
|
50
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
51
|
+
*/
|
|
52
|
+
'srmXwCodes'?: Array<string>;
|
|
53
|
+
/**
|
|
54
|
+
* SRM中心编码
|
|
55
|
+
* @type {Array<string>}
|
|
56
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
57
|
+
*/
|
|
58
|
+
'srmCenterCodes'?: Array<string>;
|
|
59
|
+
/**
|
|
60
|
+
* 应执行开始时间
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
63
|
+
*/
|
|
64
|
+
'plannedStartTime'?: number;
|
|
65
|
+
/**
|
|
66
|
+
* 应执行结束时间
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
69
|
+
*/
|
|
70
|
+
'plannedEndTime'?: number;
|
|
71
|
+
/**
|
|
72
|
+
* 账单月,格式:yyyy-MM
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
75
|
+
*/
|
|
76
|
+
'billMonth': string;
|
|
77
|
+
/**
|
|
78
|
+
* 能源类型列表
|
|
79
|
+
* @type {Array<string>}
|
|
80
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
81
|
+
*/
|
|
82
|
+
'energyTypes': Array<EnergyCostAnalysisQueryDTOEnergyTypesEnum>;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
export const EnergyCostAnalysisQueryDTOEnergyTypesEnum = {
|
|
86
|
+
Electric: 'ELECTRIC',
|
|
87
|
+
Water: 'WATER'
|
|
88
|
+
} as const;
|
|
89
|
+
|
|
90
|
+
export type EnergyCostAnalysisQueryDTOEnergyTypesEnum = typeof EnergyCostAnalysisQueryDTOEnergyTypesEnum[keyof typeof EnergyCostAnalysisQueryDTOEnergyTypesEnum];
|
|
91
|
+
|
|
92
|
+
|
|
@@ -0,0 +1,48 @@
|
|
|
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 EnergyCostPerAreaAnalysisVO
|
|
21
|
+
*/
|
|
22
|
+
export interface EnergyCostPerAreaAnalysisVO {
|
|
23
|
+
/**
|
|
24
|
+
* 实际
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof EnergyCostPerAreaAnalysisVO
|
|
27
|
+
*/
|
|
28
|
+
'actual'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 年平均
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof EnergyCostPerAreaAnalysisVO
|
|
33
|
+
*/
|
|
34
|
+
'yearlyAverage'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 上月
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof EnergyCostPerAreaAnalysisVO
|
|
39
|
+
*/
|
|
40
|
+
'lastMonth'?: number;
|
|
41
|
+
/**
|
|
42
|
+
* 去年同期
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof EnergyCostPerAreaAnalysisVO
|
|
45
|
+
*/
|
|
46
|
+
'samePeriodLastYear'?: number;
|
|
47
|
+
}
|
|
48
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
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 EnergyCostPerUnitAnalysisVO
|
|
21
|
+
*/
|
|
22
|
+
export interface EnergyCostPerUnitAnalysisVO {
|
|
23
|
+
/**
|
|
24
|
+
* 实际
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof EnergyCostPerUnitAnalysisVO
|
|
27
|
+
*/
|
|
28
|
+
'actual'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 标准
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof EnergyCostPerUnitAnalysisVO
|
|
33
|
+
*/
|
|
34
|
+
'standard'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 年平均
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof EnergyCostPerUnitAnalysisVO
|
|
39
|
+
*/
|
|
40
|
+
'yearlyAverage'?: number;
|
|
41
|
+
/**
|
|
42
|
+
* 上月
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof EnergyCostPerUnitAnalysisVO
|
|
45
|
+
*/
|
|
46
|
+
'lastMonth'?: number;
|
|
47
|
+
/**
|
|
48
|
+
* 去年同期
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof EnergyCostPerUnitAnalysisVO
|
|
51
|
+
*/
|
|
52
|
+
'samePeriodLastYear'?: number;
|
|
53
|
+
}
|
|
54
|
+
|
|
@@ -0,0 +1,49 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { MonthlyDataVO } from './monthly-data-vo';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 能源成本用量趋势
|
|
22
|
+
* @export
|
|
23
|
+
* @interface EnergyCostTrendVO
|
|
24
|
+
*/
|
|
25
|
+
export interface EnergyCostTrendVO {
|
|
26
|
+
/**
|
|
27
|
+
* 场景类型
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof EnergyCostTrendVO
|
|
30
|
+
*/
|
|
31
|
+
'scenario'?: EnergyCostTrendVOScenarioEnum;
|
|
32
|
+
/**
|
|
33
|
+
* 月份数据列表
|
|
34
|
+
* @type {Array<MonthlyDataVO>}
|
|
35
|
+
* @memberof EnergyCostTrendVO
|
|
36
|
+
*/
|
|
37
|
+
'monthlyData'?: Array<MonthlyDataVO>;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export const EnergyCostTrendVOScenarioEnum = {
|
|
41
|
+
ColdStorage: 'COLD_STORAGE',
|
|
42
|
+
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
43
|
+
LeasingTenant: 'LEASING_TENANT',
|
|
44
|
+
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
45
|
+
} as const;
|
|
46
|
+
|
|
47
|
+
export type EnergyCostTrendVOScenarioEnum = typeof EnergyCostTrendVOScenarioEnum[keyof typeof EnergyCostTrendVOScenarioEnum];
|
|
48
|
+
|
|
49
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
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 EnergyCostUnitPriceAnalysisVO
|
|
21
|
+
*/
|
|
22
|
+
export interface EnergyCostUnitPriceAnalysisVO {
|
|
23
|
+
/**
|
|
24
|
+
* 当期
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof EnergyCostUnitPriceAnalysisVO
|
|
27
|
+
*/
|
|
28
|
+
'currentPeriod'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 年平均
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof EnergyCostUnitPriceAnalysisVO
|
|
33
|
+
*/
|
|
34
|
+
'yearlyAverage'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 上月
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof EnergyCostUnitPriceAnalysisVO
|
|
39
|
+
*/
|
|
40
|
+
'lastMonth'?: number;
|
|
41
|
+
}
|
|
42
|
+
|
package/models/index.ts
CHANGED
|
@@ -108,9 +108,13 @@ export * from './energy-cost-add-record-dto';
|
|
|
108
108
|
export * from './energy-cost-add-setting-dto';
|
|
109
109
|
export * from './energy-cost-add-setting-dtopark-setting';
|
|
110
110
|
export * from './energy-cost-add-setting-dtopark-setting-item';
|
|
111
|
+
export * from './energy-cost-analysis-list-vo';
|
|
112
|
+
export * from './energy-cost-analysis-query-dto';
|
|
111
113
|
export * from './energy-cost-edit-record-dto';
|
|
112
114
|
export * from './energy-cost-month-setting-list-summary-standards-vo';
|
|
113
115
|
export * from './energy-cost-month-setting-list-vo';
|
|
116
|
+
export * from './energy-cost-per-area-analysis-vo';
|
|
117
|
+
export * from './energy-cost-per-unit-analysis-vo';
|
|
114
118
|
export * from './energy-cost-record-bill-info-vo';
|
|
115
119
|
export * from './energy-cost-record-info-not-emun-vo';
|
|
116
120
|
export * from './energy-cost-record-info-vo';
|
|
@@ -119,6 +123,8 @@ export * from './energy-cost-scenarios-info-vo';
|
|
|
119
123
|
export * from './energy-cost-setting-delete-dto';
|
|
120
124
|
export * from './energy-cost-setting-summy-add-dto';
|
|
121
125
|
export * from './energy-cost-setting-summy-update-dto';
|
|
126
|
+
export * from './energy-cost-trend-vo';
|
|
127
|
+
export * from './energy-cost-unit-price-analysis-vo';
|
|
122
128
|
export * from './energy-cost-update-setting-dto';
|
|
123
129
|
export * from './equipment';
|
|
124
130
|
export * from './equipment-add-redis-list-dto';
|
|
@@ -199,9 +205,12 @@ export * from './json-result-boolean';
|
|
|
199
205
|
export * from './json-result-calendar-entity';
|
|
200
206
|
export * from './json-result-dashboard-park-statistics-vo';
|
|
201
207
|
export * from './json-result-disaster-warning-standard-entity';
|
|
208
|
+
export * from './json-result-energy-cost-per-area-analysis-vo';
|
|
209
|
+
export * from './json-result-energy-cost-per-unit-analysis-vo';
|
|
202
210
|
export * from './json-result-energy-cost-record-bill-info-vo';
|
|
203
211
|
export * from './json-result-energy-cost-record-info-not-emun-vo';
|
|
204
212
|
export * from './json-result-energy-cost-record-info-vo';
|
|
213
|
+
export * from './json-result-energy-cost-unit-price-analysis-vo';
|
|
205
214
|
export * from './json-result-equipment-add-redis-list-dto';
|
|
206
215
|
export * from './json-result-equipment-detail-dto';
|
|
207
216
|
export * from './json-result-equipment-search-system-dto';
|
|
@@ -239,8 +248,10 @@ export * from './json-result-list-dashboard-surveillance-park-group-stats-vo';
|
|
|
239
248
|
export * from './json-result-list-dashboard-work-order-park-group-stats-vo';
|
|
240
249
|
export * from './json-result-list-dashboard-work-order-type-group-stats-vo';
|
|
241
250
|
export * from './json-result-list-dashboard-work-order-type-subcategory-group-stats-vo';
|
|
251
|
+
export * from './json-result-list-energy-cost-analysis-list-vo';
|
|
242
252
|
export * from './json-result-list-energy-cost-month-setting-list-summary-standards-vo';
|
|
243
253
|
export * from './json-result-list-energy-cost-month-setting-list-vo';
|
|
254
|
+
export * from './json-result-list-energy-cost-trend-vo';
|
|
244
255
|
export * from './json-result-list-equipment-detail-dto';
|
|
245
256
|
export * from './json-result-list-equipment-qr-code-dto';
|
|
246
257
|
export * from './json-result-list-equipment-system-tree-dto';
|
|
@@ -333,6 +344,7 @@ export * from './monitoring-coverage-alert-info';
|
|
|
333
344
|
export * from './monitoring-coverage-alert-process-vo';
|
|
334
345
|
export * from './monitoring-coverage-alert-reason-enum';
|
|
335
346
|
export * from './monitoring-coverage-alert-work-order-details-dto';
|
|
347
|
+
export * from './monthly-data-vo';
|
|
336
348
|
export * from './network-monitor-repair-add-vo';
|
|
337
349
|
export * from './network-monitor-repair-decision-vo';
|
|
338
350
|
export * from './network-monitor-repair-details-dto';
|
|
@@ -0,0 +1,72 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { EnergyCostPerAreaAnalysisVO } from './energy-cost-per-area-analysis-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultEnergyCostPerAreaAnalysisVO
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultEnergyCostPerAreaAnalysisVO {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultEnergyCostPerAreaAnalysisVO
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultEnergyCostPerAreaAnalysisVO
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultEnergyCostPerAreaAnalysisVO
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {EnergyCostPerAreaAnalysisVO}
|
|
50
|
+
* @memberof JsonResultEnergyCostPerAreaAnalysisVO
|
|
51
|
+
*/
|
|
52
|
+
'data'?: EnergyCostPerAreaAnalysisVO | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultEnergyCostPerAreaAnalysisVO
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultEnergyCostPerAreaAnalysisVO
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultEnergyCostPerAreaAnalysisVO
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { EnergyCostPerUnitAnalysisVO } from './energy-cost-per-unit-analysis-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultEnergyCostPerUnitAnalysisVO
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultEnergyCostPerUnitAnalysisVO {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultEnergyCostPerUnitAnalysisVO
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultEnergyCostPerUnitAnalysisVO
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultEnergyCostPerUnitAnalysisVO
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {EnergyCostPerUnitAnalysisVO}
|
|
50
|
+
* @memberof JsonResultEnergyCostPerUnitAnalysisVO
|
|
51
|
+
*/
|
|
52
|
+
'data'?: EnergyCostPerUnitAnalysisVO | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultEnergyCostPerUnitAnalysisVO
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultEnergyCostPerUnitAnalysisVO
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultEnergyCostPerUnitAnalysisVO
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { EnergyCostUnitPriceAnalysisVO } from './energy-cost-unit-price-analysis-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultEnergyCostUnitPriceAnalysisVO
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultEnergyCostUnitPriceAnalysisVO {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultEnergyCostUnitPriceAnalysisVO
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultEnergyCostUnitPriceAnalysisVO
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultEnergyCostUnitPriceAnalysisVO
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {EnergyCostUnitPriceAnalysisVO}
|
|
50
|
+
* @memberof JsonResultEnergyCostUnitPriceAnalysisVO
|
|
51
|
+
*/
|
|
52
|
+
'data'?: EnergyCostUnitPriceAnalysisVO | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultEnergyCostUnitPriceAnalysisVO
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultEnergyCostUnitPriceAnalysisVO
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultEnergyCostUnitPriceAnalysisVO
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|