@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,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { EnergyCostUnitPriceAnalysisVO } from './energy-cost-unit-price-analysis-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultEnergyCostUnitPriceAnalysisVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultEnergyCostUnitPriceAnalysisVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultEnergyCostUnitPriceAnalysisVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultEnergyCostUnitPriceAnalysisVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultEnergyCostUnitPriceAnalysisVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {EnergyCostUnitPriceAnalysisVO}
|
|
41
|
+
* @memberof JsonResultEnergyCostUnitPriceAnalysisVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: EnergyCostUnitPriceAnalysisVO | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultEnergyCostUnitPriceAnalysisVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultEnergyCostUnitPriceAnalysisVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultEnergyCostUnitPriceAnalysisVO
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { EnergyCostAnalysisListVO } from './energy-cost-analysis-list-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListEnergyCostAnalysisListVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListEnergyCostAnalysisListVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListEnergyCostAnalysisListVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListEnergyCostAnalysisListVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListEnergyCostAnalysisListVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<EnergyCostAnalysisListVO>}
|
|
41
|
+
* @memberof JsonResultListEnergyCostAnalysisListVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<EnergyCostAnalysisListVO> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListEnergyCostAnalysisListVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListEnergyCostAnalysisListVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListEnergyCostAnalysisListVO
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { EnergyCostTrendVO } from './energy-cost-trend-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListEnergyCostTrendVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListEnergyCostTrendVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListEnergyCostTrendVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListEnergyCostTrendVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListEnergyCostTrendVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<EnergyCostTrendVO>}
|
|
41
|
+
* @memberof JsonResultListEnergyCostTrendVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<EnergyCostTrendVO> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListEnergyCostTrendVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListEnergyCostTrendVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListEnergyCostTrendVO
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,48 @@
|
|
|
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 MonthlyDataVO
|
|
16
|
+
*/
|
|
17
|
+
export interface MonthlyDataVO {
|
|
18
|
+
/**
|
|
19
|
+
* 月份
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof MonthlyDataVO
|
|
22
|
+
*/
|
|
23
|
+
'month'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 用量
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof MonthlyDataVO
|
|
28
|
+
*/
|
|
29
|
+
'consumption'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 费用
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof MonthlyDataVO
|
|
34
|
+
*/
|
|
35
|
+
'cost'?: number;
|
|
36
|
+
/**
|
|
37
|
+
* 单耗
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof MonthlyDataVO
|
|
40
|
+
*/
|
|
41
|
+
'perUnitConsumption'?: number;
|
|
42
|
+
/**
|
|
43
|
+
* 单平单价
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof MonthlyDataVO
|
|
46
|
+
*/
|
|
47
|
+
'perAreaPrice'?: number;
|
|
48
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,102 @@
|
|
|
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 EnergyCostAnalysisListVO
|
|
16
|
+
*/
|
|
17
|
+
export interface EnergyCostAnalysisListVO {
|
|
18
|
+
/**
|
|
19
|
+
* 能源类型
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof EnergyCostAnalysisListVO
|
|
22
|
+
*/
|
|
23
|
+
'energyType'?: EnergyCostAnalysisListVOEnergyTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
* 场景类型
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof EnergyCostAnalysisListVO
|
|
28
|
+
*/
|
|
29
|
+
'scenario'?: EnergyCostAnalysisListVOScenarioEnum;
|
|
30
|
+
/**
|
|
31
|
+
* 园区用量
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof EnergyCostAnalysisListVO
|
|
34
|
+
*/
|
|
35
|
+
'parkUtilityUsage'?: number;
|
|
36
|
+
/**
|
|
37
|
+
* 园区费用
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof EnergyCostAnalysisListVO
|
|
40
|
+
*/
|
|
41
|
+
'billCharges'?: number;
|
|
42
|
+
/**
|
|
43
|
+
* 单平单价当期
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof EnergyCostAnalysisListVO
|
|
46
|
+
*/
|
|
47
|
+
'perAreaAnalysisCurrentPeriod'?: number;
|
|
48
|
+
/**
|
|
49
|
+
* 单平单价年平均
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof EnergyCostAnalysisListVO
|
|
52
|
+
*/
|
|
53
|
+
'perAreaAnalysisYearlyAverage'?: number;
|
|
54
|
+
/**
|
|
55
|
+
* 单平单价上月
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof EnergyCostAnalysisListVO
|
|
58
|
+
*/
|
|
59
|
+
'perAreaAnalysisLastMonth'?: number;
|
|
60
|
+
/**
|
|
61
|
+
* 单平单价去年同期
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof EnergyCostAnalysisListVO
|
|
64
|
+
*/
|
|
65
|
+
'perAreaAnalysisSamePeriodLastYear'?: number;
|
|
66
|
+
/**
|
|
67
|
+
* 单耗
|
|
68
|
+
* @type {number}
|
|
69
|
+
* @memberof EnergyCostAnalysisListVO
|
|
70
|
+
*/
|
|
71
|
+
'perUnitAnalysis'?: number;
|
|
72
|
+
/**
|
|
73
|
+
* 单耗年平均
|
|
74
|
+
* @type {number}
|
|
75
|
+
* @memberof EnergyCostAnalysisListVO
|
|
76
|
+
*/
|
|
77
|
+
'perUnitAnalysisYearlyAverage'?: number;
|
|
78
|
+
/**
|
|
79
|
+
* 单耗上月
|
|
80
|
+
* @type {number}
|
|
81
|
+
* @memberof EnergyCostAnalysisListVO
|
|
82
|
+
*/
|
|
83
|
+
'perUnitAnalysisLastMonth'?: number;
|
|
84
|
+
/**
|
|
85
|
+
* 单耗去年同期
|
|
86
|
+
* @type {number}
|
|
87
|
+
* @memberof EnergyCostAnalysisListVO
|
|
88
|
+
*/
|
|
89
|
+
'perUnitAnalysisSamePeriodLastYear'?: number;
|
|
90
|
+
}
|
|
91
|
+
export declare const EnergyCostAnalysisListVOEnergyTypeEnum: {
|
|
92
|
+
readonly Electric: "ELECTRIC";
|
|
93
|
+
readonly Water: "WATER";
|
|
94
|
+
};
|
|
95
|
+
export type EnergyCostAnalysisListVOEnergyTypeEnum = typeof EnergyCostAnalysisListVOEnergyTypeEnum[keyof typeof EnergyCostAnalysisListVOEnergyTypeEnum];
|
|
96
|
+
export declare const EnergyCostAnalysisListVOScenarioEnum: {
|
|
97
|
+
readonly ColdStorage: "COLD_STORAGE";
|
|
98
|
+
readonly SmartWarehouse: "SMART_WAREHOUSE";
|
|
99
|
+
readonly LeasingTenant: "LEASING_TENANT";
|
|
100
|
+
readonly PrivateConventionalWarehouse: "PRIVATE_CONVENTIONAL_WAREHOUSE";
|
|
101
|
+
};
|
|
102
|
+
export type EnergyCostAnalysisListVOScenarioEnum = typeof EnergyCostAnalysisListVOScenarioEnum[keyof typeof EnergyCostAnalysisListVOScenarioEnum];
|
|
@@ -0,0 +1,26 @@
|
|
|
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 });
|
|
16
|
+
exports.EnergyCostAnalysisListVOScenarioEnum = exports.EnergyCostAnalysisListVOEnergyTypeEnum = void 0;
|
|
17
|
+
exports.EnergyCostAnalysisListVOEnergyTypeEnum = {
|
|
18
|
+
Electric: 'ELECTRIC',
|
|
19
|
+
Water: 'WATER'
|
|
20
|
+
};
|
|
21
|
+
exports.EnergyCostAnalysisListVOScenarioEnum = {
|
|
22
|
+
ColdStorage: 'COLD_STORAGE',
|
|
23
|
+
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
24
|
+
LeasingTenant: 'LEASING_TENANT',
|
|
25
|
+
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
26
|
+
};
|
|
@@ -0,0 +1,83 @@
|
|
|
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 EnergyCostAnalysisQueryDTO
|
|
16
|
+
*/
|
|
17
|
+
export interface EnergyCostAnalysisQueryDTO {
|
|
18
|
+
/**
|
|
19
|
+
* 园区ID列表
|
|
20
|
+
* @type {Array<number>}
|
|
21
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
22
|
+
*/
|
|
23
|
+
'parkIds'?: Array<number>;
|
|
24
|
+
/**
|
|
25
|
+
* 开始时间
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
28
|
+
*/
|
|
29
|
+
'startTime'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 结束时间
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
34
|
+
*/
|
|
35
|
+
'endTime'?: number;
|
|
36
|
+
/**
|
|
37
|
+
* SRM区域编码
|
|
38
|
+
* @type {Array<string>}
|
|
39
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
40
|
+
*/
|
|
41
|
+
'srmAreaCodes'?: Array<string>;
|
|
42
|
+
/**
|
|
43
|
+
* SRM小微编码
|
|
44
|
+
* @type {Array<string>}
|
|
45
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
46
|
+
*/
|
|
47
|
+
'srmXwCodes'?: Array<string>;
|
|
48
|
+
/**
|
|
49
|
+
* SRM中心编码
|
|
50
|
+
* @type {Array<string>}
|
|
51
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
52
|
+
*/
|
|
53
|
+
'srmCenterCodes'?: Array<string>;
|
|
54
|
+
/**
|
|
55
|
+
* 应执行开始时间
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
58
|
+
*/
|
|
59
|
+
'plannedStartTime'?: number;
|
|
60
|
+
/**
|
|
61
|
+
* 应执行结束时间
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
64
|
+
*/
|
|
65
|
+
'plannedEndTime'?: number;
|
|
66
|
+
/**
|
|
67
|
+
* 账单月,格式:yyyy-MM
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
70
|
+
*/
|
|
71
|
+
'billMonth': string;
|
|
72
|
+
/**
|
|
73
|
+
* 能源类型列表
|
|
74
|
+
* @type {Array<string>}
|
|
75
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
76
|
+
*/
|
|
77
|
+
'energyTypes': Array<EnergyCostAnalysisQueryDTOEnergyTypesEnum>;
|
|
78
|
+
}
|
|
79
|
+
export declare const EnergyCostAnalysisQueryDTOEnergyTypesEnum: {
|
|
80
|
+
readonly Electric: "ELECTRIC";
|
|
81
|
+
readonly Water: "WATER";
|
|
82
|
+
};
|
|
83
|
+
export type EnergyCostAnalysisQueryDTOEnergyTypesEnum = typeof EnergyCostAnalysisQueryDTOEnergyTypesEnum[keyof typeof EnergyCostAnalysisQueryDTOEnergyTypesEnum];
|
|
@@ -0,0 +1,20 @@
|
|
|
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 });
|
|
16
|
+
exports.EnergyCostAnalysisQueryDTOEnergyTypesEnum = void 0;
|
|
17
|
+
exports.EnergyCostAnalysisQueryDTOEnergyTypesEnum = {
|
|
18
|
+
Electric: 'ELECTRIC',
|
|
19
|
+
Water: 'WATER'
|
|
20
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
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 EnergyCostPerAreaAnalysisVO
|
|
16
|
+
*/
|
|
17
|
+
export interface EnergyCostPerAreaAnalysisVO {
|
|
18
|
+
/**
|
|
19
|
+
* 实际
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof EnergyCostPerAreaAnalysisVO
|
|
22
|
+
*/
|
|
23
|
+
'actual'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 年平均
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof EnergyCostPerAreaAnalysisVO
|
|
28
|
+
*/
|
|
29
|
+
'yearlyAverage'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 上月
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof EnergyCostPerAreaAnalysisVO
|
|
34
|
+
*/
|
|
35
|
+
'lastMonth'?: number;
|
|
36
|
+
/**
|
|
37
|
+
* 去年同期
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof EnergyCostPerAreaAnalysisVO
|
|
40
|
+
*/
|
|
41
|
+
'samePeriodLastYear'?: number;
|
|
42
|
+
}
|
|
@@ -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,48 @@
|
|
|
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 EnergyCostPerUnitAnalysisVO
|
|
16
|
+
*/
|
|
17
|
+
export interface EnergyCostPerUnitAnalysisVO {
|
|
18
|
+
/**
|
|
19
|
+
* 实际
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof EnergyCostPerUnitAnalysisVO
|
|
22
|
+
*/
|
|
23
|
+
'actual'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 标准
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof EnergyCostPerUnitAnalysisVO
|
|
28
|
+
*/
|
|
29
|
+
'standard'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 年平均
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof EnergyCostPerUnitAnalysisVO
|
|
34
|
+
*/
|
|
35
|
+
'yearlyAverage'?: number;
|
|
36
|
+
/**
|
|
37
|
+
* 上月
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof EnergyCostPerUnitAnalysisVO
|
|
40
|
+
*/
|
|
41
|
+
'lastMonth'?: number;
|
|
42
|
+
/**
|
|
43
|
+
* 去年同期
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof EnergyCostPerUnitAnalysisVO
|
|
46
|
+
*/
|
|
47
|
+
'samePeriodLastYear'?: number;
|
|
48
|
+
}
|
|
@@ -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 });
|