@gizone/rrs-client 4.2.9-alpha.637 → 4.2.9-alpha.639

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 (94) hide show
  1. package/.openapi-generator/FILES +12 -1
  2. package/api.ts +0 -1
  3. package/apis/reimbursement-bill-api.ts +536 -6
  4. package/dist/api.d.ts +0 -1
  5. package/dist/api.js +0 -1
  6. package/dist/apis/reimbursement-bill-api.d.ts +272 -7
  7. package/dist/apis/reimbursement-bill-api.js +421 -4
  8. package/dist/esm/api.d.ts +0 -1
  9. package/dist/esm/api.js +0 -1
  10. package/dist/esm/apis/reimbursement-bill-api.d.ts +272 -7
  11. package/dist/esm/apis/reimbursement-bill-api.js +421 -4
  12. package/dist/esm/models/budget-balance-query-dto.d.ts +54 -0
  13. package/dist/esm/models/budget-balance-query-dto.js +14 -0
  14. package/dist/esm/models/budget-object.d.ts +30 -0
  15. package/dist/esm/models/budget-object.js +14 -0
  16. package/dist/esm/models/czy-budget-balance-vo.d.ts +48 -0
  17. package/dist/esm/models/czy-budget-balance-vo.js +14 -0
  18. package/dist/esm/models/czy-organization-cost-vo.d.ts +109 -0
  19. package/dist/esm/models/czy-organization-cost-vo.js +14 -0
  20. package/dist/esm/models/czy-system-organization-member-detail-vo.d.ts +176 -0
  21. package/dist/esm/models/czy-system-organization-member-detail-vo.js +14 -0
  22. package/dist/esm/models/index.d.ts +12 -0
  23. package/dist/esm/models/index.js +12 -0
  24. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
  25. package/dist/esm/models/json-result-czy-budget-balance-vo.d.ts +62 -0
  26. package/dist/esm/models/json-result-czy-budget-balance-vo.js +14 -0
  27. package/dist/esm/models/json-result-czy-system-organization-member-detail-vo.d.ts +62 -0
  28. package/dist/esm/models/json-result-czy-system-organization-member-detail-vo.js +14 -0
  29. package/dist/esm/models/json-result-list-czy-organization-cost-vo.d.ts +62 -0
  30. package/dist/esm/models/json-result-list-czy-organization-cost-vo.js +14 -0
  31. package/dist/esm/models/json-result-list-reimbursement-bill-payer-vo.d.ts +62 -0
  32. package/dist/esm/models/json-result-list-reimbursement-bill-payer-vo.js +14 -0
  33. package/dist/esm/models/organization-object.d.ts +30 -0
  34. package/dist/esm/models/organization-object.js +14 -0
  35. package/dist/esm/models/perform-object.d.ts +30 -0
  36. package/dist/esm/models/perform-object.js +14 -0
  37. package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +6 -0
  38. package/dist/esm/models/reimbursement-bill-payer-vo.d.ts +30 -0
  39. package/dist/esm/models/reimbursement-bill-payer-vo.js +14 -0
  40. package/dist/esm/models/reimbursement-status-enum.d.ts +1 -0
  41. package/dist/esm/models/reimbursement-status-enum.js +1 -0
  42. package/dist/models/budget-balance-query-dto.d.ts +54 -0
  43. package/dist/models/budget-balance-query-dto.js +15 -0
  44. package/dist/models/budget-object.d.ts +30 -0
  45. package/dist/models/budget-object.js +15 -0
  46. package/dist/models/czy-budget-balance-vo.d.ts +48 -0
  47. package/dist/models/czy-budget-balance-vo.js +15 -0
  48. package/dist/models/czy-organization-cost-vo.d.ts +109 -0
  49. package/dist/models/czy-organization-cost-vo.js +15 -0
  50. package/dist/models/czy-system-organization-member-detail-vo.d.ts +176 -0
  51. package/dist/models/czy-system-organization-member-detail-vo.js +15 -0
  52. package/dist/models/index.d.ts +12 -0
  53. package/dist/models/index.js +12 -0
  54. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
  55. package/dist/models/json-result-czy-budget-balance-vo.d.ts +62 -0
  56. package/dist/models/json-result-czy-budget-balance-vo.js +15 -0
  57. package/dist/models/json-result-czy-system-organization-member-detail-vo.d.ts +62 -0
  58. package/dist/models/json-result-czy-system-organization-member-detail-vo.js +15 -0
  59. package/dist/models/json-result-list-czy-organization-cost-vo.d.ts +62 -0
  60. package/dist/models/json-result-list-czy-organization-cost-vo.js +15 -0
  61. package/dist/models/json-result-list-reimbursement-bill-payer-vo.d.ts +62 -0
  62. package/dist/models/json-result-list-reimbursement-bill-payer-vo.js +15 -0
  63. package/dist/models/organization-object.d.ts +30 -0
  64. package/dist/models/organization-object.js +15 -0
  65. package/dist/models/perform-object.d.ts +30 -0
  66. package/dist/models/perform-object.js +15 -0
  67. package/dist/models/reimbursement-bill-draft-dto.d.ts +6 -0
  68. package/dist/models/reimbursement-bill-payer-vo.d.ts +30 -0
  69. package/dist/models/reimbursement-bill-payer-vo.js +15 -0
  70. package/dist/models/reimbursement-status-enum.d.ts +1 -0
  71. package/dist/models/reimbursement-status-enum.js +1 -0
  72. package/models/budget-balance-query-dto.ts +60 -0
  73. package/models/budget-object.ts +36 -0
  74. package/models/czy-budget-balance-vo.ts +54 -0
  75. package/models/czy-organization-cost-vo.ts +117 -0
  76. package/models/czy-system-organization-member-detail-vo.ts +186 -0
  77. package/models/index.ts +12 -0
  78. package/models/ipage-energy-cost-record-info-vo.ts +8 -8
  79. package/models/json-result-czy-budget-balance-vo.ts +72 -0
  80. package/models/json-result-czy-system-organization-member-detail-vo.ts +72 -0
  81. package/models/json-result-list-czy-organization-cost-vo.ts +72 -0
  82. package/models/json-result-list-reimbursement-bill-payer-vo.ts +72 -0
  83. package/models/organization-object.ts +36 -0
  84. package/models/perform-object.ts +36 -0
  85. package/models/reimbursement-bill-draft-dto.ts +6 -0
  86. package/models/reimbursement-bill-payer-vo.ts +36 -0
  87. package/models/reimbursement-status-enum.ts +1 -0
  88. package/ossutil.log +1173 -1170
  89. package/package.json +1 -1
  90. package/apis/mdmapi.ts +0 -217
  91. package/dist/apis/mdmapi.d.ts +0 -117
  92. package/dist/apis/mdmapi.js +0 -200
  93. package/dist/esm/apis/mdmapi.d.ts +0 -117
  94. package/dist/esm/apis/mdmapi.js +0 -193
