@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,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,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 });
|
|
@@ -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/models/index.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';
|
|
@@ -0,0 +1,72 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { MdmLegalEntityBankAccountsVo } from './mdm-legal-entity-bank-accounts-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListMdmLegalEntityBankAccountsVo
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListMdmLegalEntityBankAccountsVo {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListMdmLegalEntityBankAccountsVo
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListMdmLegalEntityBankAccountsVo
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListMdmLegalEntityBankAccountsVo
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<MdmLegalEntityBankAccountsVo>}
|
|
50
|
+
* @memberof JsonResultListMdmLegalEntityBankAccountsVo
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<MdmLegalEntityBankAccountsVo>;
|
|
53
|
+
/**
|
|
54
|
+
* 错误数据
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListMdmLegalEntityBankAccountsVo
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListMdmLegalEntityBankAccountsVo
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListMdmLegalEntityBankAccountsVo
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { ReimbursementBillPayerEntity } from './reimbursement-bill-payer-entity';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListReimbursementBillPayerEntity
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListReimbursementBillPayerEntity {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListReimbursementBillPayerEntity
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListReimbursementBillPayerEntity
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListReimbursementBillPayerEntity
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<ReimbursementBillPayerEntity>}
|
|
50
|
+
* @memberof JsonResultListReimbursementBillPayerEntity
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<ReimbursementBillPayerEntity>;
|
|
53
|
+
/**
|
|
54
|
+
* 错误数据
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListReimbursementBillPayerEntity
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListReimbursementBillPayerEntity
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListReimbursementBillPayerEntity
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,102 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface MdmLegalEntityBankAccountsVo
|
|
21
|
+
*/
|
|
22
|
+
export interface MdmLegalEntityBankAccountsVo {
|
|
23
|
+
/**
|
|
24
|
+
* 公司编码
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
27
|
+
*/
|
|
28
|
+
'companyCode'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* 开户行国家
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
33
|
+
*/
|
|
34
|
+
'bankCountry'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 原文账户名称
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
39
|
+
*/
|
|
40
|
+
'accountHolderName'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 英文账户名
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
45
|
+
*/
|
|
46
|
+
'accountHolderNameEn'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 账号类型
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
51
|
+
*/
|
|
52
|
+
'bankAccountType'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* IBAN账号
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
57
|
+
*/
|
|
58
|
+
'iban'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* CLABE账号
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
63
|
+
*/
|
|
64
|
+
'clabe'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* B/C账号
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
69
|
+
*/
|
|
70
|
+
'bankAccountNum'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* 开户类型
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
75
|
+
*/
|
|
76
|
+
'bankBranchType'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* 开户行号
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
81
|
+
*/
|
|
82
|
+
'bankBranchCode'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* 币种
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
87
|
+
*/
|
|
88
|
+
'bankCurrency'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* 银行名称
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
93
|
+
*/
|
|
94
|
+
'bankName'?: string;
|
|
95
|
+
/**
|
|
96
|
+
* 删除标记:1-删除,0-正常
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof MdmLegalEntityBankAccountsVo
|
|
99
|
+
*/
|
|
100
|
+
'deleteFlag'?: string;
|
|
101
|
+
}
|
|
102
|
+
|
|
@@ -176,6 +176,18 @@ export interface ReimbursementBillDetailsVo {
|
|
|
176
176
|
* @memberof ReimbursementBillDetailsVo
|
|
177
177
|
*/
|
|
178
178
|
'payerName'?: string;
|
|
179
|
+
/**
|
|
180
|
+
* 付款方银行账号
|
|
181
|
+
* @type {string}
|
|
182
|
+
* @memberof ReimbursementBillDetailsVo
|
|
183
|
+
*/
|
|
184
|
+
'payerBankAccount'?: string;
|
|
185
|
+
/**
|
|
186
|
+
* 付款方银行名称
|
|
187
|
+
* @type {string}
|
|
188
|
+
* @memberof ReimbursementBillDetailsVo
|
|
189
|
+
*/
|
|
190
|
+
'payerBankName'?: string;
|
|
179
191
|
/**
|
|
180
192
|
* 发票类型
|
|
181
193
|
* @type {InvoiceTypeEnum}
|
|
@@ -158,6 +158,18 @@ export interface ReimbursementBillDraftDto {
|
|
|
158
158
|
* @memberof ReimbursementBillDraftDto
|
|
159
159
|
*/
|
|
160
160
|
'payerCode'?: string;
|
|
161
|
+
/**
|
|
162
|
+
* 付款方银行账号
|
|
163
|
+
* @type {string}
|
|
164
|
+
* @memberof ReimbursementBillDraftDto
|
|
165
|
+
*/
|
|
166
|
+
'payerBankAccount'?: string;
|
|
167
|
+
/**
|
|
168
|
+
* 付款方银行名称
|
|
169
|
+
* @type {string}
|
|
170
|
+
* @memberof ReimbursementBillDraftDto
|
|
171
|
+
*/
|
|
172
|
+
'payerBankName'?: string;
|
|
161
173
|
/**
|
|
162
174
|
* 发票类型
|
|
163
175
|
* @type {InvoiceTypeEnum}
|
|
@@ -131,6 +131,18 @@ export interface ReimbursementBillListVo {
|
|
|
131
131
|
* @memberof ReimbursementBillListVo
|
|
132
132
|
*/
|
|
133
133
|
'payerCode'?: string;
|
|
134
|
+
/**
|
|
135
|
+
* 付款方银行账号
|
|
136
|
+
* @type {string}
|
|
137
|
+
* @memberof ReimbursementBillListVo
|
|
138
|
+
*/
|
|
139
|
+
'payerBankAccount'?: string;
|
|
140
|
+
/**
|
|
141
|
+
* 付款方银行名称
|
|
142
|
+
* @type {string}
|
|
143
|
+
* @memberof ReimbursementBillListVo
|
|
144
|
+
*/
|
|
145
|
+
'payerBankName'?: string;
|
|
134
146
|
/**
|
|
135
147
|
* 发票类型
|
|
136
148
|
* @type {InvoiceTypeEnum}
|
|
@@ -0,0 +1,114 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ReimbursementBillPayerEntity
|
|
21
|
+
*/
|
|
22
|
+
export interface ReimbursementBillPayerEntity {
|
|
23
|
+
/**
|
|
24
|
+
* ID
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ReimbursementBillPayerEntity
|
|
27
|
+
*/
|
|
28
|
+
'id'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 场景编码
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ReimbursementBillPayerEntity
|
|
33
|
+
*/
|
|
34
|
+
'scenarioCode'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 场景名称
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof ReimbursementBillPayerEntity
|
|
39
|
+
*/
|
|
40
|
+
'scenarioName'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 科目编码
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ReimbursementBillPayerEntity
|
|
45
|
+
*/
|
|
46
|
+
'expenseSubjectCode'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 科目名称
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof ReimbursementBillPayerEntity
|
|
51
|
+
*/
|
|
52
|
+
'expenseSubjectName'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* 法人编码
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof ReimbursementBillPayerEntity
|
|
57
|
+
*/
|
|
58
|
+
'legalEntityCode'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 法人名称
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof ReimbursementBillPayerEntity
|
|
63
|
+
*/
|
|
64
|
+
'legalEntityName'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* 开户行银行账号
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof ReimbursementBillPayerEntity
|
|
69
|
+
*/
|
|
70
|
+
'bankAccount'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* 账号名
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof ReimbursementBillPayerEntity
|
|
75
|
+
*/
|
|
76
|
+
'accountName'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* 开户行
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof ReimbursementBillPayerEntity
|
|
81
|
+
*/
|
|
82
|
+
'bankCode'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* 开户行名称
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof ReimbursementBillPayerEntity
|
|
87
|
+
*/
|
|
88
|
+
'bankName'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* 是否默认(Y/N)
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof ReimbursementBillPayerEntity
|
|
93
|
+
*/
|
|
94
|
+
'isDefault'?: string;
|
|
95
|
+
/**
|
|
96
|
+
* 创建时间
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof ReimbursementBillPayerEntity
|
|
99
|
+
*/
|
|
100
|
+
'createTime'?: string;
|
|
101
|
+
/**
|
|
102
|
+
* 更新时间
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof ReimbursementBillPayerEntity
|
|
105
|
+
*/
|
|
106
|
+
'updateTime'?: string;
|
|
107
|
+
/**
|
|
108
|
+
* 是否删除(0-已删除,1-未删除)
|
|
109
|
+
* @type {number}
|
|
110
|
+
* @memberof ReimbursementBillPayerEntity
|
|
111
|
+
*/
|
|
112
|
+
'isDelete'?: number;
|
|
113
|
+
}
|
|
114
|
+
|
|
@@ -158,6 +158,18 @@ export interface ReimbursementBillSubmitDto {
|
|
|
158
158
|
* @memberof ReimbursementBillSubmitDto
|
|
159
159
|
*/
|
|
160
160
|
'payerCode': string;
|
|
161
|
+
/**
|
|
162
|
+
* 付款方银行账号
|
|
163
|
+
* @type {string}
|
|
164
|
+
* @memberof ReimbursementBillSubmitDto
|
|
165
|
+
*/
|
|
166
|
+
'payerBankAccount': string;
|
|
167
|
+
/**
|
|
168
|
+
* 付款方银行名称
|
|
169
|
+
* @type {string}
|
|
170
|
+
* @memberof ReimbursementBillSubmitDto
|
|
171
|
+
*/
|
|
172
|
+
'payerBankName': string;
|
|
161
173
|
/**
|
|
162
174
|
* 发票类型
|
|
163
175
|
* @type {InvoiceTypeEnum}
|