@gizone/rrs-client 4.2.9-alpha.751 → 4.2.9-alpha.753
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
|
@@ -153,6 +153,12 @@ export interface ReimbursementBillDetailsVo {
|
|
|
153
153
|
* @memberof ReimbursementBillDetailsVo
|
|
154
154
|
*/
|
|
155
155
|
'invoiceType'?: InvoiceTypeEnum;
|
|
156
|
+
/**
|
|
157
|
+
* 发票预计提交时间
|
|
158
|
+
* @type {string}
|
|
159
|
+
* @memberof ReimbursementBillDetailsVo
|
|
160
|
+
*/
|
|
161
|
+
'expectedInvoiceSubmitTime'?: string;
|
|
156
162
|
/**
|
|
157
163
|
* 是否有纸质发票
|
|
158
164
|
* @type {boolean}
|
|
@@ -139,6 +139,12 @@ export interface ReimbursementBillDraftDto {
|
|
|
139
139
|
* @memberof ReimbursementBillDraftDto
|
|
140
140
|
*/
|
|
141
141
|
'invoiceType'?: InvoiceTypeEnum;
|
|
142
|
+
/**
|
|
143
|
+
* 发票预计提交时间
|
|
144
|
+
* @type {string}
|
|
145
|
+
* @memberof ReimbursementBillDraftDto
|
|
146
|
+
*/
|
|
147
|
+
'expectedInvoiceSubmitTime'?: string;
|
|
142
148
|
/**
|
|
143
149
|
* 是否有纸质发票
|
|
144
150
|
* @type {boolean}
|
|
@@ -122,6 +122,12 @@ export interface ReimbursementBillListVo {
|
|
|
122
122
|
* @memberof ReimbursementBillListVo
|
|
123
123
|
*/
|
|
124
124
|
'invoiceType'?: InvoiceTypeEnum;
|
|
125
|
+
/**
|
|
126
|
+
* 发票预计提交时间
|
|
127
|
+
* @type {string}
|
|
128
|
+
* @memberof ReimbursementBillListVo
|
|
129
|
+
*/
|
|
130
|
+
'expectedInvoiceSubmitTime'?: string;
|
|
125
131
|
/**
|
|
126
132
|
* 是否有纸质发票
|
|
127
133
|
* @type {boolean}
|
|
@@ -139,6 +139,12 @@ export interface ReimbursementBillSubmitDto {
|
|
|
139
139
|
* @memberof ReimbursementBillSubmitDto
|
|
140
140
|
*/
|
|
141
141
|
'invoiceType': InvoiceTypeEnum;
|
|
142
|
+
/**
|
|
143
|
+
* 发票预计提交时间
|
|
144
|
+
* @type {string}
|
|
145
|
+
* @memberof ReimbursementBillSubmitDto
|
|
146
|
+
*/
|
|
147
|
+
'expectedInvoiceSubmitTime'?: string;
|
|
142
148
|
/**
|
|
143
149
|
* 是否有纸质发票
|
|
144
150
|
* @type {boolean}
|
|
@@ -153,6 +153,12 @@ export interface ReimbursementBillDetailsVo {
|
|
|
153
153
|
* @memberof ReimbursementBillDetailsVo
|
|
154
154
|
*/
|
|
155
155
|
'invoiceType'?: InvoiceTypeEnum;
|
|
156
|
+
/**
|
|
157
|
+
* 发票预计提交时间
|
|
158
|
+
* @type {string}
|
|
159
|
+
* @memberof ReimbursementBillDetailsVo
|
|
160
|
+
*/
|
|
161
|
+
'expectedInvoiceSubmitTime'?: string;
|
|
156
162
|
/**
|
|
157
163
|
* 是否有纸质发票
|
|
158
164
|
* @type {boolean}
|
|
@@ -139,6 +139,12 @@ export interface ReimbursementBillDraftDto {
|
|
|
139
139
|
* @memberof ReimbursementBillDraftDto
|
|
140
140
|
*/
|
|
141
141
|
'invoiceType'?: InvoiceTypeEnum;
|
|
142
|
+
/**
|
|
143
|
+
* 发票预计提交时间
|
|
144
|
+
* @type {string}
|
|
145
|
+
* @memberof ReimbursementBillDraftDto
|
|
146
|
+
*/
|
|
147
|
+
'expectedInvoiceSubmitTime'?: string;
|
|
142
148
|
/**
|
|
143
149
|
* 是否有纸质发票
|
|
144
150
|
* @type {boolean}
|
|
@@ -122,6 +122,12 @@ export interface ReimbursementBillListVo {
|
|
|
122
122
|
* @memberof ReimbursementBillListVo
|
|
123
123
|
*/
|
|
124
124
|
'invoiceType'?: InvoiceTypeEnum;
|
|
125
|
+
/**
|
|
126
|
+
* 发票预计提交时间
|
|
127
|
+
* @type {string}
|
|
128
|
+
* @memberof ReimbursementBillListVo
|
|
129
|
+
*/
|
|
130
|
+
'expectedInvoiceSubmitTime'?: string;
|
|
125
131
|
/**
|
|
126
132
|
* 是否有纸质发票
|
|
127
133
|
* @type {boolean}
|
|
@@ -139,6 +139,12 @@ export interface ReimbursementBillSubmitDto {
|
|
|
139
139
|
* @memberof ReimbursementBillSubmitDto
|
|
140
140
|
*/
|
|
141
141
|
'invoiceType': InvoiceTypeEnum;
|
|
142
|
+
/**
|
|
143
|
+
* 发票预计提交时间
|
|
144
|
+
* @type {string}
|
|
145
|
+
* @memberof ReimbursementBillSubmitDto
|
|
146
|
+
*/
|
|
147
|
+
'expectedInvoiceSubmitTime'?: string;
|
|
142
148
|
/**
|
|
143
149
|
* 是否有纸质发票
|
|
144
150
|
* @type {boolean}
|
|
@@ -170,6 +170,12 @@ export interface ReimbursementBillDetailsVo {
|
|
|
170
170
|
* @memberof ReimbursementBillDetailsVo
|
|
171
171
|
*/
|
|
172
172
|
'invoiceType'?: InvoiceTypeEnum;
|
|
173
|
+
/**
|
|
174
|
+
* 发票预计提交时间
|
|
175
|
+
* @type {string}
|
|
176
|
+
* @memberof ReimbursementBillDetailsVo
|
|
177
|
+
*/
|
|
178
|
+
'expectedInvoiceSubmitTime'?: string;
|
|
173
179
|
/**
|
|
174
180
|
* 是否有纸质发票
|
|
175
181
|
* @type {boolean}
|
|
@@ -152,6 +152,12 @@ export interface ReimbursementBillDraftDto {
|
|
|
152
152
|
* @memberof ReimbursementBillDraftDto
|
|
153
153
|
*/
|
|
154
154
|
'invoiceType'?: InvoiceTypeEnum;
|
|
155
|
+
/**
|
|
156
|
+
* 发票预计提交时间
|
|
157
|
+
* @type {string}
|
|
158
|
+
* @memberof ReimbursementBillDraftDto
|
|
159
|
+
*/
|
|
160
|
+
'expectedInvoiceSubmitTime'?: string;
|
|
155
161
|
/**
|
|
156
162
|
* 是否有纸质发票
|
|
157
163
|
* @type {boolean}
|
|
@@ -137,6 +137,12 @@ export interface ReimbursementBillListVo {
|
|
|
137
137
|
* @memberof ReimbursementBillListVo
|
|
138
138
|
*/
|
|
139
139
|
'invoiceType'?: InvoiceTypeEnum;
|
|
140
|
+
/**
|
|
141
|
+
* 发票预计提交时间
|
|
142
|
+
* @type {string}
|
|
143
|
+
* @memberof ReimbursementBillListVo
|
|
144
|
+
*/
|
|
145
|
+
'expectedInvoiceSubmitTime'?: string;
|
|
140
146
|
/**
|
|
141
147
|
* 是否有纸质发票
|
|
142
148
|
* @type {boolean}
|
|
@@ -152,6 +152,12 @@ export interface ReimbursementBillSubmitDto {
|
|
|
152
152
|
* @memberof ReimbursementBillSubmitDto
|
|
153
153
|
*/
|
|
154
154
|
'invoiceType': InvoiceTypeEnum;
|
|
155
|
+
/**
|
|
156
|
+
* 发票预计提交时间
|
|
157
|
+
* @type {string}
|
|
158
|
+
* @memberof ReimbursementBillSubmitDto
|
|
159
|
+
*/
|
|
160
|
+
'expectedInvoiceSubmitTime'?: string;
|
|
155
161
|
/**
|
|
156
162
|
* 是否有纸质发票
|
|
157
163
|
* @type {boolean}
|