@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,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 EnergyCostUpdateSettingDTO
|
|
16
|
+
*/
|
|
17
|
+
export interface EnergyCostUpdateSettingDTO {
|
|
18
|
+
/**
|
|
19
|
+
* id
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof EnergyCostUpdateSettingDTO
|
|
22
|
+
*/
|
|
23
|
+
'id': number;
|
|
24
|
+
/**
|
|
25
|
+
* 能源类型
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof EnergyCostUpdateSettingDTO
|
|
28
|
+
*/
|
|
29
|
+
'energyType': EnergyCostUpdateSettingDTOEnergyTypeEnum;
|
|
30
|
+
/**
|
|
31
|
+
* 标准值
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof EnergyCostUpdateSettingDTO
|
|
34
|
+
*/
|
|
35
|
+
'standardValue': number;
|
|
36
|
+
/**
|
|
37
|
+
* 使用场景
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof EnergyCostUpdateSettingDTO
|
|
40
|
+
*/
|
|
41
|
+
'usageScenariosType'?: EnergyCostUpdateSettingDTOUsageScenariosTypeEnum;
|
|
42
|
+
/**
|
|
43
|
+
* 日期-年月
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof EnergyCostUpdateSettingDTO
|
|
46
|
+
*/
|
|
47
|
+
'yearMonths': string;
|
|
48
|
+
}
|
|
49
|
+
export declare const EnergyCostUpdateSettingDTOEnergyTypeEnum: {
|
|
50
|
+
readonly Electric: "ELECTRIC";
|
|
51
|
+
readonly Water: "WATER";
|
|
52
|
+
};
|
|
53
|
+
export type EnergyCostUpdateSettingDTOEnergyTypeEnum = typeof EnergyCostUpdateSettingDTOEnergyTypeEnum[keyof typeof EnergyCostUpdateSettingDTOEnergyTypeEnum];
|
|
54
|
+
export declare const EnergyCostUpdateSettingDTOUsageScenariosTypeEnum: {
|
|
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 EnergyCostUpdateSettingDTOUsageScenariosTypeEnum = typeof EnergyCostUpdateSettingDTOUsageScenariosTypeEnum[keyof typeof EnergyCostUpdateSettingDTOUsageScenariosTypeEnum];
|
|
@@ -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.EnergyCostUpdateSettingDTOUsageScenariosTypeEnum = exports.EnergyCostUpdateSettingDTOEnergyTypeEnum = void 0;
|
|
17
|
+
exports.EnergyCostUpdateSettingDTOEnergyTypeEnum = {
|
|
18
|
+
Electric: 'ELECTRIC',
|
|
19
|
+
Water: 'WATER'
|
|
20
|
+
};
|
|
21
|
+
exports.EnergyCostUpdateSettingDTOUsageScenariosTypeEnum = {
|
|
22
|
+
ColdStorage: 'COLD_STORAGE',
|
|
23
|
+
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
24
|
+
LeasingTenant: 'LEASING_TENANT',
|
|
25
|
+
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
26
|
+
};
|
package/dist/models/index.d.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';
|
package/dist/models/index.js
CHANGED
|
@@ -120,6 +120,12 @@ __exportStar(require("./disaster-warning-standard-category-enum"), exports);
|
|
|
120
120
|
__exportStar(require("./disaster-warning-standard-entity"), exports);
|
|
121
121
|
__exportStar(require("./disaster-warning-standard-import-dto"), exports);
|
|
122
122
|
__exportStar(require("./emission-standard-enum"), exports);
|
|
123
|
+
__exportStar(require("./energy-cost-add-record-dto"), exports);
|
|
124
|
+
__exportStar(require("./energy-cost-add-setting-dto"), exports);
|
|
125
|
+
__exportStar(require("./energy-cost-month-setting-list-vo"), exports);
|
|
126
|
+
__exportStar(require("./energy-cost-record-info-vo"), exports);
|
|
127
|
+
__exportStar(require("./energy-cost-scenarios-info-vo"), exports);
|
|
128
|
+
__exportStar(require("./energy-cost-update-setting-dto"), exports);
|
|
123
129
|
__exportStar(require("./equipment"), exports);
|
|
124
130
|
__exportStar(require("./equipment-add-redis-list-dto"), exports);
|
|
125
131
|
__exportStar(require("./equipment-batch-supplier-vo"), exports);
|
|
@@ -164,6 +170,7 @@ __exportStar(require("./functional-area-enum"), exports);
|
|
|
164
170
|
__exportStar(require("./fusion-role-request-dto"), exports);
|
|
165
171
|
__exportStar(require("./group-dept-vo"), exports);
|
|
166
172
|
__exportStar(require("./hik-get-cameras-info-vo"), exports);
|
|
173
|
+
__exportStar(require("./ipage-energy-cost-record-info-vo"), exports);
|
|
167
174
|
__exportStar(require("./inspection-category-enum"), exports);
|
|
168
175
|
__exportStar(require("./inspection-comp"), exports);
|
|
169
176
|
__exportStar(require("./inspection-complete-vo"), exports);
|
|
@@ -182,6 +189,8 @@ __exportStar(require("./insurance-notice-vo"), exports);
|
|
|
182
189
|
__exportStar(require("./insurance-work-order-issue-vo"), exports);
|
|
183
190
|
__exportStar(require("./insurance-work-order-vo"), exports);
|
|
184
191
|
__exportStar(require("./iot-device-status-enum"), exports);
|
|
192
|
+
__exportStar(require("./iot-device-unit-delete-dto"), exports);
|
|
193
|
+
__exportStar(require("./item"), exports);
|
|
185
194
|
__exportStar(require("./json-result"), exports);
|
|
186
195
|
__exportStar(require("./json-result-access-appointment-record-details-dto"), exports);
|
|
187
196
|
__exportStar(require("./json-result-access-blacklist-details-dto"), exports);
|
|
@@ -196,6 +205,7 @@ __exportStar(require("./json-result-boolean"), exports);
|
|
|
196
205
|
__exportStar(require("./json-result-calendar-entity"), exports);
|
|
197
206
|
__exportStar(require("./json-result-dashboard-park-statistics-vo"), exports);
|
|
198
207
|
__exportStar(require("./json-result-disaster-warning-standard-entity"), exports);
|
|
208
|
+
__exportStar(require("./json-result-energy-cost-record-info-vo"), exports);
|
|
199
209
|
__exportStar(require("./json-result-equipment-add-redis-list-dto"), exports);
|
|
200
210
|
__exportStar(require("./json-result-equipment-detail-dto"), exports);
|
|
201
211
|
__exportStar(require("./json-result-equipment-search-system-dto"), exports);
|
|
@@ -211,6 +221,7 @@ __exportStar(require("./json-result-excel-import-upload-to-redis-vo-space-add-ex
|
|
|
211
221
|
__exportStar(require("./json-result-exploration-work-order-details-dto"), exports);
|
|
212
222
|
__exportStar(require("./json-result-file-dto"), exports);
|
|
213
223
|
__exportStar(require("./json-result-group-dept-vo"), exports);
|
|
224
|
+
__exportStar(require("./json-result-ipage-energy-cost-record-info-vo"), exports);
|
|
214
225
|
__exportStar(require("./json-result-inspection-standard-entity"), exports);
|
|
215
226
|
__exportStar(require("./json-result-integer"), exports);
|
|
216
227
|
__exportStar(require("./json-result-json-result-list-space-tree-dto"), exports);
|
|
@@ -232,6 +243,7 @@ __exportStar(require("./json-result-list-dashboard-surveillance-park-group-stats
|
|
|
232
243
|
__exportStar(require("./json-result-list-dashboard-work-order-park-group-stats-vo"), exports);
|
|
233
244
|
__exportStar(require("./json-result-list-dashboard-work-order-type-group-stats-vo"), exports);
|
|
234
245
|
__exportStar(require("./json-result-list-dashboard-work-order-type-subcategory-group-stats-vo"), exports);
|
|
246
|
+
__exportStar(require("./json-result-list-energy-cost-month-setting-list-vo"), exports);
|
|
235
247
|
__exportStar(require("./json-result-list-equipment-detail-dto"), exports);
|
|
236
248
|
__exportStar(require("./json-result-list-equipment-qr-code-dto"), exports);
|
|
237
249
|
__exportStar(require("./json-result-list-equipment-system-tree-dto"), exports);
|
|
@@ -264,6 +276,7 @@ __exportStar(require("./json-result-list-work-order-spot-check-dto"), exports);
|
|
|
264
276
|
__exportStar(require("./json-result-list-work-order-step-by-step-push-user-details-dto"), exports);
|
|
265
277
|
__exportStar(require("./json-result-list-work-order-type-settings-entity"), exports);
|
|
266
278
|
__exportStar(require("./json-result-maintenance-standard-entity"), exports);
|
|
279
|
+
__exportStar(require("./json-result-map-string-object"), exports);
|
|
267
280
|
__exportStar(require("./json-result-monitoring-coverage-alert-work-order-details-dto"), exports);
|
|
268
281
|
__exportStar(require("./json-result-network-monitor-repair-details-dto"), exports);
|
|
269
282
|
__exportStar(require("./json-result-notice-entity"), exports);
|
|
@@ -428,6 +441,7 @@ __exportStar(require("./surveillance"), exports);
|
|
|
428
441
|
__exportStar(require("./surveillance-batch-import-template-dto"), exports);
|
|
429
442
|
__exportStar(require("./surveillance-count-dto"), exports);
|
|
430
443
|
__exportStar(require("./surveillance-details-dto"), exports);
|
|
444
|
+
__exportStar(require("./surveillance-entity"), exports);
|
|
431
445
|
__exportStar(require("./surveillance-live-dto"), exports);
|
|
432
446
|
__exportStar(require("./surveillance-point-vo"), exports);
|
|
433
447
|
__exportStar(require("./surveillance-screen-layout-enum"), exports);
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 删除设备
|
|
14
|
+
* @export
|
|
15
|
+
* @interface IotDeviceUnitDeleteDTO
|
|
16
|
+
*/
|
|
17
|
+
export interface IotDeviceUnitDeleteDTO {
|
|
18
|
+
/**
|
|
19
|
+
* 设备编码
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof IotDeviceUnitDeleteDTO
|
|
22
|
+
*/
|
|
23
|
+
'deviceCode': string;
|
|
24
|
+
/**
|
|
25
|
+
* 园区ID
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof IotDeviceUnitDeleteDTO
|
|
28
|
+
*/
|
|
29
|
+
'parkId': number;
|
|
30
|
+
/**
|
|
31
|
+
* 设备部件类型
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof IotDeviceUnitDeleteDTO
|
|
34
|
+
*/
|
|
35
|
+
'unitType': string;
|
|
36
|
+
/**
|
|
37
|
+
* 设备部件编码
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof IotDeviceUnitDeleteDTO
|
|
40
|
+
*/
|
|
41
|
+
'unitCode': string;
|
|
42
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { EnergyCostRecordInfoVO } from './energy-cost-record-info-vo';
|
|
13
|
+
/**
|
|
14
|
+
* 返回数据,可以是任意类型的值
|
|
15
|
+
* @export
|
|
16
|
+
* @interface IPageEnergyCostRecordInfoVO
|
|
17
|
+
*/
|
|
18
|
+
export interface IPageEnergyCostRecordInfoVO {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
23
|
+
*/
|
|
24
|
+
'total'?: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
29
|
+
*/
|
|
30
|
+
'current'?: number;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Array<EnergyCostRecordInfoVO>}
|
|
34
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
35
|
+
*/
|
|
36
|
+
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {boolean}
|
|
40
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
|
+
*/
|
|
42
|
+
'searchCount'?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
+
*/
|
|
48
|
+
'pages'?: number;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {boolean}
|
|
52
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
53
|
+
* @deprecated
|
|
54
|
+
*/
|
|
55
|
+
'hitCount'?: boolean;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {number}
|
|
59
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
60
|
+
*/
|
|
61
|
+
'size'?: number;
|
|
62
|
+
}
|
|
@@ -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,77 @@
|
|
|
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 Item
|
|
16
|
+
*/
|
|
17
|
+
export interface Item {
|
|
18
|
+
/**
|
|
19
|
+
* 场景
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Item
|
|
22
|
+
*/
|
|
23
|
+
'scenario': ItemScenarioEnum;
|
|
24
|
+
/**
|
|
25
|
+
* 面积
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof Item
|
|
28
|
+
*/
|
|
29
|
+
'totalArea': number;
|
|
30
|
+
/**
|
|
31
|
+
* 用量
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof Item
|
|
34
|
+
*/
|
|
35
|
+
'consumption': number;
|
|
36
|
+
/**
|
|
37
|
+
* 费用
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof Item
|
|
40
|
+
*/
|
|
41
|
+
'cost': number;
|
|
42
|
+
/**
|
|
43
|
+
* 超标原因
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof Item
|
|
46
|
+
*/
|
|
47
|
+
'overrunReason'?: ItemOverrunReasonEnum;
|
|
48
|
+
/**
|
|
49
|
+
* 备注
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof Item
|
|
52
|
+
*/
|
|
53
|
+
'remark'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 附件
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof Item
|
|
58
|
+
*/
|
|
59
|
+
'attachment'?: string;
|
|
60
|
+
}
|
|
61
|
+
export declare const ItemScenarioEnum: {
|
|
62
|
+
readonly ColdStorage: "COLD_STORAGE";
|
|
63
|
+
readonly SmartWarehouse: "SMART_WAREHOUSE";
|
|
64
|
+
readonly LeasingTenant: "LEASING_TENANT";
|
|
65
|
+
readonly PrivateConventionalWarehouse: "PRIVATE_CONVENTIONAL_WAREHOUSE";
|
|
66
|
+
};
|
|
67
|
+
export type ItemScenarioEnum = typeof ItemScenarioEnum[keyof typeof ItemScenarioEnum];
|
|
68
|
+
export declare const ItemOverrunReasonEnum: {
|
|
69
|
+
readonly BusinessVolumeOperationTimeIncrease: "BUSINESS_VOLUME_OPERATION_TIME_INCREASE";
|
|
70
|
+
readonly BusinessVolumeChargingDeviceIncrease: "BUSINESS_VOLUME_CHARGING_DEVICE_INCREASE";
|
|
71
|
+
readonly BusinessVolumeAreaIncrease: "BUSINESS_VOLUME_AREA_INCREASE";
|
|
72
|
+
readonly SocialCustomerEnergyConsumptionIncrease: "SOCIAL_CUSTOMER_ENERGY_CONSUMPTION_INCREASE";
|
|
73
|
+
readonly EnergyConsumingEquipmentIncrease: "ENERGY_CONSUMING_EQUIPMENT_INCREASE";
|
|
74
|
+
readonly AbnormalWeather: "ABNORMAL_WEATHER";
|
|
75
|
+
readonly Other: "OTHER";
|
|
76
|
+
};
|
|
77
|
+
export type ItemOverrunReasonEnum = typeof ItemOverrunReasonEnum[keyof typeof ItemOverrunReasonEnum];
|
|
@@ -0,0 +1,31 @@
|
|
|
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.ItemOverrunReasonEnum = exports.ItemScenarioEnum = void 0;
|
|
17
|
+
exports.ItemScenarioEnum = {
|
|
18
|
+
ColdStorage: 'COLD_STORAGE',
|
|
19
|
+
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
20
|
+
LeasingTenant: 'LEASING_TENANT',
|
|
21
|
+
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
22
|
+
};
|
|
23
|
+
exports.ItemOverrunReasonEnum = {
|
|
24
|
+
BusinessVolumeOperationTimeIncrease: 'BUSINESS_VOLUME_OPERATION_TIME_INCREASE',
|
|
25
|
+
BusinessVolumeChargingDeviceIncrease: 'BUSINESS_VOLUME_CHARGING_DEVICE_INCREASE',
|
|
26
|
+
BusinessVolumeAreaIncrease: 'BUSINESS_VOLUME_AREA_INCREASE',
|
|
27
|
+
SocialCustomerEnergyConsumptionIncrease: 'SOCIAL_CUSTOMER_ENERGY_CONSUMPTION_INCREASE',
|
|
28
|
+
EnergyConsumingEquipmentIncrease: 'ENERGY_CONSUMING_EQUIPMENT_INCREASE',
|
|
29
|
+
AbnormalWeather: 'ABNORMAL_WEATHER',
|
|
30
|
+
Other: 'OTHER'
|
|
31
|
+
};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { EnergyCostRecordInfoVO } from './energy-cost-record-info-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultEnergyCostRecordInfoVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultEnergyCostRecordInfoVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultEnergyCostRecordInfoVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultEnergyCostRecordInfoVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultEnergyCostRecordInfoVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {EnergyCostRecordInfoVO}
|
|
41
|
+
* @memberof JsonResultEnergyCostRecordInfoVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: EnergyCostRecordInfoVO;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultEnergyCostRecordInfoVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultEnergyCostRecordInfoVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultEnergyCostRecordInfoVO
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { IPageEnergyCostRecordInfoVO } from './ipage-energy-cost-record-info-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultIPageEnergyCostRecordInfoVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultIPageEnergyCostRecordInfoVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultIPageEnergyCostRecordInfoVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultIPageEnergyCostRecordInfoVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultIPageEnergyCostRecordInfoVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {IPageEnergyCostRecordInfoVO}
|
|
41
|
+
* @memberof JsonResultIPageEnergyCostRecordInfoVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: IPageEnergyCostRecordInfoVO | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultIPageEnergyCostRecordInfoVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultIPageEnergyCostRecordInfoVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultIPageEnergyCostRecordInfoVO
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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 });
|