@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.
Files changed (101) hide show
  1. package/.openapi-generator/FILES +16 -0
  2. package/api.ts +1 -0
  3. package/apis/device-api.ts +91 -0
  4. package/apis/energy-cost-controller-api.ts +973 -0
  5. package/dist/api.d.ts +1 -0
  6. package/dist/api.js +1 -0
  7. package/dist/apis/device-api.d.ts +47 -0
  8. package/dist/apis/device-api.js +70 -0
  9. package/dist/apis/energy-cost-controller-api.d.ts +527 -0
  10. package/dist/apis/energy-cost-controller-api.js +737 -0
  11. package/dist/esm/api.d.ts +1 -0
  12. package/dist/esm/api.js +1 -0
  13. package/dist/esm/apis/device-api.d.ts +47 -0
  14. package/dist/esm/apis/device-api.js +70 -0
  15. package/dist/esm/apis/energy-cost-controller-api.d.ts +527 -0
  16. package/dist/esm/apis/energy-cost-controller-api.js +730 -0
  17. package/dist/esm/models/energy-cost-add-record-dto.d.ts +138 -0
  18. package/dist/esm/models/energy-cost-add-record-dto.js +27 -0
  19. package/dist/esm/models/energy-cost-add-setting-dto.d.ts +60 -0
  20. package/dist/esm/models/energy-cost-add-setting-dto.js +23 -0
  21. package/dist/esm/models/energy-cost-confirm-record-dto.d.ts +42 -0
  22. package/dist/esm/models/energy-cost-confirm-record-dto.js +17 -0
  23. package/dist/esm/models/energy-cost-month-setting-list-vo.d.ts +96 -0
  24. package/dist/esm/models/energy-cost-month-setting-list-vo.js +23 -0
  25. package/dist/esm/models/energy-cost-record-info-vo.d.ts +192 -0
  26. package/dist/esm/models/energy-cost-record-info-vo.js +27 -0
  27. package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +132 -0
  28. package/dist/esm/models/energy-cost-scenarios-info-vo.js +23 -0
  29. package/dist/esm/models/energy-cost-update-setting-dto.d.ts +60 -0
  30. package/dist/esm/models/energy-cost-update-setting-dto.js +23 -0
  31. package/dist/esm/models/index.d.ts +15 -0
  32. package/dist/esm/models/index.js +15 -0
  33. package/dist/esm/models/iot-device-unit-delete-dto.d.ts +42 -0
  34. package/dist/esm/models/iot-device-unit-delete-dto.js +14 -0
  35. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
  36. package/dist/esm/models/ipage-energy-cost-record-info-vo.js +14 -0
  37. package/dist/esm/models/item.d.ts +55 -0
  38. package/dist/esm/models/item.js +19 -0
  39. package/dist/esm/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
  40. package/dist/esm/models/json-result-energy-cost-record-info-vo.js +14 -0
  41. package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
  42. package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.js +14 -0
  43. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
  44. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.js +14 -0
  45. package/dist/esm/models/json-result-map-string-object.d.ts +63 -0
  46. package/dist/esm/models/json-result-map-string-object.js +14 -0
  47. package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +7 -0
  48. package/dist/esm/models/surveillance-entity.d.ts +171 -0
  49. package/dist/esm/models/surveillance-entity.js +14 -0
  50. package/dist/models/energy-cost-add-record-dto.d.ts +138 -0
  51. package/dist/models/energy-cost-add-record-dto.js +30 -0
  52. package/dist/models/energy-cost-add-setting-dto.d.ts +60 -0
  53. package/dist/models/energy-cost-add-setting-dto.js +26 -0
  54. package/dist/models/energy-cost-confirm-record-dto.d.ts +42 -0
  55. package/dist/models/energy-cost-confirm-record-dto.js +20 -0
  56. package/dist/models/energy-cost-month-setting-list-vo.d.ts +96 -0
  57. package/dist/models/energy-cost-month-setting-list-vo.js +26 -0
  58. package/dist/models/energy-cost-record-info-vo.d.ts +192 -0
  59. package/dist/models/energy-cost-record-info-vo.js +30 -0
  60. package/dist/models/energy-cost-scenarios-info-vo.d.ts +132 -0
  61. package/dist/models/energy-cost-scenarios-info-vo.js +26 -0
  62. package/dist/models/energy-cost-update-setting-dto.d.ts +60 -0
  63. package/dist/models/energy-cost-update-setting-dto.js +26 -0
  64. package/dist/models/index.d.ts +15 -0
  65. package/dist/models/index.js +15 -0
  66. package/dist/models/iot-device-unit-delete-dto.d.ts +42 -0
  67. package/dist/models/iot-device-unit-delete-dto.js +15 -0
  68. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
  69. package/dist/models/ipage-energy-cost-record-info-vo.js +15 -0
  70. package/dist/models/item.d.ts +55 -0
  71. package/dist/models/item.js +22 -0
  72. package/dist/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
  73. package/dist/models/json-result-energy-cost-record-info-vo.js +15 -0
  74. package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
  75. package/dist/models/json-result-ipage-energy-cost-record-info-vo.js +15 -0
  76. package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
  77. package/dist/models/json-result-list-energy-cost-month-setting-list-vo.js +15 -0
  78. package/dist/models/json-result-map-string-object.d.ts +63 -0
  79. package/dist/models/json-result-map-string-object.js +15 -0
  80. package/dist/models/surveillance-batch-import-template-dto.d.ts +7 -0
  81. package/dist/models/surveillance-entity.d.ts +171 -0
  82. package/dist/models/surveillance-entity.js +15 -0
  83. package/models/energy-cost-add-record-dto.ts +151 -0
  84. package/models/energy-cost-add-setting-dto.ts +70 -0
  85. package/models/energy-cost-confirm-record-dto.ts +53 -0
  86. package/models/energy-cost-month-setting-list-vo.ts +106 -0
  87. package/models/energy-cost-record-info-vo.ts +205 -0
  88. package/models/energy-cost-scenarios-info-vo.ts +142 -0
  89. package/models/energy-cost-update-setting-dto.ts +70 -0
  90. package/models/index.ts +15 -0
  91. package/models/iot-device-unit-delete-dto.ts +48 -0
  92. package/models/ipage-energy-cost-record-info-vo.ts +70 -0
  93. package/models/item.ts +64 -0
  94. package/models/json-result-energy-cost-record-info-vo.ts +72 -0
  95. package/models/json-result-ipage-energy-cost-record-info-vo.ts +72 -0
  96. package/models/json-result-list-energy-cost-month-setting-list-vo.ts +72 -0
  97. package/models/json-result-map-string-object.ts +69 -0
  98. package/models/surveillance-batch-import-template-dto.ts +9 -0
  99. package/models/surveillance-entity.ts +185 -0
  100. package/ossutil.log +1047 -0
  101. package/package.json +1 -1
