@gizone/rrs-client 4.2.9-alpha.543 → 4.2.9-alpha.544
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/apis/energy-cost-record-controller-api.ts +6 -6
- package/dist/apis/energy-cost-record-controller-api.d.ts +7 -7
- package/dist/apis/energy-cost-record-controller-api.js +4 -4
- package/dist/esm/apis/energy-cost-record-controller-api.d.ts +7 -7
- package/dist/esm/apis/energy-cost-record-controller-api.js +4 -4
- package/dist/esm/models/energy-cost-record-info-vo.d.ts +1 -1
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/esm/models/json-result-energy-cost-record-info-vo.d.ts +1 -1
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/models/energy-cost-record-info-vo.d.ts +1 -1
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/models/json-result-energy-cost-record-info-vo.d.ts +1 -1
- package/dist/models/sys-user.d.ts +4 -4
- package/models/energy-cost-record-info-vo.ts +1 -1
- package/models/ipage-energy-cost-record-info-vo.ts +6 -6
- package/models/json-result-energy-cost-record-info-vo.ts +1 -1
- package/models/sys-user.ts +4 -4
- package/ossutil.log +1062 -1062
- package/package.json +1 -1
|
@@ -77,7 +77,7 @@ export const EnergyCostRecordControllerApiAxiosParamCreator = function (configur
|
|
|
77
77
|
},
|
|
78
78
|
/**
|
|
79
79
|
*
|
|
80
|
-
* @summary
|
|
80
|
+
* @summary 新增能源消耗-草稿
|
|
81
81
|
* @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
|
|
82
82
|
* @param {*} [options] Override http request option.
|
|
83
83
|
* @throws {RequiredError}
|
|
@@ -328,7 +328,7 @@ export const EnergyCostRecordControllerApiFp = function(configuration?: Configur
|
|
|
328
328
|
},
|
|
329
329
|
/**
|
|
330
330
|
*
|
|
331
|
-
* @summary
|
|
331
|
+
* @summary 新增能源消耗-草稿
|
|
332
332
|
* @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
|
|
333
333
|
* @param {*} [options] Override http request option.
|
|
334
334
|
* @throws {RequiredError}
|
|
@@ -365,7 +365,7 @@ export const EnergyCostRecordControllerApiFp = function(configuration?: Configur
|
|
|
365
365
|
* @param {*} [options] Override http request option.
|
|
366
366
|
* @throws {RequiredError}
|
|
367
367
|
*/
|
|
368
|
-
async energyCostAddRecordNext(energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
368
|
+
async energyCostAddRecordNext(energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoVO>> {
|
|
369
369
|
const localVarAxiosArgs = await localVarAxiosParamCreator.energyCostAddRecordNext(energyCostAddRecordDTO, options);
|
|
370
370
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
371
371
|
const localVarOperationServerBasePath = operationServerMap['EnergyCostRecordControllerApi.energyCostAddRecordNext']?.[localVarOperationServerIndex]?.url;
|
|
@@ -419,7 +419,7 @@ export const EnergyCostRecordControllerApiFactory = function (configuration?: Co
|
|
|
419
419
|
},
|
|
420
420
|
/**
|
|
421
421
|
*
|
|
422
|
-
* @summary
|
|
422
|
+
* @summary 新增能源消耗-草稿
|
|
423
423
|
* @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
|
|
424
424
|
* @param {*} [options] Override http request option.
|
|
425
425
|
* @throws {RequiredError}
|
|
@@ -444,7 +444,7 @@ export const EnergyCostRecordControllerApiFactory = function (configuration?: Co
|
|
|
444
444
|
* @param {*} [options] Override http request option.
|
|
445
445
|
* @throws {RequiredError}
|
|
446
446
|
*/
|
|
447
|
-
energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
447
|
+
energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoVO> {
|
|
448
448
|
return localVarFp.energyCostAddRecordNext(requestParameters.energyCostAddRecordDTO, options).then((request) => request(axios, basePath));
|
|
449
449
|
},
|
|
450
450
|
/**
|
|
@@ -617,7 +617,7 @@ export class EnergyCostRecordControllerApi extends BaseAPI {
|
|
|
617
617
|
|
|
618
618
|
/**
|
|
619
619
|
*
|
|
620
|
-
* @summary
|
|
620
|
+
* @summary 新增能源消耗-草稿
|
|
621
621
|
* @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
|
|
622
622
|
* @param {*} [options] Override http request option.
|
|
623
623
|
* @throws {RequiredError}
|
|
@@ -32,7 +32,7 @@ export declare const EnergyCostRecordControllerApiAxiosParamCreator: (configurat
|
|
|
32
32
|
energyCostAddRecordDetail: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
33
33
|
/**
|
|
34
34
|
*
|
|
35
|
-
* @summary
|
|
35
|
+
* @summary 新增能源消耗-草稿
|
|
36
36
|
* @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
|
|
37
37
|
* @param {*} [options] Override http request option.
|
|
38
38
|
* @throws {RequiredError}
|
|
@@ -92,7 +92,7 @@ export declare const EnergyCostRecordControllerApiFp: (configuration?: Configura
|
|
|
92
92
|
energyCostAddRecordDetail(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoVO>>;
|
|
93
93
|
/**
|
|
94
94
|
*
|
|
95
|
-
* @summary
|
|
95
|
+
* @summary 新增能源消耗-草稿
|
|
96
96
|
* @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
|
|
97
97
|
* @param {*} [options] Override http request option.
|
|
98
98
|
* @throws {RequiredError}
|
|
@@ -119,7 +119,7 @@ export declare const EnergyCostRecordControllerApiFp: (configuration?: Configura
|
|
|
119
119
|
* @param {*} [options] Override http request option.
|
|
120
120
|
* @throws {RequiredError}
|
|
121
121
|
*/
|
|
122
|
-
energyCostAddRecordNext(energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
122
|
+
energyCostAddRecordNext(energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoVO>>;
|
|
123
123
|
/**
|
|
124
124
|
*
|
|
125
125
|
* @summary 新增能源消耗-提交
|
|
@@ -152,7 +152,7 @@ export declare const EnergyCostRecordControllerApiFactory: (configuration?: Conf
|
|
|
152
152
|
energyCostAddRecordDetail(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoVO>;
|
|
153
153
|
/**
|
|
154
154
|
*
|
|
155
|
-
* @summary
|
|
155
|
+
* @summary 新增能源消耗-草稿
|
|
156
156
|
* @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
|
|
157
157
|
* @param {*} [options] Override http request option.
|
|
158
158
|
* @throws {RequiredError}
|
|
@@ -173,7 +173,7 @@ export declare const EnergyCostRecordControllerApiFactory: (configuration?: Conf
|
|
|
173
173
|
* @param {*} [options] Override http request option.
|
|
174
174
|
* @throws {RequiredError}
|
|
175
175
|
*/
|
|
176
|
-
energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
176
|
+
energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoVO>;
|
|
177
177
|
/**
|
|
178
178
|
*
|
|
179
179
|
* @summary 新增能源消耗-提交
|
|
@@ -323,7 +323,7 @@ export declare class EnergyCostRecordControllerApi extends BaseAPI {
|
|
|
323
323
|
energyCostAddRecordDetail(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostRecordInfoVO, any, {}>>;
|
|
324
324
|
/**
|
|
325
325
|
*
|
|
326
|
-
* @summary
|
|
326
|
+
* @summary 新增能源消耗-草稿
|
|
327
327
|
* @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
|
|
328
328
|
* @param {*} [options] Override http request option.
|
|
329
329
|
* @throws {RequiredError}
|
|
@@ -347,7 +347,7 @@ export declare class EnergyCostRecordControllerApi extends BaseAPI {
|
|
|
347
347
|
* @throws {RequiredError}
|
|
348
348
|
* @memberof EnergyCostRecordControllerApi
|
|
349
349
|
*/
|
|
350
|
-
energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
350
|
+
energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostRecordInfoVO, any, {}>>;
|
|
351
351
|
/**
|
|
352
352
|
*
|
|
353
353
|
* @summary 新增能源消耗-提交
|
|
@@ -69,7 +69,7 @@ const EnergyCostRecordControllerApiAxiosParamCreator = function (configuration)
|
|
|
69
69
|
}),
|
|
70
70
|
/**
|
|
71
71
|
*
|
|
72
|
-
* @summary
|
|
72
|
+
* @summary 新增能源消耗-草稿
|
|
73
73
|
* @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
|
|
74
74
|
* @param {*} [options] Override http request option.
|
|
75
75
|
* @throws {RequiredError}
|
|
@@ -282,7 +282,7 @@ const EnergyCostRecordControllerApiFp = function (configuration) {
|
|
|
282
282
|
},
|
|
283
283
|
/**
|
|
284
284
|
*
|
|
285
|
-
* @summary
|
|
285
|
+
* @summary 新增能源消耗-草稿
|
|
286
286
|
* @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
|
|
287
287
|
* @param {*} [options] Override http request option.
|
|
288
288
|
* @throws {RequiredError}
|
|
@@ -388,7 +388,7 @@ const EnergyCostRecordControllerApiFactory = function (configuration, basePath,
|
|
|
388
388
|
},
|
|
389
389
|
/**
|
|
390
390
|
*
|
|
391
|
-
* @summary
|
|
391
|
+
* @summary 新增能源消耗-草稿
|
|
392
392
|
* @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
|
|
393
393
|
* @param {*} [options] Override http request option.
|
|
394
394
|
* @throws {RequiredError}
|
|
@@ -459,7 +459,7 @@ class EnergyCostRecordControllerApi extends base_1.BaseAPI {
|
|
|
459
459
|
}
|
|
460
460
|
/**
|
|
461
461
|
*
|
|
462
|
-
* @summary
|
|
462
|
+
* @summary 新增能源消耗-草稿
|
|
463
463
|
* @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
|
|
464
464
|
* @param {*} [options] Override http request option.
|
|
465
465
|
* @throws {RequiredError}
|
|
@@ -32,7 +32,7 @@ export declare const EnergyCostRecordControllerApiAxiosParamCreator: (configurat
|
|
|
32
32
|
energyCostAddRecordDetail: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
33
33
|
/**
|
|
34
34
|
*
|
|
35
|
-
* @summary
|
|
35
|
+
* @summary 新增能源消耗-草稿
|
|
36
36
|
* @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
|
|
37
37
|
* @param {*} [options] Override http request option.
|
|
38
38
|
* @throws {RequiredError}
|
|
@@ -92,7 +92,7 @@ export declare const EnergyCostRecordControllerApiFp: (configuration?: Configura
|
|
|
92
92
|
energyCostAddRecordDetail(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoVO>>;
|
|
93
93
|
/**
|
|
94
94
|
*
|
|
95
|
-
* @summary
|
|
95
|
+
* @summary 新增能源消耗-草稿
|
|
96
96
|
* @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
|
|
97
97
|
* @param {*} [options] Override http request option.
|
|
98
98
|
* @throws {RequiredError}
|
|
@@ -119,7 +119,7 @@ export declare const EnergyCostRecordControllerApiFp: (configuration?: Configura
|
|
|
119
119
|
* @param {*} [options] Override http request option.
|
|
120
120
|
* @throws {RequiredError}
|
|
121
121
|
*/
|
|
122
|
-
energyCostAddRecordNext(energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
122
|
+
energyCostAddRecordNext(energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoVO>>;
|
|
123
123
|
/**
|
|
124
124
|
*
|
|
125
125
|
* @summary 新增能源消耗-提交
|
|
@@ -152,7 +152,7 @@ export declare const EnergyCostRecordControllerApiFactory: (configuration?: Conf
|
|
|
152
152
|
energyCostAddRecordDetail(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoVO>;
|
|
153
153
|
/**
|
|
154
154
|
*
|
|
155
|
-
* @summary
|
|
155
|
+
* @summary 新增能源消耗-草稿
|
|
156
156
|
* @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
|
|
157
157
|
* @param {*} [options] Override http request option.
|
|
158
158
|
* @throws {RequiredError}
|
|
@@ -173,7 +173,7 @@ export declare const EnergyCostRecordControllerApiFactory: (configuration?: Conf
|
|
|
173
173
|
* @param {*} [options] Override http request option.
|
|
174
174
|
* @throws {RequiredError}
|
|
175
175
|
*/
|
|
176
|
-
energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
176
|
+
energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoVO>;
|
|
177
177
|
/**
|
|
178
178
|
*
|
|
179
179
|
* @summary 新增能源消耗-提交
|
|
@@ -323,7 +323,7 @@ export declare class EnergyCostRecordControllerApi extends BaseAPI {
|
|
|
323
323
|
energyCostAddRecordDetail(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostRecordInfoVO, any, {}>>;
|
|
324
324
|
/**
|
|
325
325
|
*
|
|
326
|
-
* @summary
|
|
326
|
+
* @summary 新增能源消耗-草稿
|
|
327
327
|
* @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
|
|
328
328
|
* @param {*} [options] Override http request option.
|
|
329
329
|
* @throws {RequiredError}
|
|
@@ -347,7 +347,7 @@ export declare class EnergyCostRecordControllerApi extends BaseAPI {
|
|
|
347
347
|
* @throws {RequiredError}
|
|
348
348
|
* @memberof EnergyCostRecordControllerApi
|
|
349
349
|
*/
|
|
350
|
-
energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
350
|
+
energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostRecordInfoVO, any, {}>>;
|
|
351
351
|
/**
|
|
352
352
|
*
|
|
353
353
|
* @summary 新增能源消耗-提交
|
|
@@ -66,7 +66,7 @@ export const EnergyCostRecordControllerApiAxiosParamCreator = function (configur
|
|
|
66
66
|
}),
|
|
67
67
|
/**
|
|
68
68
|
*
|
|
69
|
-
* @summary
|
|
69
|
+
* @summary 新增能源消耗-草稿
|
|
70
70
|
* @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
|
|
71
71
|
* @param {*} [options] Override http request option.
|
|
72
72
|
* @throws {RequiredError}
|
|
@@ -278,7 +278,7 @@ export const EnergyCostRecordControllerApiFp = function (configuration) {
|
|
|
278
278
|
},
|
|
279
279
|
/**
|
|
280
280
|
*
|
|
281
|
-
* @summary
|
|
281
|
+
* @summary 新增能源消耗-草稿
|
|
282
282
|
* @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
|
|
283
283
|
* @param {*} [options] Override http request option.
|
|
284
284
|
* @throws {RequiredError}
|
|
@@ -383,7 +383,7 @@ export const EnergyCostRecordControllerApiFactory = function (configuration, bas
|
|
|
383
383
|
},
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
|
-
* @summary
|
|
386
|
+
* @summary 新增能源消耗-草稿
|
|
387
387
|
* @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
|
|
388
388
|
* @param {*} [options] Override http request option.
|
|
389
389
|
* @throws {RequiredError}
|
|
@@ -453,7 +453,7 @@ export class EnergyCostRecordControllerApi extends BaseAPI {
|
|
|
453
453
|
}
|
|
454
454
|
/**
|
|
455
455
|
*
|
|
456
|
-
* @summary
|
|
456
|
+
* @summary 新增能源消耗-草稿
|
|
457
457
|
* @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
|
|
458
458
|
* @param {*} [options] Override http request option.
|
|
459
459
|
* @throws {RequiredError}
|
|
@@ -36,23 +36,23 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
* @type {
|
|
39
|
+
* @type {boolean}
|
|
40
40
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
41
|
*/
|
|
42
|
-
'
|
|
42
|
+
'searchCount'?: boolean;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {number}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'pages'?: number;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
51
|
* @type {boolean}
|
|
53
52
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
53
|
+
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'hitCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -40,7 +40,7 @@ export interface JsonResultEnergyCostRecordInfoVO {
|
|
|
40
40
|
* @type {EnergyCostRecordInfoVO}
|
|
41
41
|
* @memberof JsonResultEnergyCostRecordInfoVO
|
|
42
42
|
*/
|
|
43
|
-
'data'?: EnergyCostRecordInfoVO;
|
|
43
|
+
'data'?: EnergyCostRecordInfoVO | null;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {BaseErrorResult}
|
|
@@ -377,14 +377,14 @@ export interface SysUser {
|
|
|
377
377
|
'sourceUserId'?: string;
|
|
378
378
|
/**
|
|
379
379
|
*
|
|
380
|
-
* @type {
|
|
380
|
+
* @type {number}
|
|
381
381
|
* @memberof SysUser
|
|
382
382
|
*/
|
|
383
|
-
'
|
|
383
|
+
'cuserId'?: number;
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
|
-
* @type {
|
|
386
|
+
* @type {string}
|
|
387
387
|
* @memberof SysUser
|
|
388
388
|
*/
|
|
389
|
-
'
|
|
389
|
+
'cid'?: string;
|
|
390
390
|
}
|
|
@@ -36,23 +36,23 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
* @type {
|
|
39
|
+
* @type {boolean}
|
|
40
40
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
41
|
*/
|
|
42
|
-
'
|
|
42
|
+
'searchCount'?: boolean;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {number}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'pages'?: number;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
51
|
* @type {boolean}
|
|
53
52
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
53
|
+
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'hitCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -40,7 +40,7 @@ export interface JsonResultEnergyCostRecordInfoVO {
|
|
|
40
40
|
* @type {EnergyCostRecordInfoVO}
|
|
41
41
|
* @memberof JsonResultEnergyCostRecordInfoVO
|
|
42
42
|
*/
|
|
43
|
-
'data'?: EnergyCostRecordInfoVO;
|
|
43
|
+
'data'?: EnergyCostRecordInfoVO | null;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {BaseErrorResult}
|
|
@@ -377,14 +377,14 @@ export interface SysUser {
|
|
|
377
377
|
'sourceUserId'?: string;
|
|
378
378
|
/**
|
|
379
379
|
*
|
|
380
|
-
* @type {
|
|
380
|
+
* @type {number}
|
|
381
381
|
* @memberof SysUser
|
|
382
382
|
*/
|
|
383
|
-
'
|
|
383
|
+
'cuserId'?: number;
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
|
-
* @type {
|
|
386
|
+
* @type {string}
|
|
387
387
|
* @memberof SysUser
|
|
388
388
|
*/
|
|
389
|
-
'
|
|
389
|
+
'cid'?: string;
|
|
390
390
|
}
|
|
@@ -43,23 +43,23 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
43
43
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
|
-
* @type {
|
|
46
|
+
* @type {boolean}
|
|
47
47
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'searchCount'?: boolean;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
|
-
* @type {
|
|
52
|
+
* @type {number}
|
|
53
53
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
-
* @deprecated
|
|
55
54
|
*/
|
|
56
|
-
'
|
|
55
|
+
'pages'?: number;
|
|
57
56
|
/**
|
|
58
57
|
*
|
|
59
58
|
* @type {boolean}
|
|
60
59
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
60
|
+
* @deprecated
|
|
61
61
|
*/
|
|
62
|
-
'
|
|
62
|
+
'hitCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|
|
@@ -49,7 +49,7 @@ export interface JsonResultEnergyCostRecordInfoVO {
|
|
|
49
49
|
* @type {EnergyCostRecordInfoVO}
|
|
50
50
|
* @memberof JsonResultEnergyCostRecordInfoVO
|
|
51
51
|
*/
|
|
52
|
-
'data'?: EnergyCostRecordInfoVO;
|
|
52
|
+
'data'?: EnergyCostRecordInfoVO | null;
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
55
|
* @type {BaseErrorResult}
|
package/models/sys-user.ts
CHANGED
|
@@ -388,16 +388,16 @@ export interface SysUser {
|
|
|
388
388
|
'sourceUserId'?: string;
|
|
389
389
|
/**
|
|
390
390
|
*
|
|
391
|
-
* @type {
|
|
391
|
+
* @type {number}
|
|
392
392
|
* @memberof SysUser
|
|
393
393
|
*/
|
|
394
|
-
'
|
|
394
|
+
'cuserId'?: number;
|
|
395
395
|
/**
|
|
396
396
|
*
|
|
397
|
-
* @type {
|
|
397
|
+
* @type {string}
|
|
398
398
|
* @memberof SysUser
|
|
399
399
|
*/
|
|
400
|
-
'
|
|
400
|
+
'cid'?: string;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
|