@gizone/rrs-client 4.2.9-alpha.637 → 4.2.9-alpha.639

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 (94) hide show
  1. package/.openapi-generator/FILES +12 -1
  2. package/api.ts +0 -1
  3. package/apis/reimbursement-bill-api.ts +536 -6
  4. package/dist/api.d.ts +0 -1
  5. package/dist/api.js +0 -1
  6. package/dist/apis/reimbursement-bill-api.d.ts +272 -7
  7. package/dist/apis/reimbursement-bill-api.js +421 -4
  8. package/dist/esm/api.d.ts +0 -1
  9. package/dist/esm/api.js +0 -1
  10. package/dist/esm/apis/reimbursement-bill-api.d.ts +272 -7
  11. package/dist/esm/apis/reimbursement-bill-api.js +421 -4
  12. package/dist/esm/models/budget-balance-query-dto.d.ts +54 -0
  13. package/dist/esm/models/budget-balance-query-dto.js +14 -0
  14. package/dist/esm/models/budget-object.d.ts +30 -0
  15. package/dist/esm/models/budget-object.js +14 -0
  16. package/dist/esm/models/czy-budget-balance-vo.d.ts +48 -0
  17. package/dist/esm/models/czy-budget-balance-vo.js +14 -0
  18. package/dist/esm/models/czy-organization-cost-vo.d.ts +109 -0
  19. package/dist/esm/models/czy-organization-cost-vo.js +14 -0
  20. package/dist/esm/models/czy-system-organization-member-detail-vo.d.ts +176 -0
  21. package/dist/esm/models/czy-system-organization-member-detail-vo.js +14 -0
  22. package/dist/esm/models/index.d.ts +12 -0
  23. package/dist/esm/models/index.js +12 -0
  24. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
  25. package/dist/esm/models/json-result-czy-budget-balance-vo.d.ts +62 -0
  26. package/dist/esm/models/json-result-czy-budget-balance-vo.js +14 -0
  27. package/dist/esm/models/json-result-czy-system-organization-member-detail-vo.d.ts +62 -0
  28. package/dist/esm/models/json-result-czy-system-organization-member-detail-vo.js +14 -0
  29. package/dist/esm/models/json-result-list-czy-organization-cost-vo.d.ts +62 -0
  30. package/dist/esm/models/json-result-list-czy-organization-cost-vo.js +14 -0
  31. package/dist/esm/models/json-result-list-reimbursement-bill-payer-vo.d.ts +62 -0
  32. package/dist/esm/models/json-result-list-reimbursement-bill-payer-vo.js +14 -0
  33. package/dist/esm/models/organization-object.d.ts +30 -0
  34. package/dist/esm/models/organization-object.js +14 -0
  35. package/dist/esm/models/perform-object.d.ts +30 -0
  36. package/dist/esm/models/perform-object.js +14 -0
  37. package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +6 -0
  38. package/dist/esm/models/reimbursement-bill-payer-vo.d.ts +30 -0
  39. package/dist/esm/models/reimbursement-bill-payer-vo.js +14 -0
  40. package/dist/esm/models/reimbursement-status-enum.d.ts +1 -0
  41. package/dist/esm/models/reimbursement-status-enum.js +1 -0
  42. package/dist/models/budget-balance-query-dto.d.ts +54 -0
  43. package/dist/models/budget-balance-query-dto.js +15 -0
  44. package/dist/models/budget-object.d.ts +30 -0
  45. package/dist/models/budget-object.js +15 -0
  46. package/dist/models/czy-budget-balance-vo.d.ts +48 -0
  47. package/dist/models/czy-budget-balance-vo.js +15 -0
  48. package/dist/models/czy-organization-cost-vo.d.ts +109 -0
  49. package/dist/models/czy-organization-cost-vo.js +15 -0
  50. package/dist/models/czy-system-organization-member-detail-vo.d.ts +176 -0
  51. package/dist/models/czy-system-organization-member-detail-vo.js +15 -0
  52. package/dist/models/index.d.ts +12 -0
  53. package/dist/models/index.js +12 -0
  54. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
  55. package/dist/models/json-result-czy-budget-balance-vo.d.ts +62 -0
  56. package/dist/models/json-result-czy-budget-balance-vo.js +15 -0
  57. package/dist/models/json-result-czy-system-organization-member-detail-vo.d.ts +62 -0
  58. package/dist/models/json-result-czy-system-organization-member-detail-vo.js +15 -0
  59. package/dist/models/json-result-list-czy-organization-cost-vo.d.ts +62 -0
  60. package/dist/models/json-result-list-czy-organization-cost-vo.js +15 -0
  61. package/dist/models/json-result-list-reimbursement-bill-payer-vo.d.ts +62 -0
  62. package/dist/models/json-result-list-reimbursement-bill-payer-vo.js +15 -0
  63. package/dist/models/organization-object.d.ts +30 -0
  64. package/dist/models/organization-object.js +15 -0
  65. package/dist/models/perform-object.d.ts +30 -0
  66. package/dist/models/perform-object.js +15 -0
  67. package/dist/models/reimbursement-bill-draft-dto.d.ts +6 -0
  68. package/dist/models/reimbursement-bill-payer-vo.d.ts +30 -0
  69. package/dist/models/reimbursement-bill-payer-vo.js +15 -0
  70. package/dist/models/reimbursement-status-enum.d.ts +1 -0
  71. package/dist/models/reimbursement-status-enum.js +1 -0
  72. package/models/budget-balance-query-dto.ts +60 -0
  73. package/models/budget-object.ts +36 -0
  74. package/models/czy-budget-balance-vo.ts +54 -0
  75. package/models/czy-organization-cost-vo.ts +117 -0
  76. package/models/czy-system-organization-member-detail-vo.ts +186 -0
  77. package/models/index.ts +12 -0
  78. package/models/ipage-energy-cost-record-info-vo.ts +8 -8
  79. package/models/json-result-czy-budget-balance-vo.ts +72 -0
  80. package/models/json-result-czy-system-organization-member-detail-vo.ts +72 -0
  81. package/models/json-result-list-czy-organization-cost-vo.ts +72 -0
  82. package/models/json-result-list-reimbursement-bill-payer-vo.ts +72 -0
  83. package/models/organization-object.ts +36 -0
  84. package/models/perform-object.ts +36 -0
  85. package/models/reimbursement-bill-draft-dto.ts +6 -0
  86. package/models/reimbursement-bill-payer-vo.ts +36 -0
  87. package/models/reimbursement-status-enum.ts +1 -0
  88. package/ossutil.log +1173 -1170
  89. package/package.json +1 -1
  90. package/apis/mdmapi.ts +0 -217
  91. package/dist/apis/mdmapi.d.ts +0 -117
  92. package/dist/apis/mdmapi.js +0 -200
  93. package/dist/esm/apis/mdmapi.d.ts +0 -117
  94. package/dist/esm/apis/mdmapi.js +0 -193
