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

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 (136) 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/expense-subject-enum.d.ts +22 -0
  27. package/dist/esm/models/expense-subject-enum.js +23 -0
  28. package/dist/esm/models/index.d.ts +21 -0
  29. package/dist/esm/models/index.js +21 -0
  30. package/dist/esm/models/invoice-type-enum.d.ts +22 -0
  31. package/dist/esm/models/invoice-type-enum.js +23 -0
  32. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +9 -9
  33. package/dist/esm/models/json-result-energy-cost-import-redis-vo.d.ts +62 -0
  34. package/dist/esm/models/json-result-energy-cost-import-redis-vo.js +14 -0
  35. package/dist/esm/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +62 -0
  36. package/dist/esm/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.js +14 -0
  37. package/dist/esm/models/json-result-list-mdm-increment-vendors-vo.d.ts +62 -0
  38. package/dist/esm/models/json-result-list-mdm-increment-vendors-vo.js +14 -0
  39. package/dist/esm/models/json-result-page-dto-reimbursement-bill-list-vo.d.ts +62 -0
  40. package/dist/esm/models/json-result-page-dto-reimbursement-bill-list-vo.js +14 -0
  41. package/dist/esm/models/json-result-reimbursement-bill-details-vo.d.ts +62 -0
  42. package/dist/esm/models/json-result-reimbursement-bill-details-vo.js +14 -0
  43. package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.d.ts +72 -0
  44. package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.js +14 -0
  45. package/dist/esm/models/mdm-increment-vendors-vo.d.ts +90 -0
  46. package/dist/esm/models/mdm-increment-vendors-vo.js +14 -0
  47. package/dist/esm/models/page-dto-reimbursement-bill-list-vo.d.ts +31 -0
  48. package/dist/esm/models/page-dto-reimbursement-bill-list-vo.js +14 -0
  49. package/dist/esm/models/payment-method-enum.d.ts +23 -0
  50. package/dist/esm/models/payment-method-enum.js +24 -0
  51. package/dist/esm/models/reimbursement-bill-details-vo.d.ts +242 -0
  52. package/dist/esm/models/reimbursement-bill-details-vo.js +22 -0
  53. package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +188 -0
  54. package/dist/esm/models/reimbursement-bill-draft-dto.js +22 -0
  55. package/dist/esm/models/reimbursement-bill-handle-info-add-dto.d.ts +36 -0
  56. package/dist/esm/models/reimbursement-bill-handle-info-add-dto.js +14 -0
  57. package/dist/esm/models/reimbursement-bill-handle-info-vo.d.ts +48 -0
  58. package/dist/esm/models/reimbursement-bill-handle-info-vo.js +14 -0
  59. package/dist/esm/models/reimbursement-bill-list-vo.d.ts +142 -0
  60. package/dist/esm/models/reimbursement-bill-list-vo.js +14 -0
  61. package/dist/esm/models/reimbursement-bill-search-dto.d.ts +68 -0
  62. package/dist/esm/models/reimbursement-bill-search-dto.js +14 -0
  63. package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +188 -0
  64. package/dist/esm/models/reimbursement-bill-submit-dto.js +22 -0
  65. package/dist/esm/models/reimbursement-status-enum.d.ts +23 -0
  66. package/dist/esm/models/reimbursement-status-enum.js +24 -0
  67. package/dist/models/energy-cost-import-redis-vo.d.ts +55 -0
  68. package/dist/models/energy-cost-import-redis-vo.js +15 -0
  69. package/dist/models/energy-cost-month-setting-excel-dto.d.ts +78 -0
  70. package/dist/models/energy-cost-month-setting-excel-dto.js +15 -0
  71. package/dist/models/expense-subject-enum.d.ts +22 -0
  72. package/dist/models/expense-subject-enum.js +26 -0
  73. package/dist/models/index.d.ts +21 -0
  74. package/dist/models/index.js +21 -0
  75. package/dist/models/invoice-type-enum.d.ts +22 -0
  76. package/dist/models/invoice-type-enum.js +26 -0
  77. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +9 -9
  78. package/dist/models/json-result-energy-cost-import-redis-vo.d.ts +62 -0
  79. package/dist/models/json-result-energy-cost-import-redis-vo.js +15 -0
  80. package/dist/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +62 -0
  81. package/dist/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.js +15 -0
  82. package/dist/models/json-result-list-mdm-increment-vendors-vo.d.ts +62 -0
  83. package/dist/models/json-result-list-mdm-increment-vendors-vo.js +15 -0
  84. package/dist/models/json-result-page-dto-reimbursement-bill-list-vo.d.ts +62 -0
  85. package/dist/models/json-result-page-dto-reimbursement-bill-list-vo.js +15 -0
  86. package/dist/models/json-result-reimbursement-bill-details-vo.d.ts +62 -0
  87. package/dist/models/json-result-reimbursement-bill-details-vo.js +15 -0
  88. package/dist/models/mdm-increment-vendor-bank-accounts-vo.d.ts +72 -0
  89. package/dist/models/mdm-increment-vendor-bank-accounts-vo.js +15 -0
  90. package/dist/models/mdm-increment-vendors-vo.d.ts +90 -0
  91. package/dist/models/mdm-increment-vendors-vo.js +15 -0
  92. package/dist/models/page-dto-reimbursement-bill-list-vo.d.ts +31 -0
  93. package/dist/models/page-dto-reimbursement-bill-list-vo.js +15 -0
  94. package/dist/models/payment-method-enum.d.ts +23 -0
  95. package/dist/models/payment-method-enum.js +27 -0
  96. package/dist/models/reimbursement-bill-details-vo.d.ts +242 -0
  97. package/dist/models/reimbursement-bill-details-vo.js +25 -0
  98. package/dist/models/reimbursement-bill-draft-dto.d.ts +188 -0
  99. package/dist/models/reimbursement-bill-draft-dto.js +25 -0
  100. package/dist/models/reimbursement-bill-handle-info-add-dto.d.ts +36 -0
  101. package/dist/models/reimbursement-bill-handle-info-add-dto.js +15 -0
  102. package/dist/models/reimbursement-bill-handle-info-vo.d.ts +48 -0
  103. package/dist/models/reimbursement-bill-handle-info-vo.js +15 -0
  104. package/dist/models/reimbursement-bill-list-vo.d.ts +142 -0
  105. package/dist/models/reimbursement-bill-list-vo.js +15 -0
  106. package/dist/models/reimbursement-bill-search-dto.d.ts +68 -0
  107. package/dist/models/reimbursement-bill-search-dto.js +15 -0
  108. package/dist/models/reimbursement-bill-submit-dto.d.ts +188 -0
  109. package/dist/models/reimbursement-bill-submit-dto.js +25 -0
  110. package/dist/models/reimbursement-status-enum.d.ts +23 -0
  111. package/dist/models/reimbursement-status-enum.js +27 -0
  112. package/models/energy-cost-import-redis-vo.ts +63 -0
  113. package/models/energy-cost-month-setting-excel-dto.ts +84 -0
  114. package/models/expense-subject-enum.ts +32 -0
  115. package/models/index.ts +21 -0
  116. package/models/invoice-type-enum.ts +32 -0
  117. package/models/ipage-energy-cost-record-info-vo.ts +9 -9
  118. package/models/json-result-energy-cost-import-redis-vo.ts +72 -0
  119. package/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.ts +72 -0
  120. package/models/json-result-list-mdm-increment-vendors-vo.ts +72 -0
  121. package/models/json-result-page-dto-reimbursement-bill-list-vo.ts +72 -0
  122. package/models/json-result-reimbursement-bill-details-vo.ts +72 -0
  123. package/models/mdm-increment-vendor-bank-accounts-vo.ts +78 -0
  124. package/models/mdm-increment-vendors-vo.ts +96 -0
  125. package/models/page-dto-reimbursement-bill-list-vo.ts +39 -0
  126. package/models/payment-method-enum.ts +33 -0
  127. package/models/reimbursement-bill-details-vo.ts +259 -0
  128. package/models/reimbursement-bill-draft-dto.ts +205 -0
  129. package/models/reimbursement-bill-handle-info-add-dto.ts +42 -0
  130. package/models/reimbursement-bill-handle-info-vo.ts +54 -0
  131. package/models/reimbursement-bill-list-vo.ts +158 -0
  132. package/models/reimbursement-bill-search-dto.ts +80 -0
  133. package/models/reimbursement-bill-submit-dto.ts +205 -0
  134. package/models/reimbursement-status-enum.ts +33 -0
  135. package/ossutil.log +1095 -1092
  136. package/package.json +1 -1
