@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,108 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 能源费用管理-月度设置列表
|
|
19
|
+
* @export
|
|
20
|
+
* @interface EnergyCostMonthSettingListVO
|
|
21
|
+
*/
|
|
22
|
+
export interface EnergyCostMonthSettingListVO {
|
|
23
|
+
/**
|
|
24
|
+
* ID
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
27
|
+
*/
|
|
28
|
+
'id'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* 园区ID
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
33
|
+
*/
|
|
34
|
+
'parkId'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 年月
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
39
|
+
*/
|
|
40
|
+
'yearMonths'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 能源类型
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
45
|
+
*/
|
|
46
|
+
'energyType'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 冷藏场景ID
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
51
|
+
*/
|
|
52
|
+
'csId'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* 冷藏场景标准值
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
57
|
+
*/
|
|
58
|
+
'csStandardValue'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 智慧仓库场景ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
63
|
+
*/
|
|
64
|
+
'swId'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* 智慧仓库标准值
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
69
|
+
*/
|
|
70
|
+
'swStandardValue'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* 租赁租户场景ID
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
75
|
+
*/
|
|
76
|
+
'ltId'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* 租赁租户标准值
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
81
|
+
*/
|
|
82
|
+
'ltStandardValue'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* 私有传统仓库场景ID
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
87
|
+
*/
|
|
88
|
+
'pcwId'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* 私有传统仓库标准值
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
93
|
+
*/
|
|
94
|
+
'pcwStandardValue'?: string;
|
|
95
|
+
/**
|
|
96
|
+
* 无场景类型(水)ID
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
99
|
+
*/
|
|
100
|
+
'waterId'?: string;
|
|
101
|
+
/**
|
|
102
|
+
* 无场景类型(水)标准值
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
105
|
+
*/
|
|
106
|
+
'waterStandardValue'?: string;
|
|
107
|
+
}
|
|
108
|
+
|
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { EnergyCostScenariosInfoVO } from './energy-cost-scenarios-info-vo';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface EnergyCostRecordInfoVO
|
|
24
|
+
*/
|
|
25
|
+
export interface EnergyCostRecordInfoVO {
|
|
26
|
+
/**
|
|
27
|
+
* 主键ID
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof EnergyCostRecordInfoVO
|
|
30
|
+
*/
|
|
31
|
+
'id'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* 园区id
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof EnergyCostRecordInfoVO
|
|
36
|
+
*/
|
|
37
|
+
'parkId'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 能源类型
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof EnergyCostRecordInfoVO
|
|
42
|
+
*/
|
|
43
|
+
'energyType'?: EnergyCostRecordInfoVOEnergyTypeEnum;
|
|
44
|
+
/**
|
|
45
|
+
* 单价类型
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof EnergyCostRecordInfoVO
|
|
48
|
+
*/
|
|
49
|
+
'pricingType'?: EnergyCostRecordInfoVOPricingTypeEnum;
|
|
50
|
+
/**
|
|
51
|
+
* 账单来源
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof EnergyCostRecordInfoVO
|
|
54
|
+
*/
|
|
55
|
+
'billSource'?: EnergyCostRecordInfoVOBillSourceEnum;
|
|
56
|
+
/**
|
|
57
|
+
* 账单开始日
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof EnergyCostRecordInfoVO
|
|
60
|
+
*/
|
|
61
|
+
'billDateStart'?: string;
|
|
62
|
+
/**
|
|
63
|
+
* 账单结束日
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof EnergyCostRecordInfoVO
|
|
66
|
+
*/
|
|
67
|
+
'billDateEnd'?: string;
|
|
68
|
+
/**
|
|
69
|
+
* 账单月
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof EnergyCostRecordInfoVO
|
|
72
|
+
*/
|
|
73
|
+
'billMonth'?: string;
|
|
74
|
+
/**
|
|
75
|
+
* 关联账单id
|
|
76
|
+
* @type {number}
|
|
77
|
+
* @memberof EnergyCostRecordInfoVO
|
|
78
|
+
*/
|
|
79
|
+
'billId'?: number;
|
|
80
|
+
/**
|
|
81
|
+
* 账单编号
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof EnergyCostRecordInfoVO
|
|
84
|
+
*/
|
|
85
|
+
'billCode'?: string;
|
|
86
|
+
/**
|
|
87
|
+
* 处理人id
|
|
88
|
+
* @type {number}
|
|
89
|
+
* @memberof EnergyCostRecordInfoVO
|
|
90
|
+
*/
|
|
91
|
+
'handlerId'?: number;
|
|
92
|
+
/**
|
|
93
|
+
* 处理人name
|
|
94
|
+
* @type {string}
|
|
95
|
+
* @memberof EnergyCostRecordInfoVO
|
|
96
|
+
*/
|
|
97
|
+
'handlerName'?: string;
|
|
98
|
+
/**
|
|
99
|
+
* 园区用量
|
|
100
|
+
* @type {number}
|
|
101
|
+
* @memberof EnergyCostRecordInfoVO
|
|
102
|
+
*/
|
|
103
|
+
'parkUtilityUsage'?: number;
|
|
104
|
+
/**
|
|
105
|
+
* 园区费用(电费/水费)
|
|
106
|
+
* @type {number}
|
|
107
|
+
* @memberof EnergyCostRecordInfoVO
|
|
108
|
+
*/
|
|
109
|
+
'billCharges'?: number;
|
|
110
|
+
/**
|
|
111
|
+
* 力调电费
|
|
112
|
+
* @type {number}
|
|
113
|
+
* @memberof EnergyCostRecordInfoVO
|
|
114
|
+
*/
|
|
115
|
+
'powerFactorSurcharge'?: number;
|
|
116
|
+
/**
|
|
117
|
+
* 调前电费
|
|
118
|
+
* @type {number}
|
|
119
|
+
* @memberof EnergyCostRecordInfoVO
|
|
120
|
+
*/
|
|
121
|
+
'billAmountBefore'?: number;
|
|
122
|
+
/**
|
|
123
|
+
* 单价
|
|
124
|
+
* @type {number}
|
|
125
|
+
* @memberof EnergyCostRecordInfoVO
|
|
126
|
+
*/
|
|
127
|
+
'unitPrice'?: number;
|
|
128
|
+
/**
|
|
129
|
+
* 单平单价
|
|
130
|
+
* @type {number}
|
|
131
|
+
* @memberof EnergyCostRecordInfoVO
|
|
132
|
+
*/
|
|
133
|
+
'pricePerSquareMeter'?: number;
|
|
134
|
+
/**
|
|
135
|
+
* 单平单耗
|
|
136
|
+
* @type {number}
|
|
137
|
+
* @memberof EnergyCostRecordInfoVO
|
|
138
|
+
*/
|
|
139
|
+
'costPerSquareMeter'?: number;
|
|
140
|
+
/**
|
|
141
|
+
* 标准值
|
|
142
|
+
* @type {number}
|
|
143
|
+
* @memberof EnergyCostRecordInfoVO
|
|
144
|
+
*/
|
|
145
|
+
'standardValue'?: number;
|
|
146
|
+
/**
|
|
147
|
+
* 是否超标 0未超标 1 超标
|
|
148
|
+
* @type {number}
|
|
149
|
+
* @memberof EnergyCostRecordInfoVO
|
|
150
|
+
*/
|
|
151
|
+
'isOverBudget'?: number;
|
|
152
|
+
/**
|
|
153
|
+
* 超标原因
|
|
154
|
+
* @type {string}
|
|
155
|
+
* @memberof EnergyCostRecordInfoVO
|
|
156
|
+
*/
|
|
157
|
+
'overrunReason'?: EnergyCostRecordInfoVOOverrunReasonEnum;
|
|
158
|
+
/**
|
|
159
|
+
* 备注
|
|
160
|
+
* @type {string}
|
|
161
|
+
* @memberof EnergyCostRecordInfoVO
|
|
162
|
+
*/
|
|
163
|
+
'remark'?: string;
|
|
164
|
+
/**
|
|
165
|
+
* 备注
|
|
166
|
+
* @type {string}
|
|
167
|
+
* @memberof EnergyCostRecordInfoVO
|
|
168
|
+
*/
|
|
169
|
+
'attachment'?: string;
|
|
170
|
+
/**
|
|
171
|
+
* 园区总面积
|
|
172
|
+
* @type {number}
|
|
173
|
+
* @memberof EnergyCostRecordInfoVO
|
|
174
|
+
*/
|
|
175
|
+
'totalParkArea'?: number;
|
|
176
|
+
/**
|
|
177
|
+
* 总空仓面积
|
|
178
|
+
* @type {number}
|
|
179
|
+
* @memberof EnergyCostRecordInfoVO
|
|
180
|
+
*/
|
|
181
|
+
'totalVacantArea'?: number;
|
|
182
|
+
/**
|
|
183
|
+
* 0 草稿 1已完成
|
|
184
|
+
* @type {number}
|
|
185
|
+
* @memberof EnergyCostRecordInfoVO
|
|
186
|
+
*/
|
|
187
|
+
'status'?: number;
|
|
188
|
+
/**
|
|
189
|
+
* 创建时间
|
|
190
|
+
* @type {string}
|
|
191
|
+
* @memberof EnergyCostRecordInfoVO
|
|
192
|
+
*/
|
|
193
|
+
'createTime'?: string;
|
|
194
|
+
/**
|
|
195
|
+
* 更新时间
|
|
196
|
+
* @type {string}
|
|
197
|
+
* @memberof EnergyCostRecordInfoVO
|
|
198
|
+
*/
|
|
199
|
+
'updateTime'?: string;
|
|
200
|
+
/**
|
|
201
|
+
* 是否删除 1未删除 0删除
|
|
202
|
+
* @type {number}
|
|
203
|
+
* @memberof EnergyCostRecordInfoVO
|
|
204
|
+
*/
|
|
205
|
+
'isDelete'?: number;
|
|
206
|
+
/**
|
|
207
|
+
*
|
|
208
|
+
* @type {Array<EnergyCostScenariosInfoVO>}
|
|
209
|
+
* @memberof EnergyCostRecordInfoVO
|
|
210
|
+
*/
|
|
211
|
+
'scenarios'?: Array<EnergyCostScenariosInfoVO>;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
export const EnergyCostRecordInfoVOEnergyTypeEnum = {
|
|
215
|
+
Electric: 'ELECTRIC',
|
|
216
|
+
Water: 'WATER'
|
|
217
|
+
} as const;
|
|
218
|
+
|
|
219
|
+
export type EnergyCostRecordInfoVOEnergyTypeEnum = typeof EnergyCostRecordInfoVOEnergyTypeEnum[keyof typeof EnergyCostRecordInfoVOEnergyTypeEnum];
|
|
220
|
+
export const EnergyCostRecordInfoVOPricingTypeEnum = {
|
|
221
|
+
UniformUnitPrice: 'UNIFORM_UNIT_PRICE',
|
|
222
|
+
PeakValleyFlat: 'PEAK_VALLEY_FLAT'
|
|
223
|
+
} as const;
|
|
224
|
+
|
|
225
|
+
export type EnergyCostRecordInfoVOPricingTypeEnum = typeof EnergyCostRecordInfoVOPricingTypeEnum[keyof typeof EnergyCostRecordInfoVOPricingTypeEnum];
|
|
226
|
+
export const EnergyCostRecordInfoVOBillSourceEnum = {
|
|
227
|
+
StateGrid: 'STATE_GRID',
|
|
228
|
+
Photovoltaic: 'PHOTOVOLTAIC',
|
|
229
|
+
GroupEnergyRealEstate: 'GROUP_ENERGY_REAL_ESTATE',
|
|
230
|
+
WaterSupplyCompany: 'WATER_SUPPLY_COMPANY'
|
|
231
|
+
} as const;
|
|
232
|
+
|
|
233
|
+
export type EnergyCostRecordInfoVOBillSourceEnum = typeof EnergyCostRecordInfoVOBillSourceEnum[keyof typeof EnergyCostRecordInfoVOBillSourceEnum];
|
|
234
|
+
export const EnergyCostRecordInfoVOOverrunReasonEnum = {
|
|
235
|
+
BusinessVolumeOperationTimeIncrease: 'BUSINESS_VOLUME_OPERATION_TIME_INCREASE',
|
|
236
|
+
BusinessVolumeChargingDeviceIncrease: 'BUSINESS_VOLUME_CHARGING_DEVICE_INCREASE',
|
|
237
|
+
BusinessVolumeAreaIncrease: 'BUSINESS_VOLUME_AREA_INCREASE',
|
|
238
|
+
SocialCustomerEnergyConsumptionIncrease: 'SOCIAL_CUSTOMER_ENERGY_CONSUMPTION_INCREASE',
|
|
239
|
+
EnergyConsumingEquipmentIncrease: 'ENERGY_CONSUMING_EQUIPMENT_INCREASE',
|
|
240
|
+
AbnormalWeather: 'ABNORMAL_WEATHER',
|
|
241
|
+
Other: 'OTHER'
|
|
242
|
+
} as const;
|
|
243
|
+
|
|
244
|
+
export type EnergyCostRecordInfoVOOverrunReasonEnum = typeof EnergyCostRecordInfoVOOverrunReasonEnum[keyof typeof EnergyCostRecordInfoVOOverrunReasonEnum];
|
|
245
|
+
|
|
246
|
+
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface EnergyCostScenariosInfoVO
|
|
21
|
+
*/
|
|
22
|
+
export interface EnergyCostScenariosInfoVO {
|
|
23
|
+
/**
|
|
24
|
+
* 主键ID
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
27
|
+
*/
|
|
28
|
+
'id'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 关联到 energy_cost_record 的Id
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
33
|
+
*/
|
|
34
|
+
'energyCostRecordId'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 能源类型
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
39
|
+
*/
|
|
40
|
+
'energyType'?: EnergyCostScenariosInfoVOEnergyTypeEnum;
|
|
41
|
+
/**
|
|
42
|
+
* 使用场景
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
45
|
+
*/
|
|
46
|
+
'usageScenariosType'?: EnergyCostScenariosInfoVOUsageScenariosTypeEnum;
|
|
47
|
+
/**
|
|
48
|
+
* 面积
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
51
|
+
*/
|
|
52
|
+
'totalArea'?: number;
|
|
53
|
+
/**
|
|
54
|
+
* 用量
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
57
|
+
*/
|
|
58
|
+
'consumption'?: number;
|
|
59
|
+
/**
|
|
60
|
+
* 费用
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
63
|
+
*/
|
|
64
|
+
'cost'?: number;
|
|
65
|
+
/**
|
|
66
|
+
* 单平单价
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
69
|
+
*/
|
|
70
|
+
'pricePerSquareMeter'?: number;
|
|
71
|
+
/**
|
|
72
|
+
* 单平单耗
|
|
73
|
+
* @type {number}
|
|
74
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
75
|
+
*/
|
|
76
|
+
'costPerSquareMeter'?: number;
|
|
77
|
+
/**
|
|
78
|
+
* 标准值
|
|
79
|
+
* @type {number}
|
|
80
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
81
|
+
*/
|
|
82
|
+
'standardValue'?: number;
|
|
83
|
+
/**
|
|
84
|
+
* 是否超标 0未超标 1 超标
|
|
85
|
+
* @type {number}
|
|
86
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
87
|
+
*/
|
|
88
|
+
'isOverBudget'?: number;
|
|
89
|
+
/**
|
|
90
|
+
* 超标原因
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
93
|
+
*/
|
|
94
|
+
'overrunReason'?: EnergyCostScenariosInfoVOOverrunReasonEnum;
|
|
95
|
+
/**
|
|
96
|
+
* 备注
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
99
|
+
*/
|
|
100
|
+
'remark'?: string;
|
|
101
|
+
/**
|
|
102
|
+
* 附件
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
105
|
+
*/
|
|
106
|
+
'attachment'?: string;
|
|
107
|
+
/**
|
|
108
|
+
* 创建时间
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
111
|
+
*/
|
|
112
|
+
'createTime'?: string;
|
|
113
|
+
/**
|
|
114
|
+
* 更新时间
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
117
|
+
*/
|
|
118
|
+
'updateTime'?: string;
|
|
119
|
+
/**
|
|
120
|
+
* 是否删除 1未删除 0删除
|
|
121
|
+
* @type {number}
|
|
122
|
+
* @memberof EnergyCostScenariosInfoVO
|
|
123
|
+
*/
|
|
124
|
+
'isDelete'?: number;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
export const EnergyCostScenariosInfoVOEnergyTypeEnum = {
|
|
128
|
+
Electric: 'ELECTRIC',
|
|
129
|
+
Water: 'WATER'
|
|
130
|
+
} as const;
|
|
131
|
+
|
|
132
|
+
export type EnergyCostScenariosInfoVOEnergyTypeEnum = typeof EnergyCostScenariosInfoVOEnergyTypeEnum[keyof typeof EnergyCostScenariosInfoVOEnergyTypeEnum];
|
|
133
|
+
export const EnergyCostScenariosInfoVOUsageScenariosTypeEnum = {
|
|
134
|
+
ColdStorage: 'COLD_STORAGE',
|
|
135
|
+
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
136
|
+
LeasingTenant: 'LEASING_TENANT',
|
|
137
|
+
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
138
|
+
} as const;
|
|
139
|
+
|
|
140
|
+
export type EnergyCostScenariosInfoVOUsageScenariosTypeEnum = typeof EnergyCostScenariosInfoVOUsageScenariosTypeEnum[keyof typeof EnergyCostScenariosInfoVOUsageScenariosTypeEnum];
|
|
141
|
+
export const EnergyCostScenariosInfoVOOverrunReasonEnum = {
|
|
142
|
+
BusinessVolumeOperationTimeIncrease: 'BUSINESS_VOLUME_OPERATION_TIME_INCREASE',
|
|
143
|
+
BusinessVolumeChargingDeviceIncrease: 'BUSINESS_VOLUME_CHARGING_DEVICE_INCREASE',
|
|
144
|
+
BusinessVolumeAreaIncrease: 'BUSINESS_VOLUME_AREA_INCREASE',
|
|
145
|
+
SocialCustomerEnergyConsumptionIncrease: 'SOCIAL_CUSTOMER_ENERGY_CONSUMPTION_INCREASE',
|
|
146
|
+
EnergyConsumingEquipmentIncrease: 'ENERGY_CONSUMING_EQUIPMENT_INCREASE',
|
|
147
|
+
AbnormalWeather: 'ABNORMAL_WEATHER',
|
|
148
|
+
Other: 'OTHER'
|
|
149
|
+
} as const;
|
|
150
|
+
|
|
151
|
+
export type EnergyCostScenariosInfoVOOverrunReasonEnum = typeof EnergyCostScenariosInfoVOOverrunReasonEnum[keyof typeof EnergyCostScenariosInfoVOOverrunReasonEnum];
|
|
152
|
+
|
|
153
|
+
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 新增能源费用管理设置-新增-入参
|
|
19
|
+
* @export
|
|
20
|
+
* @interface EnergyCostUpdateSettingDTO
|
|
21
|
+
*/
|
|
22
|
+
export interface EnergyCostUpdateSettingDTO {
|
|
23
|
+
/**
|
|
24
|
+
* id
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof EnergyCostUpdateSettingDTO
|
|
27
|
+
*/
|
|
28
|
+
'id': number;
|
|
29
|
+
/**
|
|
30
|
+
* 能源类型
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof EnergyCostUpdateSettingDTO
|
|
33
|
+
*/
|
|
34
|
+
'energyType': EnergyCostUpdateSettingDTOEnergyTypeEnum;
|
|
35
|
+
/**
|
|
36
|
+
* 标准值
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof EnergyCostUpdateSettingDTO
|
|
39
|
+
*/
|
|
40
|
+
'standardValue': number;
|
|
41
|
+
/**
|
|
42
|
+
* 使用场景
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof EnergyCostUpdateSettingDTO
|
|
45
|
+
*/
|
|
46
|
+
'usageScenariosType'?: EnergyCostUpdateSettingDTOUsageScenariosTypeEnum;
|
|
47
|
+
/**
|
|
48
|
+
* 日期-年月
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof EnergyCostUpdateSettingDTO
|
|
51
|
+
*/
|
|
52
|
+
'yearMonths': string;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export const EnergyCostUpdateSettingDTOEnergyTypeEnum = {
|
|
56
|
+
Electric: 'ELECTRIC',
|
|
57
|
+
Water: 'WATER'
|
|
58
|
+
} as const;
|
|
59
|
+
|
|
60
|
+
export type EnergyCostUpdateSettingDTOEnergyTypeEnum = typeof EnergyCostUpdateSettingDTOEnergyTypeEnum[keyof typeof EnergyCostUpdateSettingDTOEnergyTypeEnum];
|
|
61
|
+
export const EnergyCostUpdateSettingDTOUsageScenariosTypeEnum = {
|
|
62
|
+
ColdStorage: 'COLD_STORAGE',
|
|
63
|
+
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
64
|
+
LeasingTenant: 'LEASING_TENANT',
|
|
65
|
+
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
66
|
+
} as const;
|
|
67
|
+
|
|
68
|
+
export type EnergyCostUpdateSettingDTOUsageScenariosTypeEnum = typeof EnergyCostUpdateSettingDTOUsageScenariosTypeEnum[keyof typeof EnergyCostUpdateSettingDTOUsageScenariosTypeEnum];
|
|
69
|
+
|
|
70
|
+
|
package/models/index.ts
CHANGED
|
@@ -104,6 +104,12 @@ export * from './disaster-warning-standard-category-enum';
|
|
|
104
104
|
export * from './disaster-warning-standard-entity';
|
|
105
105
|
export * from './disaster-warning-standard-import-dto';
|
|
106
106
|
export * from './emission-standard-enum';
|
|
107
|
+
export * from './energy-cost-add-record-dto';
|
|
108
|
+
export * from './energy-cost-add-setting-dto';
|
|
109
|
+
export * from './energy-cost-month-setting-list-vo';
|
|
110
|
+
export * from './energy-cost-record-info-vo';
|
|
111
|
+
export * from './energy-cost-scenarios-info-vo';
|
|
112
|
+
export * from './energy-cost-update-setting-dto';
|
|
107
113
|
export * from './equipment';
|
|
108
114
|
export * from './equipment-add-redis-list-dto';
|
|
109
115
|
export * from './equipment-batch-supplier-vo';
|
|
@@ -148,6 +154,7 @@ export * from './functional-area-enum';
|
|
|
148
154
|
export * from './fusion-role-request-dto';
|
|
149
155
|
export * from './group-dept-vo';
|
|
150
156
|
export * from './hik-get-cameras-info-vo';
|
|
157
|
+
export * from './ipage-energy-cost-record-info-vo';
|
|
151
158
|
export * from './inspection-category-enum';
|
|
152
159
|
export * from './inspection-comp';
|
|
153
160
|
export * from './inspection-complete-vo';
|
|
@@ -166,6 +173,8 @@ export * from './insurance-notice-vo';
|
|
|
166
173
|
export * from './insurance-work-order-issue-vo';
|
|
167
174
|
export * from './insurance-work-order-vo';
|
|
168
175
|
export * from './iot-device-status-enum';
|
|
176
|
+
export * from './iot-device-unit-delete-dto';
|
|
177
|
+
export * from './item';
|
|
169
178
|
export * from './json-result';
|
|
170
179
|
export * from './json-result-access-appointment-record-details-dto';
|
|
171
180
|
export * from './json-result-access-blacklist-details-dto';
|
|
@@ -180,6 +189,7 @@ export * from './json-result-boolean';
|
|
|
180
189
|
export * from './json-result-calendar-entity';
|
|
181
190
|
export * from './json-result-dashboard-park-statistics-vo';
|
|
182
191
|
export * from './json-result-disaster-warning-standard-entity';
|
|
192
|
+
export * from './json-result-energy-cost-record-info-vo';
|
|
183
193
|
export * from './json-result-equipment-add-redis-list-dto';
|
|
184
194
|
export * from './json-result-equipment-detail-dto';
|
|
185
195
|
export * from './json-result-equipment-search-system-dto';
|
|
@@ -195,6 +205,7 @@ export * from './json-result-excel-import-upload-to-redis-vo-space-add-excel-dto
|
|
|
195
205
|
export * from './json-result-exploration-work-order-details-dto';
|
|
196
206
|
export * from './json-result-file-dto';
|
|
197
207
|
export * from './json-result-group-dept-vo';
|
|
208
|
+
export * from './json-result-ipage-energy-cost-record-info-vo';
|
|
198
209
|
export * from './json-result-inspection-standard-entity';
|
|
199
210
|
export * from './json-result-integer';
|
|
200
211
|
export * from './json-result-json-result-list-space-tree-dto';
|
|
@@ -216,6 +227,7 @@ export * from './json-result-list-dashboard-surveillance-park-group-stats-vo';
|
|
|
216
227
|
export * from './json-result-list-dashboard-work-order-park-group-stats-vo';
|
|
217
228
|
export * from './json-result-list-dashboard-work-order-type-group-stats-vo';
|
|
218
229
|
export * from './json-result-list-dashboard-work-order-type-subcategory-group-stats-vo';
|
|
230
|
+
export * from './json-result-list-energy-cost-month-setting-list-vo';
|
|
219
231
|
export * from './json-result-list-equipment-detail-dto';
|
|
220
232
|
export * from './json-result-list-equipment-qr-code-dto';
|
|
221
233
|
export * from './json-result-list-equipment-system-tree-dto';
|
|
@@ -248,6 +260,7 @@ export * from './json-result-list-work-order-spot-check-dto';
|
|
|
248
260
|
export * from './json-result-list-work-order-step-by-step-push-user-details-dto';
|
|
249
261
|
export * from './json-result-list-work-order-type-settings-entity';
|
|
250
262
|
export * from './json-result-maintenance-standard-entity';
|
|
263
|
+
export * from './json-result-map-string-object';
|
|
251
264
|
export * from './json-result-monitoring-coverage-alert-work-order-details-dto';
|
|
252
265
|
export * from './json-result-network-monitor-repair-details-dto';
|
|
253
266
|
export * from './json-result-notice-entity';
|
|
@@ -412,6 +425,7 @@ export * from './surveillance';
|
|
|
412
425
|
export * from './surveillance-batch-import-template-dto';
|
|
413
426
|
export * from './surveillance-count-dto';
|
|
414
427
|
export * from './surveillance-details-dto';
|
|
428
|
+
export * from './surveillance-entity';
|
|
415
429
|
export * from './surveillance-live-dto';
|
|
416
430
|
export * from './surveillance-point-vo';
|
|
417
431
|
export * from './surveillance-screen-layout-enum';
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 删除设备
|
|
19
|
+
* @export
|
|
20
|
+
* @interface IotDeviceUnitDeleteDTO
|
|
21
|
+
*/
|
|
22
|
+
export interface IotDeviceUnitDeleteDTO {
|
|
23
|
+
/**
|
|
24
|
+
* 设备编码
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof IotDeviceUnitDeleteDTO
|
|
27
|
+
*/
|
|
28
|
+
'deviceCode': string;
|
|
29
|
+
/**
|
|
30
|
+
* 园区ID
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof IotDeviceUnitDeleteDTO
|
|
33
|
+
*/
|
|
34
|
+
'parkId': number;
|
|
35
|
+
/**
|
|
36
|
+
* 设备部件类型
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof IotDeviceUnitDeleteDTO
|
|
39
|
+
*/
|
|
40
|
+
'unitType': string;
|
|
41
|
+
/**
|
|
42
|
+
* 设备部件编码
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof IotDeviceUnitDeleteDTO
|
|
45
|
+
*/
|
|
46
|
+
'unitCode': string;
|
|
47
|
+
}
|
|
48
|
+
|