@gizone/rrs-client 4.2.9-alpha.637 → 4.2.9-alpha.638
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.
- package/.openapi-generator/FILES +12 -1
- package/api.ts +0 -1
- package/apis/reimbursement-bill-api.ts +536 -6
- package/dist/api.d.ts +0 -1
- package/dist/api.js +0 -1
- package/dist/apis/reimbursement-bill-api.d.ts +272 -7
- package/dist/apis/reimbursement-bill-api.js +421 -4
- package/dist/esm/api.d.ts +0 -1
- package/dist/esm/api.js +0 -1
- package/dist/esm/apis/reimbursement-bill-api.d.ts +272 -7
- package/dist/esm/apis/reimbursement-bill-api.js +421 -4
- package/dist/esm/models/budget-balance-query-dto.d.ts +54 -0
- package/dist/esm/models/budget-balance-query-dto.js +14 -0
- package/dist/esm/models/budget-object.d.ts +30 -0
- package/dist/esm/models/budget-object.js +14 -0
- package/dist/esm/models/czy-budget-balance-vo.d.ts +48 -0
- package/dist/esm/models/czy-budget-balance-vo.js +14 -0
- package/dist/esm/models/czy-organization-cost-vo.d.ts +109 -0
- package/dist/esm/models/czy-organization-cost-vo.js +14 -0
- package/dist/esm/models/czy-system-organization-member-detail-vo.d.ts +176 -0
- package/dist/esm/models/czy-system-organization-member-detail-vo.js +14 -0
- package/dist/esm/models/index.d.ts +12 -0
- package/dist/esm/models/index.js +12 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
- package/dist/esm/models/json-result-czy-budget-balance-vo.d.ts +62 -0
- package/dist/esm/models/json-result-czy-budget-balance-vo.js +14 -0
- package/dist/esm/models/json-result-czy-system-organization-member-detail-vo.d.ts +62 -0
- package/dist/esm/models/json-result-czy-system-organization-member-detail-vo.js +14 -0
- package/dist/esm/models/json-result-list-czy-organization-cost-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-czy-organization-cost-vo.js +14 -0
- package/dist/esm/models/json-result-list-reimbursement-bill-payer-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-reimbursement-bill-payer-vo.js +14 -0
- package/dist/esm/models/organization-object.d.ts +30 -0
- package/dist/esm/models/organization-object.js +14 -0
- package/dist/esm/models/perform-object.d.ts +30 -0
- package/dist/esm/models/perform-object.js +14 -0
- package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +6 -0
- package/dist/esm/models/reimbursement-bill-payer-vo.d.ts +30 -0
- package/dist/esm/models/reimbursement-bill-payer-vo.js +14 -0
- package/dist/esm/models/reimbursement-status-enum.d.ts +1 -0
- package/dist/esm/models/reimbursement-status-enum.js +1 -0
- package/dist/models/budget-balance-query-dto.d.ts +54 -0
- package/dist/models/budget-balance-query-dto.js +15 -0
- package/dist/models/budget-object.d.ts +30 -0
- package/dist/models/budget-object.js +15 -0
- package/dist/models/czy-budget-balance-vo.d.ts +48 -0
- package/dist/models/czy-budget-balance-vo.js +15 -0
- package/dist/models/czy-organization-cost-vo.d.ts +109 -0
- package/dist/models/czy-organization-cost-vo.js +15 -0
- package/dist/models/czy-system-organization-member-detail-vo.d.ts +176 -0
- package/dist/models/czy-system-organization-member-detail-vo.js +15 -0
- package/dist/models/index.d.ts +12 -0
- package/dist/models/index.js +12 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
- package/dist/models/json-result-czy-budget-balance-vo.d.ts +62 -0
- package/dist/models/json-result-czy-budget-balance-vo.js +15 -0
- package/dist/models/json-result-czy-system-organization-member-detail-vo.d.ts +62 -0
- package/dist/models/json-result-czy-system-organization-member-detail-vo.js +15 -0
- package/dist/models/json-result-list-czy-organization-cost-vo.d.ts +62 -0
- package/dist/models/json-result-list-czy-organization-cost-vo.js +15 -0
- package/dist/models/json-result-list-reimbursement-bill-payer-vo.d.ts +62 -0
- package/dist/models/json-result-list-reimbursement-bill-payer-vo.js +15 -0
- package/dist/models/organization-object.d.ts +30 -0
- package/dist/models/organization-object.js +15 -0
- package/dist/models/perform-object.d.ts +30 -0
- package/dist/models/perform-object.js +15 -0
- package/dist/models/reimbursement-bill-draft-dto.d.ts +6 -0
- package/dist/models/reimbursement-bill-payer-vo.d.ts +30 -0
- package/dist/models/reimbursement-bill-payer-vo.js +15 -0
- package/dist/models/reimbursement-status-enum.d.ts +1 -0
- package/dist/models/reimbursement-status-enum.js +1 -0
- package/models/budget-balance-query-dto.ts +60 -0
- package/models/budget-object.ts +36 -0
- package/models/czy-budget-balance-vo.ts +54 -0
- package/models/czy-organization-cost-vo.ts +117 -0
- package/models/czy-system-organization-member-detail-vo.ts +186 -0
- package/models/index.ts +12 -0
- package/models/ipage-energy-cost-record-info-vo.ts +8 -8
- package/models/json-result-czy-budget-balance-vo.ts +72 -0
- package/models/json-result-czy-system-organization-member-detail-vo.ts +72 -0
- package/models/json-result-list-czy-organization-cost-vo.ts +72 -0
- package/models/json-result-list-reimbursement-bill-payer-vo.ts +72 -0
- package/models/organization-object.ts +36 -0
- package/models/perform-object.ts +36 -0
- package/models/reimbursement-bill-draft-dto.ts +6 -0
- package/models/reimbursement-bill-payer-vo.ts +36 -0
- package/models/reimbursement-status-enum.ts +1 -0
- package/ossutil.log +1170 -1170
- package/package.json +1 -1
- package/apis/mdmapi.ts +0 -217
- package/dist/apis/mdmapi.d.ts +0 -117
- package/dist/apis/mdmapi.js +0 -200
- package/dist/esm/apis/mdmapi.d.ts +0 -117
- 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 {};
|
|
@@ -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 });
|