@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.
Files changed (28) hide show
  1. package/.openapi-generator/FILES +1 -1
  2. package/dist/esm/models/index.d.ts +1 -1
  3. package/dist/esm/models/index.js +1 -1
  4. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
  5. package/dist/esm/models/reimbursement-bill-cover-info.d.ts +84 -0
  6. package/dist/esm/models/{reimbursement-bill-process-type-enum.js → reimbursement-bill-cover-info.js} +1 -10
  7. package/dist/esm/models/reimbursement-bill-details-vo.d.ts +37 -0
  8. package/dist/esm/models/reimbursement-bill-list-vo.d.ts +37 -0
  9. package/dist/esm/models/reimbursement-bill-process-record-list-vo.d.ts +5 -6
  10. package/dist/models/index.d.ts +1 -1
  11. package/dist/models/index.js +1 -1
  12. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
  13. package/dist/models/reimbursement-bill-cover-info.d.ts +84 -0
  14. package/dist/models/{reimbursement-bill-process-type-enum.js → reimbursement-bill-cover-info.js} +0 -11
  15. package/dist/models/reimbursement-bill-details-vo.d.ts +37 -0
  16. package/dist/models/reimbursement-bill-list-vo.d.ts +37 -0
  17. package/dist/models/reimbursement-bill-process-record-list-vo.d.ts +5 -6
  18. package/models/index.ts +1 -1
  19. package/models/ipage-energy-cost-record-info-vo.ts +6 -6
  20. package/models/reimbursement-bill-cover-info.ts +90 -0
  21. package/models/reimbursement-bill-details-vo.ts +39 -0
  22. package/models/reimbursement-bill-list-vo.ts +39 -0
  23. package/models/reimbursement-bill-process-record-list-vo.ts +5 -10
  24. package/ossutil.log +1194 -1191
  25. package/package.json +1 -1
  26. package/dist/esm/models/reimbursement-bill-process-type-enum.d.ts +0 -22
  27. package/dist/models/reimbursement-bill-process-type-enum.d.ts +0 -22
  28. package/models/reimbursement-bill-process-type-enum.ts +0 -32
@@ -529,6 +529,7 @@ models/privacy-update-state-dto.ts
529
529
  models/process-network-monitor-repair-vo.ts
530
530
  models/process-work-order-vo.ts
531
531
  models/register-body.ts
532
+ models/reimbursement-bill-cover-info.ts
532
533
  models/reimbursement-bill-details-vo.ts
533
534
  models/reimbursement-bill-draft-dto.ts
534
535
  models/reimbursement-bill-handle-info-add-dto.ts
@@ -536,7 +537,6 @@ models/reimbursement-bill-handle-info-vo.ts
536
537
  models/reimbursement-bill-list-vo.ts
537
538
  models/reimbursement-bill-payer-vo.ts
538
539
  models/reimbursement-bill-process-record-list-vo.ts
539
- models/reimbursement-bill-process-type-enum.ts
540
540
  models/reimbursement-bill-submit-dto.ts
541
541
  models/reimbursement-create-result-dto.ts
542
542
  models/reimbursement-platform-status-dto.ts
@@ -477,6 +477,7 @@ export * from './privacy-update-state-dto';
477
477
  export * from './process-network-monitor-repair-vo';
478
478
  export * from './process-work-order-vo';
479
479
  export * from './register-body';
480
+ export * from './reimbursement-bill-cover-info';
480
481
  export * from './reimbursement-bill-details-vo';
481
482
  export * from './reimbursement-bill-draft-dto';
482
483
  export * from './reimbursement-bill-handle-info-add-dto';
@@ -484,7 +485,6 @@ export * from './reimbursement-bill-handle-info-vo';
484
485
  export * from './reimbursement-bill-list-vo';
485
486
  export * from './reimbursement-bill-payer-vo';
486
487
  export * from './reimbursement-bill-process-record-list-vo';