@@ -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 { CzyOrganizationCostVo } from './czy-organization-cost-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListCzyOrganizationCostVo
18
+ */
19
+ export interface JsonResultListCzyOrganizationCostVo {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListCzyOrganizationCostVo
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListCzyOrganizationCostVo
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListCzyOrganizationCostVo
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<CzyOrganizationCostVo>}
41
+ * @memberof JsonResultListCzyOrganizationCostVo
42
+ */
43
+ 'data'?: Array<CzyOrganizationCostVo> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListCzyOrganizationCostVo
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListCzyOrganizationCostVo
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListCzyOrganizationCostVo
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,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 { ReimbursementBillPayerVo } from './reimbursement-bill-payer-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListReimbursementBillPayerVo
18
+ */
19
+ export interface JsonResultListReimbursementBillPayerVo {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListReimbursementBillPayerVo
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListReimbursementBillPayerVo
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListReimbursementBillPayerVo
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<ReimbursementBillPayerVo>}
41
+ * @memberof JsonResultListReimbursementBillPayerVo
42
+ */
43
+ 'data'?: Array<ReimbursementBillPayerVo> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListReimbursementBillPayerVo
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListReimbursementBillPayerVo
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListReimbursementBillPayerVo
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,30 @@
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 OrganizationObject
16
+ */
17
+ export interface OrganizationObject {
18
+ /**
19
+ * 对象编码
20
+ * @type {string}
21
+ * @memberof OrganizationObject
22
+ */
23
+ 'objectCode'?: string;
24
+ /**
25
+ * 对象名称
26
+ * @type {string}
27
+ * @memberof OrganizationObject
28
+ */
29
+ 'objectName'?: string;
30
+ }
@@ -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,30 @@
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 PerformObject
16
+ */
17
+ export interface PerformObject {
18
+ /**
19
+ * 执行对象编码
20
+ * @type {string}
21
+ * @memberof PerformObject
22
+ */
23
+ 'objectCode'?: string;
24
+ /**
25
+ * 执行对象名称
26
+ * @type {string}
27
+ * @memberof PerformObject
28
+ */
29
+ 'objectName'?: string;
30
+ }
@@ -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 {};
@@ -175,6 +175,12 @@ export interface ReimbursementBillDraftDto {
175
175
  * @memberof ReimbursementBillDraftDto
176
176
  */
177
177
  'handleInfos'?: Array<ReimbursementBillHandleInfoAddDto>;
178
+ /**
179
+ * 预算可用余额
180
+ * @type {number}
181
+ * @memberof ReimbursementBillDraftDto
182
+ */
183
+ 'budgetAvailableBalance'?: number;
178
184
  }