@@ -104,6 +104,13 @@ 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-confirm-record-dto';
110
+ export * from './energy-cost-month-setting-list-vo';
111
+ export * from './energy-cost-record-info-vo';
112
+ export * from './energy-cost-scenarios-info-vo';
113
+ export * from './energy-cost-update-setting-dto';
107
114
  export * from './equipment';
108
115
  export * from './equipment-add-redis-list-dto';
109
116
  export * from './equipment-batch-supplier-vo';
@@ -148,6 +155,7 @@ export * from './functional-area-enum';
148
155
  export * from './fusion-role-request-dto';
149
156
  export * from './group-dept-vo';
150
157
  export * from './hik-get-cameras-info-vo';
158
+ export * from './ipage-energy-cost-record-info-vo';
151
159
  export * from './inspection-category-enum';
152
160
  export * from './inspection-comp';
153
161
  export * from './inspection-complete-vo';
@@ -166,6 +174,8 @@ export * from './insurance-notice-vo';
166
174
  export * from './insurance-work-order-issue-vo';
167
175
  export * from './insurance-work-order-vo';
168
176
  export * from './iot-device-status-enum';
177
+ export * from './iot-device-unit-delete-dto';
178
+ export * from './item';
169
179
  export * from './json-result';
170
180
  export * from './json-result-access-appointment-record-details-dto';
