@gizone/rrs-client 4.2.9-alpha.855 → 4.2.9-alpha.857
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 +4 -0
- package/apis/reimbursement-bill-api.ts +182 -0
- package/dist/apis/reimbursement-bill-api.d.ts +94 -0
- package/dist/apis/reimbursement-bill-api.js +140 -0
- package/dist/esm/apis/reimbursement-bill-api.d.ts +94 -0
- package/dist/esm/apis/reimbursement-bill-api.js +140 -0
- package/dist/esm/models/index.d.ts +4 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/json-result-list-mdm-legal-entity-bank-accounts-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-mdm-legal-entity-bank-accounts-vo.js +14 -0
- package/dist/esm/models/json-result-list-reimbursement-bill-payer-entity.d.ts +62 -0
- package/dist/esm/models/json-result-list-reimbursement-bill-payer-entity.js +14 -0
- package/dist/esm/models/mdm-legal-entity-bank-accounts-vo.d.ts +96 -0
- package/dist/esm/models/mdm-legal-entity-bank-accounts-vo.js +14 -0
- package/dist/esm/models/reimbursement-bill-details-vo.d.ts +12 -0
- package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +12 -0
- package/dist/esm/models/reimbursement-bill-list-vo.d.ts +12 -0
- package/dist/esm/models/reimbursement-bill-payer-entity.d.ts +108 -0
- package/dist/esm/models/reimbursement-bill-payer-entity.js +14 -0
- package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +12 -0
- package/dist/models/index.d.ts +4 -0
- package/dist/models/index.js +4 -0
- package/dist/models/json-result-list-mdm-legal-entity-bank-accounts-vo.d.ts +62 -0
- package/dist/models/json-result-list-mdm-legal-entity-bank-accounts-vo.js +15 -0
- package/dist/models/json-result-list-reimbursement-bill-payer-entity.d.ts +62 -0
- package/dist/models/json-result-list-reimbursement-bill-payer-entity.js +15 -0
- package/dist/models/mdm-legal-entity-bank-accounts-vo.d.ts +96 -0
- package/dist/models/mdm-legal-entity-bank-accounts-vo.js +15 -0
- package/dist/models/reimbursement-bill-details-vo.d.ts +12 -0
- package/dist/models/reimbursement-bill-draft-dto.d.ts +12 -0
- package/dist/models/reimbursement-bill-list-vo.d.ts +12 -0
- package/dist/models/reimbursement-bill-payer-entity.d.ts +108 -0
- package/dist/models/reimbursement-bill-payer-entity.js +15 -0
- package/dist/models/reimbursement-bill-submit-dto.d.ts +12 -0
- package/models/index.ts +4 -0
- package/models/json-result-list-mdm-legal-entity-bank-accounts-vo.ts +72 -0
- package/models/json-result-list-reimbursement-bill-payer-entity.ts +72 -0
- package/models/mdm-legal-entity-bank-accounts-vo.ts +102 -0
- package/models/reimbursement-bill-details-vo.ts +12 -0
- package/models/reimbursement-bill-draft-dto.ts +12 -0
- package/models/reimbursement-bill-list-vo.ts +12 -0
- package/models/reimbursement-bill-payer-entity.ts +114 -0
- package/models/reimbursement-bill-submit-dto.ts +12 -0
- package/ossutil.log +1221 -1221
- package/package.json +1 -1
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -159,6 +159,18 @@ export interface ReimbursementBillDetailsVo {
|
|
|
159
159
|
* @memberof ReimbursementBillDetailsVo
|
|
160
160
|
*/
|
|
161
161
|
'payerName'?: string;
|
|
162
|
+
/**
|
|
163
|
+
* 付款方银行账号
|
|
164
|
+
* @type {string}
|
|
165
|
+
* @memberof ReimbursementBillDetailsVo
|
|
166
|
+
*/
|
|
167
|
+
'payerBankAccount'?: string;
|
|
168
|
+
/**
|
|
169
|
+
* 付款方银行名称
|
|
170
|
+
* @type {string}
|
|
171
|
+
* @memberof ReimbursementBillDetailsVo
|
|
172
|
+
*/
|
|
173
|
+
'payerBankName'?: string;
|
|
162
174
|
/**
|
|
163
175
|
* 发票类型
|
|
164
176
|
* @type {InvoiceTypeEnum}
|
|
@@ -145,6 +145,18 @@ export interface ReimbursementBillDraftDto {
|
|
|
145
145
|
* @memberof ReimbursementBillDraftDto
|
|
146
146
|
*/
|
|
147
147
|
'payerCode'?: string;
|
|
148
|
+
/**
|
|
149
|
+
* 付款方银行账号
|
|
150
|
+
* @type {string}
|
|
151
|
+
* @memberof ReimbursementBillDraftDto
|
|
152
|
+
*/
|
|
153
|
+
'payerBankAccount'?: string;
|
|
154
|
+
/**
|
|
155
|
+
* 付款方银行名称
|
|
156
|
+
* @type {string}
|
|
157
|
+
* @memberof ReimbursementBillDraftDto
|
|
158
|
+
*/
|
|
159
|
+
'payerBankName'?: string;
|
|
148
160
|
/**
|
|
149
161
|
* 发票类型
|
|
150
162
|
* @type {InvoiceTypeEnum}
|
|
@@ -116,6 +116,18 @@ export interface ReimbursementBillListVo {
|
|
|
116
116
|
* @memberof ReimbursementBillListVo
|
|
117
117
|
*/
|
|
118
118
|
'payerCode'?: string;
|
|
119
|
+
/**
|
|
120
|
+
* 付款方银行账号
|
|
121
|
+
* @type {string}
|
|
122
|
+
* @memberof ReimbursementBillListVo
|
|
123
|
+
*/
|
|
124
|
+
'payerBankAccount'?: string;
|
|
125
|
+
/**
|
|
126
|
+
* 付款方银行名称
|
|
127
|
+
* @type {string}
|
|
128
|
+
* @memberof ReimbursementBillListVo
|
|
129
|
+
*/
|
|
130
|
+
'payerBankName'?: string;
|
|
119
131
|
/**
|
|
120
132
|
* 发票类型
|
|
121
133
|
* @type {InvoiceTypeEnum}
|
|
@@ -0,0 +1,108 @@
|
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ReimbursementBillPayerEntity
|
|
16
|
+
*/
|
|
17
|
+
export interface ReimbursementBillPayerEntity {
|
|
18
|
+
/**
|
|
19
|
+
* ID
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ReimbursementBillPayerEntity
|
|
22
|
+
*/
|
|
23
|
+
'id'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 场景编码
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ReimbursementBillPayerEntity
|
|
28
|
+
*/
|
|
29
|
+
'scenarioCode'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 场景名称
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ReimbursementBillPayerEntity
|
|
34
|
+
*/
|
|
35
|
+
'scenarioName'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 科目编码
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ReimbursementBillPayerEntity
|
|
40
|
+
*/
|
|
41
|
+
'expenseSubjectCode'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 科目名称
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof ReimbursementBillPayerEntity
|
|
46
|
+
*/
|
|
47
|
+
'expenseSubjectName'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 法人编码
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof ReimbursementBillPayerEntity
|
|
52
|
+
*/
|
|
53
|
+
'legalEntityCode'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 法人名称
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof ReimbursementBillPayerEntity
|
|
58
|
+
*/
|
|
59
|
+
'legalEntityName'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* 开户行银行账号
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof ReimbursementBillPayerEntity
|
|
64
|
+
*/
|
|
65
|
+
'bankAccount'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 账号名
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof ReimbursementBillPayerEntity
|
|
70
|
+
*/
|
|
71
|
+
'accountName'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* 开户行
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof ReimbursementBillPayerEntity
|
|
76
|
+
*/
|
|
77
|
+
'bankCode'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* 开户行名称
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof ReimbursementBillPayerEntity
|
|
82
|
+
*/
|
|
83
|
+
'bankName'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* 是否默认(Y/N)
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof ReimbursementBillPayerEntity
|
|
88
|
+
*/
|
|
89
|
+
'isDefault'?: string;
|
|
90
|
+
/**
|
|
91
|
+
* 创建时间
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof ReimbursementBillPayerEntity
|
|
94
|
+
*/
|
|
95
|
+
'createTime'?: string;
|
|
96
|
+
/**
|
|
97
|
+
* 更新时间
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof ReimbursementBillPayerEntity
|
|
100
|
+
*/
|
|
101
|
+
'updateTime'?: string;
|
|
102
|
+
/**
|
|
103
|
+
* 是否删除(0-已删除,1-未删除)
|
|
104
|
+
* @type {number}
|
|
105
|
+
* @memberof ReimbursementBillPayerEntity
|
|
106
|
+
*/
|
|
107
|
+
'isDelete'?: number;
|
|
108
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -145,6 +145,18 @@ export interface ReimbursementBillSubmitDto {
|
|
|
145
145
|
* @memberof ReimbursementBillSubmitDto
|
|
146
146
|
*/
|
|
147
147
|
'payerCode': string;
|
|
148
|
+
/**
|
|
149
|
+
* 付款方银行账号
|
|
150
|
+
* @type {string}
|
|
151
|
+
* @memberof ReimbursementBillSubmitDto
|
|
152
|
+
*/
|
|
153
|
+
'payerBankAccount': string;
|
|
154
|
+
/**
|
|
155
|
+
* 付款方银行名称
|
|
156
|
+
* @type {string}
|
|
157
|
+
* @memberof ReimbursementBillSubmitDto
|
|
158
|
+
*/
|
|
159
|
+
'payerBankName': string;
|
|
148
160
|
/**
|
|
149
161
|
* 发票类型
|
|
150
162
|
* @type {InvoiceTypeEnum}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -331,11 +331,13 @@ export * from './json-result-list-maintenance-order-process-record-list-vo';
|
|
|
331
331
|
export * from './json-result-list-maintenance-standard-entity';
|
|
332
332
|
export * from './json-result-list-mdm-increment-vendor-bank-accounts-vo';
|
|
333
333
|
export * from './json-result-list-mdm-increment-vendors-vo';
|
|
334
|
+
export * from './json-result-list-mdm-legal-entity-bank-accounts-vo';
|
|
334
335
|
export * from './json-result-list-park-list-dto';
|
|
335
336
|
export * from './json-result-list-park-select-vo';
|
|
336
337
|
export * from './json-result-list-plan-calendar-list-vo';
|
|
337
338
|
export * from './json-result-list-plan-calendar-vo';
|
|
338
339
|
export * from './json-result-list-plan-entity';
|
|
340
|
+
export * from './json-result-list-reimbursement-bill-payer-entity';
|
|
339
341
|
export * from './json-result-list-reimbursement-bill-payer-vo';
|
|
340
342
|
export * from './json-result-list-reimbursement-bill-process-record-list-vo';
|
|
341
343
|
export * from './json-result-list-space-image-detail-dto';
|
|
@@ -452,6 +454,7 @@ export * from './maintenance-standard-import-dto';
|
|
|
452
454
|
export * from './material-confirmation-info';
|
|
453
455
|
export * from './mdm-increment-vendor-bank-accounts-vo';
|
|
454
456
|
export * from './mdm-increment-vendors-vo';
|
|
457
|
+
export * from './mdm-legal-entity-bank-accounts-vo';
|
|
455
458
|
export * from './media-dto';
|
|
456
459
|
export * from './message-push-log-search-list-bo';
|
|
457
460
|
export * from './monitoring-coverage-alert-info';
|
|
@@ -536,6 +539,7 @@ export * from './reimbursement-bill-draft-dto';
|
|
|
536
539
|
export * from './reimbursement-bill-handle-info-add-dto';
|
|
537
540
|
export * from './reimbursement-bill-handle-info-vo';
|
|
538
541
|
export * from './reimbursement-bill-list-vo';
|
|
542
|
+
export * from './reimbursement-bill-payer-entity';
|
|
539
543
|
export * from './reimbursement-bill-payer-vo';
|
|
540
544
|
export * from './reimbursement-bill-process-record-list-vo';
|
|
541
545
|
export * from './reimbursement-bill-submit-dto';
|
package/dist/models/index.js
CHANGED
|
@@ -347,11 +347,13 @@ __exportStar(require("./json-result-list-maintenance-order-process-record-list-v
|
|
|
347
347
|
__exportStar(require("./json-result-list-maintenance-standard-entity"), exports);
|
|
348
348
|
__exportStar(require("./json-result-list-mdm-increment-vendor-bank-accounts-vo"), exports);
|
|
349
349
|
__exportStar(require("./json-result-list-mdm-increment-vendors-vo"), exports);
|
|
350
|
+
__exportStar(require("./json-result-list-mdm-legal-entity-bank-accounts-vo"), exports);
|
|
350
351
|
__exportStar(require("./json-result-list-park-list-dto"), exports);
|
|
351
352
|
__exportStar(require("./json-result-list-park-select-vo"), exports);
|
|
352
353
|
__exportStar(require("./json-result-list-plan-calendar-list-vo"), exports);
|
|
353
354
|
__exportStar(require("./json-result-list-plan-calendar-vo"), exports);
|
|
354
355
|
__exportStar(require("./json-result-list-plan-entity"), exports);
|
|
356
|
+
__exportStar(require("./json-result-list-reimbursement-bill-payer-entity"), exports);
|
|
355
357
|
__exportStar(require("./json-result-list-reimbursement-bill-payer-vo"), exports);
|
|
356
358
|
__exportStar(require("./json-result-list-reimbursement-bill-process-record-list-vo"), exports);
|
|
357
359
|
__exportStar(require("./json-result-list-space-image-detail-dto"), exports);
|
|
@@ -468,6 +470,7 @@ __exportStar(require("./maintenance-standard-import-dto"), exports);
|
|
|
468
470
|
__exportStar(require("./material-confirmation-info"), exports);
|
|
469
471
|
__exportStar(require("./mdm-increment-vendor-bank-accounts-vo"), exports);
|
|
470
472
|
__exportStar(require("./mdm-increment-vendors-vo"), exports);
|
|
473
|
+
__exportStar(require("./mdm-legal-entity-bank-accounts-vo"), exports);
|
|
471
474
|
__exportStar(require("./media-dto"), exports);
|
|
472
475
|
__exportStar(require("./message-push-log-search-list-bo"), exports);
|
|
473
476
|
__exportStar(require("./monitoring-coverage-alert-info"), exports);
|
|
@@ -552,6 +555,7 @@ __exportStar(require("./reimbursement-bill-draft-dto"), exports);
|
|
|
552
555
|
__exportStar(require("./reimbursement-bill-handle-info-add-dto"), exports);
|
|
553
556
|
__exportStar(require("./reimbursement-bill-handle-info-vo"), exports);
|
|
554
557
|
__exportStar(require("./reimbursement-bill-list-vo"), exports);
|
|
558
|
+
__exportStar(require("./reimbursement-bill-payer-entity"), exports);
|
|
555
559
|
__exportStar(require("./reimbursement-bill-payer-vo"), exports);
|
|
556
560
|
__exportStar(require("./reimbursement-bill-process-record-list-vo"), exports);
|
|
557
561
|
__exportStar(require("./reimbursement-bill-submit-dto"), exports);
|
|
@@ -0,0 +1,62 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { MdmLegalEntityBankAccountsVo } from './mdm-legal-entity-bank-accounts-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListMdmLegalEntityBankAccountsVo
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListMdmLegalEntityBankAccountsVo {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListMdmLegalEntityBankAccountsVo
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListMdmLegalEntityBankAccountsVo
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListMdmLegalEntityBankAccountsVo
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<MdmLegalEntityBankAccountsVo>}
|
|
41
|
+
* @memberof JsonResultListMdmLegalEntityBankAccountsVo
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<MdmLegalEntityBankAccountsVo>;
|
|
44
|
+
/**
|
|
45
|
+
* 错误数据
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListMdmLegalEntityBankAccountsVo
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListMdmLegalEntityBankAccountsVo
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListMdmLegalEntityBankAccountsVo
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string;
|
|
62
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,62 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { ReimbursementBillPayerEntity } from './reimbursement-bill-payer-entity';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListReimbursementBillPayerEntity
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListReimbursementBillPayerEntity {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListReimbursementBillPayerEntity
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListReimbursementBillPayerEntity
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListReimbursementBillPayerEntity
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<ReimbursementBillPayerEntity>}
|
|
41
|
+
* @memberof JsonResultListReimbursementBillPayerEntity
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<ReimbursementBillPayerEntity>;
|
|
44
|
+
/**
|
|
45
|
+
* 错误数据
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListReimbursementBillPayerEntity
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListReimbursementBillPayerEntity
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListReimbursementBillPayerEntity
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string;
|
|
62
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,96 @@
|
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface MdmLegalEntityBankAccountsVo
|
|
16
|
+
*/
|
|
17
|
+
export interface MdmLegalEntityBankAccountsVo {
|
|
18
|
+
/**
|
|
19
|
+
* 公司编码
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
22
|
+
*/
|
|
23
|
+
'companyCode'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 开户行国家
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
28
|
+
*/
|
|
29
|
+
'bankCountry'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 原文账户名称
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
34
|
+
*/
|
|
35
|
+
'accountHolderName'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 英文账户名
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
40
|
+
*/
|
|
41
|
+
'accountHolderNameEn'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 账号类型
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
46
|
+
*/
|
|
47
|
+
'bankAccountType'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* IBAN账号
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
52
|
+
*/
|
|
53
|
+
'iban'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* CLABE账号
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
58
|
+
*/
|
|
59
|
+
'clabe'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* B/C账号
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
64
|
+
*/
|
|
65
|
+
'bankAccountNum'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 开户类型
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
70
|
+
*/
|
|
71
|
+
'bankBranchType'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* 开户行号
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
76
|
+
*/
|
|
77
|
+
'bankBranchCode'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* 币种
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
82
|
+
*/
|
|
83
|
+
'bankCurrency'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* 银行名称
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
88
|
+
*/
|
|
89
|
+
'bankName'?: string;
|
|
90
|
+
/**
|
|
91
|
+
* 删除标记:1-删除,0-正常
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
94
|
+
*/
|
|
95
|
+
'deleteFlag'?: string;
|
|
96
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -159,6 +159,18 @@ export interface ReimbursementBillDetailsVo {
|
|
|
159
159
|
* @memberof ReimbursementBillDetailsVo
|
|
160
160
|
*/
|
|
161
161
|
'payerName'?: string;
|
|
162
|
+
/**
|
|
163
|
+
* 付款方银行账号
|
|
164
|
+
* @type {string}
|
|
165
|
+
* @memberof ReimbursementBillDetailsVo
|
|
166
|
+
*/
|
|
167
|
+
'payerBankAccount'?: string;
|
|
168
|
+
/**
|
|
169
|
+
* 付款方银行名称
|
|
170
|
+
* @type {string}
|
|
171
|
+
* @memberof ReimbursementBillDetailsVo
|
|
172
|
+
*/
|
|
173
|
+
'payerBankName'?: string;
|
|
162
174
|
/**
|
|
163
175
|
* 发票类型
|
|
164
176
|
* @type {InvoiceTypeEnum}
|
|
@@ -145,6 +145,18 @@ export interface ReimbursementBillDraftDto {
|
|
|
145
145
|
* @memberof ReimbursementBillDraftDto
|
|
146
146
|
*/
|
|
147
147
|
'payerCode'?: string;
|
|
148
|
+
/**
|
|
149
|
+
* 付款方银行账号
|
|
150
|
+
* @type {string}
|
|
151
|
+
* @memberof ReimbursementBillDraftDto
|
|
152
|
+
*/
|
|
153
|
+
'payerBankAccount'?: string;
|
|
154
|
+
/**
|
|
155
|
+
* 付款方银行名称
|
|
156
|
+
* @type {string}
|
|
157
|
+
* @memberof ReimbursementBillDraftDto
|
|
158
|
+
*/
|
|
159
|
+
'payerBankName'?: string;
|
|
148
160
|
/**
|
|
149
161
|
* 发票类型
|
|
150
162
|
* @type {InvoiceTypeEnum}
|
|
@@ -116,6 +116,18 @@ export interface ReimbursementBillListVo {
|
|
|
116
116
|
* @memberof ReimbursementBillListVo
|
|
117
117
|
*/
|
|
118
118
|
'payerCode'?: string;
|
|
119
|
+
/**
|
|
120
|
+
* 付款方银行账号
|
|
121
|
+
* @type {string}
|
|
122
|
+
* @memberof ReimbursementBillListVo
|
|
123
|
+
*/
|
|
124
|
+
'payerBankAccount'?: string;
|
|
125
|
+
/**
|
|
126
|
+
* 付款方银行名称
|
|
127
|
+
* @type {string}
|
|
128
|
+
* @memberof ReimbursementBillListVo
|
|
129
|
+
*/
|
|
130
|
+
'payerBankName'?: string;
|
|
119
131
|
/**
|
|
120
132
|
* 发票类型
|
|
121
133
|
* @type {InvoiceTypeEnum}
|