@gizone/rrs-client 4.2.9-alpha.566 → 4.2.9-alpha.570

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 (139) hide show
  1. package/.openapi-generator/FILES +23 -0
  2. package/api.ts +2 -0
  3. package/apis/energy-cost-controller-api.ts +387 -34
  4. package/apis/mdmapi.ts +217 -0
  5. package/apis/reimbursement-bill-api.ts +605 -0
  6. package/dist/api.d.ts +2 -0
  7. package/dist/api.js +2 -0
  8. package/dist/apis/energy-cost-controller-api.d.ts +208 -25
  9. package/dist/apis/energy-cost-controller-api.js +315 -21
  10. package/dist/apis/mdmapi.d.ts +117 -0
  11. package/dist/apis/mdmapi.js +200 -0
  12. package/dist/apis/reimbursement-bill-api.d.ts +323 -0
  13. package/dist/apis/reimbursement-bill-api.js +489 -0
  14. package/dist/esm/api.d.ts +2 -0
  15. package/dist/esm/api.js +2 -0
  16. package/dist/esm/apis/energy-cost-controller-api.d.ts +208 -25
  17. package/dist/esm/apis/energy-cost-controller-api.js +314 -20
  18. package/dist/esm/apis/mdmapi.d.ts +117 -0
  19. package/dist/esm/apis/mdmapi.js +193 -0
  20. package/dist/esm/apis/reimbursement-bill-api.d.ts +323 -0
  21. package/dist/esm/apis/reimbursement-bill-api.js +482 -0
  22. package/dist/esm/models/energy-cost-import-redis-vo.d.ts +55 -0
  23. package/dist/esm/models/energy-cost-import-redis-vo.js +14 -0
  24. package/dist/esm/models/energy-cost-month-setting-excel-dto.d.ts +78 -0
  25. package/dist/esm/models/energy-cost-month-setting-excel-dto.js +14 -0
  26. package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +12 -0
  27. package/dist/esm/models/expense-subject-enum.d.ts +22 -0
  28. package/dist/esm/models/expense-subject-enum.js +23 -0
  29. package/dist/esm/models/index.d.ts +21 -0
  30. package/dist/esm/models/index.js +21 -0
  31. package/dist/esm/models/invoice-type-enum.d.ts +22 -0
  32. package/dist/esm/models/invoice-type-enum.js +23 -0
  33. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
  34. package/dist/esm/models/json-result-energy-cost-import-redis-vo.d.ts +62 -0
  35. package/dist/esm/models/json-result-energy-cost-import-redis-vo.js +14 -0
  36. package/dist/esm/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +62 -0
  37. package/dist/esm/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.js +14 -0
  38. package/dist/esm/models/json-result-list-mdm-increment-vendors-vo.d.ts +62 -0
  39. package/dist/esm/models/json-result-list-mdm-increment-vendors-vo.js +14 -0
  40. package/dist/esm/models/json-result-page-dto-reimbursement-bill-list-vo.d.ts +62 -0
  41. package/dist/esm/models/json-result-page-dto-reimbursement-bill-list-vo.js +14 -0
  42. package/dist/esm/models/json-result-reimbursement-bill-details-vo.d.ts +62 -0
  43. package/dist/esm/models/json-result-reimbursement-bill-details-vo.js +14 -0
  44. package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.d.ts +72 -0
  45. package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.js +14 -0
  46. package/dist/esm/models/mdm-increment-vendors-vo.d.ts +90 -0
  47. package/dist/esm/models/mdm-increment-vendors-vo.js +14 -0
  48. package/dist/esm/models/page-dto-reimbursement-bill-list-vo.d.ts +31 -0
  49. package/dist/esm/models/page-dto-reimbursement-bill-list-vo.js +14 -0
  50. package/dist/esm/models/payment-method-enum.d.ts +23 -0
  51. package/dist/esm/models/payment-method-enum.js +24 -0
  52. package/dist/esm/models/reimbursement-bill-details-vo.d.ts +242 -0
  53. package/dist/esm/models/reimbursement-bill-details-vo.js +22 -0
  54. package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +188 -0
  55. package/dist/esm/models/reimbursement-bill-draft-dto.js +22 -0
  56. package/dist/esm/models/reimbursement-bill-handle-info-add-dto.d.ts +36 -0
  57. package/dist/esm/models/reimbursement-bill-handle-info-add-dto.js +14 -0
  58. package/dist/esm/models/reimbursement-bill-handle-info-vo.d.ts +48 -0
  59. package/dist/esm/models/reimbursement-bill-handle-info-vo.js +14 -0
  60. package/dist/esm/models/reimbursement-bill-list-vo.d.ts +142 -0
  61. package/dist/esm/models/reimbursement-bill-list-vo.js +14 -0
  62. package/dist/esm/models/reimbursement-bill-search-dto.d.ts +68 -0
  63. package/dist/esm/models/reimbursement-bill-search-dto.js +14 -0
  64. package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +188 -0
  65. package/dist/esm/models/reimbursement-bill-submit-dto.js +22 -0
  66. package/dist/esm/models/reimbursement-status-enum.d.ts +23 -0
  67. package/dist/esm/models/reimbursement-status-enum.js +24 -0
  68. package/dist/models/energy-cost-import-redis-vo.d.ts +55 -0
  69. package/dist/models/energy-cost-import-redis-vo.js +15 -0
  70. package/dist/models/energy-cost-month-setting-excel-dto.d.ts +78 -0
  71. package/dist/models/energy-cost-month-setting-excel-dto.js +15 -0
  72. package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +12 -0
  73. package/dist/models/expense-subject-enum.d.ts +22 -0
  74. package/dist/models/expense-subject-enum.js +26 -0
  75. package/dist/models/index.d.ts +21 -0
  76. package/dist/models/index.js +21 -0
  77. package/dist/models/invoice-type-enum.d.ts +22 -0
  78. package/dist/models/invoice-type-enum.js +26 -0
  79. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
  80. package/dist/models/json-result-energy-cost-import-redis-vo.d.ts +62 -0
  81. package/dist/models/json-result-energy-cost-import-redis-vo.js +15 -0
  82. package/dist/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +62 -0
  83. package/dist/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.js +15 -0
  84. package/dist/models/json-result-list-mdm-increment-vendors-vo.d.ts +62 -0
  85. package/dist/models/json-result-list-mdm-increment-vendors-vo.js +15 -0
  86. package/dist/models/json-result-page-dto-reimbursement-bill-list-vo.d.ts +62 -0
  87. package/dist/models/json-result-page-dto-reimbursement-bill-list-vo.js +15 -0
  88. package/dist/models/json-result-reimbursement-bill-details-vo.d.ts +62 -0
  89. package/dist/models/json-result-reimbursement-bill-details-vo.js +15 -0
  90. package/dist/models/mdm-increment-vendor-bank-accounts-vo.d.ts +72 -0
  91. package/dist/models/mdm-increment-vendor-bank-accounts-vo.js +15 -0
  92. package/dist/models/mdm-increment-vendors-vo.d.ts +90 -0
  93. package/dist/models/mdm-increment-vendors-vo.js +15 -0
  94. package/dist/models/page-dto-reimbursement-bill-list-vo.d.ts +31 -0
  95. package/dist/models/page-dto-reimbursement-bill-list-vo.js +15 -0
  96. package/dist/models/payment-method-enum.d.ts +23 -0
  97. package/dist/models/payment-method-enum.js +27 -0
  98. package/dist/models/reimbursement-bill-details-vo.d.ts +242 -0
  99. package/dist/models/reimbursement-bill-details-vo.js +25 -0
  100. package/dist/models/reimbursement-bill-draft-dto.d.ts +188 -0
  101. package/dist/models/reimbursement-bill-draft-dto.js +25 -0
  102. package/dist/models/reimbursement-bill-handle-info-add-dto.d.ts +36 -0
  103. package/dist/models/reimbursement-bill-handle-info-add-dto.js +15 -0
  104. package/dist/models/reimbursement-bill-handle-info-vo.d.ts +48 -0
  105. package/dist/models/reimbursement-bill-handle-info-vo.js +15 -0
  106. package/dist/models/reimbursement-bill-list-vo.d.ts +142 -0
  107. package/dist/models/reimbursement-bill-list-vo.js +15 -0
  108. package/dist/models/reimbursement-bill-search-dto.d.ts +68 -0
  109. package/dist/models/reimbursement-bill-search-dto.js +15 -0
  110. package/dist/models/reimbursement-bill-submit-dto.d.ts +188 -0
  111. package/dist/models/reimbursement-bill-submit-dto.js +25 -0
  112. package/dist/models/reimbursement-status-enum.d.ts +23 -0
  113. package/dist/models/reimbursement-status-enum.js +27 -0
  114. package/models/energy-cost-import-redis-vo.ts +63 -0
  115. package/models/energy-cost-month-setting-excel-dto.ts +84 -0
  116. package/models/energy-cost-record-info-not-emun-vo.ts +12 -0
  117. package/models/expense-subject-enum.ts +32 -0
  118. package/models/index.ts +21 -0
  119. package/models/invoice-type-enum.ts +32 -0
  120. package/models/ipage-energy-cost-record-info-vo.ts +8 -8
  121. package/models/json-result-energy-cost-import-redis-vo.ts +72 -0
  122. package/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.ts +72 -0
  123. package/models/json-result-list-mdm-increment-vendors-vo.ts +72 -0
  124. package/models/json-result-page-dto-reimbursement-bill-list-vo.ts +72 -0
  125. package/models/json-result-reimbursement-bill-details-vo.ts +72 -0
  126. package/models/mdm-increment-vendor-bank-accounts-vo.ts +78 -0
  127. package/models/mdm-increment-vendors-vo.ts +96 -0
  128. package/models/page-dto-reimbursement-bill-list-vo.ts +39 -0
  129. package/models/payment-method-enum.ts +33 -0
  130. package/models/reimbursement-bill-details-vo.ts +259 -0
  131. package/models/reimbursement-bill-draft-dto.ts +205 -0
  132. package/models/reimbursement-bill-handle-info-add-dto.ts +42 -0
  133. package/models/reimbursement-bill-handle-info-vo.ts +54 -0
  134. package/models/reimbursement-bill-list-vo.ts +158 -0
  135. package/models/reimbursement-bill-search-dto.ts +80 -0
  136. package/models/reimbursement-bill-submit-dto.ts +205 -0
  137. package/models/reimbursement-status-enum.ts +33 -0
  138. package/ossutil.log +1098 -1092
  139. package/package.json +1 -1
