@gizone/rrs-client 4.2.9-alpha.527 → 4.2.9-alpha.537
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 +16 -0
- package/api.ts +1 -0
- package/apis/device-api.ts +91 -0
- package/apis/energy-cost-controller-api.ts +973 -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 +527 -0
- package/dist/apis/energy-cost-controller-api.js +737 -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 +527 -0
- package/dist/esm/apis/energy-cost-controller-api.js +730 -0
- package/dist/esm/models/energy-cost-add-record-dto.d.ts +138 -0
- package/dist/esm/models/energy-cost-add-record-dto.js +27 -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-confirm-record-dto.d.ts +42 -0
- package/dist/esm/models/energy-cost-confirm-record-dto.js +17 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.d.ts +96 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.js +23 -0
- package/dist/esm/models/energy-cost-record-info-vo.d.ts +192 -0
- package/dist/esm/models/energy-cost-record-info-vo.js +27 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +132 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.js +23 -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 +15 -0
- package/dist/esm/models/index.js +15 -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 +55 -0
- package/dist/esm/models/item.js +19 -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 +138 -0
- package/dist/models/energy-cost-add-record-dto.js +30 -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-confirm-record-dto.d.ts +42 -0
- package/dist/models/energy-cost-confirm-record-dto.js +20 -0
- package/dist/models/energy-cost-month-setting-list-vo.d.ts +96 -0
- package/dist/models/energy-cost-month-setting-list-vo.js +26 -0
- package/dist/models/energy-cost-record-info-vo.d.ts +192 -0
- package/dist/models/energy-cost-record-info-vo.js +30 -0
- package/dist/models/energy-cost-scenarios-info-vo.d.ts +132 -0
- package/dist/models/energy-cost-scenarios-info-vo.js +26 -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 +15 -0
- package/dist/models/index.js +15 -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 +55 -0
- package/dist/models/item.js +22 -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 +151 -0
- package/models/energy-cost-add-setting-dto.ts +70 -0
- package/models/energy-cost-confirm-record-dto.ts +53 -0
- package/models/energy-cost-month-setting-list-vo.ts +106 -0
- package/models/energy-cost-record-info-vo.ts +205 -0
- package/models/energy-cost-scenarios-info-vo.ts +142 -0
- package/models/energy-cost-update-setting-dto.ts +70 -0
- package/models/index.ts +15 -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 +64 -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 +1047 -0
- package/package.json +1 -1
|
@@ -0,0 +1,138 @@
|
|
|
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
|
+
'attachment'?: string;
|
|
115
|
+
/**
|
|
116
|
+
*
|
|
117
|
+
* @type {Array<Item>}
|
|
118
|
+
* @memberof EnergyCostAddRecordDTO
|
|
119
|
+
*/
|
|
120
|
+
'scenarios'?: Array<Item>;
|
|
121
|
+
}
|
|
122
|
+
export declare const EnergyCostAddRecordDTOEnergyTypeEnum: {
|
|
123
|
+
readonly Electric: "ELECTRIC";
|
|
124
|
+
readonly Water: "WATER";
|
|
125
|
+
};
|
|
126
|
+
export type EnergyCostAddRecordDTOEnergyTypeEnum = typeof EnergyCostAddRecordDTOEnergyTypeEnum[keyof typeof EnergyCostAddRecordDTOEnergyTypeEnum];
|
|
127
|
+
export declare const EnergyCostAddRecordDTOBillSourceEnum: {
|
|
128
|
+
readonly StateGrid: "STATE_GRID";
|
|
129
|
+
readonly Photovoltaic: "PHOTOVOLTAIC";
|
|
130
|
+
readonly GroupEnergyRealEstate: "GROUP_ENERGY_REAL_ESTATE";
|
|
131
|
+
readonly WaterSupplyCompany: "WATER_SUPPLY_COMPANY";
|
|
132
|
+
};
|
|
133
|
+
export type EnergyCostAddRecordDTOBillSourceEnum = typeof EnergyCostAddRecordDTOBillSourceEnum[keyof typeof EnergyCostAddRecordDTOBillSourceEnum];
|
|
134
|
+
export declare const EnergyCostAddRecordDTOPricingTypeEnum: {
|
|
135
|
+
readonly UniformUnitPrice: "UNIFORM_UNIT_PRICE";
|
|
136
|
+
readonly PeakValleyFlat: "PEAK_VALLEY_FLAT";
|
|
137
|
+
};
|
|
138
|
+
export type EnergyCostAddRecordDTOPricingTypeEnum = typeof EnergyCostAddRecordDTOPricingTypeEnum[keyof typeof EnergyCostAddRecordDTOPricingTypeEnum];
|
|
@@ -0,0 +1,27 @@
|
|
|
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
|
+
};
|
|
@@ -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,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
|
+
import type { Item } from './item';
|
|
13
|
+
/**
|
|
14
|
+
* 新增能源消耗记录-确认-入参
|
|
15
|
+
* @export
|
|
16
|
+
* @interface EnergyCostConfirmRecordDTO
|
|
17
|
+
*/
|
|
18
|
+
export interface EnergyCostConfirmRecordDTO {
|
|
19
|
+
/**
|
|
20
|
+
* id
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof EnergyCostConfirmRecordDTO
|
|
23
|
+
*/
|
|
24
|
+
'id': number;
|
|
25
|
+
/**
|
|
26
|
+
* 能源类型
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof EnergyCostConfirmRecordDTO
|
|
29
|
+
*/
|
|
30
|
+
'energyType': EnergyCostConfirmRecordDTOEnergyTypeEnum;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Array<Item>}
|
|
34
|
+
* @memberof EnergyCostConfirmRecordDTO
|
|
35
|
+
*/
|
|
36
|
+
'scenarios'?: Array<Item>;
|
|
37
|
+
}
|
|
38
|
+
export declare const EnergyCostConfirmRecordDTOEnergyTypeEnum: {
|
|
39
|
+
readonly Electric: "ELECTRIC";
|
|
40
|
+
readonly Water: "WATER";
|
|
41
|
+
};
|
|
42
|
+
export type EnergyCostConfirmRecordDTOEnergyTypeEnum = typeof EnergyCostConfirmRecordDTOEnergyTypeEnum[keyof typeof EnergyCostConfirmRecordDTOEnergyTypeEnum];
|
|
@@ -0,0 +1,17 @@
|
|
|
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 EnergyCostConfirmRecordDTOEnergyTypeEnum = {
|
|
15
|
+
Electric: 'ELECTRIC',
|
|
16
|
+
Water: 'WATER'
|
|
17
|
+
};
|
|
@@ -0,0 +1,96 @@
|
|
|
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
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
22
|
+
*/
|
|
23
|
+
'id'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 园区id
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
28
|
+
*/
|
|
29
|
+
'parkId'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 能源类型
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
34
|
+
*/
|
|
35
|
+
'energyType'?: EnergyCostMonthSettingListVOEnergyTypeEnum;
|
|
36
|
+
/**
|
|
37
|
+
* 能源类型单位
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
40
|
+
*/
|
|
41
|
+
'energyTypeUnit'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 使用场景
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
46
|
+
*/
|
|
47
|
+
'usageScenariosType'?: EnergyCostMonthSettingListVOUsageScenariosTypeEnum;
|
|
48
|
+
/**
|
|
49
|
+
* 标准值
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
52
|
+
*/
|
|
53
|
+
'standardValue'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 年月
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
58
|
+
*/
|
|
59
|
+
'yearMonths'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* 年
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
64
|
+
*/
|
|
65
|
+
'year'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 月
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
70
|
+
*/
|
|
71
|
+
'month'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* 创建时间
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
76
|
+
*/
|
|
77
|
+
'createTime'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* 更新时间
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
82
|
+
*/
|
|
83
|
+
'updateTime'?: string;
|
|
84
|
+
}
|
|
85
|
+
export declare const EnergyCostMonthSettingListVOEnergyTypeEnum: {
|
|
86
|
+
readonly Electric: "ELECTRIC";
|
|
87
|
+
readonly Water: "WATER";
|
|
88
|
+
};
|
|
89
|
+
export type EnergyCostMonthSettingListVOEnergyTypeEnum = typeof EnergyCostMonthSettingListVOEnergyTypeEnum[keyof typeof EnergyCostMonthSettingListVOEnergyTypeEnum];
|
|
90
|
+
export declare const EnergyCostMonthSettingListVOUsageScenariosTypeEnum: {
|
|
91
|
+
readonly ColdStorage: "COLD_STORAGE";
|
|
92
|
+
readonly SmartWarehouse: "SMART_WAREHOUSE";
|
|
93
|
+
readonly LeasingTenant: "LEASING_TENANT";
|
|
94
|
+
readonly PrivateConventionalWarehouse: "PRIVATE_CONVENTIONAL_WAREHOUSE";
|
|
95
|
+
};
|
|
96
|
+
export type EnergyCostMonthSettingListVOUsageScenariosTypeEnum = typeof EnergyCostMonthSettingListVOUsageScenariosTypeEnum[keyof typeof EnergyCostMonthSettingListVOUsageScenariosTypeEnum];
|
|
@@ -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 EnergyCostMonthSettingListVOEnergyTypeEnum = {
|
|
15
|
+
Electric: 'ELECTRIC',
|
|
16
|
+
Water: 'WATER'
|
|
17
|
+
};
|
|
18
|
+
export const EnergyCostMonthSettingListVOUsageScenariosTypeEnum = {
|
|
19
|
+
ColdStorage: 'COLD_STORAGE',
|
|
20
|
+
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
21
|
+
LeasingTenant: 'LEASING_TENANT',
|
|
22
|
+
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
23
|
+
};
|
|
@@ -0,0 +1,192 @@
|
|
|
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
|
+
'totalParkArea'?: number;
|
|
139
|
+
/**
|
|
140
|
+
* 总空仓面积
|
|
141
|
+
* @type {number}
|
|
142
|
+
* @memberof EnergyCostRecordInfoVO
|
|
143
|
+
*/
|
|
144
|
+
'totalVacantArea'?: number;
|
|
145
|
+
/**
|
|
146
|
+
* 0 草稿 1已完成
|
|
147
|
+
* @type {number}
|
|
148
|
+
* @memberof EnergyCostRecordInfoVO
|
|
149
|
+
*/
|
|
150
|
+
'status'?: number;
|
|
151
|
+
/**
|
|
152
|
+
* 创建时间
|
|
153
|
+
* @type {string}
|
|
154
|
+
* @memberof EnergyCostRecordInfoVO
|
|
155
|
+
*/
|
|
156
|
+
'createTime'?: string;
|
|
157
|
+
/**
|
|
158
|
+
* 更新时间
|
|
159
|
+
* @type {string}
|
|
160
|
+
* @memberof EnergyCostRecordInfoVO
|
|
161
|
+
*/
|
|
162
|
+
'updateTime'?: string;
|
|
163
|
+
/**
|
|
164
|
+
* 是否删除 1未删除 0删除
|
|
165
|
+
* @type {number}
|
|
166
|
+
* @memberof EnergyCostRecordInfoVO
|
|
167
|
+
*/
|
|
168
|
+
'isDelete'?: number;
|
|
169
|
+
/**
|
|
170
|
+
*
|
|
171
|
+
* @type {Array<EnergyCostScenariosInfoVO>}
|
|
172
|
+
* @memberof EnergyCostRecordInfoVO
|
|
173
|
+
*/
|
|
174
|
+
'scenarios'?: Array<EnergyCostScenariosInfoVO>;
|
|
175
|
+
}
|
|
176
|
+
export declare const EnergyCostRecordInfoVOEnergyTypeEnum: {
|
|
177
|
+
readonly Electric: "ELECTRIC";
|
|
178
|
+
readonly Water: "WATER";
|
|
179
|
+
};
|
|
180
|
+
export type EnergyCostRecordInfoVOEnergyTypeEnum = typeof EnergyCostRecordInfoVOEnergyTypeEnum[keyof typeof EnergyCostRecordInfoVOEnergyTypeEnum];
|
|
181
|
+
export declare const EnergyCostRecordInfoVOPricingTypeEnum: {
|
|
182
|
+
readonly UniformUnitPrice: "UNIFORM_UNIT_PRICE";
|
|
183
|
+
readonly PeakValleyFlat: "PEAK_VALLEY_FLAT";
|
|
184
|
+
};
|
|
185
|
+
export type EnergyCostRecordInfoVOPricingTypeEnum = typeof EnergyCostRecordInfoVOPricingTypeEnum[keyof typeof EnergyCostRecordInfoVOPricingTypeEnum];
|
|
186
|
+
export declare const EnergyCostRecordInfoVOBillSourceEnum: {
|
|
187
|
+
readonly StateGrid: "STATE_GRID";
|
|
188
|
+
readonly Photovoltaic: "PHOTOVOLTAIC";
|
|
189
|
+
readonly GroupEnergyRealEstate: "GROUP_ENERGY_REAL_ESTATE";
|
|
190
|
+
readonly WaterSupplyCompany: "WATER_SUPPLY_COMPANY";
|
|
191
|
+
};
|
|
192
|
+
export type EnergyCostRecordInfoVOBillSourceEnum = typeof EnergyCostRecordInfoVOBillSourceEnum[keyof typeof EnergyCostRecordInfoVOBillSourceEnum];
|
|
@@ -0,0 +1,27 @@
|
|
|
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
|
+
};
|