487
- export * from './reimbursement-bill-process-type-enum';
488
488
  export * from './reimbursement-bill-submit-dto';
489
489
  export * from './reimbursement-create-result-dto';
490
490
  export * from './reimbursement-platform-status-dto';
@@ -477,6 +477,7 @@ export * from './privacy-update-state-dto';
477
477
  export * from './process-network-monitor-repair-vo';
478
478
  export * from './process-work-order-vo';
479
479
  export * from './register-body';
480
+ export * from './reimbursement-bill-cover-info';
480
481
  export * from './reimbursement-bill-details-vo';
481
482
  export * from './reimbursement-bill-draft-dto';
482
483
  export * from './reimbursement-bill-handle-info-add-dto';
@@ -484,7 +485,6 @@ export * from './reimbursement-bill-handle-info-vo';
484
485
  export * from './reimbursement-bill-list-vo';
485
486
  export * from './reimbursement-bill-payer-vo';
486
487
  export * from './reimbursement-bill-process-record-list-vo';
487
- export * from './reimbursement-bill-process-type-enum';
488
488
  export * from './reimbursement-bill-submit-dto';
489
489
  export * from './reimbursement-create-result-dto';
490
490
  export * from './reimbursement-platform-status-dto';
@@ -34,12 +34,6 @@ export interface IPageEnergyCostRecordInfoVO {
34
34
  * @memberof IPageEnergyCostRecordInfoVO
35
35
  */
36
36
  'records'?: Array<EnergyCostRecordInfoVO>;
37
- /**
38
- *
39
- * @type {boolean}
40
- * @memberof IPageEnergyCostRecordInfoVO
41
- */
42
- 'searchCount'?: boolean;
43
37
  /**
44
38
  *
45
39
  * @type {number}
@@ -53,6 +47,12 @@ export interface IPageEnergyCostRecordInfoVO {
53
47
  * @deprecated
54
48
  */
55
49
  'hitCount'?: boolean;
50
+ /**
51
+ *
52
+ * @type {boolean}
53
+ * @memberof IPageEnergyCostRecordInfoVO
54
+ */
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -0,0 +1,84 @@
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 ReimbursementBillCoverInfo
16
+ */
17
+ export interface ReimbursementBillCoverInfo {
18
+ /**
19
+ * 业务编码
20
+ * @type {string}
21
+ * @memberof ReimbursementBillCoverInfo
22
+ */
23
+ 'busCode'?: string;
24
+ /**
25
+ * 业务域
26
+ * @type {string}
27
+ * @memberof ReimbursementBillCoverInfo
28
+ */
29
+ 'buDomain'?: string;
30
+ /**
31
+ * 节点类型
32
+ * @type {string}
33
+ * @memberof ReimbursementBillCoverInfo
34
+ */
35
+ 'nodeType'?: string;
36
+ /**
37
+ * 业务结算账单号
38
+ * @type {string}
39
+ * @memberof ReimbursementBillCoverInfo
40
+ */
41
+ 'billCode'?: string;
42
+ /**
43
+ * 财智云报账申请单号
44
+ * @type {string}
45
+ * @memberof ReimbursementBillCoverInfo
46
+ */
47
+ 'fdcNo'?: string;
48
+ /**
49
+ * 报账单号
50
+ * @type {string}
51
+ * @memberof ReimbursementBillCoverInfo
52
+ */
53
+ 'reimNo'?: string;
54
+ /**
55
+ * 单据经办人账号
56
+ * @type {string}
57
+ * @memberof ReimbursementBillCoverInfo
58
+ */
59
+ 'handlerId'?: string;
60
+ /**
61
+ * 单据经办人姓名
62
+ * @type {string}
63
+ * @memberof ReimbursementBillCoverInfo
64
+ */
65
+ 'handlerName'?: string;
66
+ /**
67
+ * 业务场景
68
+ * @type {string}
69
+ * @memberof ReimbursementBillCoverInfo
70
+ */
71
+ 'srcInfo'?: string;
72
+ /**
73
+ * 文件名
74
+ * @type {string}
75
+ * @memberof ReimbursementBillCoverInfo
76
+ */
77
+ 'fileName'?: string;
78
+ /**
79
+ * 文件地址
80
+ * @type {string}
81
+ * @memberof ReimbursementBillCoverInfo
82
+ */
83
+ 'fileUrl'?: string;
84
+ }
@@ -11,13 +11,4 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- /**
15
- * 过程类型
16
- * @export
17
- * @enum {string}
18
- */
19
- export const ReimbursementBillProcessTypeEnum = {
20
- Initiate: 'INITIATE',
21
- Submit: 'SUBMIT',
22
- Withdraw: 'WITHDRAW'
23
- };
14
+ export {};
@@ -12,6 +12,7 @@
12
12
  import type { ExpenseSubjectEnum } from './expense-subject-enum';
13
13
  import type { InvoiceTypeEnum } from './invoice-type-enum';
14
14
  import type { PaymentMethodEnum } from './payment-method-enum';
15
+ import type { ReimbursementBillCoverInfo } from './reimbursement-bill-cover-info';
15
16
  import type { ReimbursementBillHandleInfoVo } from './reimbursement-bill-handle-info-vo';
16
17
  import type { ReimbursementStatusEnum } from './reimbursement-status-enum';
17
18
  /**
@@ -248,6 +249,42 @@ export interface ReimbursementBillDetailsVo {
248
249
  * @memberof ReimbursementBillDetailsVo
249
250
  */
250
251
  'reimbursementStatus'?: ReimbursementStatusEnum;
252
+ /**
253
+ * 是否已进行场景分摊
254
+ * @type {boolean}
255
+ * @memberof ReimbursementBillDetailsVo
256
+ */
257
+ 'scenarioAllocated'?: boolean;
258
+ /**
259
+ * 明细单号
260
+ * @type {string}
261
+ * @memberof ReimbursementBillDetailsVo
262
+ */
263
+ 'detailedOrderNo'?: string;
264
+ /**
265
+ * 财智云返回预算占用单号
266
+ * @type {string}
267
+ * @memberof ReimbursementBillDetailsVo
268
+ */
269
+ 'occupyNo'?: string;
270
+ /**
271
+ * 财智云报账申请单号
272
+ * @type {string}
273
+ * @memberof ReimbursementBillDetailsVo
274
+ */
275
+ 'fdcNo'?: string;
276
+ /**
277
+ * 报账平台BZD单号
278
+ * @type {string}
279
+ * @memberof ReimbursementBillDetailsVo
280
+ */
281
+ 'reimNo'?: string;
282
+ /**
283
+ *
284
+ * @type {ReimbursementBillCoverInfo}
285
+ * @memberof ReimbursementBillDetailsVo
286
+ */
287
+ 'billCover'?: ReimbursementBillCoverInfo;
251
288
  }
