@gizone/rrs-client 4.2.9-alpha.871 → 4.2.9-alpha.873
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/dist/esm/models/reimbursement-bill-details-vo.d.ts +6 -0
- package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +6 -0
- package/dist/esm/models/reimbursement-bill-list-vo.d.ts +6 -0
- package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +6 -0
- package/dist/models/reimbursement-bill-details-vo.d.ts +6 -0
- package/dist/models/reimbursement-bill-draft-dto.d.ts +6 -0
- package/dist/models/reimbursement-bill-list-vo.d.ts +6 -0
- package/dist/models/reimbursement-bill-submit-dto.d.ts +6 -0
- package/models/reimbursement-bill-details-vo.ts +6 -0
- package/models/reimbursement-bill-draft-dto.ts +6 -0
- package/models/reimbursement-bill-list-vo.ts +6 -0
- package/models/reimbursement-bill-submit-dto.ts +6 -0
- package/ossutil.log +1221 -1221
- package/package.json +1 -1
|
@@ -171,6 +171,12 @@ export interface ReimbursementBillDetailsVo {
|
|
|
171
171
|
* @memberof ReimbursementBillDetailsVo
|
|
172
172
|
*/
|
|
173
173
|
'payerBankName'?: string;
|
|
174
|
+
/**
|
|
175
|
+
* 联行号
|
|
176
|
+
* @type {string}
|
|
177
|
+
* @memberof ReimbursementBillDetailsVo
|
|
178
|
+
*/
|
|
179
|
+
'payerBankBranchCode'?: string;
|
|
174
180
|
/**
|
|
175
181
|
* 发票类型
|
|
176
182
|
* @type {InvoiceTypeEnum}
|
|
@@ -157,6 +157,12 @@ export interface ReimbursementBillDraftDto {
|
|
|
157
157
|
* @memberof ReimbursementBillDraftDto
|
|
158
158
|
*/
|
|
159
159
|
'payerBankName'?: string;
|
|
160
|
+
/**
|
|
161
|
+
* 付款方联行号
|
|
162
|
+
* @type {string}
|
|
163
|
+
* @memberof ReimbursementBillDraftDto
|
|
164
|
+
*/
|
|
165
|
+
'payerBankBranchCode'?: string;
|
|
160
166
|
/**
|
|
161
167
|
* 发票类型
|
|
162
168
|
* @type {InvoiceTypeEnum}
|
|
@@ -128,6 +128,12 @@ export interface ReimbursementBillListVo {
|
|
|
128
128
|
* @memberof ReimbursementBillListVo
|
|
129
129
|
*/
|
|
130
130
|
'payerBankName'?: string;
|
|
131
|
+
/**
|
|
132
|
+
* 联行号
|
|
133
|
+
* @type {string}
|
|
134
|
+
* @memberof ReimbursementBillListVo
|
|
135
|
+
*/
|
|
136
|
+
'payerBankBranchCode'?: string;
|
|
131
137
|
/**
|
|
132
138
|
* 发票类型
|
|
133
139
|
* @type {InvoiceTypeEnum}
|
|
@@ -157,6 +157,12 @@ export interface ReimbursementBillSubmitDto {
|
|
|
157
157
|
* @memberof ReimbursementBillSubmitDto
|
|
158
158
|
*/
|
|
159
159
|
'payerBankName': string;
|
|
160
|
+
/**
|
|
161
|
+
* 联行号
|
|
162
|
+
* @type {string}
|
|
163
|
+
* @memberof ReimbursementBillSubmitDto
|
|
164
|
+
*/
|
|
165
|
+
'payerBankBranchCode': string;
|
|
160
166
|
/**
|
|
161
167
|
* 发票类型
|
|
162
168
|
* @type {InvoiceTypeEnum}
|
|
@@ -171,6 +171,12 @@ export interface ReimbursementBillDetailsVo {
|
|
|
171
171
|
* @memberof ReimbursementBillDetailsVo
|
|
172
172
|
*/
|
|
173
173
|
'payerBankName'?: string;
|
|
174
|
+
/**
|
|
175
|
+
* 联行号
|
|
176
|
+
* @type {string}
|
|
177
|
+
* @memberof ReimbursementBillDetailsVo
|
|
178
|
+
*/
|
|
179
|
+
'payerBankBranchCode'?: string;
|
|
174
180
|
/**
|
|
175
181
|
* 发票类型
|
|
176
182
|
* @type {InvoiceTypeEnum}
|
|
@@ -157,6 +157,12 @@ export interface ReimbursementBillDraftDto {
|
|
|
157
157
|
* @memberof ReimbursementBillDraftDto
|
|
158
158
|
*/
|
|
159
159
|
'payerBankName'?: string;
|
|
160
|
+
/**
|
|
161
|
+
* 付款方联行号
|
|
162
|
+
* @type {string}
|
|
163
|
+
* @memberof ReimbursementBillDraftDto
|
|
164
|
+
*/
|
|
165
|
+
'payerBankBranchCode'?: string;
|
|
160
166
|
/**
|
|
161
167
|
* 发票类型
|
|
162
168
|
* @type {InvoiceTypeEnum}
|
|
@@ -128,6 +128,12 @@ export interface ReimbursementBillListVo {
|
|
|
128
128
|
* @memberof ReimbursementBillListVo
|
|
129
129
|
*/
|
|
130
130
|
'payerBankName'?: string;
|
|
131
|
+
/**
|
|
132
|
+
* 联行号
|
|
133
|
+
* @type {string}
|
|
134
|
+
* @memberof ReimbursementBillListVo
|
|
135
|
+
*/
|
|
136
|
+
'payerBankBranchCode'?: string;
|
|
131
137
|
/**
|
|
132
138
|
* 发票类型
|
|
133
139
|
* @type {InvoiceTypeEnum}
|
|
@@ -157,6 +157,12 @@ export interface ReimbursementBillSubmitDto {
|
|
|
157
157
|
* @memberof ReimbursementBillSubmitDto
|
|
158
158
|
*/
|
|
159
159
|
'payerBankName': string;
|
|
160
|
+
/**
|
|
161
|
+
* 联行号
|
|
162
|
+
* @type {string}
|
|
163
|
+
* @memberof ReimbursementBillSubmitDto
|
|
164
|
+
*/
|
|
165
|
+
'payerBankBranchCode': string;
|
|
160
166
|
/**
|
|
161
167
|
* 发票类型
|
|
162
168
|
* @type {InvoiceTypeEnum}
|
|
@@ -188,6 +188,12 @@ export interface ReimbursementBillDetailsVo {
|
|
|
188
188
|
* @memberof ReimbursementBillDetailsVo
|
|
189
189
|
*/
|
|
190
190
|
'payerBankName'?: string;
|
|
191
|
+
/**
|
|
192
|
+
* 联行号
|
|
193
|
+
* @type {string}
|
|
194
|
+
* @memberof ReimbursementBillDetailsVo
|
|
195
|
+
*/
|
|
196
|
+
'payerBankBranchCode'?: string;
|
|
191
197
|
/**
|
|
192
198
|
* 发票类型
|
|
193
199
|
* @type {InvoiceTypeEnum}
|
|
@@ -170,6 +170,12 @@ export interface ReimbursementBillDraftDto {
|
|
|
170
170
|
* @memberof ReimbursementBillDraftDto
|
|
171
171
|
*/
|
|
172
172
|
'payerBankName'?: string;
|
|
173
|
+
/**
|
|
174
|
+
* 付款方联行号
|
|
175
|
+
* @type {string}
|
|
176
|
+
* @memberof ReimbursementBillDraftDto
|
|
177
|
+
*/
|
|
178
|
+
'payerBankBranchCode'?: string;
|
|
173
179
|
/**
|
|
174
180
|
* 发票类型
|
|
175
181
|
* @type {InvoiceTypeEnum}
|
|
@@ -143,6 +143,12 @@ export interface ReimbursementBillListVo {
|
|
|
143
143
|
* @memberof ReimbursementBillListVo
|
|
144
144
|
*/
|
|
145
145
|
'payerBankName'?: string;
|
|
146
|
+
/**
|
|
147
|
+
* 联行号
|
|
148
|
+
* @type {string}
|
|
149
|
+
* @memberof ReimbursementBillListVo
|
|
150
|
+
*/
|
|
151
|
+
'payerBankBranchCode'?: string;
|
|
146
152
|
/**
|
|
147
153
|
* 发票类型
|
|
148
154
|
* @type {InvoiceTypeEnum}
|
|
@@ -170,6 +170,12 @@ export interface ReimbursementBillSubmitDto {
|
|
|
170
170
|
* @memberof ReimbursementBillSubmitDto
|
|
171
171
|
*/
|
|
172
172
|
'payerBankName': string;
|
|
173
|
+
/**
|
|
174
|
+
* 联行号
|
|
175
|
+
* @type {string}
|
|
176
|
+
* @memberof ReimbursementBillSubmitDto
|
|
177
|
+
*/
|
|
178
|
+
'payerBankBranchCode': string;
|
|
173
179
|
/**
|
|
174
180
|
* 发票类型
|
|
175
181
|
* @type {InvoiceTypeEnum}
|