@gizone/rrs-client 4.2.9-alpha.527 → 4.2.9-alpha.538
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 +15 -0
- package/api.ts +1 -0
- package/apis/device-api.ts +91 -0
- package/apis/energy-cost-controller-api.ts +994 -0
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/device-api.d.ts +47 -0
- package/dist/apis/device-api.js +70 -0
- package/dist/apis/energy-cost-controller-api.d.ts +542 -0
- package/dist/apis/energy-cost-controller-api.js +751 -0
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/device-api.d.ts +47 -0
- package/dist/esm/apis/device-api.js +70 -0
- package/dist/esm/apis/energy-cost-controller-api.d.ts +542 -0
- package/dist/esm/apis/energy-cost-controller-api.js +744 -0
- package/dist/esm/models/energy-cost-add-record-dto.d.ts +160 -0
- package/dist/esm/models/energy-cost-add-record-dto.js +36 -0
- package/dist/esm/models/energy-cost-add-setting-dto.d.ts +60 -0
- package/dist/esm/models/energy-cost-add-setting-dto.js +23 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.d.ts +102 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.js +14 -0
- package/dist/esm/models/energy-cost-record-info-vo.d.ts +232 -0
- package/dist/esm/models/energy-cost-record-info-vo.js +36 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +142 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.js +32 -0
- package/dist/esm/models/energy-cost-update-setting-dto.d.ts +60 -0
- package/dist/esm/models/energy-cost-update-setting-dto.js +23 -0
- package/dist/esm/models/index.d.ts +14 -0
- package/dist/esm/models/index.js +14 -0
- package/dist/esm/models/iot-device-unit-delete-dto.d.ts +42 -0
- package/dist/esm/models/iot-device-unit-delete-dto.js +14 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/item.d.ts +77 -0
- package/dist/esm/models/item.js +28 -0
- package/dist/esm/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.js +14 -0
- package/dist/esm/models/json-result-map-string-object.d.ts +63 -0
- package/dist/esm/models/json-result-map-string-object.js +14 -0
- package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +7 -0
- package/dist/esm/models/surveillance-entity.d.ts +171 -0
- package/dist/esm/models/surveillance-entity.js +14 -0
- package/dist/models/energy-cost-add-record-dto.d.ts +160 -0
- package/dist/models/energy-cost-add-record-dto.js +39 -0
- package/dist/models/energy-cost-add-setting-dto.d.ts +60 -0
- package/dist/models/energy-cost-add-setting-dto.js +26 -0
- package/dist/models/energy-cost-month-setting-list-vo.d.ts +102 -0
- package/dist/models/energy-cost-month-setting-list-vo.js +15 -0
- package/dist/models/energy-cost-record-info-vo.d.ts +232 -0
- package/dist/models/energy-cost-record-info-vo.js +39 -0
- package/dist/models/energy-cost-scenarios-info-vo.d.ts +142 -0
- package/dist/models/energy-cost-scenarios-info-vo.js +35 -0
- package/dist/models/energy-cost-update-setting-dto.d.ts +60 -0
- package/dist/models/energy-cost-update-setting-dto.js +26 -0
- package/dist/models/index.d.ts +14 -0
- package/dist/models/index.js +14 -0
- package/dist/models/iot-device-unit-delete-dto.d.ts +42 -0
- package/dist/models/iot-device-unit-delete-dto.js +15 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/ipage-energy-cost-record-info-vo.js +15 -0
- package/dist/models/item.d.ts +77 -0
- package/dist/models/item.js +31 -0
- package/dist/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-record-info-vo.js +15 -0
- package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/json-result-ipage-energy-cost-record-info-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-vo.js +15 -0
- package/dist/models/json-result-map-string-object.d.ts +63 -0
- package/dist/models/json-result-map-string-object.js +15 -0
- package/dist/models/surveillance-batch-import-template-dto.d.ts +7 -0
- package/dist/models/surveillance-entity.d.ts +171 -0
- package/dist/models/surveillance-entity.js +15 -0
- package/models/energy-cost-add-record-dto.ts +174 -0
- package/models/energy-cost-add-setting-dto.ts +70 -0
- package/models/energy-cost-month-setting-list-vo.ts +108 -0
- package/models/energy-cost-record-info-vo.ts +246 -0
- package/models/energy-cost-scenarios-info-vo.ts +153 -0
- package/models/energy-cost-update-setting-dto.ts +70 -0
- package/models/index.ts +14 -0
- package/models/iot-device-unit-delete-dto.ts +48 -0
- package/models/ipage-energy-cost-record-info-vo.ts +70 -0
- package/models/item.ts +87 -0
- package/models/json-result-energy-cost-record-info-vo.ts +72 -0
- package/models/json-result-ipage-energy-cost-record-info-vo.ts +72 -0
- package/models/json-result-list-energy-cost-month-setting-list-vo.ts +72 -0
- package/models/json-result-map-string-object.ts +69 -0
- package/models/surveillance-batch-import-template-dto.ts +9 -0
- package/models/surveillance-entity.ts +185 -0
- package/ossutil.log +1050 -0
- package/package.json +1 -1
|
@@ -0,0 +1,39 @@
|
|
|
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.EnergyCostAddRecordDTOOverrunReasonEnum = exports.EnergyCostAddRecordDTOPricingTypeEnum = exports.EnergyCostAddRecordDTOBillSourceEnum = exports.EnergyCostAddRecordDTOEnergyTypeEnum = void 0;
|
|
17
|
+
exports.EnergyCostAddRecordDTOEnergyTypeEnum = {
|
|
18
|
+
Electric: 'ELECTRIC',
|
|
19
|
+
Water: 'WATER'
|
|
20
|
+
};
|
|
21
|
+
exports.EnergyCostAddRecordDTOBillSourceEnum = {
|
|
22
|
+
StateGrid: 'STATE_GRID',
|
|
23
|
+
Photovoltaic: 'PHOTOVOLTAIC',
|
|
24
|
+
GroupEnergyRealEstate: 'GROUP_ENERGY_REAL_ESTATE',
|
|
25
|
+
WaterSupplyCompany: 'WATER_SUPPLY_COMPANY'
|
|
26
|
+
};
|
|
27
|
+
exports.EnergyCostAddRecordDTOPricingTypeEnum = {
|
|
28
|
+
UniformUnitPrice: 'UNIFORM_UNIT_PRICE',
|
|
29
|
+
PeakValleyFlat: 'PEAK_VALLEY_FLAT'
|
|
30
|
+
};
|
|
31
|
+
exports.EnergyCostAddRecordDTOOverrunReasonEnum = {
|
|
32
|
+
BusinessVolumeOperationTimeIncrease: 'BUSINESS_VOLUME_OPERATION_TIME_INCREASE',
|
|
33
|
+
BusinessVolumeChargingDeviceIncrease: 'BUSINESS_VOLUME_CHARGING_DEVICE_INCREASE',
|
|
34
|
+
BusinessVolumeAreaIncrease: 'BUSINESS_VOLUME_AREA_INCREASE',
|
|
35
|
+
SocialCustomerEnergyConsumptionIncrease: 'SOCIAL_CUSTOMER_ENERGY_CONSUMPTION_INCREASE',
|
|
36
|
+
EnergyConsumingEquipmentIncrease: 'ENERGY_CONSUMING_EQUIPMENT_INCREASE',
|
|
37
|
+
AbnormalWeather: 'ABNORMAL_WEATHER',
|
|
38
|
+
Other: 'OTHER'
|
|
39
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
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 EnergyCostAddSettingDTO
|
|
16
|
+
*/
|
|
17
|
+
export interface EnergyCostAddSettingDTO {
|
|
18
|
+
/**
|
|
19
|
+
* 园区id
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof EnergyCostAddSettingDTO
|
|
22
|
+
*/
|
|
23
|
+
'parkId': number;
|
|
24
|
+
/**
|
|
25
|
+
* 能源类型
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof EnergyCostAddSettingDTO
|
|
28
|
+
*/
|
|
29
|
+
'energyType': EnergyCostAddSettingDTOEnergyTypeEnum;
|
|
30
|
+
/**
|
|
31
|
+
* 标准值
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof EnergyCostAddSettingDTO
|
|
34
|
+
*/
|
|
35
|
+
'standardValue': number;
|
|
36
|
+
/**
|
|
37
|
+
* 使用场景
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof EnergyCostAddSettingDTO
|
|
40
|
+
*/
|
|
41
|
+
'usageScenariosType'?: EnergyCostAddSettingDTOUsageScenariosTypeEnum;
|
|
42
|
+
/**
|
|
43
|
+
* 日期-年月
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof EnergyCostAddSettingDTO
|
|
46
|
+
*/
|
|
47
|
+
'yearMonths': string;
|
|
48
|
+
}
|
|
49
|
+
export declare const EnergyCostAddSettingDTOEnergyTypeEnum: {
|
|
50
|
+
readonly Electric: "ELECTRIC";
|
|
51
|
+
readonly Water: "WATER";
|
|
52
|
+
};
|
|
53
|
+
export type EnergyCostAddSettingDTOEnergyTypeEnum = typeof EnergyCostAddSettingDTOEnergyTypeEnum[keyof typeof EnergyCostAddSettingDTOEnergyTypeEnum];
|
|
54
|
+
export declare const EnergyCostAddSettingDTOUsageScenariosTypeEnum: {
|
|
55
|
+
readonly ColdStorage: "COLD_STORAGE";
|
|
56
|
+
readonly SmartWarehouse: "SMART_WAREHOUSE";
|
|
57
|
+
readonly LeasingTenant: "LEASING_TENANT";
|
|
58
|
+
readonly PrivateConventionalWarehouse: "PRIVATE_CONVENTIONAL_WAREHOUSE";
|
|
59
|
+
};
|
|
60
|
+
export type EnergyCostAddSettingDTOUsageScenariosTypeEnum = typeof EnergyCostAddSettingDTOUsageScenariosTypeEnum[keyof typeof EnergyCostAddSettingDTOUsageScenariosTypeEnum];
|
|
@@ -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.EnergyCostAddSettingDTOUsageScenariosTypeEnum = exports.EnergyCostAddSettingDTOEnergyTypeEnum = void 0;
|
|
17
|
+
exports.EnergyCostAddSettingDTOEnergyTypeEnum = {
|
|
18
|
+
Electric: 'ELECTRIC',
|
|
19
|
+
Water: 'WATER'
|
|
20
|
+
};
|
|
21
|
+
exports.EnergyCostAddSettingDTOUsageScenariosTypeEnum = {
|
|
22
|
+
ColdStorage: 'COLD_STORAGE',
|
|
23
|
+
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
24
|
+
LeasingTenant: 'LEASING_TENANT',
|
|
25
|
+
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
26
|
+
};
|
|
@@ -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 EnergyCostMonthSettingListVO
|
|
16
|
+
*/
|
|
17
|
+
export interface EnergyCostMonthSettingListVO {
|
|
18
|
+
/**
|
|
19
|
+
* ID
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
22
|
+
*/
|
|
23
|
+
'id'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 园区ID
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
28
|
+
*/
|
|
29
|
+
'parkId'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 年月
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
34
|
+
*/
|
|
35
|
+
'yearMonths'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 能源类型
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
40
|
+
*/
|
|
41
|
+
'energyType'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 冷藏场景ID
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
46
|
+
*/
|
|
47
|
+
'csId'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 冷藏场景标准值
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
52
|
+
*/
|
|
53
|
+
'csStandardValue'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 智慧仓库场景ID
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
58
|
+
*/
|
|
59
|
+
'swId'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* 智慧仓库标准值
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
64
|
+
*/
|
|
65
|
+
'swStandardValue'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 租赁租户场景ID
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
70
|
+
*/
|
|
71
|
+
'ltId'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* 租赁租户标准值
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
76
|
+
*/
|
|
77
|
+
'ltStandardValue'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* 私有传统仓库场景ID
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
82
|
+
*/
|
|
83
|
+
'pcwId'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* 私有传统仓库标准值
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
88
|
+
*/
|
|
89
|
+
'pcwStandardValue'?: string;
|
|
90
|
+
/**
|
|
91
|
+
* 无场景类型(水)ID
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
94
|
+
*/
|
|
95
|
+
'waterId'?: string;
|
|
96
|
+
/**
|
|
97
|
+
* 无场景类型(水)标准值
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
100
|
+
*/
|
|
101
|
+
'waterStandardValue'?: string;
|
|
102
|
+
}
|
|
@@ -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,232 @@
|
|
|
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 { EnergyCostScenariosInfoVO } from './energy-cost-scenarios-info-vo';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface EnergyCostRecordInfoVO
|
|
17
|
+
*/
|
|
18
|
+
export interface EnergyCostRecordInfoVO {
|
|
19
|
+
/**
|
|
20
|
+
* 主键ID
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof EnergyCostRecordInfoVO
|
|
23
|
+
*/
|
|
24
|
+
'id'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 园区id
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof EnergyCostRecordInfoVO
|
|
29
|
+
*/
|
|
30
|
+
'parkId'?: number;
|
|
31
|
+
/**
|
|
32
|
+
* 能源类型
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof EnergyCostRecordInfoVO
|
|
35
|
+
*/
|
|
36
|
+
'energyType'?: EnergyCostRecordInfoVOEnergyTypeEnum;
|
|
37
|
+
/**
|
|
38
|
+
* 单价类型
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof EnergyCostRecordInfoVO
|
|
41
|
+
*/
|
|
42
|
+
'pricingType'?: EnergyCostRecordInfoVOPricingTypeEnum;
|
|
43
|
+
/**
|
|
44
|
+
* 账单来源
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof EnergyCostRecordInfoVO
|
|
47
|
+
*/
|
|
48
|
+
'billSource'?: EnergyCostRecordInfoVOBillSourceEnum;
|
|
49
|
+
/**
|
|
50
|
+
* 账单开始日
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof EnergyCostRecordInfoVO
|
|
53
|
+
*/
|
|
54
|
+
'billDateStart'?: string;
|
|
55
|
+
/**
|
|
56
|
+
* 账单结束日
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof EnergyCostRecordInfoVO
|
|
59
|
+
*/
|
|
60
|
+
'billDateEnd'?: string;
|
|
61
|
+
/**
|
|
62
|
+
* 账单月
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof EnergyCostRecordInfoVO
|
|
65
|
+
*/
|
|
66
|
+
'billMonth'?: string;
|
|
67
|
+
/**
|
|
68
|
+
* 关联账单id
|
|
69
|
+
* @type {number}
|
|
70
|
+
* @memberof EnergyCostRecordInfoVO
|
|
71
|
+
*/
|
|
72
|
+
'billId'?: number;
|
|
73
|
+
/**
|
|
74
|
+
* 账单编号
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @memberof EnergyCostRecordInfoVO
|
|
77
|
+
*/
|
|
78
|
+
'billCode'?: string;
|
|
79
|
+
/**
|
|
80
|
+
* 处理人id
|
|
81
|
+
* @type {number}
|
|
82
|
+
* @memberof EnergyCostRecordInfoVO
|
|
83
|
+
*/
|
|
84
|
+
'handlerId'?: number;
|
|
85
|
+
/**
|
|
86
|
+
* 处理人name
|
|
87
|
+
* @type {string}
|
|
88
|
+
* @memberof EnergyCostRecordInfoVO
|
|
89
|
+
*/
|
|
90
|
+
'handlerName'?: string;
|
|
91
|
+
/**
|
|
92
|
+
* 园区用量
|
|
93
|
+
* @type {number}
|
|
94
|
+
* @memberof EnergyCostRecordInfoVO
|
|
95
|
+
*/
|
|
96
|
+
'parkUtilityUsage'?: number;
|
|
97
|
+
/**
|
|
98
|
+
* 园区费用(电费/水费)
|
|
99
|
+
* @type {number}
|
|
100
|
+
* @memberof EnergyCostRecordInfoVO
|
|
101
|
+
*/
|
|
102
|
+
'billCharges'?: number;
|
|
103
|
+
/**
|
|
104
|
+
* 力调电费
|
|
105
|
+
* @type {number}
|
|
106
|
+
* @memberof EnergyCostRecordInfoVO
|
|
107
|
+
*/
|
|
108
|
+
'powerFactorSurcharge'?: number;
|
|
109
|
+
/**
|
|
110
|
+
* 调前电费
|
|
111
|
+
* @type {number}
|
|
112
|
+
* @memberof EnergyCostRecordInfoVO
|
|
113
|
+
*/
|
|
114
|
+
'billAmountBefore'?: number;
|
|
115
|
+
/**
|
|
116
|
+
* 单价
|
|
117
|
+
* @type {number}
|
|
118
|
+
* @memberof EnergyCostRecordInfoVO
|
|
119
|
+
*/
|
|
120
|
+
'unitPrice'?: number;
|
|
121
|
+
/**
|
|
122
|
+
* 单平单价
|
|
123
|
+
* @type {number}
|
|
124
|
+
* @memberof EnergyCostRecordInfoVO
|
|
125
|
+
*/
|
|
126
|
+
'pricePerSquareMeter'?: number;
|
|
127
|
+
/**
|
|
128
|
+
* 单平单耗
|
|
129
|
+
* @type {number}
|
|
130
|
+
* @memberof EnergyCostRecordInfoVO
|
|
131
|
+
*/
|
|
132
|
+
'costPerSquareMeter'?: number;
|
|
133
|
+
/**
|
|
134
|
+
* 标准值
|
|
135
|
+
* @type {number}
|
|
136
|
+
* @memberof EnergyCostRecordInfoVO
|
|
137
|
+
*/
|
|
138
|
+
'standardValue'?: number;
|
|
139
|
+
/**
|
|
140
|
+
* 是否超标 0未超标 1 超标
|
|
141
|
+
* @type {number}
|
|
142
|
+
* @memberof EnergyCostRecordInfoVO
|
|
143
|
+
*/
|
|
144
|
+
'isOverBudget'?: number;
|
|
145
|
+
/**
|
|
146
|
+
* 超标原因
|
|
147
|
+
* @type {string}
|
|
148
|
+
* @memberof EnergyCostRecordInfoVO
|
|
149
|
+
*/
|
|
150
|
+
'overrunReason'?: EnergyCostRecordInfoVOOverrunReasonEnum;
|
|
151
|
+
/**
|
|
152
|
+
* 备注
|
|
153
|
+
* @type {string}
|
|
154
|
+
* @memberof EnergyCostRecordInfoVO
|
|
155
|
+
*/
|
|
156
|
+
'remark'?: string;
|
|
157
|
+
/**
|
|
158
|
+
* 备注
|
|
159
|
+
* @type {string}
|
|
160
|
+
* @memberof EnergyCostRecordInfoVO
|
|
161
|
+
*/
|
|
162
|
+
'attachment'?: string;
|
|
163
|
+
/**
|
|
164
|
+
* 园区总面积
|
|
165
|
+
* @type {number}
|
|
166
|
+
* @memberof EnergyCostRecordInfoVO
|
|
167
|
+
*/
|
|
168
|
+
'totalParkArea'?: number;
|
|
169
|
+
/**
|
|
170
|
+
* 总空仓面积
|
|
171
|
+
* @type {number}
|
|
172
|
+
* @memberof EnergyCostRecordInfoVO
|
|
173
|
+
*/
|
|
174
|
+
'totalVacantArea'?: number;
|
|
175
|
+
/**
|
|
176
|
+
* 0 草稿 1已完成
|
|
177
|
+
* @type {number}
|
|
178
|
+
* @memberof EnergyCostRecordInfoVO
|
|
179
|
+
*/
|
|
180
|
+
'status'?: number;
|
|
181
|
+
/**
|
|
182
|
+
* 创建时间
|
|
183
|
+
* @type {string}
|
|
184
|
+
* @memberof EnergyCostRecordInfoVO
|
|
185
|
+
*/
|
|
186
|
+
'createTime'?: string;
|
|
187
|
+
/**
|
|
188
|
+
* 更新时间
|
|
189
|
+
* @type {string}
|
|
190
|
+
* @memberof EnergyCostRecordInfoVO
|
|
191
|
+
*/
|
|
192
|
+
'updateTime'?: string;
|
|
193
|
+
/**
|
|
194
|
+
* 是否删除 1未删除 0删除
|
|
195
|
+
* @type {number}
|
|
196
|
+
* @memberof EnergyCostRecordInfoVO
|
|
197
|
+
*/
|
|
198
|
+
'isDelete'?: number;
|
|
199
|
+
/**
|
|
200
|
+
*
|
|
201
|
+
* @type {Array<EnergyCostScenariosInfoVO>}
|
|
202
|
+
* @memberof EnergyCostRecordInfoVO
|
|
203
|
+
*/
|
|
204
|
+
'scenarios'?: Array<EnergyCostScenariosInfoVO>;
|
|
205
|
+
}
|
|
206
|
+
export declare const EnergyCostRecordInfoVOEnergyTypeEnum: {
|
|
207
|
+
readonly Electric: "ELECTRIC";
|
|
208
|
+
readonly Water: "WATER";
|
|
209
|
+
};
|
|
210
|
+
export type EnergyCostRecordInfoVOEnergyTypeEnum = typeof EnergyCostRecordInfoVOEnergyTypeEnum[keyof typeof EnergyCostRecordInfoVOEnergyTypeEnum];
|
|
211
|
+
export declare const EnergyCostRecordInfoVOPricingTypeEnum: {
|
|
212
|
+
readonly UniformUnitPrice: "UNIFORM_UNIT_PRICE";
|
|
213
|
+
readonly PeakValleyFlat: "PEAK_VALLEY_FLAT";
|
|
214
|
+
};
|
|
215
|
+
export type EnergyCostRecordInfoVOPricingTypeEnum = typeof EnergyCostRecordInfoVOPricingTypeEnum[keyof typeof EnergyCostRecordInfoVOPricingTypeEnum];
|
|
216
|
+
export declare const EnergyCostRecordInfoVOBillSourceEnum: {
|
|
217
|
+
readonly StateGrid: "STATE_GRID";
|
|
218
|
+
readonly Photovoltaic: "PHOTOVOLTAIC";
|
|
219
|
+
readonly GroupEnergyRealEstate: "GROUP_ENERGY_REAL_ESTATE";
|
|
220
|
+
readonly WaterSupplyCompany: "WATER_SUPPLY_COMPANY";
|
|
221
|
+
};
|
|
222
|
+
export type EnergyCostRecordInfoVOBillSourceEnum = typeof EnergyCostRecordInfoVOBillSourceEnum[keyof typeof EnergyCostRecordInfoVOBillSourceEnum];
|
|
223
|
+
export declare const EnergyCostRecordInfoVOOverrunReasonEnum: {
|
|
224
|
+
readonly BusinessVolumeOperationTimeIncrease: "BUSINESS_VOLUME_OPERATION_TIME_INCREASE";
|
|
225
|
+
readonly BusinessVolumeChargingDeviceIncrease: "BUSINESS_VOLUME_CHARGING_DEVICE_INCREASE";
|
|
226
|
+
readonly BusinessVolumeAreaIncrease: "BUSINESS_VOLUME_AREA_INCREASE";
|
|
227
|
+
readonly SocialCustomerEnergyConsumptionIncrease: "SOCIAL_CUSTOMER_ENERGY_CONSUMPTION_INCREASE";
|
|
228
|
+
readonly EnergyConsumingEquipmentIncrease: "ENERGY_CONSUMING_EQUIPMENT_INCREASE";
|
|
229
|
+
readonly AbnormalWeather: "ABNORMAL_WEATHER";
|
|
230
|
+
readonly Other: "OTHER";
|
|
231
|
+
};
|
|
232
|
+
export type EnergyCostRecordInfoVOOverrunReasonEnum = typeof EnergyCostRecordInfoVOOverrunReasonEnum[keyof typeof EnergyCostRecordInfoVOOverrunReasonEnum];
|
|
@@ -0,0 +1,39 @@
|
|
|
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.EnergyCostRecordInfoVOOverrunReasonEnum = exports.EnergyCostRecordInfoVOBillSourceEnum = exports.EnergyCostRecordInfoVOPricingTypeEnum = exports.EnergyCostRecordInfoVOEnergyTypeEnum = void 0;
|
|
17
|
+
exports.EnergyCostRecordInfoVOEnergyTypeEnum = {
|
|
18
|
+
Electric: 'ELECTRIC',
|
|
19
|
+
Water: 'WATER'
|
|
20
|
+
};
|
|
21
|
+
exports.EnergyCostRecordInfoVOPricingTypeEnum = {
|
|
22
|
+
UniformUnitPrice: 'UNIFORM_UNIT_PRICE',
|
|
23
|
+
PeakValleyFlat: 'PEAK_VALLEY_FLAT'
|
|
24
|
+
};
|
|
25
|
+
exports.EnergyCostRecordInfoVOBillSourceEnum = {
|
|
26
|
+
StateGrid: 'STATE_GRID',
|
|
27
|
+
Photovoltaic: 'PHOTOVOLTAIC',
|
|
28
|
+
GroupEnergyRealEstate: 'GROUP_ENERGY_REAL_ESTATE',
|
|
29
|
+
WaterSupplyCompany: 'WATER_SUPPLY_COMPANY'
|
|
30
|
+
};
|
|
31
|
+
exports.EnergyCostRecordInfoVOOverrunReasonEnum = {
|
|
32
|
+
BusinessVolumeOperationTimeIncrease: 'BUSINESS_VOLUME_OPERATION_TIME_INCREASE',
|
|
33
|
+
BusinessVolumeChargingDeviceIncrease: 'BUSINESS_VOLUME_CHARGING_DEVICE_INCREASE',
|
|
34
|
+
BusinessVolumeAreaIncrease: 'BUSINESS_VOLUME_AREA_INCREASE',
|
|
35
|
+
SocialCustomerEnergyConsumptionIncrease: 'SOCIAL_CUSTOMER_ENERGY_CONSUMPTION_INCREASE',
|
|
36
|
+
EnergyConsumingEquipmentIncrease: 'ENERGY_CONSUMING_EQUIPMENT_INCREASE',
|
|
37
|
+
AbnormalWeather: 'ABNORMAL_WEATHER',
|
|
38
|
+
Other: 'OTHER'
|
|
39
|
+
};
|
|
@@ -0,0 +1,142 @@
|
|
|
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 EnergyCostScenariosInfoVO
|
|
16
|
+
*/
|
|
17
|
+
export interface EnergyCostScenariosInfoVO {
|
|
18
|
+
/**
|
|
19
|
+
* 主键ID
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
22
|
+
*/
|
|
23
|
+
'id'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 关联到 energy_cost_record 的Id
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
28
|
+
*/
|
|
29
|
+
'energyCostRecordId'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 能源类型
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
34
|
+
*/
|
|
35
|
+
'energyType'?: EnergyCostScenariosInfoVOEnergyTypeEnum;
|
|
36
|
+
/**
|
|
37
|
+
* 使用场景
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
40
|
+
*/
|
|
41
|
+
'usageScenariosType'?: EnergyCostScenariosInfoVOUsageScenariosTypeEnum;
|
|
42
|
+
/**
|
|
43
|
+
* 面积
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
46
|
+
*/
|
|
47
|
+
'totalArea'?: number;
|
|
48
|
+
/**
|
|
49
|
+
* 用量
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
52
|
+
*/
|
|
53
|
+
'consumption'?: number;
|
|
54
|
+
/**
|
|
55
|
+
* 费用
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
58
|
+
*/
|
|
59
|
+
'cost'?: number;
|
|
60
|
+
/**
|
|
61
|
+
* 单平单价
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
64
|
+
*/
|
|
65
|
+
'pricePerSquareMeter'?: number;
|
|
66
|
+
/**
|
|
67
|
+
* 单平单耗
|
|
68
|
+
* @type {number}
|
|
69
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
70
|
+
*/
|
|
71
|
+
'costPerSquareMeter'?: number;
|
|
72
|
+
/**
|
|
73
|
+
* 标准值
|
|
74
|
+
* @type {number}
|
|
75
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
76
|
+
*/
|
|
77
|
+
'standardValue'?: number;
|
|
78
|
+
/**
|
|
79
|
+
* 是否超标 0未超标 1 超标
|
|
80
|
+
* @type {number}
|
|
81
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
82
|
+
*/
|
|
83
|
+
'isOverBudget'?: number;
|
|
84
|
+
/**
|
|
85
|
+
* 超标原因
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
88
|
+
*/
|
|
89
|
+
'overrunReason'?: EnergyCostScenariosInfoVOOverrunReasonEnum;
|
|
90
|
+
/**
|
|
91
|
+
* 备注
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
94
|
+
*/
|
|
95
|
+
'remark'?: string;
|
|
96
|
+
/**
|
|
97
|
+
* 附件
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
100
|
+
*/
|
|
101
|
+
'attachment'?: string;
|
|
102
|
+
/**
|
|
103
|
+
* 创建时间
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
106
|
+
*/
|
|
107
|
+
'createTime'?: string;
|
|
108
|
+
/**
|
|
109
|
+
* 更新时间
|
|
110
|
+
* @type {string}
|
|
111
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
112
|
+
*/
|
|
113
|
+
'updateTime'?: string;
|
|
114
|
+
/**
|
|
115
|
+
* 是否删除 1未删除 0删除
|
|
116
|
+
* @type {number}
|
|
117
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
118
|
+
*/
|
|
119
|
+
'isDelete'?: number;
|
|
120
|
+
}
|
|
121
|
+
export declare const EnergyCostScenariosInfoVOEnergyTypeEnum: {
|
|
122
|
+
readonly Electric: "ELECTRIC";
|
|
123
|
+
readonly Water: "WATER";
|
|
124
|
+
};
|
|
125
|
+
export type EnergyCostScenariosInfoVOEnergyTypeEnum = typeof EnergyCostScenariosInfoVOEnergyTypeEnum[keyof typeof EnergyCostScenariosInfoVOEnergyTypeEnum];
|
|
126
|
+
export declare const EnergyCostScenariosInfoVOUsageScenariosTypeEnum: {
|
|
127
|
+
readonly ColdStorage: "COLD_STORAGE";
|
|
128
|
+
readonly SmartWarehouse: "SMART_WAREHOUSE";
|
|
129
|
+
readonly LeasingTenant: "LEASING_TENANT";
|
|
130
|
+
readonly PrivateConventionalWarehouse: "PRIVATE_CONVENTIONAL_WAREHOUSE";
|
|
131
|
+
};
|
|
132
|
+
export type EnergyCostScenariosInfoVOUsageScenariosTypeEnum = typeof EnergyCostScenariosInfoVOUsageScenariosTypeEnum[keyof typeof EnergyCostScenariosInfoVOUsageScenariosTypeEnum];
|
|
133
|
+
export declare const EnergyCostScenariosInfoVOOverrunReasonEnum: {
|
|
134
|
+
readonly BusinessVolumeOperationTimeIncrease: "BUSINESS_VOLUME_OPERATION_TIME_INCREASE";
|
|
135
|
+
readonly BusinessVolumeChargingDeviceIncrease: "BUSINESS_VOLUME_CHARGING_DEVICE_INCREASE";
|
|
136
|
+
readonly BusinessVolumeAreaIncrease: "BUSINESS_VOLUME_AREA_INCREASE";
|
|
137
|
+
readonly SocialCustomerEnergyConsumptionIncrease: "SOCIAL_CUSTOMER_ENERGY_CONSUMPTION_INCREASE";
|
|
138
|
+
readonly EnergyConsumingEquipmentIncrease: "ENERGY_CONSUMING_EQUIPMENT_INCREASE";
|
|
139
|
+
readonly AbnormalWeather: "ABNORMAL_WEATHER";
|
|
140
|
+
readonly Other: "OTHER";
|
|
141
|
+
};
|
|
142
|
+
export type EnergyCostScenariosInfoVOOverrunReasonEnum = typeof EnergyCostScenariosInfoVOOverrunReasonEnum[keyof typeof EnergyCostScenariosInfoVOOverrunReasonEnum];
|
|
@@ -0,0 +1,35 @@
|
|
|
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.EnergyCostScenariosInfoVOOverrunReasonEnum = exports.EnergyCostScenariosInfoVOUsageScenariosTypeEnum = exports.EnergyCostScenariosInfoVOEnergyTypeEnum = void 0;
|
|
17
|
+
exports.EnergyCostScenariosInfoVOEnergyTypeEnum = {
|
|
18
|
+
Electric: 'ELECTRIC',
|
|
19
|
+
Water: 'WATER'
|
|
20
|
+
};
|
|
21
|
+
exports.EnergyCostScenariosInfoVOUsageScenariosTypeEnum = {
|
|
22
|
+
ColdStorage: 'COLD_STORAGE',
|
|
23
|
+
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
24
|
+
LeasingTenant: 'LEASING_TENANT',
|
|
25
|
+
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
26
|
+
};
|
|
27
|
+
exports.EnergyCostScenariosInfoVOOverrunReasonEnum = {
|
|
28
|
+
BusinessVolumeOperationTimeIncrease: 'BUSINESS_VOLUME_OPERATION_TIME_INCREASE',
|
|
29
|
+
BusinessVolumeChargingDeviceIncrease: 'BUSINESS_VOLUME_CHARGING_DEVICE_INCREASE',
|
|
30
|
+
BusinessVolumeAreaIncrease: 'BUSINESS_VOLUME_AREA_INCREASE',
|
|
31
|
+
SocialCustomerEnergyConsumptionIncrease: 'SOCIAL_CUSTOMER_ENERGY_CONSUMPTION_INCREASE',
|
|
32
|
+
EnergyConsumingEquipmentIncrease: 'ENERGY_CONSUMING_EQUIPMENT_INCREASE',
|
|
33
|
+
AbnormalWeather: 'ABNORMAL_WEATHER',
|
|
34
|
+
Other: 'OTHER'
|
|
35
|
+
};
|