252
289
  export declare const ReimbursementBillDetailsVoTaxTypeEnum: {
253
290
  readonly Tax13Product: "TAX_13_PRODUCT";
@@ -12,6 +12,7 @@
12
12
  import type { ExpenseSubjectEnum } from './expense-subject-enum';
13
13
  import type { InvoiceTypeEnum } from './invoice-type-enum';
14
14
  import type { PaymentMethodEnum } from './payment-method-enum';
15
+ import type { ReimbursementBillCoverInfo } from './reimbursement-bill-cover-info';
15
16
  import type { ReimbursementStatusEnum } from './reimbursement-status-enum';
16
17
  /**
17
18
  * 报账单列表
@@ -151,4 +152,40 @@ export interface ReimbursementBillListVo {
151
152
  * @memberof ReimbursementBillListVo
152
153
  */
153
154
  'handlerUserId'?: number;
155
+ /**
156
+ * 是否已进行场景分摊
157
+ * @type {boolean}
158
+ * @memberof ReimbursementBillListVo
159
+ */
160
+ 'scenarioAllocated'?: boolean;
161
+ /**
162
+ * 明细单号
163
+ * @type {string}
164
+ * @memberof ReimbursementBillListVo
165
+ */
166
+ 'detailedOrderNo'?: string;
167
+ /**
168
+ * 财智云返回预算占用单号
169
+ * @type {string}
170
+ * @memberof ReimbursementBillListVo
171
+ */
172
+ 'occupyNo'?: string;
173
+ /**
174
+ * 财智云报账申请单号
175
+ * @type {string}
176
+ * @memberof ReimbursementBillListVo
177
+ */
178
+ 'fdcNo'?: string;
179
+ /**
180
+ * 报账平台BZD单号
181
+ * @type {string}
182
+ * @memberof ReimbursementBillListVo
183
+ */
184
+ 'reimNo'?: string;
185
+ /**
186
+ *
187
+ * @type {ReimbursementBillCoverInfo}
188
+ * @memberof ReimbursementBillListVo
189
+ */
190
+ 'billCover'?: ReimbursementBillCoverInfo;
154
191
  }
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { ReimbursementBillProcessTypeEnum } from './reimbursement-bill-process-type-enum';
13
12
  /**
14
13
  * 报账单流转列表
15
14
  * @export
@@ -23,11 +22,11 @@ export interface ReimbursementBillProcessRecordListVo {
23
22
  */
