@gizone/rrs-client 4.2.9-alpha.666 → 4.2.9-alpha.668

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.
@@ -301,11 +301,11 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration?: C
301
301
  * @param {number} [pageSize] 每页条数
302
302
  * @param {string} [searchValue] 关键词
303
303
  * @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
304
- * @param {string} [scenarioAllocated] 是否已进行场景分摊
304
+ * @param {boolean} [scenarioAllocated] 是否已进行场景分摊
305
305
  * @param {*} [options] Override http request option.
306
306
  * @throws {RequiredError}
307
307
  */
308
- reimbursementBillSelectList: async (parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
308
+ reimbursementBillSelectList: async (parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: boolean, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
309
309
  const localVarPath = `/gizone/reimbursement-bill`;
310
310
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
311
311
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -823,11 +823,11 @@ export const ReimbursementBillApiFp = function(configuration?: Configuration) {
823
823
  * @param {number} [pageSize] 每页条数
824
824
  * @param {string} [searchValue] 关键词
825
825
  * @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
826
- * @param {string} [scenarioAllocated] 是否已进行场景分摊
826
+ * @param {boolean} [scenarioAllocated] 是否已进行场景分摊
827
827
  * @param {*} [options] Override http request option.
828
828
  * @throws {RequiredError}
829
829
  */
830
- async reimbursementBillSelectList(parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoReimbursementBillListVo>> {
830
+ async reimbursementBillSelectList(parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoReimbursementBillListVo>> {
831
831
  const localVarAxiosArgs = await localVarAxiosParamCreator.reimbursementBillSelectList(parkId, billCreateTimeStart, billCreateTimeEnd, expenseSubjects, page, pageSize, searchValue, reimbursementStatuses, scenarioAllocated, options);
832
832
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
833
833
  const localVarOperationServerBasePath = operationServerMap['ReimbursementBillApi.reimbursementBillSelectList']?.[localVarOperationServerIndex]?.url;
@@ -1287,10 +1287,10 @@ export interface ReimbursementBillApiReimbursementBillSelectListRequest {
1287
1287
 
1288
1288
  /**
1289
1289
  * 是否已进行场景分摊
1290
- * @type {string}
1290
+ * @type {boolean}
1291
1291
  * @memberof ReimbursementBillApiReimbursementBillSelectList
1292
1292
  */
1293
- readonly scenarioAllocated?: string
1293
+ readonly scenarioAllocated?: boolean
1294
1294
  }
1295
1295
 
1296
1296
  /**
@@ -92,11 +92,11 @@ export declare const ReimbursementBillApiAxiosParamCreator: (configuration?: Con
92
92
  * @param {number} [pageSize] 每页条数
93
93
  * @param {string} [searchValue] 关键词
94
94
  * @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
95
- * @param {string} [scenarioAllocated] 是否已进行场景分摊
95
+ * @param {boolean} [scenarioAllocated] 是否已进行场景分摊
96
96
  * @param {*} [options] Override http request option.
97
97
  * @throws {RequiredError}
98
98
  */
99
- reimbursementBillSelectList: (parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
99
+ reimbursementBillSelectList: (parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
100
100
  /**
101
101
  * 提交报账单
102
102
  * @summary 提交报账单
@@ -232,11 +232,11 @@ export declare const ReimbursementBillApiFp: (configuration?: Configuration) =>
232
232
  * @param {number} [pageSize] 每页条数
233
233
  * @param {string} [searchValue] 关键词
234
234
  * @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
235
- * @param {string} [scenarioAllocated] 是否已进行场景分摊
235
+ * @param {boolean} [scenarioAllocated] 是否已进行场景分摊
236
236
  * @param {*} [options] Override http request option.
237
237
  * @throws {RequiredError}
238
238
  */
239
- reimbursementBillSelectList(parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoReimbursementBillListVo>>;
239
+ reimbursementBillSelectList(parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoReimbursementBillListVo>>;
240
240
  /**
241
241
  * 提交报账单
242
242
  * @summary 提交报账单
@@ -591,10 +591,10 @@ export interface ReimbursementBillApiReimbursementBillSelectListRequest {
591
591
  readonly reimbursementStatuses?: Array<ReimbursementStatusEnum>;
592
592
  /**
593
593
  * 是否已进行场景分摊
594
- * @type {string}
594
+ * @type {boolean}
595
595
  * @memberof ReimbursementBillApiReimbursementBillSelectList
596
596
  */
597
- readonly scenarioAllocated?: string;
597
+ readonly scenarioAllocated?: boolean;
598
598
  }
599
599
  /**
600
600
  * Request parameters for reimbursementBillSubmit operation in ReimbursementBillApi.
@@ -235,7 +235,7 @@ const ReimbursementBillApiAxiosParamCreator = function (configuration) {
235
235
  * @param {number} [pageSize] 每页条数
236
236
  * @param {string} [searchValue] 关键词
237
237
  * @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
238
- * @param {string} [scenarioAllocated] 是否已进行场景分摊
238
+ * @param {boolean} [scenarioAllocated] 是否已进行场景分摊
239
239
  * @param {*} [options] Override http request option.
240
240
  * @throws {RequiredError}
241
241
  */
@@ -696,7 +696,7 @@ const ReimbursementBillApiFp = function (configuration) {
696
696
  * @param {number} [pageSize] 每页条数
697
697
  * @param {string} [searchValue] 关键词
698
698
  * @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
699
- * @param {string} [scenarioAllocated] 是否已进行场景分摊
699
+ * @param {boolean} [scenarioAllocated] 是否已进行场景分摊
700
700
  * @param {*} [options] Override http request option.
701
701
  * @throws {RequiredError}
702
702
  */
@@ -92,11 +92,11 @@ export declare const ReimbursementBillApiAxiosParamCreator: (configuration?: Con
92
92
  * @param {number} [pageSize] 每页条数
93
93
  * @param {string} [searchValue] 关键词
94
94
  * @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
95
- * @param {string} [scenarioAllocated] 是否已进行场景分摊
95
+ * @param {boolean} [scenarioAllocated] 是否已进行场景分摊
96
96
  * @param {*} [options] Override http request option.
97
97
  * @throws {RequiredError}
98
98
  */
99
- reimbursementBillSelectList: (parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
99
+ reimbursementBillSelectList: (parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
100
100
  /**
101
101
  * 提交报账单
102
102
  * @summary 提交报账单
@@ -232,11 +232,11 @@ export declare const ReimbursementBillApiFp: (configuration?: Configuration) =>
232
232
  * @param {number} [pageSize] 每页条数
233
233
  * @param {string} [searchValue] 关键词
234
234
  * @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
235
- * @param {string} [scenarioAllocated] 是否已进行场景分摊
235
+ * @param {boolean} [scenarioAllocated] 是否已进行场景分摊
236
236
  * @param {*} [options] Override http request option.
237
237
  * @throws {RequiredError}
238
238
  */
239
- reimbursementBillSelectList(parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoReimbursementBillListVo>>;
239
+ reimbursementBillSelectList(parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoReimbursementBillListVo>>;
240
240
  /**
241
241
  * 提交报账单
242
242
  * @summary 提交报账单
@@ -591,10 +591,10 @@ export interface ReimbursementBillApiReimbursementBillSelectListRequest {
591
591
  readonly reimbursementStatuses?: Array<ReimbursementStatusEnum>;
592
592
  /**
593
593
  * 是否已进行场景分摊
594
- * @type {string}
594
+ * @type {boolean}
595
595
  * @memberof ReimbursementBillApiReimbursementBillSelectList
596
596
  */
597
- readonly scenarioAllocated?: string;
597
+ readonly scenarioAllocated?: boolean;
598
598
  }
599
599
  /**
600
600
  * Request parameters for reimbursementBillSubmit operation in ReimbursementBillApi.
@@ -232,7 +232,7 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration) {
232
232
  * @param {number} [pageSize] 每页条数
233
233
  * @param {string} [searchValue] 关键词
234
234
  * @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
235
- * @param {string} [scenarioAllocated] 是否已进行场景分摊
235
+ * @param {boolean} [scenarioAllocated] 是否已进行场景分摊
236
236
  * @param {*} [options] Override http request option.
237
237
  * @throws {RequiredError}
238
238
  */
@@ -692,7 +692,7 @@ export const ReimbursementBillApiFp = function (configuration) {
692
692
  * @param {number} [pageSize] 每页条数
693
693
  * @param {string} [searchValue] 关键词
694
694
  * @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
695
- * @param {string} [scenarioAllocated] 是否已进行场景分摊
695
+ * @param {boolean} [scenarioAllocated] 是否已进行场景分摊
696
696
  * @param {*} [options] Override http request option.
697
697
  * @throws {RequiredError}
698
698
  */
@@ -36,16 +36,16 @@ export interface IPageEnergyCostRecordInfoVO {
36
36
  'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
- * @type {boolean}
39
+ * @type {number}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
41
  */
42
- 'searchCount'?: boolean;
42
+ 'pages'?: number;
43
43
  /**
44
44
  *
45
- * @type {number}
45
+ * @type {boolean}
46
46
  * @memberof IPageEnergyCostRecordInfoVO
47
47
  */
48
- 'pages'?: number;
48
+ 'searchCount'?: boolean;
49
49
  /**
50
50
  *
51
51
  * @type {boolean}
@@ -117,6 +117,12 @@ export interface ReimbursementBillDetailsVo {
117
117
  * @memberof ReimbursementBillDetailsVo
118
118
  */
119
119
  'supplierName'?: string;
120
+ /**
121
+ * 收款银行开户行编码
122
+ * @type {string}
123
+ * @memberof ReimbursementBillDetailsVo
124
+ */
125
+ 'payeeBankCode'?: string;
120
126
  /**
121
127
  * 收款方银行账号
122
128
  * @type {string}
@@ -60,25 +60,25 @@ export interface ReimbursementBillSubmitDto {
60
60
  * @type {string}
61
61
  * @memberof ReimbursementBillSubmitDto
62
62
  */
63
- 'applicantName'?: string;
63
+ 'applicantName': string;
64
64
  /**
65
65
  * 申请人编码
66
66
  * @type {string}
67
67
  * @memberof ReimbursementBillSubmitDto
68
68
  */
69
- 'applicantCode'?: string;
69
+ 'applicantCode': string;
70
70
  /**
71
71
  * 执行主体
72
72
  * @type {string}
73
73
  * @memberof ReimbursementBillSubmitDto
74
74
  */
75
- 'executionSubject'?: string;
75
+ 'executionSubject': string;
76
76
  /**
77
77
  * 预算主体
78
78
  * @type {string}
79
79
  * @memberof ReimbursementBillSubmitDto
80
80
  */
81
- 'budgetSubject'?: string;
81
+ 'budgetSubject': string;
82
82
  /**
83
83
  *
84
84
  * @type {PaymentMethodEnum}
@@ -108,7 +108,7 @@ export interface ReimbursementBillSubmitDto {
108
108
  * @type {string}
109
109
  * @memberof ReimbursementBillSubmitDto
110
110
  */
111
- 'supplierName'?: string;
111
+ 'supplierName': string;
112
112
  /**
113
113
  * 收款银行开户行编码
114
114
  * @type {string}
@@ -377,14 +377,14 @@ export interface SysUser {
377
377
  'sourceUserId'?: string;
378
378
  /**
379
379
  *
380
- * @type {string}
380
+ * @type {number}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cid'?: string;
383
+ 'cuserId'?: number;
384
384
  /**
385
385
  *
386
- * @type {number}
386
+ * @type {string}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cuserId'?: number;
389
+ 'cid'?: string;
390
390
  }
@@ -36,16 +36,16 @@ export interface IPageEnergyCostRecordInfoVO {
36
36
  'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
- * @type {boolean}
39
+ * @type {number}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
41
  */
42
- 'searchCount'?: boolean;
42
+ 'pages'?: number;
43
43
  /**
44
44
  *
45
- * @type {number}
45
+ * @type {boolean}
46
46
  * @memberof IPageEnergyCostRecordInfoVO
47
47
  */
48
- 'pages'?: number;
48
+ 'searchCount'?: boolean;
49
49
  /**
50
50
  *
51
51
  * @type {boolean}
@@ -117,6 +117,12 @@ export interface ReimbursementBillDetailsVo {
117
117
  * @memberof ReimbursementBillDetailsVo
118
118
  */
119
119
  'supplierName'?: string;
120
+ /**
121
+ * 收款银行开户行编码
122
+ * @type {string}
123
+ * @memberof ReimbursementBillDetailsVo
124
+ */
125
+ 'payeeBankCode'?: string;
120
126
  /**
121
127
  * 收款方银行账号
122
128
  * @type {string}
@@ -60,25 +60,25 @@ export interface ReimbursementBillSubmitDto {
60
60
  * @type {string}
61
61
  * @memberof ReimbursementBillSubmitDto
62
62
  */
63
- 'applicantName'?: string;
63
+ 'applicantName': string;
64
64
  /**
65
65
  * 申请人编码
66
66
  * @type {string}
67
67
  * @memberof ReimbursementBillSubmitDto
68
68
  */
69
- 'applicantCode'?: string;
69
+ 'applicantCode': string;
70
70
  /**
71
71
  * 执行主体
72
72
  * @type {string}
73
73
  * @memberof ReimbursementBillSubmitDto
74
74
  */
75
- 'executionSubject'?: string;
75
+ 'executionSubject': string;
76
76
  /**
77
77
  * 预算主体
78
78
  * @type {string}
79
79
  * @memberof ReimbursementBillSubmitDto
80
80
  */
81
- 'budgetSubject'?: string;
81
+ 'budgetSubject': string;
82
82
  /**
83
83
  *
84
84
  * @type {PaymentMethodEnum}
@@ -108,7 +108,7 @@ export interface ReimbursementBillSubmitDto {
108
108
  * @type {string}
109
109
  * @memberof ReimbursementBillSubmitDto
110
110
  */
111
- 'supplierName'?: string;
111
+ 'supplierName': string;
112
112
  /**
113
113
  * 收款银行开户行编码
114
114
  * @type {string}
@@ -377,14 +377,14 @@ export interface SysUser {
377
377
  'sourceUserId'?: string;
378
378
  /**
379
379
  *
380
- * @type {string}
380
+ * @type {number}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cid'?: string;
383
+ 'cuserId'?: number;
384
384
  /**
385
385
  *
386
- * @type {number}
386
+ * @type {string}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cuserId'?: number;
389
+ 'cid'?: string;
390
390
  }
@@ -43,16 +43,16 @@ export interface IPageEnergyCostRecordInfoVO {
43
43
  'records'?: Array<EnergyCostRecordInfoVO>;
44
44
  /**
45
45
  *
46
- * @type {boolean}
46
+ * @type {number}
47
47
  * @memberof IPageEnergyCostRecordInfoVO
48
48
  */
49
- 'searchCount'?: boolean;
49
+ 'pages'?: number;
50
50
  /**
51
51
  *
52
- * @type {number}
52
+ * @type {boolean}
53
53
  * @memberof IPageEnergyCostRecordInfoVO
54
54
  */
55
- 'pages'?: number;
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {boolean}
@@ -134,6 +134,12 @@ export interface ReimbursementBillDetailsVo {
134
134
  * @memberof ReimbursementBillDetailsVo
135
135
  */
136
136
  'supplierName'?: string;
137
+ /**
138
+ * 收款银行开户行编码
139
+ * @type {string}
140
+ * @memberof ReimbursementBillDetailsVo
141
+ */
142
+ 'payeeBankCode'?: string;
137
143
  /**
138
144
  * 收款方银行账号
139
145
  * @type {string}
@@ -73,25 +73,25 @@ export interface ReimbursementBillSubmitDto {
73
73
  * @type {string}
74
74
  * @memberof ReimbursementBillSubmitDto
75
75
  */
76
- 'applicantName'?: string;
76
+ 'applicantName': string;
77
77
  /**
78
78
  * 申请人编码
79
79
  * @type {string}
80
80
  * @memberof ReimbursementBillSubmitDto
81
81
  */
82
- 'applicantCode'?: string;
82
+ 'applicantCode': string;
83
83
  /**
84
84
  * 执行主体
85
85
  * @type {string}
86
86
  * @memberof ReimbursementBillSubmitDto
87
87
  */
88
- 'executionSubject'?: string;
88
+ 'executionSubject': string;
89
89
  /**
90
90
  * 预算主体
91
91
  * @type {string}
92
92
  * @memberof ReimbursementBillSubmitDto
93
93
  */
94
- 'budgetSubject'?: string;
94
+ 'budgetSubject': string;
95
95
  /**
96
96
  *
97
97
  * @type {PaymentMethodEnum}
@@ -121,7 +121,7 @@ export interface ReimbursementBillSubmitDto {
121
121
  * @type {string}
122
122
  * @memberof ReimbursementBillSubmitDto
123
123
  */
124
- 'supplierName'?: string;
124
+ 'supplierName': string;
125
125
  /**
126
126
  * 收款银行开户行编码
127
127
  * @type {string}
@@ -388,16 +388,16 @@ export interface SysUser {
388
388
  'sourceUserId'?: string;
389
389
  /**
390
390
  *
391
- * @type {string}
391
+ * @type {number}
392
392
  * @memberof SysUser
393
393
  */
394
- 'cid'?: string;
394
+ 'cuserId'?: number;
395
395
  /**
396
396
  *
397
- * @type {number}
397
+ * @type {string}
398
398
  * @memberof SysUser
399
399
  */
400
- 'cuserId'?: number;
400
+ 'cid'?: string;
401
401
  }
402
402
 
403
403