@gizone/rrs-client 4.2.9-alpha.636 → 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 +5 -5
- 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/esm/models/sys-user.d.ts +4 -4
- 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 +5 -5
- 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/dist/models/sys-user.d.ts +4 -4
- 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 +5 -5
- 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/models/sys-user.ts +4 -4
- 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,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,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,176 @@
|
|
|
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 { BudgetObject } from './budget-object';
|
|
13
|
+
import type { PerformObject } from './perform-object';
|
|
14
|
+
/**
|
|
15
|
+
* 系统组织-根据工号查询人员预算执行组织信息
|
|
16
|
+
* @export
|
|
17
|
+
* @interface CzySystemOrganizationMemberDetailVo
|
|
18
|
+
*/
|
|
19
|
+
export interface CzySystemOrganizationMemberDetailVo {
|
|
20
|
+
/**
|
|
21
|
+
* 所属领域编码
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
24
|
+
*/
|
|
25
|
+
'curAreaCode'?: string;
|
|
26
|
+
/**
|
|
27
|
+
* 所属领域名称
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
30
|
+
*/
|
|
31
|
+
'curAreaName'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 所属平台编码
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
36
|
+
*/
|
|
37
|
+
'curPlatformCode'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 所属平台名称
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
42
|
+
*/
|
|
43
|
+
'curPlatformName'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 所属小微编码
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
48
|
+
*/
|
|
49
|
+
'microUnitCode'?: string;
|
|
50
|
+
/**
|
|
51
|
+
* 所属小微名称
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
54
|
+
*/
|
|
55
|
+
'microUnitName'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 人员编码
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
60
|
+
*/
|
|
61
|
+
'memberCode'?: string;
|
|
62
|
+
/**
|
|
63
|
+
* 人员名称
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
66
|
+
*/
|
|
67
|
+
'memberName'?: string;
|
|
68
|
+
/**
|
|
69
|
+
* 预算主体编码
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
72
|
+
*/
|
|
73
|
+
'budgetGroupCode'?: string;
|
|
74
|
+
/**
|
|
75
|
+
* 预算主体名称
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
78
|
+
*/
|
|
79
|
+
'budgetGroupName'?: string;
|
|
80
|
+
/**
|
|
81
|
+
* 预算主体状态
|
|
82
|
+
* @type {number}
|
|
83
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
84
|
+
*/
|
|
85
|
+
'budgetStatus'?: number;
|
|
86
|
+
/**
|
|
87
|
+
* 预算主体预算经理编码
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
90
|
+
*/
|
|
91
|
+
'budgetManager'?: string;
|
|
92
|
+
/**
|
|
93
|
+
* 预算主体预算经理名称
|
|
94
|
+
* @type {string}
|
|
95
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
96
|
+
*/
|
|
97
|
+
'budgetManagerName'?: string;
|
|
98
|
+
/**
|
|
99
|
+
* 预算对象列表
|
|
100
|
+
* @type {Array<BudgetObject>}
|
|
101
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
102
|
+
*/
|
|
103
|
+
'budgetObjectList'?: Array<BudgetObject>;
|
|
104
|
+
/**
|
|
105
|
+
* 预算主体管理岗编码
|
|
106
|
+
* @type {string}
|
|
107
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
108
|
+
*/
|
|
109
|
+
'budgetMasterCode'?: string;
|
|
110
|
+
/**
|
|
111
|
+
* 预算主体管理岗名称
|
|
112
|
+
* @type {string}
|
|
113
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
114
|
+
*/
|
|
115
|
+
'budgetMasterName'?: string;
|
|
116
|
+
/**
|
|
117
|
+
* 执行主体编码
|
|
118
|
+
* @type {string}
|
|
119
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
120
|
+
*/
|
|
121
|
+
'performGroupCode'?: string;
|
|
122
|
+
/**
|
|
123
|
+
* 执行主体名称
|
|
124
|
+
* @type {string}
|
|
125
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
126
|
+
*/
|
|
127
|
+
'performGroupName'?: string;
|
|
128
|
+
/**
|
|
129
|
+
* 执行主体状态
|
|
130
|
+
* @type {number}
|
|
131
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
132
|
+
*/
|
|
133
|
+
'performStatus'?: number;
|
|
134
|
+
/**
|
|
135
|
+
* 执行主体管理岗编码
|
|
136
|
+
* @type {string}
|
|
137
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
138
|
+
*/
|
|
139
|
+
'performMasterCode'?: string;
|
|
140
|
+
/**
|
|
141
|
+
* 执行主体管理岗名称
|
|
142
|
+
* @type {string}
|
|
143
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
144
|
+
*/
|
|
145
|
+
'performMasterName'?: string;
|
|
146
|
+
/**
|
|
147
|
+
* 执行主体预算经理编码
|
|
148
|
+
* @type {string}
|
|
149
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
150
|
+
*/
|
|
151
|
+
'performBudgetManager'?: string;
|
|
152
|
+
/**
|
|
153
|
+
* 执行主体预算经理名称
|
|
154
|
+
* @type {string}
|
|
155
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
156
|
+
*/
|
|
157
|
+
'performBudgetManagerName'?: string;
|
|
158
|
+
/**
|
|
159
|
+
* 执行对象列表
|
|
160
|
+
* @type {Array<PerformObject>}
|
|
161
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
162
|
+
*/
|
|
163
|
+
'performObjectList'?: Array<PerformObject>;
|
|
164
|
+
/**
|
|
165
|
+
* 财务组织编码
|
|
166
|
+
* @type {string}
|
|
167
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
168
|
+
*/
|
|
169
|
+
'financialCode'?: string;
|
|
170
|
+
/**
|
|
171
|
+
* 财务组织名称
|
|
172
|
+
* @type {string}
|
|
173
|
+
* @memberof CzySystemOrganizationMemberDetailVo
|
|
174
|
+
*/
|
|
175
|
+
'financialName'?: string;
|
|
176
|
+
}
|
|
@@ -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 {};
|
|
@@ -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';
|
package/dist/esm/models/index.js
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';
|
|
@@ -42,17 +42,17 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
42
42
|
'searchCount'?: boolean;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {boolean}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
+
* @deprecated
|
|
47
48
|
*/
|
|
48
|
-
'
|
|
49
|
+
'hitCount'?: boolean;
|
|
49
50
|
/**
|
|
50
51
|
*
|
|
51
|
-
* @type {
|
|
52
|
+
* @type {number}
|
|
52
53
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
53
|
-
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'pages'?: number;
|
|
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 { CzyBudgetBalanceVo } from './czy-budget-balance-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultCzyBudgetBalanceVo
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultCzyBudgetBalanceVo {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultCzyBudgetBalanceVo
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultCzyBudgetBalanceVo
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultCzyBudgetBalanceVo
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {CzyBudgetBalanceVo}
|
|
41
|
+
* @memberof JsonResultCzyBudgetBalanceVo
|
|
42
|
+
*/
|
|
43
|
+
'data'?: CzyBudgetBalanceVo | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultCzyBudgetBalanceVo
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultCzyBudgetBalanceVo
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultCzyBudgetBalanceVo
|
|
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 { CzySystemOrganizationMemberDetailVo } from './czy-system-organization-member-detail-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultCzySystemOrganizationMemberDetailVo
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultCzySystemOrganizationMemberDetailVo {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultCzySystemOrganizationMemberDetailVo
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultCzySystemOrganizationMemberDetailVo
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultCzySystemOrganizationMemberDetailVo
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {CzySystemOrganizationMemberDetailVo}
|
|
41
|
+
* @memberof JsonResultCzySystemOrganizationMemberDetailVo
|
|
42
|
+
*/
|
|
43
|
+
'data'?: CzySystemOrganizationMemberDetailVo | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultCzySystemOrganizationMemberDetailVo
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultCzySystemOrganizationMemberDetailVo
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultCzySystemOrganizationMemberDetailVo
|
|
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 { 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
|
+
}
|