@gizone/rrs-client 4.2.9-alpha.578 → 4.2.9-alpha.584

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.
@@ -24,16 +24,16 @@ export interface IPageEnergyCostRecordInfoVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {number}
27
+ * @type {Array<EnergyCostRecordInfoVO>}
28
28
  * @memberof IPageEnergyCostRecordInfoVO
29
29
  */
30
- 'current'?: number;
30
+ 'records'?: Array<EnergyCostRecordInfoVO>;
31
31
  /**
32
32
  *
33
- * @type {Array<EnergyCostRecordInfoVO>}
33
+ * @type {number}
34
34
  * @memberof IPageEnergyCostRecordInfoVO
35
35
  */
36
- 'records'?: Array<EnergyCostRecordInfoVO>;
36
+ 'current'?: number;
37
37
  /**
38
38
  *
39
39
  * @type {number}
@@ -13,6 +13,7 @@ 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
15
  import type { ReimbursementBillHandleInfoVo } from './reimbursement-bill-handle-info-vo';
16
+ import type { ReimbursementStatusEnum } from './reimbursement-status-enum';
16
17
  /**
17
18
  * 报账单详情
18
19
  * @export
@@ -229,6 +230,12 @@ export interface ReimbursementBillDetailsVo {
229
230
  * @memberof ReimbursementBillDetailsVo
230
231
  */
231
232
  'handlerUserId'?: number;
233
+ /**
234
+ *
235
+ * @type {ReimbursementStatusEnum}
236
+ * @memberof ReimbursementBillDetailsVo
237
+ */
238
+ 'reimbursementStatus'?: ReimbursementStatusEnum;
232
239
  }
233
240
  export declare const ReimbursementBillDetailsVoTaxTypeEnum: {
234
241
  readonly Tax13Product: "TAX_13_PRODUCT";
@@ -24,16 +24,16 @@ export interface IPageEnergyCostRecordInfoVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {number}
27
+ * @type {Array<EnergyCostRecordInfoVO>}
28
28
  * @memberof IPageEnergyCostRecordInfoVO
29
29
  */
30
- 'current'?: number;
30
+ 'records'?: Array<EnergyCostRecordInfoVO>;
31
31
  /**
32
32
  *
33
- * @type {Array<EnergyCostRecordInfoVO>}
33
+ * @type {number}
34
34
  * @memberof IPageEnergyCostRecordInfoVO
35
35
  */
36
- 'records'?: Array<EnergyCostRecordInfoVO>;
36
+ 'current'?: number;
37
37
  /**
38
38
  *
39
39
  * @type {number}
@@ -13,6 +13,7 @@ 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
15
  import type { ReimbursementBillHandleInfoVo } from './reimbursement-bill-handle-info-vo';
16
+ import type { ReimbursementStatusEnum } from './reimbursement-status-enum';
16
17
  /**
17
18
  * 报账单详情
18
19
  * @export
@@ -229,6 +230,12 @@ export interface ReimbursementBillDetailsVo {
229
230
  * @memberof ReimbursementBillDetailsVo
230
231
  */
231
232
  'handlerUserId'?: number;
233
+ /**
234
+ *
235
+ * @type {ReimbursementStatusEnum}
236
+ * @memberof ReimbursementBillDetailsVo
237
+ */
238
+ 'reimbursementStatus'?: ReimbursementStatusEnum;
232
239
  }
233
240
  export declare const ReimbursementBillDetailsVoTaxTypeEnum: {
234
241
  readonly Tax13Product: "TAX_13_PRODUCT";
@@ -31,16 +31,16 @@ export interface IPageEnergyCostRecordInfoVO {
31
31
  'total'?: number;
32
32
  /**
33
33
  *
34
- * @type {number}
34
+ * @type {Array<EnergyCostRecordInfoVO>}
35
35
  * @memberof IPageEnergyCostRecordInfoVO
36
36
  */
37
- 'current'?: number;
37
+ 'records'?: Array<EnergyCostRecordInfoVO>;
38
38
  /**
39
39
  *
40
- * @type {Array<EnergyCostRecordInfoVO>}
40
+ * @type {number}
41
41
  * @memberof IPageEnergyCostRecordInfoVO
42
42
  */
43
- 'records'?: Array<EnergyCostRecordInfoVO>;
43
+ 'current'?: number;
44
44
  /**
45
45
  *
46
46
  * @type {number}
@@ -25,6 +25,9 @@ import type { PaymentMethodEnum } from './payment-method-enum';
25
25
  // May contain unused imports in some cases
26
26
  // @ts-ignore
27
27
  import type { ReimbursementBillHandleInfoVo } from './reimbursement-bill-handle-info-vo';
28
+ // May contain unused imports in some cases
29
+ // @ts-ignore
30
+ import type { ReimbursementStatusEnum } from './reimbursement-status-enum';
28
31
 
29
32
  /**
30
33
  * 报账单详情
@@ -242,6 +245,12 @@ export interface ReimbursementBillDetailsVo {
242
245
  * @memberof ReimbursementBillDetailsVo
243
246
  */
244
247
  'handlerUserId'?: number;
248
+ /**
249
+ *
250
+ * @type {ReimbursementStatusEnum}
251
+ * @memberof ReimbursementBillDetailsVo
252
+ */
253
+ 'reimbursementStatus'?: ReimbursementStatusEnum;
245
254
  }
246
255
 
247
256
  export const ReimbursementBillDetailsVoTaxTypeEnum = {