24
23
  'reimbursementBillId'?: number;
25
24
  /**
26
- *
27
- * @type {ReimbursementBillProcessTypeEnum}
25
+ * 过程类型
26
+ * @type {string}
28
27
  * @memberof ReimbursementBillProcessRecordListVo
29
28
  */
30
- 'processType'?: ReimbursementBillProcessTypeEnum;
29
+ 'processType'?: string;
31
30
  /**
32
31
  * 处理人id
33
32
  * @type {number}
@@ -47,9 +46,9 @@ export interface ReimbursementBillProcessRecordListVo {
47
46
  */
48
47
  'handlerTime'?: string;
49
48
  /**
50
- * 处理状态
49
+ * 备注
51
50
  * @type {string}
52
51
  * @memberof ReimbursementBillProcessRecordListVo
53
52
  */
54
- 'handlerStatus'?: string;
53
+ 'remarks'?: string;
55
54
  }
@@ -477,6 +477,7 @@ export * from './privacy-update-state-dto';
477
477
  export * from './process-network-monitor-repair-vo';
478
478
  export * from './process-work-order-vo';
479
479
  export * from './register-body';
480
+ export * from './reimbursement-bill-cover-info';
480
481
  export * from './reimbursement-bill-details-vo';
481
482
  export * from './reimbursement-bill-draft-dto';
482
483
  export * from './reimbursement-bill-handle-info-add-dto';
@@ -484,7 +485,6 @@ export * from './reimbursement-bill-handle-info-vo';
484
485
  export * from './reimbursement-bill-list-vo';
485
486
  export * from './reimbursement-bill-payer-vo';
486
487
  export * from './reimbursement-bill-process-record-list-vo';
487
- export * from './reimbursement-bill-process-type-enum';
488
488
  export * from './reimbursement-bill-submit-dto';
489
489
  export * from './reimbursement-create-result-dto';
490
490
  export * from './reimbursement-platform-status-dto';
@@ -493,6 +493,7 @@ __exportStar(require("./privacy-update-state-dto"), exports);
493
493
  __exportStar(require("./process-network-monitor-repair-vo"), exports);
494
494
  __exportStar(require("./process-work-order-vo"), exports);
495
495
  __exportStar(require("./register-body"), exports);
496
+ __exportStar(require("./reimbursement-bill-cover-info"), exports);
496
497
  __exportStar(require("./reimbursement-bill-details-vo"), exports);
497
498
  __exportStar(require("./reimbursement-bill-draft-dto"), exports);