171
181
  export * from './json-result-access-blacklist-details-dto';
@@ -180,6 +190,7 @@ export * from './json-result-boolean';
180
190
  export * from './json-result-calendar-entity';
181
191
  export * from './json-result-dashboard-park-statistics-vo';
182
192
  export * from './json-result-disaster-warning-standard-entity';
193
+ export * from './json-result-energy-cost-record-info-vo';
183
194
  export * from './json-result-equipment-add-redis-list-dto';
184
195
  export * from './json-result-equipment-detail-dto';
185
196
  export * from './json-result-equipment-search-system-dto';
@@ -195,6 +206,7 @@ export * from './json-result-excel-import-upload-to-redis-vo-space-add-excel-dto
195
206
  export * from './json-result-exploration-work-order-details-dto';
196
207
  export * from './json-result-file-dto';
197
208
  export * from './json-result-group-dept-vo';
209
+ export * from './json-result-ipage-energy-cost-record-info-vo';
198
210
  export * from './json-result-inspection-standard-entity';
199
211
  export * from './json-result-integer';
200
212
  export * from './json-result-json-result-list-space-tree-dto';
@@ -216,6 +228,7 @@ export * from './json-result-list-dashboard-surveillance-park-group-stats-vo';
216
228
  export * from './json-result-list-dashboard-work-order-park-group-stats-vo';
217
229
  export * from './json-result-list-dashboard-work-order-type-group-stats-vo';
218
230
  export * from './json-result-list-dashboard-work-order-type-subcategory-group-stats-vo';
231
+ export * from './json-result-list-energy-cost-month-setting-list-vo';
219
232
  export * from './json-result-list-equipment-detail-dto';
220
233
  export * from './json-result-list-equipment-qr-code-dto';
221
234
  export * from './json-result-list-equipment-system-tree-dto';
@@ -248,6 +261,7 @@ export * from './json-result-list-work-order-spot-check-dto';
248
261
  export * from './json-result-list-work-order-step-by-step-push-user-details-dto';
249
262
  export * from './json-result-list-work-order-type-settings-entity';
250
263
  export * from './json-result-maintenance-standard-entity';
264
+ export * from './json-result-map-string-object';
251
265
  export * from './json-result-monitoring-coverage-alert-work-order-details-dto';
252
266
  export * from './json-result-network-monitor-repair-details-dto';
253
267
  export * from './json-result-notice-entity';
@@ -412,6 +426,7 @@ export * from './surveillance';
412
426
  export * from './surveillance-batch-import-template-dto';
413
427
  export * from './surveillance-count-dto';
414
428
  export * from './surveillance-details-dto';
429
+ export * from './surveillance-entity';
415
430
  export * from './surveillance-live-dto';
416
431
  export * from './surveillance-point-vo';
417
432
  export * from './surveillance-screen-layout-enum';
@@ -120,6 +120,13 @@ __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-confirm-record-dto"), exports);
126
+ __exportStar(require("./energy-cost-month-setting-list-vo"), exports);
127
+ __exportStar(require("./energy-cost-record-info-vo"), exports);
128
+ __exportStar(require("./energy-cost-scenarios-info-vo"), exports);
129
+ __exportStar(require("./energy-cost-update-setting-dto"), exports);
123
130
  __exportStar(require("./equipment"), exports);
124
131
  __exportStar(require("./equipment-add-redis-list-dto"), exports);
125
132
  __exportStar(require("./equipment-batch-supplier-vo"), exports);
@@ -164,6 +171,7 @@ __exportStar(require("./functional-area-enum"), exports);
164
171
  __exportStar(require("./fusion-role-request-dto"), exports);
165
172
  __exportStar(require("./group-dept-vo"), exports);