@@ -0,0 +1,62 @@
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
+ import type { BaseErrorResult } from './base-error-result';
13
+ import type { ReimbursementBillDetailsVo } from './reimbursement-bill-details-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultReimbursementBillDetailsVo
18
+ */
19
+ export interface JsonResultReimbursementBillDetailsVo {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultReimbursementBillDetailsVo
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultReimbursementBillDetailsVo
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultReimbursementBillDetailsVo
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {ReimbursementBillDetailsVo}
41
+ * @memberof JsonResultReimbursementBillDetailsVo
42
+ */
43
+ 'data'?: ReimbursementBillDetailsVo | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultReimbursementBillDetailsVo
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultReimbursementBillDetailsVo
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultReimbursementBillDetailsVo
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -0,0 +1,72 @@
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 MdmIncrementVendorBankAccountsVo
16
+ */
17
+ export interface MdmIncrementVendorBankAccountsVo {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof MdmIncrementVendorBankAccountsVo
22
+ */
23
+ 'rowId'?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof MdmIncrementVendorBankAccountsVo
28
+ */
29
+ 'vendorId'?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof MdmIncrementVendorBankAccountsVo
34
+ */
35
+ 'accountHolderName'?: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof MdmIncrementVendorBankAccountsVo
40
+ */
41
+ 'bankCountry'?: string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof MdmIncrementVendorBankAccountsVo
46
+ */
47
+ 'bankAccountNum'?: string;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof MdmIncrementVendorBankAccountsVo
52
+ */
53
+ 'bankName'?: string;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof MdmIncrementVendorBankAccountsVo
58
+ */
59
+ 'bankBranchCode'?: string;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof MdmIncrementVendorBankAccountsVo
64
+ */
65
+ 'deleteFlag'?: string;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof MdmIncrementVendorBankAccountsVo
70
+ */
71
+ 'lastUpd'?: string;
72
+ }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -0,0 +1,90 @@
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 MdmIncrementVendorsVo
16
+ */
17
+ export interface MdmIncrementVendorsVo {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof MdmIncrementVendorsVo
22
+ */
23
+ 'rowId'?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof MdmIncrementVendorsVo
28
+ */
29
+ 'vendorCode'?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof MdmIncrementVendorsVo
34
+ */
35
+ 'vendorName'?: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof MdmIncrementVendorsVo
40
+ */
41
+ 'accountGrpCode'?: string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof MdmIncrementVendorsVo
46
+ */
47
+ 'taxCode'?: string;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof MdmIncrementVendorsVo
52
+ */
53
+ 'streetRoom'?: string;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof MdmIncrementVendorsVo
58
+ */
59
+ 'phoneNumber'?: string;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof MdmIncrementVendorsVo
64
+ */
65
+ 'postalCodeCity'?: string;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof MdmIncrementVendorsVo
70
+ */
71
+ 'region'?: string;
72
+ /**
73
+ *
74
+ * @type {string}
75
+ * @memberof MdmIncrementVendorsVo
76
+ */
77
+ 'deleteFlag'?: string;
78
+ /**
79
+ *
80
+ * @type {string}
81
+ * @memberof MdmIncrementVendorsVo
82
+ */
83
+ 'created'?: string;
84
+ /**
85
+ *
86
+ * @type {string}
87
+ * @memberof MdmIncrementVendorsVo
88
+ */
89
+ 'lastUpd'?: string;
90
+ }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -0,0 +1,31 @@
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
+ import type { ReimbursementBillListVo } from './reimbursement-bill-list-vo';
13
+ /**
14
+ * 返回数据,可以是任意类型的值
15
+ * @export
16
+ * @interface PageDtoReimbursementBillListVo
17
+ */
18
+ export interface PageDtoReimbursementBillListVo {
19
+ /**
20
+ * 总记录数
21
+ * @type {number}
22
+ * @memberof PageDtoReimbursementBillListVo
23
+ */
24
+ 'totalSize'?: number;
25
+ /**
26
+ * 页数据列表
27
+ * @type {Array<ReimbursementBillListVo>}
28
+ * @memberof PageDtoReimbursementBillListVo
29
+ */
30
+ 'pageList'?: Array<ReimbursementBillListVo>;
31
+ }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -0,0 +1,23 @@
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
+ * @enum {string}
16
+ */
17
+ export declare const PaymentMethodEnum: {
18
+ readonly OnlinePayment: "ONLINE_PAYMENT";
19
+ readonly BankWithholding: "BANK_WITHHOLDING";
20
+ readonly RecordOnly: "RECORD_ONLY";
21
+ readonly OfflineBank: "OFFLINE_BANK";
22
+ };
23
+ export type PaymentMethodEnum = typeof PaymentMethodEnum[keyof typeof PaymentMethodEnum];
@@ -0,0 +1,24 @@
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
+ * @export
17
+ * @enum {string}
18
+ */
19
+ export const PaymentMethodEnum = {
20
+ OnlinePayment: 'ONLINE_PAYMENT',
21
+ BankWithholding: 'BANK_WITHHOLDING',
22
+ RecordOnly: 'RECORD_ONLY',
23
+ OfflineBank: 'OFFLINE_BANK'
24
+ };
@@ -0,0 +1,242 @@
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
+ import type { ExpenseSubjectEnum } from './expense-subject-enum';
13
+ import type { InvoiceTypeEnum } from './invoice-type-enum';
14
+ import type { PaymentMethodEnum } from './payment-method-enum';
15
+ import type { ReimbursementBillHandleInfoVo } from './reimbursement-bill-handle-info-vo';
16
+ /**
17
+ * 报账单详情
18
+ * @export
19
+ * @interface ReimbursementBillDetailsVo
20
+ */
21
+ export interface ReimbursementBillDetailsVo {
22
+ /**
23
+ * 报账单ID
24
+ * @type {number}
25
+ * @memberof ReimbursementBillDetailsVo
26
+ */
27
+ 'id'?: number;
28
+ /**
29
+ * 报账单号
30
+ * @type {string}
31
+ * @memberof ReimbursementBillDetailsVo
32
+ */
33
+ 'reimbursementBillNo'?: string;
34
+ /**
35
+ * 园区ID
36
+ * @type {number}
37
+ * @memberof ReimbursementBillDetailsVo
38
+ */
39
+ 'parkId'?: number;
40
+ /**
41
+ * 园区名称
42
+ * @type {string}
43
+ * @memberof ReimbursementBillDetailsVo
44
+ */
45
+ 'parkName'?: string;
46
+ /**
47
+ * 报账单开始时间
48
+ * @type {string}
49
+ * @memberof ReimbursementBillDetailsVo
50
+ */
51
+ 'billStartTime'?: string;
52
+ /**
53
+ * 报账单结束时间
54
+ * @type {string}
55
+ * @memberof ReimbursementBillDetailsVo
56
+ */
57
+ 'billEndTime'?: string;
58
+ /**
59
+ *
60
+ * @type {ExpenseSubjectEnum}
61
+ * @memberof ReimbursementBillDetailsVo
62
+ */
63
+ 'expenseSubject'?: ExpenseSubjectEnum;
64
+ /**
65
+ * 申请人名称
66
+ * @type {string}
67
+ * @memberof ReimbursementBillDetailsVo
68
+ */
69
+ 'applicantName'?: string;
70
+ /**
71
+ * 申请人编码
72
+ * @type {string}
73
+ * @memberof ReimbursementBillDetailsVo
74
+ */
75
+ 'applicantCode'?: string;
76
+ /**
77
+ * 执行主体
78
+ * @type {string}
79
+ * @memberof ReimbursementBillDetailsVo
80
+ */
81
+ 'executionSubject'?: string;
82
+ /**
83
+ * 预算主体
84
+ * @type {string}
85
+ * @memberof ReimbursementBillDetailsVo
86
+ */
87
+ 'budgetSubject'?: string;
88
+ /**
89
+ *
90
+ * @type {PaymentMethodEnum}
91
+ * @memberof ReimbursementBillDetailsVo
92
+ */
93
+ 'paymentMethod'?: PaymentMethodEnum;
94
+ /**
95
+ * 付款日期
96
+ * @type {string}
97
+ * @memberof ReimbursementBillDetailsVo
98
+ */
99
+ 'paymentDate'?: string;
100
+ /**
101
+ * 供应商编码
102
+ * @type {string}
103
+ * @memberof ReimbursementBillDetailsVo
104
+ */
105
+ 'supplierCode'?: string;
106
+ /**
107
+ * 供应商名称
108
+ * @type {string}
109
+ * @memberof ReimbursementBillDetailsVo
110
+ */
111
+ 'supplierName'?: string;
112
+ /**
113
+ * 收款方银行账号
114
+ * @type {string}
115
+ * @memberof ReimbursementBillDetailsVo
116
+ */
117
+ 'payeeBankAccount'?: string;
118
+ /**
119
+ * 收款方银行名称
120
+ * @type {string}
121
+ * @memberof ReimbursementBillDetailsVo
122
+ */
123
+ 'payeeBankName'?: string;
124
+ /**
125
+ * 付款方(编码)
126
+ * @type {string}
127
+ * @memberof ReimbursementBillDetailsVo
128
+ */
129
+ 'payerCode'?: string;
130
+ /**
131
+ *
132
+ * @type {InvoiceTypeEnum}
133
+ * @memberof ReimbursementBillDetailsVo
134
+ */
135
+ 'invoiceType'?: InvoiceTypeEnum;
136
+ /**
137
+ * 是否有合同
138
+ * @type {boolean}
139
+ * @memberof ReimbursementBillDetailsVo
140
+ */
141
+ 'isContract'?: boolean;
142
+ /**
143
+ * 合同编号
144
+ * @type {string}
145
+ * @memberof ReimbursementBillDetailsVo
146
+ */
147
+ 'contractCode'?: string;
148
+ /**
149
+ * 无合同原因
150
+ * @type {string}
151
+ * @memberof ReimbursementBillDetailsVo
152
+ */
153
+ 'noContractReason'?: string;
154
+ /**
155
+ * 预算可用余额
156
+ * @type {number}
157
+ * @memberof ReimbursementBillDetailsVo
158
+ */
159
+ 'budgetAvailableBalance'?: number;
160
+ /**
161
+ * 报账金额
162
+ * @type {number}
163
+ * @memberof ReimbursementBillDetailsVo
164
+ */
165
+ 'reimbursementAmount'?: number;
166
+ /**
167
+ * 币种
168
+ * @type {string}
169
+ * @memberof ReimbursementBillDetailsVo
170
+ */
171
+ 'currency'?: string;
172
+ /**
173
+ * 税种
174
+ * @type {string}
175
+ * @memberof ReimbursementBillDetailsVo
176
+ */
177
+ 'taxType'?: ReimbursementBillDetailsVoTaxTypeEnum;
178
+ /**
179
+ * 净额
180
+ * @type {number}
181
+ * @memberof ReimbursementBillDetailsVo
182
+ */
183
+ 'netAmount'?: number;
184
+ /**
185
+ * 税额
186
+ * @type {number}
187
+ * @memberof ReimbursementBillDetailsVo
188
+ */
189
+ 'taxAmount'?: number;
190
+ /**
191
+ * 附件列表
192
+ * @type {Array<string>}
193
+ * @memberof ReimbursementBillDetailsVo
194
+ */
195
+ 'attachments'?: Array<string>;
196
+ /**
197
+ * 是否统一经办
198
+ * @type {boolean}
199
+ * @memberof ReimbursementBillDetailsVo
200
+ */
201
+ 'isUnifiedHandle'?: boolean;
202
+ /**
203
+ * 经办金额合计
204
+ * @type {number}
205
+ * @memberof ReimbursementBillDetailsVo
206
+ */
207
+ 'handleAmountTotal'?: number;
208
+ /**
209
+ * 经办信息列表
210
+ * @type {Array<ReimbursementBillHandleInfoVo>}
211
+ * @memberof ReimbursementBillDetailsVo
212
+ */
213
+ 'handleInfos'?: Array<ReimbursementBillHandleInfoVo>;
214
+ /**
215
+ * 创建人ID
216
+ * @type {number}
217
+ * @memberof ReimbursementBillDetailsVo
218
+ */
219
+ 'createUserId'?: number;
220
+ /**
221
+ * 处理人名称
222
+ * @type {string}
223
+ * @memberof ReimbursementBillDetailsVo
224
+ */
225
+ 'handlerUserName'?: string;
226
+ /**
227
+ * 处理人ID
228
+ * @type {number}
229
+ * @memberof ReimbursementBillDetailsVo
230
+ */
231
+ 'handlerUserId'?: number;
232
+ }
233
+ export declare const ReimbursementBillDetailsVoTaxTypeEnum: {
234
+ readonly Tax13Product: "TAX_13_PRODUCT";
235
+ readonly Tax9Product: "TAX_9_PRODUCT";
236
+ readonly Tax6Service: "TAX_6_SERVICE";
237
+ readonly Tax3Service: "TAX_3_SERVICE";
238
+ readonly Tax1Service: "TAX_1_SERVICE";
239
+ readonly TaxExempt: "TAX_EXEMPT";
240
+ readonly TaxNonTaxable: "TAX_NON_TAXABLE";
241
+ };
242
+ export type ReimbursementBillDetailsVoTaxTypeEnum = typeof ReimbursementBillDetailsVoTaxTypeEnum[keyof typeof ReimbursementBillDetailsVoTaxTypeEnum];
@@ -0,0 +1,22 @@
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
+ export const ReimbursementBillDetailsVoTaxTypeEnum = {
15
+ Tax13Product: 'TAX_13_PRODUCT',
16
+ Tax9Product: 'TAX_9_PRODUCT',
17
+ Tax6Service: 'TAX_6_SERVICE',
18
+ Tax3Service: 'TAX_3_SERVICE',
19
+ Tax1Service: 'TAX_1_SERVICE',
20
+ TaxExempt: 'TAX_EXEMPT',
21
+ TaxNonTaxable: 'TAX_NON_TAXABLE'
22
+ };