@gizone/rrs-client 4.2.9-alpha.660 → 4.2.9-alpha.661
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 +1 -1
- package/dist/esm/models/index.d.ts +1 -1
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/esm/models/reimbursement-bill-cover-info.d.ts +84 -0
- package/dist/esm/models/{reimbursement-bill-process-type-enum.js → reimbursement-bill-cover-info.js} +1 -10
- package/dist/esm/models/reimbursement-bill-details-vo.d.ts +37 -0
- package/dist/esm/models/reimbursement-bill-list-vo.d.ts +37 -0
- package/dist/esm/models/reimbursement-bill-process-record-list-vo.d.ts +5 -6
- package/dist/models/index.d.ts +1 -1
- package/dist/models/index.js +1 -1
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/models/reimbursement-bill-cover-info.d.ts +84 -0
- package/dist/models/{reimbursement-bill-process-type-enum.js → reimbursement-bill-cover-info.js} +0 -11
- package/dist/models/reimbursement-bill-details-vo.d.ts +37 -0
- package/dist/models/reimbursement-bill-list-vo.d.ts +37 -0
- package/dist/models/reimbursement-bill-process-record-list-vo.d.ts +5 -6
- package/models/index.ts +1 -1
- package/models/ipage-energy-cost-record-info-vo.ts +6 -6
- package/models/reimbursement-bill-cover-info.ts +90 -0
- package/models/reimbursement-bill-details-vo.ts +39 -0
- package/models/reimbursement-bill-list-vo.ts +39 -0
- package/models/reimbursement-bill-process-record-list-vo.ts +5 -10
- package/ossutil.log +1194 -1191
- package/package.json +1 -1
- package/dist/esm/models/reimbursement-bill-process-type-enum.d.ts +0 -22
- package/dist/models/reimbursement-bill-process-type-enum.d.ts +0 -22
- package/models/reimbursement-bill-process-type-enum.ts +0 -32
|
@@ -0,0 +1,90 @@
|
|
|
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 ReimbursementBillCoverInfo
|
|
21
|
+
*/
|
|
22
|
+
export interface ReimbursementBillCoverInfo {
|
|
23
|
+
/**
|
|
24
|
+
* 业务编码
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ReimbursementBillCoverInfo
|
|
27
|
+
*/
|
|
28
|
+
'busCode'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* 业务域
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ReimbursementBillCoverInfo
|
|
33
|
+
*/
|
|
34
|
+
'buDomain'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 节点类型
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof ReimbursementBillCoverInfo
|
|
39
|
+
*/
|
|
40
|
+
'nodeType'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 业务结算账单号
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ReimbursementBillCoverInfo
|
|
45
|
+
*/
|
|
46
|
+
'billCode'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 财智云报账申请单号
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof ReimbursementBillCoverInfo
|
|
51
|
+
*/
|
|
52
|
+
'fdcNo'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* 报账单号
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof ReimbursementBillCoverInfo
|
|
57
|
+
*/
|
|
58
|
+
'reimNo'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 单据经办人账号
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof ReimbursementBillCoverInfo
|
|
63
|
+
*/
|
|
64
|
+
'handlerId'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* 单据经办人姓名
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof ReimbursementBillCoverInfo
|
|
69
|
+
*/
|
|
70
|
+
'handlerName'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* 业务场景
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof ReimbursementBillCoverInfo
|
|
75
|
+
*/
|
|
76
|
+
'srcInfo'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* 文件名
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof ReimbursementBillCoverInfo
|
|
81
|
+
*/
|
|
82
|
+
'fileName'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* 文件地址
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof ReimbursementBillCoverInfo
|
|
87
|
+
*/
|
|
88
|
+
'fileUrl'?: string;
|
|
89
|
+
}
|
|
90
|
+
|
|
@@ -24,6 +24,9 @@ import type { InvoiceTypeEnum } from './invoice-type-enum';
|
|
|
24
24
|
import type { PaymentMethodEnum } from './payment-method-enum';
|
|
25
25
|
// May contain unused imports in some cases
|
|
26
26
|
// @ts-ignore
|
|
27
|
+
import type { ReimbursementBillCoverInfo } from './reimbursement-bill-cover-info';
|
|
28
|
+
// May contain unused imports in some cases
|
|
29
|
+
// @ts-ignore
|
|
27
30
|
import type { ReimbursementBillHandleInfoVo } from './reimbursement-bill-handle-info-vo';
|
|
28
31
|
// May contain unused imports in some cases
|
|
29
32
|
// @ts-ignore
|
|
@@ -263,6 +266,42 @@ export interface ReimbursementBillDetailsVo {
|
|
|
263
266
|
* @memberof ReimbursementBillDetailsVo
|
|
264
267
|
*/
|
|
265
268
|
'reimbursementStatus'?: ReimbursementStatusEnum;
|
|
269
|
+
/**
|
|
270
|
+
* 是否已进行场景分摊
|
|
271
|
+
* @type {boolean}
|
|
272
|
+
* @memberof ReimbursementBillDetailsVo
|
|
273
|
+
*/
|
|
274
|
+
'scenarioAllocated'?: boolean;
|
|
275
|
+
/**
|
|
276
|
+
* 明细单号
|
|
277
|
+
* @type {string}
|
|
278
|
+
* @memberof ReimbursementBillDetailsVo
|
|
279
|
+
*/
|
|
280
|
+
'detailedOrderNo'?: string;
|
|
281
|
+
/**
|
|
282
|
+
* 财智云返回预算占用单号
|
|
283
|
+
* @type {string}
|
|
284
|
+
* @memberof ReimbursementBillDetailsVo
|
|
285
|
+
*/
|
|
286
|
+
'occupyNo'?: string;
|
|
287
|
+
/**
|
|
288
|
+
* 财智云报账申请单号
|
|
289
|
+
* @type {string}
|
|
290
|
+
* @memberof ReimbursementBillDetailsVo
|
|
291
|
+
*/
|
|
292
|
+
'fdcNo'?: string;
|
|
293
|
+
/**
|
|
294
|
+
* 报账平台BZD单号
|
|
295
|
+
* @type {string}
|
|
296
|
+
* @memberof ReimbursementBillDetailsVo
|
|
297
|
+
*/
|
|
298
|
+
'reimNo'?: string;
|
|
299
|
+
/**
|
|
300
|
+
*
|
|
301
|
+
* @type {ReimbursementBillCoverInfo}
|
|
302
|
+
* @memberof ReimbursementBillDetailsVo
|
|
303
|
+
*/
|
|
304
|
+
'billCover'?: ReimbursementBillCoverInfo;
|
|
266
305
|
}
|
|
267
306
|
|
|
268
307
|
export const ReimbursementBillDetailsVoTaxTypeEnum = {
|
|
@@ -24,6 +24,9 @@ import type { InvoiceTypeEnum } from './invoice-type-enum';
|
|
|
24
24
|
import type { PaymentMethodEnum } from './payment-method-enum';
|
|
25
25
|
// May contain unused imports in some cases
|
|
26
26
|
// @ts-ignore
|
|
27
|
+
import type { ReimbursementBillCoverInfo } from './reimbursement-bill-cover-info';
|
|
28
|
+
// May contain unused imports in some cases
|
|
29
|
+
// @ts-ignore
|
|
27
30
|
import type { ReimbursementStatusEnum } from './reimbursement-status-enum';
|
|
28
31
|
|
|
29
32
|
/**
|
|
@@ -164,6 +167,42 @@ export interface ReimbursementBillListVo {
|
|
|
164
167
|
* @memberof ReimbursementBillListVo
|
|
165
168
|
*/
|
|
166
169
|
'handlerUserId'?: number;
|
|
170
|
+
/**
|
|
171
|
+
* 是否已进行场景分摊
|
|
172
|
+
* @type {boolean}
|
|
173
|
+
* @memberof ReimbursementBillListVo
|
|
174
|
+
*/
|
|
175
|
+
'scenarioAllocated'?: boolean;
|
|
176
|
+
/**
|
|
177
|
+
* 明细单号
|
|
178
|
+
* @type {string}
|
|
179
|
+
* @memberof ReimbursementBillListVo
|
|
180
|
+
*/
|
|
181
|
+
'detailedOrderNo'?: string;
|
|
182
|
+
/**
|
|
183
|
+
* 财智云返回预算占用单号
|
|
184
|
+
* @type {string}
|
|
185
|
+
* @memberof ReimbursementBillListVo
|
|
186
|
+
*/
|
|
187
|
+
'occupyNo'?: string;
|
|
188
|
+
/**
|
|
189
|
+
* 财智云报账申请单号
|
|
190
|
+
* @type {string}
|
|
191
|
+
* @memberof ReimbursementBillListVo
|
|
192
|
+
*/
|
|
193
|
+
'fdcNo'?: string;
|
|
194
|
+
/**
|
|
195
|
+
* 报账平台BZD单号
|
|
196
|
+
* @type {string}
|
|
197
|
+
* @memberof ReimbursementBillListVo
|
|
198
|
+
*/
|
|
199
|
+
'reimNo'?: string;
|
|
200
|
+
/**
|
|
201
|
+
*
|
|
202
|
+
* @type {ReimbursementBillCoverInfo}
|
|
203
|
+
* @memberof ReimbursementBillListVo
|
|
204
|
+
*/
|
|
205
|
+
'billCover'?: ReimbursementBillCoverInfo;
|
|
167
206
|
}
|
|
168
207
|
|
|
169
208
|
|
|
@@ -13,9 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import type { ReimbursementBillProcessTypeEnum } from './reimbursement-bill-process-type-enum';
|
|
19
16
|
|
|
20
17
|
/**
|
|
21
18
|
* 报账单流转列表
|
|
@@ -30,11 +27,11 @@ export interface ReimbursementBillProcessRecordListVo {
|
|
|
30
27
|
*/
|
|
31
28
|
'reimbursementBillId'?: number;
|
|
32
29
|
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {
|
|
30
|
+
* 过程类型
|
|
31
|
+
* @type {string}
|
|
35
32
|
* @memberof ReimbursementBillProcessRecordListVo
|
|
36
33
|
*/
|
|
37
|
-
'processType'?:
|
|
34
|
+
'processType'?: string;
|
|
38
35
|
/**
|
|
39
36
|
* 处理人id
|
|
40
37
|
* @type {number}
|
|
@@ -54,12 +51,10 @@ export interface ReimbursementBillProcessRecordListVo {
|
|
|
54
51
|
*/
|
|
55
52
|
'handlerTime'?: string;
|
|
56
53
|
/**
|
|
57
|
-
*
|
|
54
|
+
* 备注
|
|
58
55
|
* @type {string}
|
|
59
56
|
* @memberof ReimbursementBillProcessRecordListVo
|
|
60
57
|
*/
|
|
61
|
-
'
|
|
58
|
+
'remarks'?: string;
|
|
62
59
|
}
|
|
63
60
|
|
|
64
|
-
|
|
65
|
-
|