@@ -0,0 +1,22 @@
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 InvoiceTypeEnum: {
18
+ readonly InvoiceFirst: "INVOICE_FIRST";
19
+ readonly InvoiceAfter: "INVOICE_AFTER";
20
+ readonly NoInvoice: "NO_INVOICE";
21
+ };
22
+ export type InvoiceTypeEnum = typeof InvoiceTypeEnum[keyof typeof InvoiceTypeEnum];
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.InvoiceTypeEnum = void 0;
17
+ /**
18
+ * 发票类型
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.InvoiceTypeEnum = {
23
+ InvoiceFirst: 'INVOICE_FIRST',
24
+ InvoiceAfter: 'INVOICE_AFTER',
25
+ NoInvoice: 'NO_INVOICE'
26
+ };
@@ -24,35 +24,35 @@ export interface IPageEnergyCostRecordInfoVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {boolean}
27
+ * @type {number}
28
28
  * @memberof IPageEnergyCostRecordInfoVO
29
29
  */
30
- 'searchCount'?: boolean;
30
+ 'current'?: number;
31
31
  /**
32
32
  *
33
- * @type {number}
33
+ * @type {Array<EnergyCostRecordInfoVO>}
34
34
  * @memberof IPageEnergyCostRecordInfoVO
35
35
  */
