@gizone/rrs-client 4.2.9-alpha.546 → 4.2.9-alpha.548

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 (32) hide show
  1. package/.openapi-generator/FILES +3 -0
  2. package/apis/energy-cost-record-controller-api.ts +4 -2
  3. package/dist/apis/energy-cost-record-controller-api.d.ts +4 -3
  4. package/dist/esm/apis/energy-cost-record-controller-api.d.ts +4 -3
  5. package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +205 -0
  6. package/dist/esm/models/energy-cost-record-info-not-emun-vo.js +14 -0
  7. package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
  8. package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.js +14 -0
  9. package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +2 -2
  10. package/dist/esm/models/index.d.ts +3 -0
  11. package/dist/esm/models/index.js +3 -0
  12. package/dist/esm/models/item.d.ts +2 -2
  13. package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
  14. package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.js +14 -0
  15. package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +205 -0
  16. package/dist/models/energy-cost-record-info-not-emun-vo.js +15 -0
  17. package/dist/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
  18. package/dist/models/energy-cost-scenarios-info-not-enum-vo.js +15 -0
  19. package/dist/models/energy-cost-scenarios-info-vo.d.ts +2 -2
  20. package/dist/models/index.d.ts +3 -0
  21. package/dist/models/index.js +3 -0
  22. package/dist/models/item.d.ts +2 -2
  23. package/dist/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
  24. package/dist/models/json-result-energy-cost-record-info-not-emun-vo.js +15 -0
  25. package/models/energy-cost-record-info-not-emun-vo.ts +213 -0
  26. package/models/energy-cost-scenarios-info-not-enum-vo.ts +126 -0
  27. package/models/energy-cost-scenarios-info-vo.ts +2 -2
  28. package/models/index.ts +3 -0
  29. package/models/item.ts +2 -2
  30. package/models/json-result-energy-cost-record-info-not-emun-vo.ts +72 -0
  31. package/ossutil.log +1071 -1068
  32. package/package.json +1 -1
@@ -156,7 +156,9 @@ models/energy-cost-add-setting-dtopark-setting-item.ts
156
156
  models/energy-cost-add-setting-dtopark-setting.ts
157
157
  models/energy-cost-month-setting-list-summary-standards-vo.ts
158
158
  models/energy-cost-month-setting-list-vo.ts
159
+ models/energy-cost-record-info-not-emun-vo.ts
159
160
  models/energy-cost-record-info-vo.ts
161
+ models/energy-cost-scenarios-info-not-enum-vo.ts
160
162
  models/energy-cost-scenarios-info-vo.ts
161
163
  models/energy-cost-setting-delete-dto.ts
162
164
  models/energy-cost-setting-summy-add-dto.ts
@@ -241,6 +243,7 @@ models/json-result-boolean.ts
241
243
  models/json-result-calendar-entity.ts
242
244
  models/json-result-dashboard-park-statistics-vo.ts
243
245
  models/json-result-disaster-warning-standard-entity.ts
246
+ models/json-result-energy-cost-record-info-not-emun-vo.ts
244
247
  models/json-result-energy-cost-record-info-vo.ts
245
248
  models/json-result-equipment-add-redis-list-dto.ts
246
249
  models/json-result-equipment-detail-dto.ts
@@ -26,6 +26,8 @@ import type { EnergyCostAddRecordDTO } from '../models';
26
26
  // @ts-ignore
27
27
  import type { JsonResult } from '../models';
28
28
  // @ts-ignore
29
+ import type { JsonResultEnergyCostRecordInfoNotEmunVO } from '../models';
30
+ // @ts-ignore
29
31
  import type { JsonResultEnergyCostRecordInfoVO } from '../models';
30
32
  // @ts-ignore
31
33
  import type { JsonResultIPageEnergyCostRecordInfoVO } from '../models';
