@gizone/rrs-client 4.2.9-alpha.20251216150512 → 4.2.9-alpha.2512161714
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 +21 -0
- package/api.ts +1 -0
- package/apis/energy-cost-analysis-controller-api.ts +870 -0
- package/apis/energy-cost-record-controller-api.ts +18 -18
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/energy-cost-analysis-controller-api.d.ts +465 -0
- package/dist/apis/energy-cost-analysis-controller-api.js +661 -0
- package/dist/apis/energy-cost-record-controller-api.d.ts +12 -12
- package/dist/apis/energy-cost-record-controller-api.js +14 -14
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +465 -0
- package/dist/esm/apis/energy-cost-analysis-controller-api.js +654 -0
- package/dist/esm/apis/energy-cost-record-controller-api.d.ts +12 -12
- package/dist/esm/apis/energy-cost-record-controller-api.js +13 -13
- package/dist/esm/models/energy-cost-analysis-export-dto.d.ts +67 -0
- package/dist/esm/models/energy-cost-analysis-export-dto.js +23 -0
- package/dist/esm/models/energy-cost-analysis-list-vo.d.ts +144 -0
- package/dist/esm/models/energy-cost-analysis-list-vo.js +23 -0
- package/dist/esm/models/energy-cost-analysis-overview-vo.d.ts +84 -0
- package/dist/esm/models/energy-cost-analysis-overview-vo.js +14 -0
- package/dist/esm/models/energy-cost-analysis-query-dto.d.ts +66 -0
- package/dist/esm/models/energy-cost-analysis-query-dto.js +23 -0
- package/dist/esm/models/energy-cost-park-option-vo.d.ts +54 -0
- package/dist/esm/models/energy-cost-park-option-vo.js +14 -0
- package/dist/esm/models/energy-cost-per-area-analysis-vo.d.ts +54 -0
- package/dist/esm/models/energy-cost-per-area-analysis-vo.js +14 -0
- package/dist/esm/models/energy-cost-per-unit-analysis-vo.d.ts +55 -0
- package/dist/esm/models/energy-cost-per-unit-analysis-vo.js +14 -0
- package/dist/esm/models/energy-cost-trend-vo.d.ts +38 -0
- package/dist/esm/models/energy-cost-trend-vo.js +19 -0
- package/dist/esm/models/energy-cost-unit-price-analysis-vo.d.ts +36 -0
- package/dist/esm/models/energy-cost-unit-price-analysis-vo.js +14 -0
- package/dist/esm/models/export-field-config.d.ts +42 -0
- package/dist/esm/models/export-field-config.js +14 -0
- package/dist/esm/models/index.d.ts +20 -0
- package/dist/esm/models/index.js +20 -0
- package/dist/esm/models/ipage-energy-cost-analysis-list-vo.d.ts +62 -0
- package/dist/esm/models/ipage-energy-cost-analysis-list-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-analysis-overview-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-analysis-overview-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.js +14 -0
- package/dist/esm/models/json-result-ipage-energy-cost-analysis-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-ipage-energy-cost-analysis-list-vo.js +14 -0
- package/dist/esm/models/json-result-list-energy-cost-park-option-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-park-option-vo.js +14 -0
- package/dist/esm/models/json-result-list-energy-cost-trend-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-trend-vo.js +14 -0
- package/dist/esm/models/monthly-data-vo.d.ts +48 -0
- package/dist/esm/models/monthly-data-vo.js +14 -0
- package/dist/esm/models/park-per-unit-detail-vo.d.ts +72 -0
- package/dist/esm/models/park-per-unit-detail-vo.js +14 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/models/energy-cost-analysis-export-dto.d.ts +67 -0
- package/dist/models/energy-cost-analysis-export-dto.js +26 -0
- package/dist/models/energy-cost-analysis-list-vo.d.ts +144 -0
- package/dist/models/energy-cost-analysis-list-vo.js +26 -0
- package/dist/models/energy-cost-analysis-overview-vo.d.ts +84 -0
- package/dist/models/energy-cost-analysis-overview-vo.js +15 -0
- package/dist/models/energy-cost-analysis-query-dto.d.ts +66 -0
- package/dist/models/energy-cost-analysis-query-dto.js +26 -0
- package/dist/models/energy-cost-park-option-vo.d.ts +54 -0
- package/dist/models/energy-cost-park-option-vo.js +15 -0
- package/dist/models/energy-cost-per-area-analysis-vo.d.ts +54 -0
- package/dist/models/energy-cost-per-area-analysis-vo.js +15 -0
- package/dist/models/energy-cost-per-unit-analysis-vo.d.ts +55 -0
- package/dist/models/energy-cost-per-unit-analysis-vo.js +15 -0
- package/dist/models/energy-cost-trend-vo.d.ts +38 -0
- package/dist/models/energy-cost-trend-vo.js +22 -0
- package/dist/models/energy-cost-unit-price-analysis-vo.d.ts +36 -0
- package/dist/models/energy-cost-unit-price-analysis-vo.js +15 -0
- package/dist/models/export-field-config.d.ts +42 -0
- package/dist/models/export-field-config.js +15 -0
- package/dist/models/index.d.ts +20 -0
- package/dist/models/index.js +20 -0
- package/dist/models/ipage-energy-cost-analysis-list-vo.d.ts +62 -0
- package/dist/models/ipage-energy-cost-analysis-list-vo.js +15 -0
- package/dist/models/json-result-energy-cost-analysis-overview-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-analysis-overview-vo.js +15 -0
- package/dist/models/json-result-energy-cost-per-area-analysis-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-per-area-analysis-vo.js +15 -0
- package/dist/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-per-unit-analysis-vo.js +15 -0
- package/dist/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-unit-price-analysis-vo.js +15 -0
- package/dist/models/json-result-ipage-energy-cost-analysis-list-vo.d.ts +62 -0
- package/dist/models/json-result-ipage-energy-cost-analysis-list-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-park-option-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-park-option-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-trend-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-trend-vo.js +15 -0
- package/dist/models/monthly-data-vo.d.ts +48 -0
- package/dist/models/monthly-data-vo.js +15 -0
- package/dist/models/park-per-unit-detail-vo.d.ts +72 -0
- package/dist/models/park-per-unit-detail-vo.js +15 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/models/energy-cost-analysis-export-dto.ts +79 -0
- package/models/energy-cost-analysis-list-vo.ts +154 -0
- package/models/energy-cost-analysis-overview-vo.ts +90 -0
- package/models/energy-cost-analysis-query-dto.ts +76 -0
- package/models/energy-cost-park-option-vo.ts +60 -0
- package/models/energy-cost-per-area-analysis-vo.ts +60 -0
- package/models/energy-cost-per-unit-analysis-vo.ts +63 -0
- package/models/energy-cost-trend-vo.ts +49 -0
- package/models/energy-cost-unit-price-analysis-vo.ts +42 -0
- package/models/export-field-config.ts +48 -0
- package/models/index.ts +20 -0
- package/models/ipage-energy-cost-analysis-list-vo.ts +70 -0
- package/models/json-result-energy-cost-analysis-overview-vo.ts +72 -0
- package/models/json-result-energy-cost-per-area-analysis-vo.ts +72 -0
- package/models/json-result-energy-cost-per-unit-analysis-vo.ts +72 -0
- package/models/json-result-energy-cost-unit-price-analysis-vo.ts +72 -0
- package/models/json-result-ipage-energy-cost-analysis-list-vo.ts +72 -0
- package/models/json-result-list-energy-cost-park-option-vo.ts +72 -0
- package/models/json-result-list-energy-cost-trend-vo.ts +72 -0
- package/models/monthly-data-vo.ts +54 -0
- package/models/park-per-unit-detail-vo.ts +78 -0
- package/models/sys-user.ts +4 -4
- package/package.json +1 -1
|
@@ -0,0 +1,38 @@
|
|
|
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 { MonthlyDataVO } from './monthly-data-vo';
|
|
13
|
+
/**
|
|
14
|
+
* 能源成本用量趋势
|
|
15
|
+
* @export
|
|
16
|
+
* @interface EnergyCostTrendVO
|
|
17
|
+
*/
|
|
18
|
+
export interface EnergyCostTrendVO {
|
|
19
|
+
/**
|
|
20
|
+
* 场景类型
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof EnergyCostTrendVO
|
|
23
|
+
*/
|
|
24
|
+
'scenario'?: EnergyCostTrendVOScenarioEnum;
|
|
25
|
+
/**
|
|
26
|
+
* 月份数据列表
|
|
27
|
+
* @type {Array<MonthlyDataVO>}
|
|
28
|
+
* @memberof EnergyCostTrendVO
|
|
29
|
+
*/
|
|
30
|
+
'monthlyData'?: Array<MonthlyDataVO>;
|
|
31
|
+
}
|
|
32
|
+
export declare const EnergyCostTrendVOScenarioEnum: {
|
|
33
|
+
readonly ColdStorage: "COLD_STORAGE";
|
|
34
|
+
readonly SmartWarehouse: "SMART_WAREHOUSE";
|
|
35
|
+
readonly LeasingTenant: "LEASING_TENANT";
|
|
36
|
+
readonly PrivateConventionalWarehouse: "PRIVATE_CONVENTIONAL_WAREHOUSE";
|
|
37
|
+
};
|
|
38
|
+
export type EnergyCostTrendVOScenarioEnum = typeof EnergyCostTrendVOScenarioEnum[keyof typeof EnergyCostTrendVOScenarioEnum];
|
|
@@ -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.EnergyCostTrendVOScenarioEnum = void 0;
|
|
17
|
+
exports.EnergyCostTrendVOScenarioEnum = {
|
|
18
|
+
ColdStorage: 'COLD_STORAGE',
|
|
19
|
+
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
20
|
+
LeasingTenant: 'LEASING_TENANT',
|
|
21
|
+
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
22
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
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 EnergyCostUnitPriceAnalysisVO
|
|
16
|
+
*/
|
|
17
|
+
export interface EnergyCostUnitPriceAnalysisVO {
|
|
18
|
+
/**
|
|
19
|
+
* 当期
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof EnergyCostUnitPriceAnalysisVO
|
|
22
|
+
*/
|
|
23
|
+
'currentPeriod'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 年平均
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof EnergyCostUnitPriceAnalysisVO
|
|
28
|
+
*/
|
|
29
|
+
'yearlyAverage'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 上月
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof EnergyCostUnitPriceAnalysisVO
|
|
34
|
+
*/
|
|
35
|
+
'lastMonth'?: number;
|
|
36
|
+
}
|
|
@@ -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,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 ExportFieldConfig
|
|
16
|
+
*/
|
|
17
|
+
export interface ExportFieldConfig {
|
|
18
|
+
/**
|
|
19
|
+
* 是否导出基本信息
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof ExportFieldConfig
|
|
22
|
+
*/
|
|
23
|
+
'basicInfo'?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* 是否导出账单信息
|
|
26
|
+
* @type {boolean}
|
|
27
|
+
* @memberof ExportFieldConfig
|
|
28
|
+
*/
|
|
29
|
+
'billInfo'?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* 是否导出面积信息
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof ExportFieldConfig
|
|
34
|
+
*/
|
|
35
|
+
'areaInfo'?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* 是否导出计算指标
|
|
38
|
+
* @type {boolean}
|
|
39
|
+
* @memberof ExportFieldConfig
|
|
40
|
+
*/
|
|
41
|
+
'calculatedMetrics'?: boolean;
|
|
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 });
|
package/dist/models/index.d.ts
CHANGED
|
@@ -108,9 +108,16 @@ export * from './energy-cost-add-record-dto';
|
|
|
108
108
|
export * from './energy-cost-add-setting-dto';
|
|
109
109
|
export * from './energy-cost-add-setting-dtopark-setting';
|
|
110
110
|
export * from './energy-cost-add-setting-dtopark-setting-item';
|
|
111
|
+
export * from './energy-cost-analysis-export-dto';
|
|
112
|
+
export * from './energy-cost-analysis-list-vo';
|
|
113
|
+
export * from './energy-cost-analysis-overview-vo';
|
|
114
|
+
export * from './energy-cost-analysis-query-dto';
|
|
111
115
|
export * from './energy-cost-edit-record-dto';
|
|
112
116
|
export * from './energy-cost-month-setting-list-summary-standards-vo';
|
|
113
117
|
export * from './energy-cost-month-setting-list-vo';
|
|
118
|
+
export * from './energy-cost-park-option-vo';
|
|
119
|
+
export * from './energy-cost-per-area-analysis-vo';
|
|
120
|
+
export * from './energy-cost-per-unit-analysis-vo';
|
|
114
121
|
export * from './energy-cost-record-bill-info-vo';
|
|
115
122
|
export * from './energy-cost-record-info-not-emun-vo';
|
|
116
123
|
export * from './energy-cost-record-info-vo';
|
|
@@ -119,6 +126,8 @@ export * from './energy-cost-scenarios-info-vo';
|
|
|
119
126
|
export * from './energy-cost-setting-delete-dto';
|
|
120
127
|
export * from './energy-cost-setting-summy-add-dto';
|
|
121
128
|
export * from './energy-cost-setting-summy-update-dto';
|
|
129
|
+
export * from './energy-cost-trend-vo';
|
|
130
|
+
export * from './energy-cost-unit-price-analysis-vo';
|
|
122
131
|
export * from './energy-cost-update-setting-dto';
|
|
123
132
|
export * from './equipment';
|
|
124
133
|
export * from './equipment-add-redis-list-dto';
|
|
@@ -158,12 +167,14 @@ export * from './exploration-work-order-details-dto';
|
|
|
158
167
|
export * from './exploration-work-order-info';
|
|
159
168
|
export * from './exploration-work-order-submit-vo';
|
|
160
169
|
export * from './exploration-work-order-type-enum';
|
|
170
|
+
export * from './export-field-config';
|
|
161
171
|
export * from './file-dto';
|
|
162
172
|
export * from './followup-work-order-dto';
|
|
163
173
|
export * from './functional-area-enum';
|
|
164
174
|
export * from './fusion-role-request-dto';
|
|
165
175
|
export * from './group-dept-vo';
|
|
166
176
|
export * from './hik-get-cameras-info-vo';
|
|
177
|
+
export * from './ipage-energy-cost-analysis-list-vo';
|
|
167
178
|
export * from './ipage-energy-cost-record-info-vo';
|
|
168
179
|
export * from './inspection-category-enum';
|
|
169
180
|
export * from './inspection-comp';
|
|
@@ -199,9 +210,13 @@ export * from './json-result-boolean';
|
|
|
199
210
|
export * from './json-result-calendar-entity';
|
|
200
211
|
export * from './json-result-dashboard-park-statistics-vo';
|
|
201
212
|
export * from './json-result-disaster-warning-standard-entity';
|
|
213
|
+
export * from './json-result-energy-cost-analysis-overview-vo';
|
|
214
|
+
export * from './json-result-energy-cost-per-area-analysis-vo';
|
|
215
|
+
export * from './json-result-energy-cost-per-unit-analysis-vo';
|
|
202
216
|
export * from './json-result-energy-cost-record-bill-info-vo';
|
|
203
217
|
export * from './json-result-energy-cost-record-info-not-emun-vo';
|
|
204
218
|
export * from './json-result-energy-cost-record-info-vo';
|
|
219
|
+
export * from './json-result-energy-cost-unit-price-analysis-vo';
|
|
205
220
|
export * from './json-result-equipment-add-redis-list-dto';
|
|
206
221
|
export * from './json-result-equipment-detail-dto';
|
|
207
222
|
export * from './json-result-equipment-search-system-dto';
|
|
@@ -217,6 +232,7 @@ export * from './json-result-excel-import-upload-to-redis-vo-space-add-excel-dto
|
|
|
217
232
|
export * from './json-result-exploration-work-order-details-dto';
|
|
218
233
|
export * from './json-result-file-dto';
|
|
219
234
|
export * from './json-result-group-dept-vo';
|
|
235
|
+
export * from './json-result-ipage-energy-cost-analysis-list-vo';
|
|
220
236
|
export * from './json-result-ipage-energy-cost-record-info-vo';
|
|
221
237
|
export * from './json-result-inspection-standard-entity';
|
|
222
238
|
export * from './json-result-integer';
|
|
@@ -241,6 +257,8 @@ export * from './json-result-list-dashboard-work-order-type-group-stats-vo';
|
|
|
241
257
|
export * from './json-result-list-dashboard-work-order-type-subcategory-group-stats-vo';
|
|
242
258
|
export * from './json-result-list-energy-cost-month-setting-list-summary-standards-vo';
|
|
243
259
|
export * from './json-result-list-energy-cost-month-setting-list-vo';
|
|
260
|
+
export * from './json-result-list-energy-cost-park-option-vo';
|
|
261
|
+
export * from './json-result-list-energy-cost-trend-vo';
|
|
244
262
|
export * from './json-result-list-equipment-detail-dto';
|
|
245
263
|
export * from './json-result-list-equipment-qr-code-dto';
|
|
246
264
|
export * from './json-result-list-equipment-system-tree-dto';
|
|
@@ -333,6 +351,7 @@ export * from './monitoring-coverage-alert-info';
|
|
|
333
351
|
export * from './monitoring-coverage-alert-process-vo';
|
|
334
352
|
export * from './monitoring-coverage-alert-reason-enum';
|
|
335
353
|
export * from './monitoring-coverage-alert-work-order-details-dto';
|
|
354
|
+
export * from './monthly-data-vo';
|
|
336
355
|
export * from './network-monitor-repair-add-vo';
|
|
337
356
|
export * from './network-monitor-repair-decision-vo';
|
|
338
357
|
export * from './network-monitor-repair-details-dto';
|
|
@@ -370,6 +389,7 @@ export * from './park-center-attribute-enum';
|
|
|
370
389
|
export * from './park-info-dto';
|
|
371
390
|
export * from './park-info-edit-vo';
|
|
372
391
|
export * from './park-list-dto';
|
|
392
|
+
export * from './park-per-unit-detail-vo';
|
|
373
393
|
export * from './park-plat-form-enum';
|
|
374
394
|
export * from './park-push-settings-add-bo';
|
|
375
395
|
export * from './park-settings-details-dto';
|
package/dist/models/index.js
CHANGED
|
@@ -124,9 +124,16 @@ __exportStar(require("./energy-cost-add-record-dto"), exports);
|
|
|
124
124
|
__exportStar(require("./energy-cost-add-setting-dto"), exports);
|
|
125
125
|
__exportStar(require("./energy-cost-add-setting-dtopark-setting"), exports);
|
|
126
126
|
__exportStar(require("./energy-cost-add-setting-dtopark-setting-item"), exports);
|
|
127
|
+
__exportStar(require("./energy-cost-analysis-export-dto"), exports);
|
|
128
|
+
__exportStar(require("./energy-cost-analysis-list-vo"), exports);
|
|
129
|
+
__exportStar(require("./energy-cost-analysis-overview-vo"), exports);
|
|
130
|
+
__exportStar(require("./energy-cost-analysis-query-dto"), exports);
|
|
127
131
|
__exportStar(require("./energy-cost-edit-record-dto"), exports);
|
|
128
132
|
__exportStar(require("./energy-cost-month-setting-list-summary-standards-vo"), exports);
|
|
129
133
|
__exportStar(require("./energy-cost-month-setting-list-vo"), exports);
|
|
134
|
+
__exportStar(require("./energy-cost-park-option-vo"), exports);
|
|
135
|
+
__exportStar(require("./energy-cost-per-area-analysis-vo"), exports);
|
|
136
|
+
__exportStar(require("./energy-cost-per-unit-analysis-vo"), exports);
|
|
130
137
|
__exportStar(require("./energy-cost-record-bill-info-vo"), exports);
|
|
131
138
|
__exportStar(require("./energy-cost-record-info-not-emun-vo"), exports);
|
|
132
139
|
__exportStar(require("./energy-cost-record-info-vo"), exports);
|
|
@@ -135,6 +142,8 @@ __exportStar(require("./energy-cost-scenarios-info-vo"), exports);
|
|
|
135
142
|
__exportStar(require("./energy-cost-setting-delete-dto"), exports);
|
|
136
143
|
__exportStar(require("./energy-cost-setting-summy-add-dto"), exports);
|
|
137
144
|
__exportStar(require("./energy-cost-setting-summy-update-dto"), exports);
|
|
145
|
+
__exportStar(require("./energy-cost-trend-vo"), exports);
|
|
146
|
+
__exportStar(require("./energy-cost-unit-price-analysis-vo"), exports);
|
|
138
147
|
__exportStar(require("./energy-cost-update-setting-dto"), exports);
|
|
139
148
|
__exportStar(require("./equipment"), exports);
|
|
140
149
|
__exportStar(require("./equipment-add-redis-list-dto"), exports);
|
|
@@ -174,12 +183,14 @@ __exportStar(require("./exploration-work-order-details-dto"), exports);
|
|
|
174
183
|
__exportStar(require("./exploration-work-order-info"), exports);
|
|
175
184
|
__exportStar(require("./exploration-work-order-submit-vo"), exports);
|
|
176
185
|
__exportStar(require("./exploration-work-order-type-enum"), exports);
|
|
186
|
+
__exportStar(require("./export-field-config"), exports);
|
|
177
187
|
__exportStar(require("./file-dto"), exports);
|
|
178
188
|
__exportStar(require("./followup-work-order-dto"), exports);
|
|
179
189
|
__exportStar(require("./functional-area-enum"), exports);
|
|
180
190
|
__exportStar(require("./fusion-role-request-dto"), exports);
|
|
181
191
|
__exportStar(require("./group-dept-vo"), exports);
|
|
182
192
|
__exportStar(require("./hik-get-cameras-info-vo"), exports);
|
|
193
|
+
__exportStar(require("./ipage-energy-cost-analysis-list-vo"), exports);
|
|
183
194
|
__exportStar(require("./ipage-energy-cost-record-info-vo"), exports);
|
|
184
195
|
__exportStar(require("./inspection-category-enum"), exports);
|
|
185
196
|
__exportStar(require("./inspection-comp"), exports);
|
|
@@ -215,9 +226,13 @@ __exportStar(require("./json-result-boolean"), exports);
|
|
|
215
226
|
__exportStar(require("./json-result-calendar-entity"), exports);
|
|
216
227
|
__exportStar(require("./json-result-dashboard-park-statistics-vo"), exports);
|
|
217
228
|
__exportStar(require("./json-result-disaster-warning-standard-entity"), exports);
|
|
229
|
+
__exportStar(require("./json-result-energy-cost-analysis-overview-vo"), exports);
|
|
230
|
+
__exportStar(require("./json-result-energy-cost-per-area-analysis-vo"), exports);
|
|
231
|
+
__exportStar(require("./json-result-energy-cost-per-unit-analysis-vo"), exports);
|
|
218
232
|
__exportStar(require("./json-result-energy-cost-record-bill-info-vo"), exports);
|
|
219
233
|
__exportStar(require("./json-result-energy-cost-record-info-not-emun-vo"), exports);
|
|
220
234
|
__exportStar(require("./json-result-energy-cost-record-info-vo"), exports);
|
|
235
|
+
__exportStar(require("./json-result-energy-cost-unit-price-analysis-vo"), exports);
|
|
221
236
|
__exportStar(require("./json-result-equipment-add-redis-list-dto"), exports);
|
|
222
237
|
__exportStar(require("./json-result-equipment-detail-dto"), exports);
|
|
223
238
|
__exportStar(require("./json-result-equipment-search-system-dto"), exports);
|
|
@@ -233,6 +248,7 @@ __exportStar(require("./json-result-excel-import-upload-to-redis-vo-space-add-ex
|
|
|
233
248
|
__exportStar(require("./json-result-exploration-work-order-details-dto"), exports);
|
|
234
249
|
__exportStar(require("./json-result-file-dto"), exports);
|
|
235
250
|
__exportStar(require("./json-result-group-dept-vo"), exports);
|
|
251
|
+
__exportStar(require("./json-result-ipage-energy-cost-analysis-list-vo"), exports);
|
|
236
252
|
__exportStar(require("./json-result-ipage-energy-cost-record-info-vo"), exports);
|
|
237
253
|
__exportStar(require("./json-result-inspection-standard-entity"), exports);
|
|
238
254
|
__exportStar(require("./json-result-integer"), exports);
|
|
@@ -257,6 +273,8 @@ __exportStar(require("./json-result-list-dashboard-work-order-type-group-stats-v
|
|
|
257
273
|
__exportStar(require("./json-result-list-dashboard-work-order-type-subcategory-group-stats-vo"), exports);
|
|
258
274
|
__exportStar(require("./json-result-list-energy-cost-month-setting-list-summary-standards-vo"), exports);
|
|
259
275
|
__exportStar(require("./json-result-list-energy-cost-month-setting-list-vo"), exports);
|
|
276
|
+
__exportStar(require("./json-result-list-energy-cost-park-option-vo"), exports);
|
|
277
|
+
__exportStar(require("./json-result-list-energy-cost-trend-vo"), exports);
|
|
260
278
|
__exportStar(require("./json-result-list-equipment-detail-dto"), exports);
|
|
261
279
|
__exportStar(require("./json-result-list-equipment-qr-code-dto"), exports);
|
|
262
280
|
__exportStar(require("./json-result-list-equipment-system-tree-dto"), exports);
|
|
@@ -349,6 +367,7 @@ __exportStar(require("./monitoring-coverage-alert-info"), exports);
|
|
|
349
367
|
__exportStar(require("./monitoring-coverage-alert-process-vo"), exports);
|
|
350
368
|
__exportStar(require("./monitoring-coverage-alert-reason-enum"), exports);
|
|
351
369
|
__exportStar(require("./monitoring-coverage-alert-work-order-details-dto"), exports);
|
|
370
|
+
__exportStar(require("./monthly-data-vo"), exports);
|
|
352
371
|
__exportStar(require("./network-monitor-repair-add-vo"), exports);
|
|
353
372
|
__exportStar(require("./network-monitor-repair-decision-vo"), exports);
|
|
354
373
|
__exportStar(require("./network-monitor-repair-details-dto"), exports);
|
|
@@ -386,6 +405,7 @@ __exportStar(require("./park-center-attribute-enum"), exports);
|
|
|
386
405
|
__exportStar(require("./park-info-dto"), exports);
|
|
387
406
|
__exportStar(require("./park-info-edit-vo"), exports);
|
|
388
407
|
__exportStar(require("./park-list-dto"), exports);
|
|
408
|
+
__exportStar(require("./park-per-unit-detail-vo"), exports);
|
|
389
409
|
__exportStar(require("./park-plat-form-enum"), exports);
|
|
390
410
|
__exportStar(require("./park-push-settings-add-bo"), exports);
|
|
391
411
|
__exportStar(require("./park-settings-details-dto"), exports);
|
|
@@ -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 { EnergyCostAnalysisListVO } from './energy-cost-analysis-list-vo';
|
|
13
|
+
/**
|
|
14
|
+
* 返回数据,可以是任意类型的值
|
|
15
|
+
* @export
|
|
16
|
+
* @interface IPageEnergyCostAnalysisListVO
|
|
17
|
+
*/
|
|
18
|
+
export interface IPageEnergyCostAnalysisListVO {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof IPageEnergyCostAnalysisListVO
|
|
23
|
+
*/
|
|
24
|
+
'size'?: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof IPageEnergyCostAnalysisListVO
|
|
29
|
+
*/
|
|
30
|
+
'total'?: number;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof IPageEnergyCostAnalysisListVO
|
|
35
|
+
*/
|
|
36
|
+
'current'?: number;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {Array<EnergyCostAnalysisListVO>}
|
|
40
|
+
* @memberof IPageEnergyCostAnalysisListVO
|
|
41
|
+
*/
|
|
42
|
+
'records'?: Array<EnergyCostAnalysisListVO>;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {boolean}
|
|
46
|
+
* @memberof IPageEnergyCostAnalysisListVO
|
|
47
|
+
*/
|
|
48
|
+
'searchCount'?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof IPageEnergyCostAnalysisListVO
|
|
53
|
+
*/
|
|
54
|
+
'pages'?: number;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {boolean}
|
|
58
|
+
* @memberof IPageEnergyCostAnalysisListVO
|
|
59
|
+
* @deprecated
|
|
60
|
+
*/
|
|
61
|
+
'hitCount'?: boolean;
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import { EnergyCostAnalysisOverviewVO } from './energy-cost-analysis-overview-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultEnergyCostAnalysisOverviewVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultEnergyCostAnalysisOverviewVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultEnergyCostAnalysisOverviewVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultEnergyCostAnalysisOverviewVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultEnergyCostAnalysisOverviewVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {EnergyCostAnalysisOverviewVO}
|
|
41
|
+
* @memberof JsonResultEnergyCostAnalysisOverviewVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: EnergyCostAnalysisOverviewVO | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultEnergyCostAnalysisOverviewVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultEnergyCostAnalysisOverviewVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultEnergyCostAnalysisOverviewVO
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import { EnergyCostPerAreaAnalysisVO } from './energy-cost-per-area-analysis-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultEnergyCostPerAreaAnalysisVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultEnergyCostPerAreaAnalysisVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultEnergyCostPerAreaAnalysisVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultEnergyCostPerAreaAnalysisVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultEnergyCostPerAreaAnalysisVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {EnergyCostPerAreaAnalysisVO}
|
|
41
|
+
* @memberof JsonResultEnergyCostPerAreaAnalysisVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: EnergyCostPerAreaAnalysisVO | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultEnergyCostPerAreaAnalysisVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultEnergyCostPerAreaAnalysisVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultEnergyCostPerAreaAnalysisVO
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import { EnergyCostPerUnitAnalysisVO } from './energy-cost-per-unit-analysis-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultEnergyCostPerUnitAnalysisVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultEnergyCostPerUnitAnalysisVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultEnergyCostPerUnitAnalysisVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultEnergyCostPerUnitAnalysisVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultEnergyCostPerUnitAnalysisVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {EnergyCostPerUnitAnalysisVO}
|
|
41
|
+
* @memberof JsonResultEnergyCostPerUnitAnalysisVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: EnergyCostPerUnitAnalysisVO | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultEnergyCostPerUnitAnalysisVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultEnergyCostPerUnitAnalysisVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultEnergyCostPerUnitAnalysisVO
|
|
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 });
|