498
499
  __exportStar(require("./reimbursement-bill-handle-info-add-dto"), exports);
@@ -500,7 +501,6 @@ __exportStar(require("./reimbursement-bill-handle-info-vo"), exports);
500
501
  __exportStar(require("./reimbursement-bill-list-vo"), exports);
501
502
  __exportStar(require("./reimbursement-bill-payer-vo"), exports);
502
503
  __exportStar(require("./reimbursement-bill-process-record-list-vo"), exports);
503
- __exportStar(require("./reimbursement-bill-process-type-enum"), exports);
504
504
  __exportStar(require("./reimbursement-bill-submit-dto"), exports);
505
505
  __exportStar(require("./reimbursement-create-result-dto"), exports);
506
506
  __exportStar(require("./reimbursement-platform-status-dto"), exports);
@@ -34,12 +34,6 @@ export interface IPageEnergyCostRecordInfoVO {
34
34
  * @memberof IPageEnergyCostRecordInfoVO
35
35
  */
36
36
  'records'?: Array<EnergyCostRecordInfoVO>;
37
- /**
38
- *
39
- * @type {boolean}
40
- * @memberof IPageEnergyCostRecordInfoVO
41
- */
42
- 'searchCount'?: boolean;
43
37
  /**
44
38
  *
45
39
  * @type {number}
@@ -53,6 +47,12 @@ export interface IPageEnergyCostRecordInfoVO {
53
47
  * @deprecated
54
48
  */
55
49
  'hitCount'?: boolean;
50
+ /**
51
+ *
52
+ * @type {boolean}
53
+ * @memberof IPageEnergyCostRecordInfoVO
54
+ */
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -0,0 +1,84 @@
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 ReimbursementBillCoverInfo
16
+ */
17
+ export interface ReimbursementBillCoverInfo {
18
+ /**
19
+ * 业务编码
20
+ * @type {string}
21
+ * @memberof ReimbursementBillCoverInfo
22
+ */
23
+ 'busCode'?: string;
24
+ /**
25
+ * 业务域
26
+ * @type {string}
27
+ * @memberof ReimbursementBillCoverInfo
28
+ */
29
+ 'buDomain'?: string;
30
+ /**
31
+ * 节点类型
32
+ * @type {string}
33
+ * @memberof ReimbursementBillCoverInfo
34
+ */
35
+ 'nodeType'?: string;
36
+ /**
37
+ * 业务结算账单号
38
+ * @type {string}
39
+ * @memberof ReimbursementBillCoverInfo
40
+ */
41
+ 'billCode'?: string;
42
+ /**
43
+ * 财智云报账申请单号
44
+ * @type {string}
45
+ * @memberof ReimbursementBillCoverInfo
46
+ */
47
+ 'fdcNo'?: string;
48
+ /**
49
+ * 报账单号
50
+ * @type {string}
51
+ * @memberof ReimbursementBillCoverInfo
52
+ */
53
+ 'reimNo'?: string;
54
+ /**
55
+ * 单据经办人账号
56
+ * @type {string}
57
+ * @memberof ReimbursementBillCoverInfo
58
+ */
59
+ 'handlerId'?: string;
60
+ /**
61
+ * 单据经办人姓名
62
+ * @type {string}
63
+ * @memberof ReimbursementBillCoverInfo
64
+ */
65
+ 'handlerName'?: string;
66
+ /**
67
+ * 业务场景
68
+ * @type {string}
69
+ * @memberof ReimbursementBillCoverInfo
70
+ */
71
+ 'srcInfo'?: string;
72
+ /**
73
+ * 文件名
74
+ * @type {string}
75
+ * @memberof ReimbursementBillCoverInfo
76
+ */
77
+ 'fileName'?: string;
78
+ /**
79
+ * 文件地址
80
+ * @type {string}
81
+ * @memberof ReimbursementBillCoverInfo
82
+ */
83
+ 'fileUrl'?: string;
84
+ }
@@ -13,14 +13,3 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.ReimbursementBillProcessTypeEnum = void 0;
17
- /**
18
- * 过程类型
19
- * @export
20
- * @enum {string}
21
- */
22
- exports.ReimbursementBillProcessTypeEnum = {
23
- Initiate: 'INITIATE',
24
- Submit: 'SUBMIT',
25
- Withdraw: 'WITHDRAW'
26
- };
@@ -12,6 +12,7 @@
12
12
  import type { ExpenseSubjectEnum } from './expense-subject-enum';
13
13
  import type { InvoiceTypeEnum } from './invoice-type-enum';
14
14
  import type { PaymentMethodEnum } from './payment-method-enum';
15
+ import type { ReimbursementBillCoverInfo } from './reimbursement-bill-cover-info';
15
16
  import type { ReimbursementBillHandleInfoVo } from './reimbursement-bill-handle-info-vo';
16
17
  import type { ReimbursementStatusEnum } from './reimbursement-status-enum';
17
18
  /**
@@ -248,6 +249,42 @@ export interface ReimbursementBillDetailsVo {
248
249
  * @memberof ReimbursementBillDetailsVo
249
250
  */
250
251
  'reimbursementStatus'?: ReimbursementStatusEnum;
252
+ /**
253
+ * 是否已进行场景分摊
254
+ * @type {boolean}
255
+ * @memberof ReimbursementBillDetailsVo
256
+ */
257
+ 'scenarioAllocated'?: boolean;
258
+ /**
259
+ * 明细单号
260
+ * @type {string}
261
+ * @memberof ReimbursementBillDetailsVo
262
+ */
263
+ 'detailedOrderNo'?: string;
264
+ /**
265
+ * 财智云返回预算占用单号
266
+ * @type {string}
267
+ * @memberof ReimbursementBillDetailsVo
268
+ */
269
+ 'occupyNo'?: string;
270
+ /**
271
+ * 财智云报账申请单号
272
+ * @type {string}
273
+ * @memberof ReimbursementBillDetailsVo
274
+ */
275
+ 'fdcNo'?: string;
276
+ /**
277
+ * 报账平台BZD单号
278
+ * @type {string}
279
+ * @memberof ReimbursementBillDetailsVo
280
+ */
281
+ 'reimNo'?: string;
282
+ /**
283
+ *
284
+ * @type {ReimbursementBillCoverInfo}
285
+ * @memberof ReimbursementBillDetailsVo
286
+ */
287
+ 'billCover'?: ReimbursementBillCoverInfo;
251
288
  }