179
185
  export declare const ReimbursementBillDraftDtoTaxTypeEnum: {
180
186
  readonly Tax13Product: "TAX_13_PRODUCT";
@@ -0,0 +1,30 @@
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 ReimbursementBillPayerVo
16
+ */
17
+ export interface ReimbursementBillPayerVo {
18
+ /**
19
+ * 编码
20
+ * @type {string}
21
+ * @memberof ReimbursementBillPayerVo
22
+ */
23
+ 'code'?: string;
24
+ /**
25
+ * 名称
26
+ * @type {string}
27
+ * @memberof ReimbursementBillPayerVo
28
+ */
29
+ 'name'?: string;
30
+ }
@@ -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 {};
@@ -17,6 +17,7 @@
17
17
  export declare const ReimbursementStatusEnum: {
18
18
  readonly Draft: "DRAFT";
19
19
  readonly Submitted: "SUBMITTED";
20
+ readonly Revoked: "REVOKED";
20
21
  readonly Rejected: "REJECTED";
21
22
  readonly Completed: "COMPLETED";
22
23
  };
@@ -19,6 +19,7 @@
19
19
  export const ReimbursementStatusEnum = {
20
20
  Draft: 'DRAFT',
21
21
  Submitted: 'SUBMITTED',
22
+ Revoked: 'REVOKED',
22
23
  Rejected: 'REJECTED',
23
24
  Completed: 'COMPLETED'
24
25
  };
@@ -0,0 +1,54 @@
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 BudgetBalanceQueryDto
16
+ */
17
+ export interface BudgetBalanceQueryDto {
18
+ /**
19
+ * 节点类型 默认1
20
+ * @type {number}
21
+ * @memberof BudgetBalanceQueryDto
22
+ */
23
+ 'configType'?: number;
24
+ /**
25
+ * 预算年度
26
+ * @type {number}
27
+ * @memberof BudgetBalanceQueryDto
28
+ */
29
+ 'budgetYear'?: number;
30
+ /**
31
+ * 预算月份(1-12)
32
+ * @type {number}
33
+ * @memberof BudgetBalanceQueryDto
34
+ */
35
+ 'budgetMonth'?: number;
36
+ /**
37
+ * 预算部门编码
38
+ * @type {string}
39
+ * @memberof BudgetBalanceQueryDto
40
+ */
41
+ 'budgeterCode'?: string;
42
+ /**
43
+ * 费用项目编码
44
+ * @type {string}
45
+ * @memberof BudgetBalanceQueryDto
46
+ */
47
+ 'outlayCode'?: string;
48
+ /**
49
+ * 法人组织编码
50
+ * @type {string}
51
+ * @memberof BudgetBalanceQueryDto
52
+ */
53
+ 'companyCode'?: string;
54
+ }
@@ -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,30 @@
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 BudgetObject
16
+ */
17
+ export interface BudgetObject {
18
+ /**
19
+ * 预算对象编码
20
+ * @type {string}
21
+ * @memberof BudgetObject
22
+ */
23
+ 'objectCode'?: string;
24
+ /**
25
+ * 预算对象名称
26
+ * @type {string}
27
+ * @memberof BudgetObject
28
+ */
29
+ 'objectName'?: string;
30
+ }
@@ -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,48 @@
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 CzyBudgetBalanceVo
16
+ */
17
+ export interface CzyBudgetBalanceVo {
18
+ /**
19
+ * 0:预算锁定 1:预算占用
20
+ * @type {number}
21
+ * @memberof CzyBudgetBalanceVo
22
+ */
23
+ 'configType'?: number;
24
+ /**
25
+ * 管理策略编码
26
+ * @type {string}
27
+ * @memberof CzyBudgetBalanceVo
28
+ */
29
+ 'managePolicyNo'?: string;
30
+ /**
31
+ * 可用预算金额
32
+ * @type {number}
33
+ * @memberof CzyBudgetBalanceVo
34
+ */
35
+ 'amount'?: number;
36
+ /**
37
+ * 1-月度 2-月度累计 3-季度 4-半年 5-年度
38
+ * @type {number}
39
+ * @memberof CzyBudgetBalanceVo
40
+ */
41
+ 'controlCycle'?: number;
42
+ /**
43
+ * 预算控制时间
44
+ * @type {number}
45
+ * @memberof CzyBudgetBalanceVo
46
+ */
47
+ 'controlTime'?: number;
48
+ }
@@ -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,109 @@
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 { OrganizationObject } from './organization-object';
13
+ /**
14
+ * 系统组织-根据组织编码查询统一经办配置列表
15
+ * @export
16
+ * @interface CzyOrganizationCostVo
17
+ */
18
+ export interface CzyOrganizationCostVo {
19
+ /**
20
+ * 受益组织编码
21
+ * @type {string}
22
+ * @memberof CzyOrganizationCostVo
23
+ */
24
+ 'beneficialOrganization'?: string;
25
+ /**
26
+ * 受益组织名称
27
+ * @type {string}
28
+ * @memberof CzyOrganizationCostVo
29
+ */
30
+ 'beneficialOrganizationName'?: string;
31
+ /**
32
+ * 受益组织对象列表
33
+ * @type {Array<OrganizationObject>}
34
+ * @memberof CzyOrganizationCostVo
35
+ */
36
+ 'beneficialOrganizationObjectList'?: Array<OrganizationObject>;
37
+ /**
38
+ * 预算组织对象列表
39
+ * @type {Array<OrganizationObject>}
40
+ * @memberof CzyOrganizationCostVo
41
+ */
42
+ 'budgetObjectList'?: Array<OrganizationObject>;
43
+ /**
44
+ * 预算组织编码
45
+ * @type {string}
46
+ * @memberof CzyOrganizationCostVo
47
+ */
48
+ 'budgetOrganization'?: string;
49
+ /**
50
+ * 预算组织名称
51
+ * @type {string}
52
+ * @memberof CzyOrganizationCostVo
53
+ */
54
+ 'budgetOrganizationName'?: string;
55
+ /**
56
+ * 成本中心编码
57
+ * @type {string}
58
+ * @memberof CzyOrganizationCostVo
59
+ */
60
+ 'costCenter'?: string;
61
+ /**
62
+ * 成本中心名称
63
+ * @type {string}
64
+ * @memberof CzyOrganizationCostVo
65
+ */
66
+ 'costCenterName'?: string;
67
+ /**
68
+ * 执行组织编码
69
+ * @type {string}
70
+ * @memberof CzyOrganizationCostVo
71
+ */
72
+ 'executiveOrganization'?: string;
73
+ /**
74
+ * 执行组织名称
75
+ * @type {string}
76
+ * @memberof CzyOrganizationCostVo
77
+ */
78
+ 'executiveOrganizationName'?: string;
79
+ /**
80
+ * 财务组织编码
81
+ * @type {string}
82
+ * @memberof CzyOrganizationCostVo
83
+ */
84
+ 'financialCode'?: string;
85
+ /**
86
+ * 法人编码
87
+ * @type {string}
88
+ * @memberof CzyOrganizationCostVo
89
+ */
90
+ 'legalPerson'?: string;
91
+ /**
92
+ * 法人名称
93
+ * @type {string}
94
+ * @memberof CzyOrganizationCostVo
95
+ */
96
+ 'legalPersonName'?: string;
97
+ /**
98
+ * 一级成本编码
99
+ * @type {string}
100
+ * @memberof CzyOrganizationCostVo
101
+ */
102
+ 'oneLevelCost'?: string;
103
+ /**
104
+ * 一级成本名称
105
+ * @type {string}
106
+ * @memberof CzyOrganizationCostVo
107
+ */
108
+ 'oneLevelCostName'?: string;
109
+ }
@@ -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 });