@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.
- 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 +1173 -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,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,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 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,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 });
|
|
@@ -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,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,60 @@
|
|
|
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
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 查询预算余额
|
|
19
|
+
* @export
|
|
20
|
+
* @interface BudgetBalanceQueryDto
|
|
21
|
+
*/
|
|
22
|
+
export interface BudgetBalanceQueryDto {
|
|
23
|
+
/**
|
|
24
|
+
* 节点类型 默认1
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof BudgetBalanceQueryDto
|
|
27
|
+
*/
|
|
28
|
+
'configType'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 预算年度
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof BudgetBalanceQueryDto
|
|
33
|
+
*/
|
|
34
|
+
'budgetYear'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 预算月份(1-12)
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof BudgetBalanceQueryDto
|
|
39
|
+
*/
|
|
40
|
+
'budgetMonth'?: number;
|
|
41
|
+
/**
|
|
42
|
+
* 预算部门编码
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof BudgetBalanceQueryDto
|
|
45
|
+
*/
|
|
46
|
+
'budgeterCode'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 费用项目编码
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof BudgetBalanceQueryDto
|
|
51
|
+
*/
|
|
52
|
+
'outlayCode'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* 法人组织编码
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof BudgetBalanceQueryDto
|
|
57
|
+
*/
|
|
58
|
+
'companyCode'?: string;
|
|
59
|
+
}
|
|
60
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 预算对象
|
|
19
|
+
* @export
|
|
20
|
+
* @interface BudgetObject
|
|
21
|
+
*/
|
|
22
|
+
export interface BudgetObject {
|
|
23
|
+
/**
|
|
24
|
+
* 预算对象编码
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof BudgetObject
|
|
27
|
+
*/
|
|
28
|
+
'objectCode'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* 预算对象名称
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof BudgetObject
|
|
33
|
+
*/
|
|
34
|
+
'objectName'?: string;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
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
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 预算可用余额
|
|
19
|
+
* @export
|
|
20
|
+
* @interface CzyBudgetBalanceVo
|
|
21
|
+
*/
|
|
22
|
+
export interface CzyBudgetBalanceVo {
|
|
23
|
+
/**
|
|
24
|
+
* 0:预算锁定 1:预算占用
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof CzyBudgetBalanceVo
|
|
27
|
+
*/
|
|
28
|
+
'configType'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 管理策略编码
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof CzyBudgetBalanceVo
|
|
33
|
+
*/
|
|
34
|
+
'managePolicyNo'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 可用预算金额
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof CzyBudgetBalanceVo
|
|
39
|
+
*/
|
|
40
|
+
'amount'?: number;
|
|
41
|
+
/**
|
|
42
|
+
* 1-月度 2-月度累计 3-季度 4-半年 5-年度
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof CzyBudgetBalanceVo
|
|
45
|
+
*/
|
|
46
|
+
'controlCycle'?: number;
|
|
47
|
+
/**
|
|
48
|
+
* 预算控制时间
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof CzyBudgetBalanceVo
|
|
51
|
+
*/
|
|
52
|
+
'controlTime'?: number;
|
|
53
|
+
}
|
|
54
|
+
|
|
@@ -0,0 +1,117 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { OrganizationObject } from './organization-object';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 系统组织-根据组织编码查询统一经办配置列表
|
|
22
|
+
* @export
|
|
23
|
+
* @interface CzyOrganizationCostVo
|
|
24
|
+
*/
|
|
25
|
+
export interface CzyOrganizationCostVo {
|
|
26
|
+
/**
|
|
27
|
+
* 受益组织编码
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof CzyOrganizationCostVo
|
|
30
|
+
*/
|
|
31
|
+
'beneficialOrganization'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 受益组织名称
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof CzyOrganizationCostVo
|
|
36
|
+
*/
|
|
37
|
+
'beneficialOrganizationName'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 受益组织对象列表
|
|
40
|
+
* @type {Array<OrganizationObject>}
|
|
41
|
+
* @memberof CzyOrganizationCostVo
|
|
42
|
+
*/
|
|
43
|
+
'beneficialOrganizationObjectList'?: Array<OrganizationObject>;
|
|
44
|
+
/**
|
|
45
|
+
* 预算组织对象列表
|
|
46
|
+
* @type {Array<OrganizationObject>}
|
|
47
|
+
* @memberof CzyOrganizationCostVo
|
|
48
|
+
*/
|
|
49
|
+
'budgetObjectList'?: Array<OrganizationObject>;
|
|
50
|
+
/**
|
|
51
|
+
* 预算组织编码
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof CzyOrganizationCostVo
|
|
54
|
+
*/
|
|
55
|
+
'budgetOrganization'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 预算组织名称
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof CzyOrganizationCostVo
|
|
60
|
+
*/
|
|
61
|
+
'budgetOrganizationName'?: string;
|
|
62
|
+
/**
|
|
63
|
+
* 成本中心编码
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof CzyOrganizationCostVo
|
|
66
|
+
*/
|
|
67
|
+
'costCenter'?: string;
|
|
68
|
+
/**
|
|
69
|
+
* 成本中心名称
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof CzyOrganizationCostVo
|
|
72
|
+
*/
|
|
73
|
+
'costCenterName'?: string;
|
|
74
|
+
/**
|
|
75
|
+
* 执行组织编码
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof CzyOrganizationCostVo
|
|
78
|
+
*/
|
|
79
|
+
'executiveOrganization'?: string;
|
|
80
|
+
/**
|
|
81
|
+
* 执行组织名称
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof CzyOrganizationCostVo
|
|
84
|
+
*/
|
|
85
|
+
'executiveOrganizationName'?: string;
|
|
86
|
+
/**
|
|
87
|
+
* 财务组织编码
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof CzyOrganizationCostVo
|
|
90
|
+
*/
|
|
91
|
+
'financialCode'?: string;
|
|
92
|
+
/**
|
|
93
|
+
* 法人编码
|
|
94
|
+
* @type {string}
|
|
95
|
+
* @memberof CzyOrganizationCostVo
|
|
96
|
+
*/
|
|
97
|
+
'legalPerson'?: string;
|
|
98
|
+
/**
|
|
99
|
+
* 法人名称
|
|
100
|
+
* @type {string}
|
|
101
|
+
* @memberof CzyOrganizationCostVo
|
|
102
|
+
*/
|
|
103
|
+
'legalPersonName'?: string;
|
|
104
|
+
/**
|
|
105
|
+
* 一级成本编码
|
|
106
|
+
* @type {string}
|
|
107
|
+
* @memberof CzyOrganizationCostVo
|
|
108
|
+
*/
|
|
109
|
+
'oneLevelCost'?: string;
|
|
110
|
+
/**
|
|
111
|
+
* 一级成本名称
|
|
112
|
+
* @type {string}
|
|
113
|
+
* @memberof CzyOrganizationCostVo
|
|
114
|
+
*/
|
|
115
|
+
'oneLevelCostName'?: string;
|
|
116
|
+
}
|
|
117
|
+
|
|
@@ -0,0 +1,186 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { BudgetObject } from './budget-object';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { PerformObject } from './perform-object';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 系统组织-根据工号查询人员预算执行组织信息
|
|
25
|
+
* @export
|
|
26
|
+
* @interface CzySystemOrganizationMemberDetailVo
|
|
27
|
+
*/
|
|
28
|
+
export interface CzySystemOrganizationMemberDetailVo {
|
|
29
|
+
/**
|
|
30
|
+
* 所属领域编码
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
33
|
+
*/
|
|
34
|
+
'curAreaCode'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 所属领域名称
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
39
|
+
*/
|
|
40
|
+
'curAreaName'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 所属平台编码
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
45
|
+
*/
|
|
46
|
+
'curPlatformCode'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 所属平台名称
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
51
|
+
*/
|
|
52
|
+
'curPlatformName'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* 所属小微编码
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
57
|
+
*/
|
|
58
|
+
'microUnitCode'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 所属小微名称
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
63
|
+
*/
|
|
64
|
+
'microUnitName'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* 人员编码
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
69
|
+
*/
|
|
70
|
+
'memberCode'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* 人员名称
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
75
|
+
*/
|
|
76
|
+
'memberName'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* 预算主体编码
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
81
|
+
*/
|
|
82
|
+
'budgetGroupCode'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* 预算主体名称
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
87
|
+
*/
|
|
88
|
+
'budgetGroupName'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* 预算主体状态
|
|
91
|
+
* @type {number}
|
|
92
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
93
|
+
*/
|
|
94
|
+
'budgetStatus'?: number;
|
|
95
|
+
/**
|
|
96
|
+
* 预算主体预算经理编码
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
99
|
+
*/
|
|
100
|
+
'budgetManager'?: string;
|
|
101
|
+
/**
|
|
102
|
+
* 预算主体预算经理名称
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
105
|
+
*/
|
|
106
|
+
'budgetManagerName'?: string;
|
|
107
|
+
/**
|
|
108
|
+
* 预算对象列表
|
|
109
|
+
* @type {Array<BudgetObject>}
|
|
110
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
111
|
+
*/
|
|
112
|
+
'budgetObjectList'?: Array<BudgetObject>;
|
|
113
|
+
/**
|
|
114
|
+
* 预算主体管理岗编码
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
117
|
+
*/
|
|
118
|
+
'budgetMasterCode'?: string;
|
|
119
|
+
/**
|
|
120
|
+
* 预算主体管理岗名称
|
|
121
|
+
* @type {string}
|
|
122
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
123
|
+
*/
|
|
124
|
+
'budgetMasterName'?: string;
|
|
125
|
+
/**
|
|
126
|
+
* 执行主体编码
|
|
127
|
+
* @type {string}
|
|
128
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
129
|
+
*/
|
|
130
|
+
'performGroupCode'?: string;
|
|
131
|
+
/**
|
|
132
|
+
* 执行主体名称
|
|
133
|
+
* @type {string}
|
|
134
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
135
|
+
*/
|
|
136
|
+
'performGroupName'?: string;
|
|
137
|
+
/**
|
|
138
|
+
* 执行主体状态
|
|
139
|
+
* @type {number}
|
|
140
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
141
|
+
*/
|
|
142
|
+
'performStatus'?: number;
|
|
143
|
+
/**
|
|
144
|
+
* 执行主体管理岗编码
|
|
145
|
+
* @type {string}
|
|
146
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
147
|
+
*/
|
|
148
|
+
'performMasterCode'?: string;
|
|
149
|
+
/**
|
|
150
|
+
* 执行主体管理岗名称
|
|
151
|
+
* @type {string}
|
|
152
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
153
|
+
*/
|
|
154
|
+
'performMasterName'?: string;
|
|
155
|
+
/**
|
|
156
|
+
* 执行主体预算经理编码
|
|
157
|
+
* @type {string}
|
|
158
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
159
|
+
*/
|
|
160
|
+
'performBudgetManager'?: string;
|
|
161
|
+
/**
|
|
162
|
+
* 执行主体预算经理名称
|
|
163
|
+
* @type {string}
|
|
164
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
165
|
+
*/
|
|
166
|
+
'performBudgetManagerName'?: string;
|
|
167
|
+
/**
|
|
168
|
+
* 执行对象列表
|
|
169
|
+
* @type {Array<PerformObject>}
|
|
170
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
171
|
+
*/
|
|
172
|
+
'performObjectList'?: Array<PerformObject>;
|
|
173
|
+
/**
|
|
174
|
+
* 财务组织编码
|
|
175
|
+
* @type {string}
|
|
176
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
177
|
+
*/
|
|
178
|
+
'financialCode'?: string;
|
|
179
|
+
/**
|
|
180
|
+
* 财务组织名称
|
|
181
|
+
* @type {string}
|
|
182
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
183
|
+
*/
|
|
184
|
+
'financialName'?: string;
|
|
185
|
+
}
|
|
186
|
+
|
package/models/index.ts
CHANGED
|
@@ -65,6 +65,8 @@ export * from './applet-user-type-dto';
|
|
|
65
65
|
export * from './area-park-dto';
|
|
66
66
|
export * from './area-park-vo';
|
|
67
67
|
export * from './base-error-result';
|
|
68
|
+
export * from './budget-balance-query-dto';
|
|
69
|
+
export * from './budget-object';
|
|
68
70
|
export * from './business-contacts-vo';
|
|
69
71
|
export * from './cuser-info';
|
|
70
72
|
export * from './cuser-update-pass-word-vo';
|
|
@@ -75,6 +77,9 @@ export * from './captcha-type-enum';
|
|
|
75
77
|
export * from './center-list-dto';
|
|
76
78
|
export * from './change-password-dto';
|
|
77
79
|
export * from './choose-pak-body';
|
|
80
|
+
export * from './czy-budget-balance-vo';
|
|
81
|
+
export * from './czy-organization-cost-vo';
|
|
82
|
+
export * from './czy-system-organization-member-detail-vo';
|
|
78
83
|
export * from './dashboard-access-park-group-stats-vo';
|
|
79
84
|
export * from './dashboard-access-search-dto';
|
|
80
85
|
export * from './dashboard-access-source-group-stats-vo';
|
|
@@ -208,6 +213,8 @@ export * from './json-result-applet-user-type-dto';
|
|
|
208
213
|
export * from './json-result-big-decimal';
|
|
209
214
|
export * from './json-result-boolean';
|
|
210
215
|
export * from './json-result-calendar-entity';
|
|
216
|
+
export * from './json-result-czy-budget-balance-vo';
|
|
217
|
+
export * from './json-result-czy-system-organization-member-detail-vo';
|
|
211
218
|
export * from './json-result-dashboard-park-statistics-vo';
|
|
212
219
|
export * from './json-result-disaster-warning-standard-entity';
|
|
213
220
|
export * from './json-result-energy-cost-import-redis-vo';
|
|
@@ -244,6 +251,7 @@ export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
|
|
|
244
251
|
export * from './json-result-list-area-park-dto';
|
|
245
252
|
export * from './json-result-list-calendar-entity';
|
|
246
253
|
export * from './json-result-list-center-list-dto';
|
|
254
|
+
export * from './json-result-list-czy-organization-cost-vo';
|
|
247
255
|
export * from './json-result-list-dashboard-access-park-group-stats-vo';
|
|
248
256
|
export * from './json-result-list-dashboard-access-source-group-stats-vo';
|
|
249
257
|
export * from './json-result-list-dashboard-equipment-park-group-stats-vo';
|
|
@@ -271,6 +279,7 @@ export * from './json-result-list-mdm-increment-vendors-vo';
|
|
|
271
279
|
export * from './json-result-list-park-list-dto';
|
|
272
280
|
export * from './json-result-list-plan-calendar-list-vo';
|
|
273
281
|
export * from './json-result-list-plan-calendar-vo';
|
|
282
|
+
export * from './json-result-list-reimbursement-bill-payer-vo';
|
|
274
283
|
export * from './json-result-list-space-image-detail-dto';
|
|
275
284
|
export * from './json-result-list-space-point-dto';
|
|
276
285
|
export * from './json-result-list-space-qr-code-dto';
|
|
@@ -374,6 +383,7 @@ export * from './offline-alert-work-order-vo';
|
|
|
374
383
|
export * from './open-api-access-appointment-record-add-vo';
|
|
375
384
|
export * from './open-api-access-appointment-record-delete-vo';
|
|
376
385
|
export * from './open-api-equipment-list-dto';
|
|
386
|
+
export * from './organization-object';
|
|
377
387
|
export * from './page-dto-access-appointment-record-details-dto';
|
|
378
388
|
export * from './page-dto-access-blacklist-details-dto';
|
|
379
389
|
export * from './page-dto-access-record-summary-list-dto';
|
|
@@ -401,6 +411,7 @@ export * from './park-push-settings-add-bo';
|
|
|
401
411
|
export * from './park-settings-details-dto';
|
|
402
412
|
export * from './park-settings-vo';
|
|
403
413
|
export * from './payment-method-enum';
|
|
414
|
+
export * from './perform-object';
|
|
404
415
|
export * from './period-detail-resp';
|
|
405
416
|
export * from './plan-add-vo';
|
|
406
417
|
export * from './plan-calendar-list-vo';
|
|
@@ -426,6 +437,7 @@ export * from './reimbursement-bill-draft-dto';
|
|
|
426
437
|
export * from './reimbursement-bill-handle-info-add-dto';
|
|
427
438
|
export * from './reimbursement-bill-handle-info-vo';
|
|
428
439
|
export * from './reimbursement-bill-list-vo';
|
|
440
|
+
export * from './reimbursement-bill-payer-vo';
|
|
429
441
|
export * from './reimbursement-bill-search-dto';
|
|
430
442
|
export * from './reimbursement-bill-submit-dto';
|
|
431
443
|
export * from './reimbursement-status-enum';
|