@@ -12,8 +12,15 @@
12
12
  import type { Configuration } from '../configuration';
13
13
  import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
14
  import { type RequestArgs, BaseAPI } from '../base';
15
+ import type { BudgetBalanceQueryDto } from '../models';
15
16
  import type { JsonResultBoolean } from '../models';
17
+ import type { JsonResultCzyBudgetBalanceVo } from '../models';
18
+ import type { JsonResultCzySystemOrganizationMemberDetailVo } from '../models';
16
19
  import type { JsonResultInteger } from '../models';
20
+ import type { JsonResultListCzyOrganizationCostVo } from '../models';
21
+ import type { JsonResultListMdmIncrementVendorBankAccountsVo } from '../models';
22
+ import type { JsonResultListMdmIncrementVendorsVo } from '../models';
23
+ import type { JsonResultListReimbursementBillPayerVo } from '../models';
17
24
  import type { JsonResultPageDtoReimbursementBillListVo } from '../models';
18
25
  import type { JsonResultReimbursementBillDetailsVo } from '../models';
19
26
  import type { ReimbursementBillDraftDto } from '../models';
@@ -65,13 +72,61 @@ export declare const ReimbursementBillApiAxiosParamCreator: (configuration?: Con
65
72
  */
66
73
  reimbursementBillSubmit: (reimbursementBillSubmitDto: ReimbursementBillSubmitDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
67
74
  /**
68
- * 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
75
+ * 撤回报账单,账单不是已完成状态都可以撤回
69
76
  * @summary 撤回报账单
70
77
  * @param {number} id
71
78
  * @param {*} [options] Override http request option.
72
79
  * @throws {RequiredError}
73
80
  */
74
81
  reimbursementBillWithdraw: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
82
+ /**
83
+ *
84
+ * @summary 预算可用余额
85
+ * @param {BudgetBalanceQueryDto} budgetBalanceQueryDto
86
+ * @param {*} [options] Override http request option.
87
+ * @throws {RequiredError}
88
+ */
89
+ thirdBudgetBalance: (budgetBalanceQueryDto: BudgetBalanceQueryDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
90
+ /**
91
+ *
92
+ * @summary 系统组织-根据工号查询人员预算执行组织信息
93
+ * @param {string} userNo
94
+ * @param {*} [options] Override http request option.
95
+ * @throws {RequiredError}
96
+ */
97
+ thirdCzySystemOrganizationQueryMemberDetail: (userNo: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
98
+ /**
99
+ *
100
+ * @summary 系统组织-根据组织编码查询统一经办配置列表
101
+ * @param {string} performCode
102
+ * @param {string} costItemCode
103
+ * @param {string} [budgetOrgCode]
104
+ * @param {*} [options] Override http request option.
105
+ * @throws {RequiredError}
106
+ */
107
+ thirdCzySystemOrganizationQueryMemberDetail1: (performCode: string, costItemCode: string, budgetOrgCode?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
108
+ /**
109
+ *
110
+ * @summary MDM-获取供应商信息
111
+ * @param {*} [options] Override http request option.
112
+ * @throws {RequiredError}
113
+ */
114
+ thirdMdmVendors: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
115
+ /**
116
+ *
117
+ * @summary MDM-通过供应商id获取供应商银行信息
118
+ * @param {string} vendorId
119
+ * @param {*} [options] Override http request option.
120
+ * @throws {RequiredError}
121
+ */
122
+ thirdMdmVendorsBankAccounts: (vendorId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
123
+ /**
124
+ *
125
+ * @summary 付款方
126
+ * @param {*} [options] Override http request option.
127
+ * @throws {RequiredError}
128
+ */
129
+ thirdPayer: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
75
130
  };
76
131
  /**
77
132
  * ReimbursementBillApi - functional programming interface
@@ -119,13 +174,61 @@ export declare const ReimbursementBillApiFp: (configuration?: Configuration) =>
119
174
  */
120
175
  reimbursementBillSubmit(reimbursementBillSubmitDto: ReimbursementBillSubmitDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultInteger>>;
121
176
  /**
122
- * 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
177
+ * 撤回报账单,账单不是已完成状态都可以撤回
123
178
  * @summary 撤回报账单
124
179
  * @param {number} id
125
180
  * @param {*} [options] Override http request option.
126
181
  * @throws {RequiredError}
127
182
  */
128
- reimbursementBillWithdraw(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
183
+ reimbursementBillWithdraw(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultInteger>>;
184
+ /**
185
+ *
186
+ * @summary 预算可用余额
187
+ * @param {BudgetBalanceQueryDto} budgetBalanceQueryDto
188
+ * @param {*} [options] Override http request option.
189
+ * @throws {RequiredError}
190
+ */
191
+ thirdBudgetBalance(budgetBalanceQueryDto: BudgetBalanceQueryDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultCzyBudgetBalanceVo>>;
192
+ /**
193
+ *
194
+ * @summary 系统组织-根据工号查询人员预算执行组织信息
195
+ * @param {string} userNo
196
+ * @param {*} [options] Override http request option.
197
+ * @throws {RequiredError}
198
+ */
199
+ thirdCzySystemOrganizationQueryMemberDetail(userNo: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultCzySystemOrganizationMemberDetailVo>>;
200
+ /**
201
+ *
202
+ * @summary 系统组织-根据组织编码查询统一经办配置列表
203
+ * @param {string} performCode
204
+ * @param {string} costItemCode
205
+ * @param {string} [budgetOrgCode]
206
+ * @param {*} [options] Override http request option.
207
+ * @throws {RequiredError}
208
+ */
209
+ thirdCzySystemOrganizationQueryMemberDetail1(performCode: string, costItemCode: string, budgetOrgCode?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListCzyOrganizationCostVo>>;
210
+ /**
211
+ *
212
+ * @summary MDM-获取供应商信息
213
+ * @param {*} [options] Override http request option.
214
+ * @throws {RequiredError}
215
+ */
216
+ thirdMdmVendors(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListMdmIncrementVendorsVo>>;
217
+ /**
218
+ *
219
+ * @summary MDM-通过供应商id获取供应商银行信息
220
+ * @param {string} vendorId
221
+ * @param {*} [options] Override http request option.
222
+ * @throws {RequiredError}
223
+ */
224
+ thirdMdmVendorsBankAccounts(vendorId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListMdmIncrementVendorBankAccountsVo>>;
225
+ /**
226
+ *
227
+ * @summary 付款方
228
+ * @param {*} [options] Override http request option.
229
+ * @throws {RequiredError}
230
+ */
231
+ thirdPayer(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListReimbursementBillPayerVo>>;
129
232
  };
130
233
  /**
131
234
  * ReimbursementBillApi - factory interface
@@ -173,13 +276,59 @@ export declare const ReimbursementBillApiFactory: (configuration?: Configuration
173
276
  */
174
277
  reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultInteger>;
175
278
  /**
176
- * 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
279
+ * 撤回报账单,账单不是已完成状态都可以撤回
177
280
  * @summary 撤回报账单
178
281
  * @param {ReimbursementBillApiReimbursementBillWithdrawRequest} requestParameters Request parameters.
179
282
  * @param {*} [options] Override http request option.
180
283
  * @throws {RequiredError}
181
284
  */
182
- reimbursementBillWithdraw(requestParameters: ReimbursementBillApiReimbursementBillWithdrawRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
285
+ reimbursementBillWithdraw(requestParameters: ReimbursementBillApiReimbursementBillWithdrawRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultInteger>;
286
+ /**
287
+ *
288
+ * @summary 预算可用余额
289
+ * @param {ReimbursementBillApiThirdBudgetBalanceRequest} requestParameters Request parameters.
290
+ * @param {*} [options] Override http request option.
291
+ * @throws {RequiredError}
292
+ */
293
+ thirdBudgetBalance(requestParameters: ReimbursementBillApiThirdBudgetBalanceRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultCzyBudgetBalanceVo>;
294
+ /**
295
+ *
296
+ * @summary 系统组织-根据工号查询人员预算执行组织信息
297
+ * @param {ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetailRequest} requestParameters Request parameters.
298
+ * @param {*} [options] Override http request option.
299
+ * @throws {RequiredError}
300
+ */
301
+ thirdCzySystemOrganizationQueryMemberDetail(requestParameters: ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultCzySystemOrganizationMemberDetailVo>;
302
+ /**
303
+ *
304
+ * @summary 系统组织-根据组织编码查询统一经办配置列表
305
+ * @param {ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1Request} requestParameters Request parameters.
306
+ * @param {*} [options] Override http request option.
307
+ * @throws {RequiredError}
308
+ */
309
+ thirdCzySystemOrganizationQueryMemberDetail1(requestParameters: ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListCzyOrganizationCostVo>;
310
+ /**
311
+ *
312
+ * @summary MDM-获取供应商信息
313
+ * @param {*} [options] Override http request option.
314
+ * @throws {RequiredError}
315
+ */
316
+ thirdMdmVendors(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListMdmIncrementVendorsVo>;
317
+ /**
318
+ *
319
+ * @summary MDM-通过供应商id获取供应商银行信息
320
+ * @param {ReimbursementBillApiThirdMdmVendorsBankAccountsRequest} requestParameters Request parameters.
321
+ * @param {*} [options] Override http request option.
322
+ * @throws {RequiredError}
323
+ */
324
+ thirdMdmVendorsBankAccounts(requestParameters: ReimbursementBillApiThirdMdmVendorsBankAccountsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListMdmIncrementVendorBankAccountsVo>;
325
+ /**
326
+ *
327
+ * @summary 付款方
328
+ * @param {*} [options] Override http request option.
329
+ * @throws {RequiredError}
330
+ */
331
+ thirdPayer(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListReimbursementBillPayerVo>;
183
332
  };
184
333
  /**
185
334
  * Request parameters for reimbursementBillDelete operation in ReimbursementBillApi.
@@ -259,6 +408,70 @@ export interface ReimbursementBillApiReimbursementBillWithdrawRequest {
259
408
  */
260
409
  readonly id: number;
261
410
  }
411
+ /**
412
+ * Request parameters for thirdBudgetBalance operation in ReimbursementBillApi.
413
+ * @export
414
+ * @interface ReimbursementBillApiThirdBudgetBalanceRequest
415
+ */
416
+ export interface ReimbursementBillApiThirdBudgetBalanceRequest {
417
+ /**
418
+ *
419
+ * @type {BudgetBalanceQueryDto}
420
+ * @memberof ReimbursementBillApiThirdBudgetBalance
421
+ */
422
+ readonly budgetBalanceQueryDto: BudgetBalanceQueryDto;
423
+ }
424
+ /**
425
+ * Request parameters for thirdCzySystemOrganizationQueryMemberDetail operation in ReimbursementBillApi.
426
+ * @export
427
+ * @interface ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetailRequest
428
+ */
429
+ export interface ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetailRequest {
430
+ /**
431
+ *
432
+ * @type {string}
433
+ * @memberof ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail
434
+ */
435
+ readonly userNo: string;
436
+ }
437
+ /**
438
+ * Request parameters for thirdCzySystemOrganizationQueryMemberDetail1 operation in ReimbursementBillApi.
439
+ * @export
440
+ * @interface ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1Request
441
+ */
442
+ export interface ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1Request {
443
+ /**
444
+ *
445
+ * @type {string}
446
+ * @memberof ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1
447
+ */
448
+ readonly performCode: string;
449
+ /**
450
+ *
451
+ * @type {string}
452
+ * @memberof ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1
453
+ */
454
+ readonly costItemCode: string;
455
+ /**
456
+ *
457
+ * @type {string}
458
+ * @memberof ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1
459
+ */
460
+ readonly budgetOrgCode?: string;
461
+ }
462
+ /**
463
+ * Request parameters for thirdMdmVendorsBankAccounts operation in ReimbursementBillApi.
464
+ * @export
465
+ * @interface ReimbursementBillApiThirdMdmVendorsBankAccountsRequest
466
+ */
467
+ export interface ReimbursementBillApiThirdMdmVendorsBankAccountsRequest {
468
+ /**
469
+ *
470
+ * @type {string}
471
+ * @memberof ReimbursementBillApiThirdMdmVendorsBankAccounts
472
+ */
473
+ readonly vendorId: string;
474
+ }
262
475
  /**
263
476
  * ReimbursementBillApi - object-oriented interface
264
477
  * @export
@@ -312,12 +525,64 @@ export declare class ReimbursementBillApi extends BaseAPI {
312
525
  */
313
526
  reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultInteger, any, {}>>;
314
527
  /**
315
- * 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
528
+ * 撤回报账单,账单不是已完成状态都可以撤回
316
529
  * @summary 撤回报账单
317
530
  * @param {ReimbursementBillApiReimbursementBillWithdrawRequest} requestParameters Request parameters.
318
531
  * @param {*} [options] Override http request option.
319
532
  * @throws {RequiredError}
320
533
  * @memberof ReimbursementBillApi
321
534
  */
322
- reimbursementBillWithdraw(requestParameters: ReimbursementBillApiReimbursementBillWithdrawRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
535
+ reimbursementBillWithdraw(requestParameters: ReimbursementBillApiReimbursementBillWithdrawRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultInteger, any, {}>>;
536
+ /**
537
+ *
538
+ * @summary 预算可用余额
539
+ * @param {ReimbursementBillApiThirdBudgetBalanceRequest} requestParameters Request parameters.
540
+ * @param {*} [options] Override http request option.
541
+ * @throws {RequiredError}
542
+ * @memberof ReimbursementBillApi
543
+ */
544
+ thirdBudgetBalance(requestParameters: ReimbursementBillApiThirdBudgetBalanceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultCzyBudgetBalanceVo, any, {}>>;
545
+ /**
546
+ *
547
+ * @summary 系统组织-根据工号查询人员预算执行组织信息
548
+ * @param {ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetailRequest} requestParameters Request parameters.
549
+ * @param {*} [options] Override http request option.
550
+ * @throws {RequiredError}
551
+ * @memberof ReimbursementBillApi
552
+ */
553
+ thirdCzySystemOrganizationQueryMemberDetail(requestParameters: ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultCzySystemOrganizationMemberDetailVo, any, {}>>;
554
+ /**
555
+ *
556
+ * @summary 系统组织-根据组织编码查询统一经办配置列表
557
+ * @param {ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1Request} requestParameters Request parameters.
558
+ * @param {*} [options] Override http request option.
559
+ * @throws {RequiredError}
560
+ * @memberof ReimbursementBillApi
561
+ */
562
+ thirdCzySystemOrganizationQueryMemberDetail1(requestParameters: ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListCzyOrganizationCostVo, any, {}>>;
563
+ /**
564
+ *
565
+ * @summary MDM-获取供应商信息
566
+ * @param {*} [options] Override http request option.
567
+ * @throws {RequiredError}
568
+ * @memberof ReimbursementBillApi
569
+ */
570
+ thirdMdmVendors(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListMdmIncrementVendorsVo, any, {}>>;
571
+ /**
572
+ *
573
+ * @summary MDM-通过供应商id获取供应商银行信息
574
+ * @param {ReimbursementBillApiThirdMdmVendorsBankAccountsRequest} requestParameters Request parameters.
575
+ * @param {*} [options] Override http request option.
576
+ * @throws {RequiredError}
577
+ * @memberof ReimbursementBillApi
578
+ */
579
+ thirdMdmVendorsBankAccounts(requestParameters: ReimbursementBillApiThirdMdmVendorsBankAccountsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListMdmIncrementVendorBankAccountsVo, any, {}>>;
580
+ /**
581
+ *
582
+ * @summary 付款方
583
+ * @param {*} [options] Override http request option.
584
+ * @throws {RequiredError}
585
+ * @memberof ReimbursementBillApi
586
+ */
587
+ thirdPayer(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListReimbursementBillPayerVo, any, {}>>;
323
588
  }