@@ -320,7 +322,7 @@ export const EnergyCostRecordControllerApiFp = function(configuration?: Configur
320
322
  * @param {*} [options] Override http request option.
321
323
  * @throws {RequiredError}
322
324
  */
323
- async energyCostAddRecordDetail(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoVO>> {
325
+ async energyCostAddRecordDetail(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoNotEmunVO>> {
324
326
  const localVarAxiosArgs = await localVarAxiosParamCreator.energyCostAddRecordDetail(id, options);
325
327
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
326
328
  const localVarOperationServerBasePath = operationServerMap['EnergyCostRecordControllerApi.energyCostAddRecordDetail']?.[localVarOperationServerIndex]?.url;
@@ -414,7 +416,7 @@ export const EnergyCostRecordControllerApiFactory = function (configuration?: Co
414
416
  * @param {*} [options] Override http request option.
415
417
  * @throws {RequiredError}
416
418
  */
417
- energyCostAddRecordDetail(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoVO> {
419
+ energyCostAddRecordDetail(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoNotEmunVO> {
418
420
  return localVarFp.energyCostAddRecordDetail(requestParameters.id, options).then((request) => request(axios, basePath));
419
421
  },
420
422
  /**
@@ -14,6 +14,7 @@ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
14
  import { type RequestArgs, BaseAPI } from '../base';
15
15
  import type { EnergyCostAddRecordDTO } from '../models';
16
16
  import type { JsonResult } from '../models';
17
+ import type { JsonResultEnergyCostRecordInfoNotEmunVO } from '../models';
17
18
  import type { JsonResultEnergyCostRecordInfoVO } from '../models';
18
19
  import type { JsonResultIPageEnergyCostRecordInfoVO } from '../models';
19
20
  import type { JsonResultMapStringObject } from '../models';
@@ -89,7 +90,7 @@ export declare const EnergyCostRecordControllerApiFp: (configuration?: Configura
89
90
  * @param {*} [options] Override http request option.
90
91
  * @throws {RequiredError}
91
92
  */
92
- energyCostAddRecordDetail(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoVO>>;
93
+ energyCostAddRecordDetail(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoNotEmunVO>>;
93
94
  /**
94
95
  *
95
96
  * @summary 新增能源消耗-草稿
@@ -149,7 +150,7 @@ export declare const EnergyCostRecordControllerApiFactory: (configuration?: Conf
149
150
  * @param {*} [options] Override http request option.
150
151
  * @throws {RequiredError}
151
152
  */
152
- energyCostAddRecordDetail(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoVO>;
153
+ energyCostAddRecordDetail(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoNotEmunVO>;
153
154
  /**
154
155
  *
155
156
  * @summary 新增能源消耗-草稿
@@ -320,7 +321,7 @@ export declare class EnergyCostRecordControllerApi extends BaseAPI {
320
321
  * @throws {RequiredError}
321
322
  * @memberof EnergyCostRecordControllerApi
322
323
  */
323
- energyCostAddRecordDetail(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostRecordInfoVO, any, {}>>;
324
+ energyCostAddRecordDetail(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostRecordInfoNotEmunVO, any, {}>>;
324
325
  /**
325
326
  *
326
327
  * @summary 新增能源消耗-草稿
@@ -14,6 +14,7 @@ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
14
  import { type RequestArgs, BaseAPI } from '../base';
15
15
  import type { EnergyCostAddRecordDTO } from '../models';
16
16
  import type { JsonResult } from '../models';
17
+ import type { JsonResultEnergyCostRecordInfoNotEmunVO } from '../models';
17
18
  import type { JsonResultEnergyCostRecordInfoVO } from '../models';
18
19
  import type { JsonResultIPageEnergyCostRecordInfoVO } from '../models';
19
20
  import type { JsonResultMapStringObject } from '../models';
@@ -89,7 +90,7 @@ export declare const EnergyCostRecordControllerApiFp: (configuration?: Configura
89
90
  * @param {*} [options] Override http request option.
90
91
  * @throws {RequiredError}
91
92
  */
92
- energyCostAddRecordDetail(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoVO>>;
93
+ energyCostAddRecordDetail(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoNotEmunVO>>;
93
94
  /**
94
95
  *
95
96
  * @summary 新增能源消耗-草稿
@@ -149,7 +150,7 @@ export declare const EnergyCostRecordControllerApiFactory: (configuration?: Conf
149
150
  * @param {*} [options] Override http request option.
150
151
  * @throws {RequiredError}
151
152
  */
152
- energyCostAddRecordDetail(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoVO>;
153
+ energyCostAddRecordDetail(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoNotEmunVO>;
153
154
  /**
154
155
  *
155
156
  * @summary 新增能源消耗-草稿
@@ -320,7 +321,7 @@ export declare class EnergyCostRecordControllerApi extends BaseAPI {
320
321
  * @throws {RequiredError}
321
322
  * @memberof EnergyCostRecordControllerApi
322
323
  */
323
- energyCostAddRecordDetail(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostRecordInfoVO, any, {}>>;
324
+ energyCostAddRecordDetail(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostRecordInfoNotEmunVO, any, {}>>;
324
325
  /**
325
326
  *
326
327
  * @summary 新增能源消耗-草稿
@@ -0,0 +1,205 @@
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 { EnergyCostScenariosInfoNotEnumVO } from './energy-cost-scenarios-info-not-enum-vo';
13
+ /**
14
+ * 返回数据,可以是任意类型的值
15
+ * @export
16
+ * @interface EnergyCostRecordInfoNotEmunVO
17
+ */
18
+ export interface EnergyCostRecordInfoNotEmunVO {
19
+ /**
20
+ * 主键ID
21
+ * @type {number}
22
+ * @memberof EnergyCostRecordInfoNotEmunVO
23
+ */
24
+ 'id'?: number;
25
+ /**
26
+ * 园区id
27
+ * @type {number}
28
+ * @memberof EnergyCostRecordInfoNotEmunVO
29
+ */
30
+ 'parkId'?: number;
31
+ /**
32
+ * 能源类型
33
+ * @type {string}
34
+ * @memberof EnergyCostRecordInfoNotEmunVO
35
+ */
36
+ 'energyType'?: string;
37
+ /**
38
+ * 单价类型
39
+ * @type {string}
40
+ * @memberof EnergyCostRecordInfoNotEmunVO
41
+ */
42
+ 'pricingType'?: string;
43
+ /**
44
+ * 账单来源
45
+ * @type {string}
46
+ * @memberof EnergyCostRecordInfoNotEmunVO
47
+ */
48
+ 'billSource'?: string;
49
+ /**
50
+ * 账单开始日
51
+ * @type {string}
52
+ * @memberof EnergyCostRecordInfoNotEmunVO
53
+ */
54
+ 'billDateStart'?: string;
55
+ /**
56
+ * 账单结束日
57
+ * @type {string}
58
+ * @memberof EnergyCostRecordInfoNotEmunVO
59
+ */
60
+ 'billDateEnd'?: string;
61
+ /**
62
+ * 账单月
63
+ * @type {string}
64
+ * @memberof EnergyCostRecordInfoNotEmunVO
65
+ */
66
+ 'billMonth'?: string;
67
+ /**
68
+ * 关联账单id
69
+ * @type {number}
70
+ * @memberof EnergyCostRecordInfoNotEmunVO
71
+ */
72
+ 'billId'?: number;
73
+ /**
74
+ * 账单编号
75
+ * @type {string}
76
+ * @memberof EnergyCostRecordInfoNotEmunVO
77
+ */
78
+ 'billCode'?: string;
79
+ /**
80
+ * 处理人id
81
+ * @type {number}
82
+ * @memberof EnergyCostRecordInfoNotEmunVO
83
+ */
84
+ 'handlerId'?: number;
85
+ /**
86
+ * 处理人name
87
+ * @type {string}
88
+ * @memberof EnergyCostRecordInfoNotEmunVO
89
+ */
90
+ 'handlerName'?: string;
91
+ /**
92
+ * 园区用量
93
+ * @type {number}
94
+ * @memberof EnergyCostRecordInfoNotEmunVO
95
+ */
96
+ 'parkUtilityUsage'?: number;
97
+ /**
98
+ * 园区费用(电费/水费)
99
+ * @type {number}
100
+ * @memberof EnergyCostRecordInfoNotEmunVO
101
+ */
102
+ 'billCharges'?: number;
103
+ /**
104
+ * 力调电费
105
+ * @type {number}
106
+ * @memberof EnergyCostRecordInfoNotEmunVO
107
+ */
108
+ 'powerFactorSurcharge'?: number;
109
+ /**
110
+ * 调前电费
111
+ * @type {number}
112
+ * @memberof EnergyCostRecordInfoNotEmunVO
113
+ */
114
+ 'billAmountBefore'?: number;
115
+ /**
116
+ * 单价
117
+ * @type {number}
118
+ * @memberof EnergyCostRecordInfoNotEmunVO
119
+ */
120
+ 'unitPrice'?: number;
121
+ /**
122
+ * 单平单价
123
+ * @type {number}
124
+ * @memberof EnergyCostRecordInfoNotEmunVO
125
+ */
126
+ 'pricePerSquareMeter'?: number;
127
+ /**
128
+ * 单平单耗
129
+ * @type {number}
130
+ * @memberof EnergyCostRecordInfoNotEmunVO
131
+ */
132
+ 'costPerSquareMeter'?: number;
133
+ /**
134
+ * 标准值
135
+ * @type {number}
136
+ * @memberof EnergyCostRecordInfoNotEmunVO
137
+ */
138
+ 'standardValue'?: number;
139
+ /**
140
+ * 是否超标 0未超标 1 超标
141
+ * @type {number}
142
+ * @memberof EnergyCostRecordInfoNotEmunVO
143
+ */
144
+ 'isOverBudget'?: number;
145
+ /**
146
+ * 超标原因
147
+ * @type {string}
148
+ * @memberof EnergyCostRecordInfoNotEmunVO
149
+ */
150
+ 'overrunReason'?: string;
151
+ /**
152
+ * 备注
153
+ * @type {string}
154
+ * @memberof EnergyCostRecordInfoNotEmunVO
155
+ */
156
+ 'remark'?: string;
157
+ /**
158
+ * 备注
159
+ * @type {string}
160
+ * @memberof EnergyCostRecordInfoNotEmunVO
161
+ */
162
+ 'attachment'?: string;
163
+ /**
164
+ * 园区总面积
165
+ * @type {number}
166
+ * @memberof EnergyCostRecordInfoNotEmunVO
167
+ */
168
+ 'totalParkArea'?: number;
169
+ /**
170
+ * 总空仓面积
171
+ * @type {number}
172
+ * @memberof EnergyCostRecordInfoNotEmunVO
173
+ */
174
+ 'totalVacantArea'?: number;
175
+ /**
176
+ * 0 草稿 1已完成
177
+ * @type {number}
178
+ * @memberof EnergyCostRecordInfoNotEmunVO
179
+ */
180
+ 'status'?: number;
181
+ /**
182
+ * 创建时间
183
+ * @type {string}
184
+ * @memberof EnergyCostRecordInfoNotEmunVO
185
+ */
186
+ 'createTime'?: string;
187
+ /**
188
+ * 更新时间
189
+ * @type {string}
190
+ * @memberof EnergyCostRecordInfoNotEmunVO
191
+ */
192
+ 'updateTime'?: string;
193
+ /**
194
+ * 是否删除 1未删除 0删除
195
+ * @type {number}
196
+ * @memberof EnergyCostRecordInfoNotEmunVO
197
+ */
198
+ 'isDelete'?: number;
199
+ /**
200
+ *
201
+ * @type {Array<EnergyCostScenariosInfoNotEnumVO>}
202
+ * @memberof EnergyCostRecordInfoNotEmunVO
203
+ */
204
+ 'scenarios'?: Array<EnergyCostScenariosInfoNotEnumVO>;
205
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,120 @@
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 EnergyCostScenariosInfoNotEnumVO
16
+ */
17
+ export interface EnergyCostScenariosInfoNotEnumVO {
18
+ /**
19
+ * 主键ID
20
+ * @type {number}
21
+ * @memberof EnergyCostScenariosInfoNotEnumVO
22
+ */
23
+ 'id'?: number;
24
+ /**
25
+ * 关联到 energy_cost_record 的Id
26
+ * @type {number}
27
+ * @memberof EnergyCostScenariosInfoNotEnumVO
28
+ */
29
+ 'energyCostRecordId'?: number;
30
+ /**
31
+ * 能源类型
32
+ * @type {string}
33
+ * @memberof EnergyCostScenariosInfoNotEnumVO
34
+ */
35
+ 'energyType'?: string;
36
+ /**
37
+ * 使用场景
38
+ * @type {string}
39
+ * @memberof EnergyCostScenariosInfoNotEnumVO
40
+ */
41
+ 'usageScenariosType'?: string;
42
+ /**
43
+ * 面积
44
+ * @type {number}
45
+ * @memberof EnergyCostScenariosInfoNotEnumVO
46
+ */
47
+ 'totalArea'?: number;
48
+ /**
49
+ * 用量
50
+ * @type {number}
51
+ * @memberof EnergyCostScenariosInfoNotEnumVO
52
+ */
53
+ 'consumption'?: number;
54
+ /**
55
+ * 费用
56
+ * @type {number}
57
+ * @memberof EnergyCostScenariosInfoNotEnumVO
58
+ */
59
+ 'cost'?: number;
60
+ /**
61
+ * 单平单价
62
+ * @type {number}
63
+ * @memberof EnergyCostScenariosInfoNotEnumVO
64
+ */
65
+ 'pricePerSquareMeter'?: number;
66
+ /**
67
+ * 单平单耗
68
+ * @type {number}
69
+ * @memberof EnergyCostScenariosInfoNotEnumVO
70
+ */
71
+ 'costPerSquareMeter'?: number;
72
+ /**
73
+ * 标准值
74
+ * @type {number}
75
+ * @memberof EnergyCostScenariosInfoNotEnumVO
76
+ */
77
+ 'standardValue'?: number;
78
+ /**
79
+ * 是否超标 0未超标 1 超标
80
+ * @type {number}
81
+ * @memberof EnergyCostScenariosInfoNotEnumVO
82
+ */
83
+ 'isOverBudget'?: number;
84
+ /**
85
+ * 超标原因
86
+ * @type {string}
87
+ * @memberof EnergyCostScenariosInfoNotEnumVO
88
+ */
89
+ 'overrunReason'?: string;
90
+ /**
91
+ * 备注
92
+ * @type {string}
93
+ * @memberof EnergyCostScenariosInfoNotEnumVO
94
+ */
95
+ 'remark'?: string;
96
+ /**
97
+ * 附件
98
+ * @type {Array<string>}
99
+ * @memberof EnergyCostScenariosInfoNotEnumVO
100
+ */
101
+ 'attachment'?: Array<string>;
102
+ /**
103
+ * 创建时间
104
+ * @type {string}
105
+ * @memberof EnergyCostScenariosInfoNotEnumVO
106
+ */
107
+ 'createTime'?: string;
108
+ /**
109
+ * 更新时间
110
+ * @type {string}
111
+ * @memberof EnergyCostScenariosInfoNotEnumVO
112
+ */
113
+ 'updateTime'?: string;
114
+ /**
115
+ * 是否删除 1未删除 0删除
116
+ * @type {number}
117
+ * @memberof EnergyCostScenariosInfoNotEnumVO
118
+ */
119
+ 'isDelete'?: number;
120
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -95,10 +95,10 @@ export interface EnergyCostScenariosInfoVO {
95
95
  'remark'?: string;
96
96
  /**
97
97
  * 附件
98
- * @type {string}
98
+ * @type {Array<string>}
99
99
  * @memberof EnergyCostScenariosInfoVO
100
100
  */
101
- 'attachment'?: string;
101
+ 'attachment'?: Array<string>;
102
102
  /**
103
103
  * 创建时间
104
104
  * @type {string}
@@ -110,7 +110,9 @@ export * from './energy-cost-add-setting-dtopark-setting';
110
110
  export * from './energy-cost-add-setting-dtopark-setting-item';
111
111
  export * from './energy-cost-month-setting-list-summary-standards-vo';
112
112
  export * from './energy-cost-month-setting-list-vo';
113
+ export * from './energy-cost-record-info-not-emun-vo';
113
114
  export * from './energy-cost-record-info-vo';
115
+ export * from './energy-cost-scenarios-info-not-enum-vo';
114
116
  export * from './energy-cost-scenarios-info-vo';
115
117
  export * from './energy-cost-setting-delete-dto';
116
118
  export * from './energy-cost-setting-summy-add-dto';
@@ -195,6 +197,7 @@ export * from './json-result-boolean';
195
197
  export * from './json-result-calendar-entity';
196
198
  export * from './json-result-dashboard-park-statistics-vo';
197
199
  export * from './json-result-disaster-warning-standard-entity';
200
+ export * from './json-result-energy-cost-record-info-not-emun-vo';
198
201
  export * from './json-result-energy-cost-record-info-vo';
199
202
  export * from './json-result-equipment-add-redis-list-dto';
200
203
  export * from './json-result-equipment-detail-dto';
@@ -110,7 +110,9 @@ export * from './energy-cost-add-setting-dtopark-setting';
110
110
  export * from './energy-cost-add-setting-dtopark-setting-item';
111
111
  export * from './energy-cost-month-setting-list-summary-standards-vo';
112
112
  export * from './energy-cost-month-setting-list-vo';
113
+ export * from './energy-cost-record-info-not-emun-vo';
113
114
  export * from './energy-cost-record-info-vo';
115
+ export * from './energy-cost-scenarios-info-not-enum-vo';
114
116
  export * from './energy-cost-scenarios-info-vo';
115
117
  export * from './energy-cost-setting-delete-dto';
116
118
  export * from './energy-cost-setting-summy-add-dto';
@@ -195,6 +197,7 @@ export * from './json-result-boolean';
195
197
  export * from './json-result-calendar-entity';
196
198
  export * from './json-result-dashboard-park-statistics-vo';
197
199
  export * from './json-result-disaster-warning-standard-entity';
200
+ export * from './json-result-energy-cost-record-info-not-emun-vo';
198
201
  export * from './json-result-energy-cost-record-info-vo';
199
202
  export * from './json-result-equipment-add-redis-list-dto';
200
203
  export * from './json-result-equipment-detail-dto';
@@ -53,10 +53,10 @@ export interface Item {
53
53
  'remark'?: string;
54
54
  /**
55
55
  * 附件
56
- * @type {string}
56
+ * @type {Array<string>}
57
57
  * @memberof Item
58
58
  */
59
- 'attachment'?: string;
59
+ 'attachment'?: Array<string>;
60
60
  }
61
61
  export declare const ItemScenarioEnum: {
62
62
  readonly ColdStorage: "COLD_STORAGE";
@@ -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 { EnergyCostRecordInfoNotEmunVO } from './energy-cost-record-info-not-emun-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultEnergyCostRecordInfoNotEmunVO
18
+ */
19
+ export interface JsonResultEnergyCostRecordInfoNotEmunVO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultEnergyCostRecordInfoNotEmunVO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultEnergyCostRecordInfoNotEmunVO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultEnergyCostRecordInfoNotEmunVO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {EnergyCostRecordInfoNotEmunVO}
41
+ * @memberof JsonResultEnergyCostRecordInfoNotEmunVO
42
+ */
43
+ 'data'?: EnergyCostRecordInfoNotEmunVO | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultEnergyCostRecordInfoNotEmunVO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultEnergyCostRecordInfoNotEmunVO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultEnergyCostRecordInfoNotEmunVO
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};