252
289
  export declare const ReimbursementBillDetailsVoTaxTypeEnum: {
253
290
  readonly Tax13Product: "TAX_13_PRODUCT";
@@ -12,6 +12,7 @@
12
12
  import type { ExpenseSubjectEnum } from './expense-subject-enum';
13
13
  import type { InvoiceTypeEnum } from './invoice-type-enum';
14
14
  import type { PaymentMethodEnum } from './payment-method-enum';
15
+ import type { ReimbursementBillCoverInfo } from './reimbursement-bill-cover-info';
15
16
  import type { ReimbursementStatusEnum } from './reimbursement-status-enum';
16
17
  /**
17
18
  * 报账单列表
@@ -151,4 +152,40 @@ export interface ReimbursementBillListVo {
151
152
  * @memberof ReimbursementBillListVo
152
153
  */
153
154
  'handlerUserId'?: number;
155
+ /**
156
+ * 是否已进行场景分摊
157
+ * @type {boolean}
158
+ * @memberof ReimbursementBillListVo
159
+ */
160
+ 'scenarioAllocated'?: boolean;
161
+ /**
162
+ * 明细单号
163
+ * @type {string}
164
+ * @memberof ReimbursementBillListVo
165
+ */
166
+ 'detailedOrderNo'?: string;
167
+ /**
168
+ * 财智云返回预算占用单号
169
+ * @type {string}
170
+ * @memberof ReimbursementBillListVo
171
+ */
172
+ 'occupyNo'?: string;
173
+ /**
174
+ * 财智云报账申请单号
175
+ * @type {string}
176
+ * @memberof ReimbursementBillListVo
177
+ */
178
+ 'fdcNo'?: string;
179
+ /**
180
+ * 报账平台BZD单号
181
+ * @type {string}
182
+ * @memberof ReimbursementBillListVo
183
+ */
184
+ 'reimNo'?: string;
185
+ /**
186
+ *
187
+ * @type {ReimbursementBillCoverInfo}
188
+ * @memberof ReimbursementBillListVo
189
+ */
190
+ 'billCover'?: ReimbursementBillCoverInfo;
154
191
  }
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { ReimbursementBillProcessTypeEnum } from './reimbursement-bill-process-type-enum';
13
12
  /**
14
13
  * 报账单流转列表
15
14
  * @export
@@ -23,11 +22,11 @@ export interface ReimbursementBillProcessRecordListVo {
23
22
  */
