@gizone/rrs-client 4.2.9-alpha.539 → 4.2.9-alpha.540
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 +2 -1
- package/api.ts +2 -1
- package/apis/energy-cost-controller-api.ts +678 -0
- package/apis/energy-cost-record-controller-api.ts +686 -0
- package/dist/api.d.ts +2 -1
- package/dist/api.js +2 -1
- package/dist/apis/energy-cost-controller-api.d.ts +371 -0
- package/dist/apis/energy-cost-controller-api.js +525 -0
- package/dist/apis/energy-cost-record-controller-api.d.ts +377 -0
- package/dist/apis/energy-cost-record-controller-api.js +523 -0
- package/dist/esm/api.d.ts +2 -1
- package/dist/esm/api.js +2 -1
- package/dist/esm/apis/energy-cost-controller-api.d.ts +371 -0
- package/dist/esm/apis/energy-cost-controller-api.js +518 -0
- package/dist/esm/apis/energy-cost-record-controller-api.d.ts +377 -0
- package/dist/esm/apis/energy-cost-record-controller-api.js +516 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/models/sys-user.d.ts +4 -4
- package/models/ipage-energy-cost-record-info-vo.ts +6 -6
- package/models/sys-user.ts +4 -4
- package/ossutil.log +1056 -1056
- package/package.json +1 -1
- package/apis/default-api.ts +0 -1302
- package/dist/apis/default-api.d.ts +0 -707
- package/dist/apis/default-api.js +0 -979
- package/dist/esm/apis/default-api.d.ts +0 -707
- package/dist/esm/apis/default-api.js +0 -972
|
@@ -0,0 +1,377 @@
|
|
|
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 { Configuration } from '../configuration';
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
+
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import type { EnergyCostAddRecordDTO } from '../models';
|
|
16
|
+
import type { JsonResult } from '../models';
|
|
17
|
+
import type { JsonResultEnergyCostRecordInfoVO } from '../models';
|
|
18
|
+
import type { JsonResultIPageEnergyCostRecordInfoVO } from '../models';
|
|
19
|
+
import type { JsonResultMapStringObject } from '../models';
|
|
20
|
+
/**
|
|
21
|
+
* EnergyCostRecordControllerApi - axios parameter creator
|
|
22
|
+
* @export
|
|
23
|
+
*/
|
|
24
|
+
export declare const EnergyCostRecordControllerApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @summary 新增能源消耗-返回详情
|
|
28
|
+
* @param {number} id
|
|
29
|
+
* @param {*} [options] Override http request option.
|
|
30
|
+
* @throws {RequiredError}
|
|
31
|
+
*/
|
|
32
|
+
energyCostAddRecordDetail: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @summary 新增能源消耗-录入保存为草稿
|
|
36
|
+
* @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
|
|
37
|
+
* @param {*} [options] Override http request option.
|
|
38
|
+
* @throws {RequiredError}
|
|
39
|
+
*/
|
|
40
|
+
energyCostAddRecordInputDraft: (energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @summary 新增能源消耗-列表
|
|
44
|
+
* @param {number} [page]
|
|
45
|
+
* @param {number} [size]
|
|
46
|
+
* @param {string} [billCode]
|
|
47
|
+
* @param {string} [startTime]
|
|
48
|
+
* @param {string} [endTime]
|
|
49
|
+
* @param {EnergyCostAddRecordListEnergyTypeEnum} [energyType]
|
|
50
|
+
* @param {number} [status]
|
|
51
|
+
* @param {*} [options] Override http request option.
|
|
52
|
+
* @throws {RequiredError}
|
|
53
|
+
*/
|
|
54
|
+
energyCostAddRecordList: (page?: number, size?: number, billCode?: string, startTime?: string, endTime?: string, energyType?: EnergyCostAddRecordListEnergyTypeEnum, status?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @summary 新增能源消耗-next
|
|
58
|
+
* @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
|
|
59
|
+
* @param {*} [options] Override http request option.
|
|
60
|
+
* @throws {RequiredError}
|
|
61
|
+
*/
|
|
62
|
+
energyCostAddRecordNext: (energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @summary 新增能源消耗-提交
|
|
66
|
+
* @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
|
|
67
|
+
* @param {*} [options] Override http request option.
|
|
68
|
+
* @throws {RequiredError}
|
|
69
|
+
*/
|
|
70
|
+
energyCostAddRecordSubmit: (energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @summary 获取下拉框内容
|
|
74
|
+
* @param {string} [type] 能源类型<energyType> 账单来源(类型电)<billSourceElectric> 账单来源(类型水)<billSourceWater> 单价类型 <pricingTypeEnum>
|
|
75
|
+
* @param {*} [options] Override http request option.
|
|
76
|
+
* @throws {RequiredError}
|
|
77
|
+
*/
|
|
78
|
+
getOptions: (type?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
79
|
+
};
|
|
80
|
+
/**
|
|
81
|
+
* EnergyCostRecordControllerApi - functional programming interface
|
|
82
|
+
* @export
|
|
83
|
+
*/
|
|
84
|
+
export declare const EnergyCostRecordControllerApiFp: (configuration?: Configuration) => {
|
|
85
|
+
/**
|
|
86
|
+
*
|
|
87
|
+
* @summary 新增能源消耗-返回详情
|
|
88
|
+
* @param {number} id
|
|
89
|
+
* @param {*} [options] Override http request option.
|
|
90
|
+
* @throws {RequiredError}
|
|
91
|
+
*/
|
|
92
|
+
energyCostAddRecordDetail(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoVO>>;
|
|
93
|
+
/**
|
|
94
|
+
*
|
|
95
|
+
* @summary 新增能源消耗-录入保存为草稿
|
|
96
|
+
* @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
|
|
97
|
+
* @param {*} [options] Override http request option.
|
|
98
|
+
* @throws {RequiredError}
|
|
99
|
+
*/
|
|
100
|
+
energyCostAddRecordInputDraft(energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @summary 新增能源消耗-列表
|
|
104
|
+
* @param {number} [page]
|
|
105
|
+
* @param {number} [size]
|
|
106
|
+
* @param {string} [billCode]
|
|
107
|
+
* @param {string} [startTime]
|
|
108
|
+
* @param {string} [endTime]
|
|
109
|
+
* @param {EnergyCostAddRecordListEnergyTypeEnum} [energyType]
|
|
110
|
+
* @param {number} [status]
|
|
111
|
+
* @param {*} [options] Override http request option.
|
|
112
|
+
* @throws {RequiredError}
|
|
113
|
+
*/
|
|
114
|
+
energyCostAddRecordList(page?: number, size?: number, billCode?: string, startTime?: string, endTime?: string, energyType?: EnergyCostAddRecordListEnergyTypeEnum, status?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultIPageEnergyCostRecordInfoVO>>;
|
|
115
|
+
/**
|
|
116
|
+
*
|
|
117
|
+
* @summary 新增能源消耗-next
|
|
118
|
+
* @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
|
|
119
|
+
* @param {*} [options] Override http request option.
|
|
120
|
+
* @throws {RequiredError}
|
|
121
|
+
*/
|
|
122
|
+
energyCostAddRecordNext(energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
123
|
+
/**
|
|
124
|
+
*
|
|
125
|
+
* @summary 新增能源消耗-提交
|
|
126
|
+
* @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
|
|
127
|
+
* @param {*} [options] Override http request option.
|
|
128
|
+
* @throws {RequiredError}
|
|
129
|
+
*/
|
|
130
|
+
energyCostAddRecordSubmit(energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
131
|
+
/**
|
|
132
|
+
*
|
|
133
|
+
* @summary 获取下拉框内容
|
|
134
|
+
* @param {string} [type] 能源类型<energyType> 账单来源(类型电)<billSourceElectric> 账单来源(类型水)<billSourceWater> 单价类型 <pricingTypeEnum>
|
|
135
|
+
* @param {*} [options] Override http request option.
|
|
136
|
+
* @throws {RequiredError}
|
|
137
|
+
*/
|
|
138
|
+
getOptions(type?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultMapStringObject>>;
|
|
139
|
+
};
|
|
140
|
+
/**
|
|
141
|
+
* EnergyCostRecordControllerApi - factory interface
|
|
142
|
+
* @export
|
|
143
|
+
*/
|
|
144
|
+
export declare const EnergyCostRecordControllerApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
145
|
+
/**
|
|
146
|
+
*
|
|
147
|
+
* @summary 新增能源消耗-返回详情
|
|
148
|
+
* @param {EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest} requestParameters Request parameters.
|
|
149
|
+
* @param {*} [options] Override http request option.
|
|
150
|
+
* @throws {RequiredError}
|
|
151
|
+
*/
|
|
152
|
+
energyCostAddRecordDetail(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoVO>;
|
|
153
|
+
/**
|
|
154
|
+
*
|
|
155
|
+
* @summary 新增能源消耗-录入保存为草稿
|
|
156
|
+
* @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
|
|
157
|
+
* @param {*} [options] Override http request option.
|
|
158
|
+
* @throws {RequiredError}
|
|
159
|
+
*/
|
|
160
|
+
energyCostAddRecordInputDraft(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @summary 新增能源消耗-列表
|
|
164
|
+
* @param {EnergyCostRecordControllerApiEnergyCostAddRecordListRequest} requestParameters Request parameters.
|
|
165
|
+
* @param {*} [options] Override http request option.
|
|
166
|
+
* @throws {RequiredError}
|
|
167
|
+
*/
|
|
168
|
+
energyCostAddRecordList(requestParameters?: EnergyCostRecordControllerApiEnergyCostAddRecordListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultIPageEnergyCostRecordInfoVO>;
|
|
169
|
+
/**
|
|
170
|
+
*
|
|
171
|
+
* @summary 新增能源消耗-next
|
|
172
|
+
* @param {EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest} requestParameters Request parameters.
|
|
173
|
+
* @param {*} [options] Override http request option.
|
|
174
|
+
* @throws {RequiredError}
|
|
175
|
+
*/
|
|
176
|
+
energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
177
|
+
/**
|
|
178
|
+
*
|
|
179
|
+
* @summary 新增能源消耗-提交
|
|
180
|
+
* @param {EnergyCostRecordControllerApiEnergyCostAddRecordSubmitRequest} requestParameters Request parameters.
|
|
181
|
+
* @param {*} [options] Override http request option.
|
|
182
|
+
* @throws {RequiredError}
|
|
183
|
+
*/
|
|
184
|
+
energyCostAddRecordSubmit(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordSubmitRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
185
|
+
/**
|
|
186
|
+
*
|
|
187
|
+
* @summary 获取下拉框内容
|
|
188
|
+
* @param {EnergyCostRecordControllerApiGetOptionsRequest} requestParameters Request parameters.
|
|
189
|
+
* @param {*} [options] Override http request option.
|
|
190
|
+
* @throws {RequiredError}
|
|
191
|
+
*/
|
|
192
|
+
getOptions(requestParameters?: EnergyCostRecordControllerApiGetOptionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultMapStringObject>;
|
|
193
|
+
};
|
|
194
|
+
/**
|
|
195
|
+
* Request parameters for energyCostAddRecordDetail operation in EnergyCostRecordControllerApi.
|
|
196
|
+
* @export
|
|
197
|
+
* @interface EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest
|
|
198
|
+
*/
|
|
199
|
+
export interface EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest {
|
|
200
|
+
/**
|
|
201
|
+
*
|
|
202
|
+
* @type {number}
|
|
203
|
+
* @memberof EnergyCostRecordControllerApiEnergyCostAddRecordDetail
|
|
204
|
+
*/
|
|
205
|
+
readonly id: number;
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* Request parameters for energyCostAddRecordInputDraft operation in EnergyCostRecordControllerApi.
|
|
209
|
+
* @export
|
|
210
|
+
* @interface EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest
|
|
211
|
+
*/
|
|
212
|
+
export interface EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest {
|
|
213
|
+
/**
|
|
214
|
+
*
|
|
215
|
+
* @type {EnergyCostAddRecordDTO}
|
|
216
|
+
* @memberof EnergyCostRecordControllerApiEnergyCostAddRecordInputDraft
|
|
217
|
+
*/
|
|
218
|
+
readonly energyCostAddRecordDTO: EnergyCostAddRecordDTO;
|
|
219
|
+
}
|
|
220
|
+
/**
|
|
221
|
+
* Request parameters for energyCostAddRecordList operation in EnergyCostRecordControllerApi.
|
|
222
|
+
* @export
|
|
223
|
+
* @interface EnergyCostRecordControllerApiEnergyCostAddRecordListRequest
|
|
224
|
+
*/
|
|
225
|
+
export interface EnergyCostRecordControllerApiEnergyCostAddRecordListRequest {
|
|
226
|
+
/**
|
|
227
|
+
*
|
|
228
|
+
* @type {number}
|
|
229
|
+
* @memberof EnergyCostRecordControllerApiEnergyCostAddRecordList
|
|
230
|
+
*/
|
|
231
|
+
readonly page?: number;
|
|
232
|
+
/**
|
|
233
|
+
*
|
|
234
|
+
* @type {number}
|
|
235
|
+
* @memberof EnergyCostRecordControllerApiEnergyCostAddRecordList
|
|
236
|
+
*/
|
|
237
|
+
readonly size?: number;
|
|
238
|
+
/**
|
|
239
|
+
*
|
|
240
|
+
* @type {string}
|
|
241
|
+
* @memberof EnergyCostRecordControllerApiEnergyCostAddRecordList
|
|
242
|
+
*/
|
|
243
|
+
readonly billCode?: string;
|
|
244
|
+
/**
|
|
245
|
+
*
|
|
246
|
+
* @type {string}
|
|
247
|
+
* @memberof EnergyCostRecordControllerApiEnergyCostAddRecordList
|
|
248
|
+
*/
|
|
249
|
+
readonly startTime?: string;
|
|
250
|
+
/**
|
|
251
|
+
*
|
|
252
|
+
* @type {string}
|
|
253
|
+
* @memberof EnergyCostRecordControllerApiEnergyCostAddRecordList
|
|
254
|
+
*/
|
|
255
|
+
readonly endTime?: string;
|
|
256
|
+
/**
|
|
257
|
+
*
|
|
258
|
+
* @type {'ELECTRIC' | 'WATER'}
|
|
259
|
+
* @memberof EnergyCostRecordControllerApiEnergyCostAddRecordList
|
|
260
|
+
*/
|
|
261
|
+
readonly energyType?: EnergyCostAddRecordListEnergyTypeEnum;
|
|
262
|
+
/**
|
|
263
|
+
*
|
|
264
|
+
* @type {number}
|
|
265
|
+
* @memberof EnergyCostRecordControllerApiEnergyCostAddRecordList
|
|
266
|
+
*/
|
|
267
|
+
readonly status?: number;
|
|
268
|
+
}
|
|
269
|
+
/**
|
|
270
|
+
* Request parameters for energyCostAddRecordNext operation in EnergyCostRecordControllerApi.
|
|
271
|
+
* @export
|
|
272
|
+
* @interface EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest
|
|
273
|
+
*/
|
|
274
|
+
export interface EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest {
|
|
275
|
+
/**
|
|
276
|
+
*
|
|
277
|
+
* @type {EnergyCostAddRecordDTO}
|
|
278
|
+
* @memberof EnergyCostRecordControllerApiEnergyCostAddRecordNext
|
|
279
|
+
*/
|
|
280
|
+
readonly energyCostAddRecordDTO: EnergyCostAddRecordDTO;
|
|
281
|
+
}
|
|
282
|
+
/**
|
|
283
|
+
* Request parameters for energyCostAddRecordSubmit operation in EnergyCostRecordControllerApi.
|
|
284
|
+
* @export
|
|
285
|
+
* @interface EnergyCostRecordControllerApiEnergyCostAddRecordSubmitRequest
|
|
286
|
+
*/
|
|
287
|
+
export interface EnergyCostRecordControllerApiEnergyCostAddRecordSubmitRequest {
|
|
288
|
+
/**
|
|
289
|
+
*
|
|
290
|
+
* @type {EnergyCostAddRecordDTO}
|
|
291
|
+
* @memberof EnergyCostRecordControllerApiEnergyCostAddRecordSubmit
|
|
292
|
+
*/
|
|
293
|
+
readonly energyCostAddRecordDTO: EnergyCostAddRecordDTO;
|
|
294
|
+
}
|
|
295
|
+
/**
|
|
296
|
+
* Request parameters for getOptions operation in EnergyCostRecordControllerApi.
|
|
297
|
+
* @export
|
|
298
|
+
* @interface EnergyCostRecordControllerApiGetOptionsRequest
|
|
299
|
+
*/
|
|
300
|
+
export interface EnergyCostRecordControllerApiGetOptionsRequest {
|
|
301
|
+
/**
|
|
302
|
+
* 能源类型<energyType> 账单来源(类型电)<billSourceElectric> 账单来源(类型水)<billSourceWater> 单价类型 <pricingTypeEnum>
|
|
303
|
+
* @type {string}
|
|
304
|
+
* @memberof EnergyCostRecordControllerApiGetOptions
|
|
305
|
+
*/
|
|
306
|
+
readonly type?: string;
|
|
307
|
+
}
|
|
308
|
+
/**
|
|
309
|
+
* EnergyCostRecordControllerApi - object-oriented interface
|
|
310
|
+
* @export
|
|
311
|
+
* @class EnergyCostRecordControllerApi
|
|
312
|
+
* @extends {BaseAPI}
|
|
313
|
+
*/
|
|
314
|
+
export declare class EnergyCostRecordControllerApi extends BaseAPI {
|
|
315
|
+
/**
|
|
316
|
+
*
|
|
317
|
+
* @summary 新增能源消耗-返回详情
|
|
318
|
+
* @param {EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest} requestParameters Request parameters.
|
|
319
|
+
* @param {*} [options] Override http request option.
|
|
320
|
+
* @throws {RequiredError}
|
|
321
|
+
* @memberof EnergyCostRecordControllerApi
|
|
322
|
+
*/
|
|
323
|
+
energyCostAddRecordDetail(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostRecordInfoVO, any, {}>>;
|
|
324
|
+
/**
|
|
325
|
+
*
|
|
326
|
+
* @summary 新增能源消耗-录入保存为草稿
|
|
327
|
+
* @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
|
|
328
|
+
* @param {*} [options] Override http request option.
|
|
329
|
+
* @throws {RequiredError}
|
|
330
|
+
* @memberof EnergyCostRecordControllerApi
|
|
331
|
+
*/
|
|
332
|
+
energyCostAddRecordInputDraft(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any, {}>>;
|
|
333
|
+
/**
|
|
334
|
+
*
|
|
335
|
+
* @summary 新增能源消耗-列表
|
|
336
|
+
* @param {EnergyCostRecordControllerApiEnergyCostAddRecordListRequest} requestParameters Request parameters.
|
|
337
|
+
* @param {*} [options] Override http request option.
|
|
338
|
+
* @throws {RequiredError}
|
|
339
|
+
* @memberof EnergyCostRecordControllerApi
|
|
340
|
+
*/
|
|
341
|
+
energyCostAddRecordList(requestParameters?: EnergyCostRecordControllerApiEnergyCostAddRecordListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultIPageEnergyCostRecordInfoVO, any, {}>>;
|
|
342
|
+
/**
|
|
343
|
+
*
|
|
344
|
+
* @summary 新增能源消耗-next
|
|
345
|
+
* @param {EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest} requestParameters Request parameters.
|
|
346
|
+
* @param {*} [options] Override http request option.
|
|
347
|
+
* @throws {RequiredError}
|
|
348
|
+
* @memberof EnergyCostRecordControllerApi
|
|
349
|
+
*/
|
|
350
|
+
energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any, {}>>;
|
|
351
|
+
/**
|
|
352
|
+
*
|
|
353
|
+
* @summary 新增能源消耗-提交
|
|
354
|
+
* @param {EnergyCostRecordControllerApiEnergyCostAddRecordSubmitRequest} requestParameters Request parameters.
|
|
355
|
+
* @param {*} [options] Override http request option.
|
|
356
|
+
* @throws {RequiredError}
|
|
357
|
+
* @memberof EnergyCostRecordControllerApi
|
|
358
|
+
*/
|
|
359
|
+
energyCostAddRecordSubmit(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordSubmitRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any, {}>>;
|
|
360
|
+
/**
|
|
361
|
+
*
|
|
362
|
+
* @summary 获取下拉框内容
|
|
363
|
+
* @param {EnergyCostRecordControllerApiGetOptionsRequest} requestParameters Request parameters.
|
|
364
|
+
* @param {*} [options] Override http request option.
|
|
365
|
+
* @throws {RequiredError}
|
|
366
|
+
* @memberof EnergyCostRecordControllerApi
|
|
367
|
+
*/
|
|
368
|
+
getOptions(requestParameters?: EnergyCostRecordControllerApiGetOptionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultMapStringObject, any, {}>>;
|
|
369
|
+
}
|
|
370
|
+
/**
|
|
371
|
+
* @export
|
|
372
|
+
*/
|
|
373
|
+
export declare const EnergyCostAddRecordListEnergyTypeEnum: {
|
|
374
|
+
readonly Electric: "ELECTRIC";
|
|
375
|
+
readonly Water: "WATER";
|
|
376
|
+
};
|
|
377
|
+
export type EnergyCostAddRecordListEnergyTypeEnum = typeof EnergyCostAddRecordListEnergyTypeEnum[keyof typeof EnergyCostAddRecordListEnergyTypeEnum];
|