166
173
  __exportStar(require("./hik-get-cameras-info-vo"), exports);
174
+ __exportStar(require("./ipage-energy-cost-record-info-vo"), exports);
167
175
  __exportStar(require("./inspection-category-enum"), exports);
168
176
  __exportStar(require("./inspection-comp"), exports);
169
177
  __exportStar(require("./inspection-complete-vo"), exports);
@@ -182,6 +190,8 @@ __exportStar(require("./insurance-notice-vo"), exports);
182
190
  __exportStar(require("./insurance-work-order-issue-vo"), exports);
183
191
  __exportStar(require("./insurance-work-order-vo"), exports);
184
192
  __exportStar(require("./iot-device-status-enum"), exports);
193
+ __exportStar(require("./iot-device-unit-delete-dto"), exports);
194
+ __exportStar(require("./item"), exports);
185
195
  __exportStar(require("./json-result"), exports);
186
196
  __exportStar(require("./json-result-access-appointment-record-details-dto"), exports);
187
197
  __exportStar(require("./json-result-access-blacklist-details-dto"), exports);
@@ -196,6 +206,7 @@ __exportStar(require("./json-result-boolean"), exports);
196
206
  __exportStar(require("./json-result-calendar-entity"), exports);
197
207
  __exportStar(require("./json-result-dashboard-park-statistics-vo"), exports);
198
208
  __exportStar(require("./json-result-disaster-warning-standard-entity"), exports);
209
+ __exportStar(require("./json-result-energy-cost-record-info-vo"), exports);
199
210
  __exportStar(require("./json-result-equipment-add-redis-list-dto"), exports);
200
211
  __exportStar(require("./json-result-equipment-detail-dto"), exports);
201
212
  __exportStar(require("./json-result-equipment-search-system-dto"), exports);