24
23
  'reimbursementBillId'?: number;
25
24
  /**
26
- *
27
- * @type {ReimbursementBillProcessTypeEnum}
25
+ * 过程类型
26
+ * @type {string}
28
27
  * @memberof ReimbursementBillProcessRecordListVo
29
28
  */
30
- 'processType'?: ReimbursementBillProcessTypeEnum;
29
+ 'processType'?: string;
31
30
  /**
32
31
  * 处理人id
33
32
  * @type {number}
@@ -47,9 +46,9 @@ export interface ReimbursementBillProcessRecordListVo {
47
46
  */
48
47
  'handlerTime'?: string;
49
48
  /**
50
- * 处理状态
49
+ * 备注
51
50
  * @type {string}
52
51
  * @memberof ReimbursementBillProcessRecordListVo
53
52
  */
54
- 'handlerStatus'?: string;
53
+ 'remarks'?: string;
55
54
  }
package/models/index.ts CHANGED
@@ -477,6 +477,7 @@ export * from './privacy-update-state-dto';
477
477
  export * from './process-network-monitor-repair-vo';
478
478
  export * from './process-work-order-vo';
479
479
  export * from './register-body';
480
+ export * from './reimbursement-bill-cover-info';
480
481
  export * from './reimbursement-bill-details-vo';
481
482
  export * from './reimbursement-bill-draft-dto';
482
483
  export * from './reimbursement-bill-handle-info-add-dto';
@@ -484,7 +485,6 @@ export * from './reimbursement-bill-handle-info-vo';
484
485
  export * from './reimbursement-bill-list-vo';
485
486
  export * from './reimbursement-bill-payer-vo';
486
487
  export * from './reimbursement-bill-process-record-list-vo';
487
- export * from './reimbursement-bill-process-type-enum';
488
488
  export * from './reimbursement-bill-submit-dto';
489
489
  export * from './reimbursement-create-result-dto';
490
490
  export * from './reimbursement-platform-status-dto';
@@ -41,12 +41,6 @@ export interface IPageEnergyCostRecordInfoVO {
41
41
  * @memberof IPageEnergyCostRecordInfoVO
42
42
  */
43
43
  'records'?: Array<EnergyCostRecordInfoVO>;
44
- /**
45
- *
46
- * @type {boolean}
47
- * @memberof IPageEnergyCostRecordInfoVO
48
- */
49
- 'searchCount'?: boolean;
50
44
  /**
51
45
  *
52
46
  * @type {number}
@@ -60,6 +54,12 @@ export interface IPageEnergyCostRecordInfoVO {
60
54
  * @deprecated
61
55
  */
62
56
  'hitCount'?: boolean;
57
+ /**
58
+ *
59
+ * @type {boolean}
60
+ * @memberof IPageEnergyCostRecordInfoVO
61
+ */
62
+ 'searchCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}