@gizone/rrs-client 4.2.9-alpha.607 → 4.2.9-alpha.609
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/reimbursement-bill-api.ts +2 -2
- package/dist/apis/reimbursement-bill-api.d.ts +3 -3
- package/dist/esm/apis/reimbursement-bill-api.d.ts +3 -3
- package/dist/esm/models/energy-cost-analysis-list-vo.d.ts +2 -2
- 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/energy-cost-analysis-list-vo.d.ts +2 -2
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/models/sys-user.d.ts +4 -4
- package/models/energy-cost-analysis-list-vo.ts +2 -2
- package/models/ipage-energy-cost-record-info-vo.ts +6 -6
- package/models/sys-user.ts +4 -4
- package/ossutil.log +1137 -1134
- package/package.json +1 -1
|
@@ -347,7 +347,7 @@ export const ReimbursementBillApiFp = function(configuration?: Configuration) {
|
|
|
347
347
|
* @param {*} [options] Override http request option.
|
|
348
348
|
* @throws {RequiredError}
|
|
349
349
|
*/
|
|
350
|
-
async reimbursementBillSubmit(reimbursementBillSubmitDto: ReimbursementBillSubmitDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
350
|
+
async reimbursementBillSubmit(reimbursementBillSubmitDto: ReimbursementBillSubmitDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultInteger>> {
|
|
351
351
|
const localVarAxiosArgs = await localVarAxiosParamCreator.reimbursementBillSubmit(reimbursementBillSubmitDto, options);
|
|
352
352
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
353
353
|
const localVarOperationServerBasePath = operationServerMap['ReimbursementBillApi.reimbursementBillSubmit']?.[localVarOperationServerIndex]?.url;
|
|
@@ -423,7 +423,7 @@ export const ReimbursementBillApiFactory = function (configuration?: Configurati
|
|
|
423
423
|
* @param {*} [options] Override http request option.
|
|
424
424
|
* @throws {RequiredError}
|
|
425
425
|
*/
|
|
426
|
-
reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
426
|
+
reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultInteger> {
|
|
427
427
|
return localVarFp.reimbursementBillSubmit(requestParameters.reimbursementBillSubmitDto, options).then((request) => request(axios, basePath));
|
|
428
428
|
},
|
|
429
429
|
/**
|
|
@@ -117,7 +117,7 @@ export declare const ReimbursementBillApiFp: (configuration?: Configuration) =>
|
|
|
117
117
|
* @param {*} [options] Override http request option.
|
|
118
118
|
* @throws {RequiredError}
|
|
119
119
|
*/
|
|
120
|
-
reimbursementBillSubmit(reimbursementBillSubmitDto: ReimbursementBillSubmitDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
120
|
+
reimbursementBillSubmit(reimbursementBillSubmitDto: ReimbursementBillSubmitDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultInteger>>;
|
|
121
121
|
/**
|
|
122
122
|
* 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
|
|
123
123
|
* @summary 撤回报账单
|
|
@@ -171,7 +171,7 @@ export declare const ReimbursementBillApiFactory: (configuration?: Configuration
|
|
|
171
171
|
* @param {*} [options] Override http request option.
|
|
172
172
|
* @throws {RequiredError}
|
|
173
173
|
*/
|
|
174
|
-
reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
174
|
+
reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultInteger>;
|
|
175
175
|
/**
|
|
176
176
|
* 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
|
|
177
177
|
* @summary 撤回报账单
|
|
@@ -310,7 +310,7 @@ export declare class ReimbursementBillApi extends BaseAPI {
|
|
|
310
310
|
* @throws {RequiredError}
|
|
311
311
|
* @memberof ReimbursementBillApi
|
|
312
312
|
*/
|
|
313
|
-
reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
313
|
+
reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultInteger, any, {}>>;
|
|
314
314
|
/**
|
|
315
315
|
* 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
|
|
316
316
|
* @summary 撤回报账单
|
|
@@ -117,7 +117,7 @@ export declare const ReimbursementBillApiFp: (configuration?: Configuration) =>
|
|
|
117
117
|
* @param {*} [options] Override http request option.
|
|
118
118
|
* @throws {RequiredError}
|
|
119
119
|
*/
|
|
120
|
-
reimbursementBillSubmit(reimbursementBillSubmitDto: ReimbursementBillSubmitDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
120
|
+
reimbursementBillSubmit(reimbursementBillSubmitDto: ReimbursementBillSubmitDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultInteger>>;
|
|
121
121
|
/**
|
|
122
122
|
* 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
|
|
123
123
|
* @summary 撤回报账单
|
|
@@ -171,7 +171,7 @@ export declare const ReimbursementBillApiFactory: (configuration?: Configuration
|
|
|
171
171
|
* @param {*} [options] Override http request option.
|
|
172
172
|
* @throws {RequiredError}
|
|
173
173
|
*/
|
|
174
|
-
reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
174
|
+
reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultInteger>;
|
|
175
175
|
/**
|
|
176
176
|
* 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
|
|
177
177
|
* @summary 撤回报账单
|
|
@@ -310,7 +310,7 @@ export declare class ReimbursementBillApi extends BaseAPI {
|
|
|
310
310
|
* @throws {RequiredError}
|
|
311
311
|
* @memberof ReimbursementBillApi
|
|
312
312
|
*/
|
|
313
|
-
reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
313
|
+
reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultInteger, any, {}>>;
|
|
314
314
|
/**
|
|
315
315
|
* 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
|
|
316
316
|
* @summary 撤回报账单
|
|
@@ -22,7 +22,7 @@ export interface EnergyCostAnalysisListVO {
|
|
|
22
22
|
*/
|
|
23
23
|
'energyType'?: EnergyCostAnalysisListVOEnergyTypeEnum;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* 能源类型code
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof EnergyCostAnalysisListVO
|
|
28
28
|
*/
|
|
@@ -34,7 +34,7 @@ export interface EnergyCostAnalysisListVO {
|
|
|
34
34
|
*/
|
|
35
35
|
'scenario'?: EnergyCostAnalysisListVOScenarioEnum;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* 场景类型Code
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof EnergyCostAnalysisListVO
|
|
40
40
|
*/
|
|
@@ -34,12 +34,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
34
34
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
35
35
|
*/
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {boolean}
|
|
40
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
|
-
*/
|
|
42
|
-
'searchCount'?: boolean;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {number}
|
|
@@ -53,6 +47,12 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
53
47
|
* @deprecated
|
|
54
48
|
*/
|
|
55
49
|
'hitCount'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {boolean}
|
|
53
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
+
*/
|
|
55
|
+
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -377,14 +377,14 @@ export interface SysUser {
|
|
|
377
377
|
'sourceUserId'?: string;
|
|
378
378
|
/**
|
|
379
379
|
*
|
|
380
|
-
* @type {
|
|
380
|
+
* @type {string}
|
|
381
381
|
* @memberof SysUser
|
|
382
382
|
*/
|
|
383
|
-
'
|
|
383
|
+
'cid'?: string;
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
|
-
* @type {
|
|
386
|
+
* @type {number}
|
|
387
387
|
* @memberof SysUser
|
|
388
388
|
*/
|
|
389
|
-
'
|
|
389
|
+
'cuserId'?: number;
|
|
390
390
|
}
|
|
@@ -22,7 +22,7 @@ export interface EnergyCostAnalysisListVO {
|
|
|
22
22
|
*/
|
|
23
23
|
'energyType'?: EnergyCostAnalysisListVOEnergyTypeEnum;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* 能源类型code
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof EnergyCostAnalysisListVO
|
|
28
28
|
*/
|
|
@@ -34,7 +34,7 @@ export interface EnergyCostAnalysisListVO {
|
|
|
34
34
|
*/
|
|
35
35
|
'scenario'?: EnergyCostAnalysisListVOScenarioEnum;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* 场景类型Code
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof EnergyCostAnalysisListVO
|
|
40
40
|
*/
|
|
@@ -34,12 +34,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
34
34
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
35
35
|
*/
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {boolean}
|
|
40
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
|
-
*/
|
|
42
|
-
'searchCount'?: boolean;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {number}
|
|
@@ -53,6 +47,12 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
53
47
|
* @deprecated
|
|
54
48
|
*/
|
|
55
49
|
'hitCount'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {boolean}
|
|
53
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
+
*/
|
|
55
|
+
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -377,14 +377,14 @@ export interface SysUser {
|
|
|
377
377
|
'sourceUserId'?: string;
|
|
378
378
|
/**
|
|
379
379
|
*
|
|
380
|
-
* @type {
|
|
380
|
+
* @type {string}
|
|
381
381
|
* @memberof SysUser
|
|
382
382
|
*/
|
|
383
|
-
'
|
|
383
|
+
'cid'?: string;
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
|
-
* @type {
|
|
386
|
+
* @type {number}
|
|
387
387
|
* @memberof SysUser
|
|
388
388
|
*/
|
|
389
|
-
'
|
|
389
|
+
'cuserId'?: number;
|
|
390
390
|
}
|
|
@@ -27,7 +27,7 @@ export interface EnergyCostAnalysisListVO {
|
|
|
27
27
|
*/
|
|
28
28
|
'energyType'?: EnergyCostAnalysisListVOEnergyTypeEnum;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* 能源类型code
|
|
31
31
|
* @type {string}
|
|
32
32
|
* @memberof EnergyCostAnalysisListVO
|
|
33
33
|
*/
|
|
@@ -39,7 +39,7 @@ export interface EnergyCostAnalysisListVO {
|
|
|
39
39
|
*/
|
|
40
40
|
'scenario'?: EnergyCostAnalysisListVOScenarioEnum;
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* 场景类型Code
|
|
43
43
|
* @type {string}
|
|
44
44
|
* @memberof EnergyCostAnalysisListVO
|
|
45
45
|
*/
|
|
@@ -41,12 +41,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
41
41
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
42
42
|
*/
|
|
43
43
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {boolean}
|
|
47
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
48
|
-
*/
|
|
49
|
-
'searchCount'?: boolean;
|
|
50
44
|
/**
|
|
51
45
|
*
|
|
52
46
|
* @type {number}
|
|
@@ -60,6 +54,12 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
60
54
|
* @deprecated
|
|
61
55
|
*/
|
|
62
56
|
'hitCount'?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {boolean}
|
|
60
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
61
|
+
*/
|
|
62
|
+
'searchCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|
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 {string}
|
|
392
392
|
* @memberof SysUser
|
|
393
393
|
*/
|
|
394
|
-
'
|
|
394
|
+
'cid'?: string;
|
|
395
395
|
/**
|
|
396
396
|
*
|
|
397
|
-
* @type {
|
|
397
|
+
* @type {number}
|
|
398
398
|
* @memberof SysUser
|
|
399
399
|
*/
|
|
400
|
-
'
|
|
400
|
+
'cuserId'?: number;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
|