@@ -211,6 +222,7 @@ __exportStar(require("./json-result-excel-import-upload-to-redis-vo-space-add-ex
211
222
  __exportStar(require("./json-result-exploration-work-order-details-dto"), exports);
212
223
  __exportStar(require("./json-result-file-dto"), exports);
213
224
  __exportStar(require("./json-result-group-dept-vo"), exports);
225
+ __exportStar(require("./json-result-ipage-energy-cost-record-info-vo"), exports);
214
226
  __exportStar(require("./json-result-inspection-standard-entity"), exports);
215
227
  __exportStar(require("./json-result-integer"), exports);
216
228
  __exportStar(require("./json-result-json-result-list-space-tree-dto"), exports);
@@ -232,6 +244,7 @@ __exportStar(require("./json-result-list-dashboard-surveillance-park-group-stats
232
244
  __exportStar(require("./json-result-list-dashboard-work-order-park-group-stats-vo"), exports);
233
245
  __exportStar(require("./json-result-list-dashboard-work-order-type-group-stats-vo"), exports);
234
246
  __exportStar(require("./json-result-list-dashboard-work-order-type-subcategory-group-stats-vo"), exports);
247
+ __exportStar(require("./json-result-list-energy-cost-month-setting-list-vo"), exports);
235
248
  __exportStar(require("./json-result-list-equipment-detail-dto"), exports);
236
249
  __exportStar(require("./json-result-list-equipment-qr-code-dto"), exports);
237
250
  __exportStar(require("./json-result-list-equipment-system-tree-dto"), exports);
@@ -264,6 +277,7 @@ __exportStar(require("./json-result-list-work-order-spot-check-dto"), exports);
264
277
  __exportStar(require("./json-result-list-work-order-step-by-step-push-user-details-dto"), exports);
265
278
  __exportStar(require("./json-result-list-work-order-type-settings-entity"), exports);
266
279
  __exportStar(require("./json-result-maintenance-standard-entity"), exports);
280
+ __exportStar(require("./json-result-map-string-object"), exports);
267
281
  __exportStar(require("./json-result-monitoring-coverage-alert-work-order-details-dto"), exports);
268
282
  __exportStar(require("./json-result-network-monitor-repair-details-dto"), exports);
269
283
  __exportStar(require("./json-result-notice-entity"), exports);
@@ -428,6 +442,7 @@ __exportStar(require("./surveillance"), exports);
428
442
  __exportStar(require("./surveillance-batch-import-template-dto"), exports);
429
443
  __exportStar(require("./surveillance-count-dto"), exports);
430
444
  __exportStar(require("./surveillance-details-dto"), exports);
445
+ __exportStar(require("./surveillance-entity"), exports);
431
446
  __exportStar(require("./surveillance-live-dto"), exports);
432
447
  __exportStar(require("./surveillance-point-vo"), exports);
433
448
  __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,55 @@
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
+ 'attachment'?: string;
48
+ }
49
+ export declare const ItemScenarioEnum: {
50
+ readonly ColdStorage: "COLD_STORAGE";
51
+ readonly SmartWarehouse: "SMART_WAREHOUSE";
52
+ readonly LeasingTenant: "LEASING_TENANT";
53
+ readonly PrivateConventionalWarehouse: "PRIVATE_CONVENTIONAL_WAREHOUSE";
54
+ };
55
+ export type ItemScenarioEnum = typeof ItemScenarioEnum[keyof typeof ItemScenarioEnum];
@@ -0,0 +1,22 @@
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.ItemScenarioEnum = void 0;
17
+ exports.ItemScenarioEnum = {
18
+ ColdStorage: 'COLD_STORAGE',
19
+ SmartWarehouse: 'SMART_WAREHOUSE',
20
+ LeasingTenant: 'LEASING_TENANT',
21
+ PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
22
+ };
@@ -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 });
@@ -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 { EnergyCostMonthSettingListVO } from './energy-cost-month-setting-list-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListEnergyCostMonthSettingListVO
18
+ */
19
+ export interface JsonResultListEnergyCostMonthSettingListVO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListEnergyCostMonthSettingListVO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListEnergyCostMonthSettingListVO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListEnergyCostMonthSettingListVO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<EnergyCostMonthSettingListVO>}
41
+ * @memberof JsonResultListEnergyCostMonthSettingListVO
42
+ */
43
+ 'data'?: Array<EnergyCostMonthSettingListVO> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListEnergyCostMonthSettingListVO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListEnergyCostMonthSettingListVO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListEnergyCostMonthSettingListVO
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,63 @@
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
+ /**
14
+ *
15
+ * @export
16
+ * @interface JsonResultMapStringObject
17
+ */
18
+ export interface JsonResultMapStringObject {
19
+ /**
20
+ * 错误码,0:成功,其他:失败
21
+ * @type {number}
22
+ * @memberof JsonResultMapStringObject
23
+ */
24
+ 'code'?: number;
25
+ /**
26
+ * 错误消息
27
+ * @type {string}
28
+ * @memberof JsonResultMapStringObject
29
+ */
30
+ 'msg'?: string;
31
+ /**
32
+ * 错误堆栈
33
+ * @type {string}
34
+ * @memberof JsonResultMapStringObject
35
+ */
36
+ 'stacks'?: string;
37
+ /**
38
+ * 返回数据,可以是任意类型的值
39
+ * @type {{ [key: string]: object | null; }}
40
+ * @memberof JsonResultMapStringObject
41
+ */
42
+ 'data'?: {
43
+ [key: string]: object | null;
44
+ } | null;
45
+ /**
46
+ *
47
+ * @type {BaseErrorResult}
48
+ * @memberof JsonResultMapStringObject
49
+ */
50
+ 'error'?: BaseErrorResult | null;
51
+ /**
52
+ * 日志追踪ID
53
+ * @type {string}
54
+ * @memberof JsonResultMapStringObject
55
+ */
56
+ 'traceId'?: string | null;
57
+ /**
58
+ * requestId
59
+ * @type {string}
60
+ * @memberof JsonResultMapStringObject
61
+ */
62
+ 'requestId'?: string | null;
63
+ }
@@ -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 });