@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,160 @@
|
|
|
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 { Item } from './item';
|
|
13
|
+
/**
|
|
14
|
+
* 新增能源消耗记录-新增-入参
|
|
15
|
+
* @export
|
|
16
|
+
* @interface EnergyCostAddRecordDTO
|
|
17
|
+
*/
|
|
18
|
+
export interface EnergyCostAddRecordDTO {
|
|
19
|
+
/**
|
|
20
|
+
* 园区id
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof EnergyCostAddRecordDTO
|
|
23
|
+
*/
|
|
24
|
+
'parkId': number;
|
|
25
|
+
/**
|
|
26
|
+
* 账单id
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof EnergyCostAddRecordDTO
|
|
29
|
+
*/
|
|
30
|
+
'billId': number;
|
|
31
|
+
/**
|
|
32
|
+
* 能源类型
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof EnergyCostAddRecordDTO
|
|
35
|
+
*/
|
|
36
|
+
'energyType': EnergyCostAddRecordDTOEnergyTypeEnum;
|
|
37
|
+
/**
|
|
38
|
+
* 账单开始日
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof EnergyCostAddRecordDTO
|
|
41
|
+
*/
|
|
42
|
+
'billDateStart': string;
|
|
43
|
+
/**
|
|
44
|
+
* 账单结束日
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof EnergyCostAddRecordDTO
|
|
47
|
+
*/
|
|
48
|
+
'billDateEnd': string;
|
|
49
|
+
/**
|
|
50
|
+
* 账单月
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof EnergyCostAddRecordDTO
|
|
53
|
+
*/
|
|
54
|
+
'billMonth': string;
|
|
55
|
+
/**
|
|
56
|
+
* 账单来源
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof EnergyCostAddRecordDTO
|
|
59
|
+
*/
|
|
60
|
+
'billSource': EnergyCostAddRecordDTOBillSourceEnum;
|
|
61
|
+
/**
|
|
62
|
+
* 单价类型
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof EnergyCostAddRecordDTO
|
|
65
|
+
*/
|
|
66
|
+
'pricingType': EnergyCostAddRecordDTOPricingTypeEnum;
|
|
67
|
+
/**
|
|
68
|
+
* 园区用量
|
|
69
|
+
* @type {number}
|
|
70
|
+
* @memberof EnergyCostAddRecordDTO
|
|
71
|
+
*/
|
|
72
|
+
'parkUtilityUsage': number;
|
|
73
|
+
/**
|
|
74
|
+
* 园区费用(电费/水费)
|
|
75
|
+
* @type {number}
|
|
76
|
+
* @memberof EnergyCostAddRecordDTO
|
|
77
|
+
*/
|
|
78
|
+
'billCharges': number;
|
|
79
|
+
/**
|
|
80
|
+
* 力调电费
|
|
81
|
+
* @type {number}
|
|
82
|
+
* @memberof EnergyCostAddRecordDTO
|
|
83
|
+
*/
|
|
84
|
+
'powerFactorSurcharge': number;
|
|
85
|
+
/**
|
|
86
|
+
* 调前电费
|
|
87
|
+
* @type {number}
|
|
88
|
+
* @memberof EnergyCostAddRecordDTO
|
|
89
|
+
*/
|
|
90
|
+
'billAmountBefore': number;
|
|
91
|
+
/**
|
|
92
|
+
* 单价
|
|
93
|
+
* @type {number}
|
|
94
|
+
* @memberof EnergyCostAddRecordDTO
|
|
95
|
+
*/
|
|
96
|
+
'unitPrice': number;
|
|
97
|
+
/**
|
|
98
|
+
* 园区总面积
|
|
99
|
+
* @type {number}
|
|
100
|
+
* @memberof EnergyCostAddRecordDTO
|
|
101
|
+
*/
|
|
102
|
+
'totalParkArea': number;
|
|
103
|
+
/**
|
|
104
|
+
* 总空仓面积
|
|
105
|
+
* @type {number}
|
|
106
|
+
* @memberof EnergyCostAddRecordDTO
|
|
107
|
+
*/
|
|
108
|
+
'totalVacantArea': number;
|
|
109
|
+
/**
|
|
110
|
+
* 超标原因
|
|
111
|
+
* @type {string}
|
|
112
|
+
* @memberof EnergyCostAddRecordDTO
|
|
113
|
+
*/
|
|
114
|
+
'overrunReason'?: EnergyCostAddRecordDTOOverrunReasonEnum;
|
|
115
|
+
/**
|
|
116
|
+
* 备注
|
|
117
|
+
* @type {string}
|
|
118
|
+
* @memberof EnergyCostAddRecordDTO
|
|
119
|
+
*/
|
|
120
|
+
'remark'?: string;
|
|
121
|
+
/**
|
|
122
|
+
* 附件
|
|
123
|
+
* @type {string}
|
|
124
|
+
* @memberof EnergyCostAddRecordDTO
|
|
125
|
+
*/
|
|
126
|
+
'attachment'?: string;
|
|
127
|
+
/**
|
|
128
|
+
*
|
|
129
|
+
* @type {Array<Item>}
|
|
130
|
+
* @memberof EnergyCostAddRecordDTO
|
|
131
|
+
*/
|
|
132
|
+
'scenarios'?: Array<Item>;
|
|
133
|
+
}
|
|
134
|
+
export declare const EnergyCostAddRecordDTOEnergyTypeEnum: {
|
|
135
|
+
readonly Electric: "ELECTRIC";
|
|
136
|
+
readonly Water: "WATER";
|
|
137
|
+
};
|
|
138
|
+
export type EnergyCostAddRecordDTOEnergyTypeEnum = typeof EnergyCostAddRecordDTOEnergyTypeEnum[keyof typeof EnergyCostAddRecordDTOEnergyTypeEnum];
|
|
139
|
+
export declare const EnergyCostAddRecordDTOBillSourceEnum: {
|
|
140
|
+
readonly StateGrid: "STATE_GRID";
|
|
141
|
+
readonly Photovoltaic: "PHOTOVOLTAIC";
|
|
142
|
+
readonly GroupEnergyRealEstate: "GROUP_ENERGY_REAL_ESTATE";
|
|
143
|
+
readonly WaterSupplyCompany: "WATER_SUPPLY_COMPANY";
|
|
144
|
+
};
|
|
145
|
+
export type EnergyCostAddRecordDTOBillSourceEnum = typeof EnergyCostAddRecordDTOBillSourceEnum[keyof typeof EnergyCostAddRecordDTOBillSourceEnum];
|
|
146
|
+
export declare const EnergyCostAddRecordDTOPricingTypeEnum: {
|
|
147
|
+
readonly UniformUnitPrice: "UNIFORM_UNIT_PRICE";
|
|
148
|
+
readonly PeakValleyFlat: "PEAK_VALLEY_FLAT";
|
|
149
|
+
};
|
|
150
|
+
export type EnergyCostAddRecordDTOPricingTypeEnum = typeof EnergyCostAddRecordDTOPricingTypeEnum[keyof typeof EnergyCostAddRecordDTOPricingTypeEnum];
|
|
151
|
+
export declare const EnergyCostAddRecordDTOOverrunReasonEnum: {
|
|
152
|
+
readonly BusinessVolumeOperationTimeIncrease: "BUSINESS_VOLUME_OPERATION_TIME_INCREASE";
|
|
153
|
+
readonly BusinessVolumeChargingDeviceIncrease: "BUSINESS_VOLUME_CHARGING_DEVICE_INCREASE";
|
|
154
|
+
readonly BusinessVolumeAreaIncrease: "BUSINESS_VOLUME_AREA_INCREASE";
|
|
155
|
+
readonly SocialCustomerEnergyConsumptionIncrease: "SOCIAL_CUSTOMER_ENERGY_CONSUMPTION_INCREASE";
|
|
156
|
+
readonly EnergyConsumingEquipmentIncrease: "ENERGY_CONSUMING_EQUIPMENT_INCREASE";
|
|
157
|
+
readonly AbnormalWeather: "ABNORMAL_WEATHER";
|
|
158
|
+
readonly Other: "OTHER";
|
|
159
|
+
};
|
|
160
|
+
export type EnergyCostAddRecordDTOOverrunReasonEnum = typeof EnergyCostAddRecordDTOOverrunReasonEnum[keyof typeof EnergyCostAddRecordDTOOverrunReasonEnum];
|
|
@@ -0,0 +1,36 @@
|
|
|
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 const EnergyCostAddRecordDTOEnergyTypeEnum = {
|
|
15
|
+
Electric: 'ELECTRIC',
|
|
16
|
+
Water: 'WATER'
|
|
17
|
+
};
|
|
18
|
+
export const EnergyCostAddRecordDTOBillSourceEnum = {
|
|
19
|
+
StateGrid: 'STATE_GRID',
|
|
20
|
+
Photovoltaic: 'PHOTOVOLTAIC',
|
|
21
|
+
GroupEnergyRealEstate: 'GROUP_ENERGY_REAL_ESTATE',
|
|
22
|
+
WaterSupplyCompany: 'WATER_SUPPLY_COMPANY'
|
|
23
|
+
};
|
|
24
|
+
export const EnergyCostAddRecordDTOPricingTypeEnum = {
|
|
25
|
+
UniformUnitPrice: 'UNIFORM_UNIT_PRICE',
|
|
26
|
+
PeakValleyFlat: 'PEAK_VALLEY_FLAT'
|
|
27
|
+
};
|
|
28
|
+
export const EnergyCostAddRecordDTOOverrunReasonEnum = {
|
|
29
|
+
BusinessVolumeOperationTimeIncrease: 'BUSINESS_VOLUME_OPERATION_TIME_INCREASE',
|
|
30
|
+
BusinessVolumeChargingDeviceIncrease: 'BUSINESS_VOLUME_CHARGING_DEVICE_INCREASE',
|
|
31
|
+
BusinessVolumeAreaIncrease: 'BUSINESS_VOLUME_AREA_INCREASE',
|
|
32
|
+
SocialCustomerEnergyConsumptionIncrease: 'SOCIAL_CUSTOMER_ENERGY_CONSUMPTION_INCREASE',
|
|
33
|
+
EnergyConsumingEquipmentIncrease: 'ENERGY_CONSUMING_EQUIPMENT_INCREASE',
|
|
34
|
+
AbnormalWeather: 'ABNORMAL_WEATHER',
|
|
35
|
+
Other: 'OTHER'
|
|
36
|
+
};
|
|
@@ -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,23 @@
|
|
|
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 const EnergyCostAddSettingDTOEnergyTypeEnum = {
|
|
15
|
+
Electric: 'ELECTRIC',
|
|
16
|
+
Water: 'WATER'
|
|
17
|
+
};
|
|
18
|
+
export const EnergyCostAddSettingDTOUsageScenariosTypeEnum = {
|
|
19
|
+
ColdStorage: 'COLD_STORAGE',
|
|
20
|
+
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
21
|
+
LeasingTenant: 'LEASING_TENANT',
|
|
22
|
+
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
23
|
+
};
|
|
@@ -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,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,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,36 @@
|
|
|
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 const EnergyCostRecordInfoVOEnergyTypeEnum = {
|
|
15
|
+
Electric: 'ELECTRIC',
|
|
16
|
+
Water: 'WATER'
|
|
17
|
+
};
|
|
18
|
+
export const EnergyCostRecordInfoVOPricingTypeEnum = {
|
|
19
|
+
UniformUnitPrice: 'UNIFORM_UNIT_PRICE',
|
|
20
|
+
PeakValleyFlat: 'PEAK_VALLEY_FLAT'
|
|
21
|
+
};
|
|
22
|
+
export const EnergyCostRecordInfoVOBillSourceEnum = {
|
|
23
|
+
StateGrid: 'STATE_GRID',
|
|
24
|
+
Photovoltaic: 'PHOTOVOLTAIC',
|
|
25
|
+
GroupEnergyRealEstate: 'GROUP_ENERGY_REAL_ESTATE',
|
|
26
|
+
WaterSupplyCompany: 'WATER_SUPPLY_COMPANY'
|
|
27
|
+
};
|
|
28
|
+
export const EnergyCostRecordInfoVOOverrunReasonEnum = {
|
|
29
|
+
BusinessVolumeOperationTimeIncrease: 'BUSINESS_VOLUME_OPERATION_TIME_INCREASE',
|
|
30
|
+
BusinessVolumeChargingDeviceIncrease: 'BUSINESS_VOLUME_CHARGING_DEVICE_INCREASE',
|
|
31
|
+
BusinessVolumeAreaIncrease: 'BUSINESS_VOLUME_AREA_INCREASE',
|
|
32
|
+
SocialCustomerEnergyConsumptionIncrease: 'SOCIAL_CUSTOMER_ENERGY_CONSUMPTION_INCREASE',
|
|
33
|
+
EnergyConsumingEquipmentIncrease: 'ENERGY_CONSUMING_EQUIPMENT_INCREASE',
|
|
34
|
+
AbnormalWeather: 'ABNORMAL_WEATHER',
|
|
35
|
+
Other: 'OTHER'
|
|
36
|
+
};
|