36
- 'pages'?: number;
36
+ 'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
39
  * @type {number}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
41
  */
42
- 'current'?: number;
42
+ 'pages'?: number;
43
43
  /**
44
44
  *
45
- * @type {Array<EnergyCostRecordInfoVO>}
45
+ * @type {boolean}
46
46
  * @memberof IPageEnergyCostRecordInfoVO
47
+ * @deprecated
47
48
  */
48
- 'records'?: Array<EnergyCostRecordInfoVO>;
49
+ 'hitCount'?: boolean;
49
50
  /**
50
51
  *
51
52
  * @type {boolean}
52
53
  * @memberof IPageEnergyCostRecordInfoVO
53
- * @deprecated
54
54
  */
55
- 'hitCount'?: boolean;
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -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 { EnergyCostImportRedisVo } from './energy-cost-import-redis-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultEnergyCostImportRedisVo
18
+ */
19
+ export interface JsonResultEnergyCostImportRedisVo {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultEnergyCostImportRedisVo
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultEnergyCostImportRedisVo
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultEnergyCostImportRedisVo
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {EnergyCostImportRedisVo}
41
+ * @memberof JsonResultEnergyCostImportRedisVo
42
+ */
43
+ 'data'?: EnergyCostImportRedisVo | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultEnergyCostImportRedisVo
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultEnergyCostImportRedisVo
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultEnergyCostImportRedisVo
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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 { MdmIncrementVendorBankAccountsVo } from './mdm-increment-vendor-bank-accounts-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListMdmIncrementVendorBankAccountsVo
18
+ */
19
+ export interface JsonResultListMdmIncrementVendorBankAccountsVo {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListMdmIncrementVendorBankAccountsVo
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListMdmIncrementVendorBankAccountsVo
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListMdmIncrementVendorBankAccountsVo
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<MdmIncrementVendorBankAccountsVo>}
41
+ * @memberof JsonResultListMdmIncrementVendorBankAccountsVo
42
+ */
43
+ 'data'?: Array<MdmIncrementVendorBankAccountsVo> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListMdmIncrementVendorBankAccountsVo
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListMdmIncrementVendorBankAccountsVo
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListMdmIncrementVendorBankAccountsVo
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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 { MdmIncrementVendorsVo } from './mdm-increment-vendors-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListMdmIncrementVendorsVo
18
+ */
19
+ export interface JsonResultListMdmIncrementVendorsVo {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListMdmIncrementVendorsVo
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListMdmIncrementVendorsVo
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListMdmIncrementVendorsVo
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<MdmIncrementVendorsVo>}
41
+ * @memberof JsonResultListMdmIncrementVendorsVo
42
+ */
43
+ 'data'?: Array<MdmIncrementVendorsVo> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListMdmIncrementVendorsVo
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListMdmIncrementVendorsVo
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListMdmIncrementVendorsVo
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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 { PageDtoReimbursementBillListVo } from './page-dto-reimbursement-bill-list-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultPageDtoReimbursementBillListVo
18
+ */
19
+ export interface JsonResultPageDtoReimbursementBillListVo {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultPageDtoReimbursementBillListVo
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultPageDtoReimbursementBillListVo
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultPageDtoReimbursementBillListVo
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {PageDtoReimbursementBillListVo}
41
+ * @memberof JsonResultPageDtoReimbursementBillListVo
42
+ */
43
+ 'data'?: PageDtoReimbursementBillListVo | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultPageDtoReimbursementBillListVo
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultPageDtoReimbursementBillListVo
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultPageDtoReimbursementBillListVo
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });