@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
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';
|
|
@@ -49,17 +49,17 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
49
49
|
'searchCount'?: boolean;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
|
-
* @type {
|
|
52
|
+
* @type {boolean}
|
|
53
53
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
+
* @deprecated
|
|
54
55
|
*/
|
|
55
|
-
'
|
|
56
|
+
'hitCount'?: boolean;
|
|
56
57
|
/**
|
|
57
58
|
*
|
|
58
|
-
* @type {
|
|
59
|
+
* @type {number}
|
|
59
60
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
60
|
-
* @deprecated
|
|
61
61
|
*/
|
|
62
|
-
'
|
|
62
|
+
'pages'?: number;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|
|
@@ -0,0 +1,72 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { CzyBudgetBalanceVo } from './czy-budget-balance-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultCzyBudgetBalanceVo
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultCzyBudgetBalanceVo {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultCzyBudgetBalanceVo
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultCzyBudgetBalanceVo
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultCzyBudgetBalanceVo
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {CzyBudgetBalanceVo}
|
|
50
|
+
* @memberof JsonResultCzyBudgetBalanceVo
|
|
51
|
+
*/
|
|
52
|
+
'data'?: CzyBudgetBalanceVo | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultCzyBudgetBalanceVo
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultCzyBudgetBalanceVo
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultCzyBudgetBalanceVo
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { CzySystemOrganizationMemberDetailVo } from './czy-system-organization-member-detail-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultCzySystemOrganizationMemberDetailVo
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultCzySystemOrganizationMemberDetailVo {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultCzySystemOrganizationMemberDetailVo
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultCzySystemOrganizationMemberDetailVo
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultCzySystemOrganizationMemberDetailVo
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {CzySystemOrganizationMemberDetailVo}
|
|
50
|
+
* @memberof JsonResultCzySystemOrganizationMemberDetailVo
|
|
51
|
+
*/
|
|
52
|
+
'data'?: CzySystemOrganizationMemberDetailVo | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultCzySystemOrganizationMemberDetailVo
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultCzySystemOrganizationMemberDetailVo
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultCzySystemOrganizationMemberDetailVo
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { CzyOrganizationCostVo } from './czy-organization-cost-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListCzyOrganizationCostVo
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListCzyOrganizationCostVo {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListCzyOrganizationCostVo
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListCzyOrganizationCostVo
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListCzyOrganizationCostVo
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<CzyOrganizationCostVo>}
|
|
50
|
+
* @memberof JsonResultListCzyOrganizationCostVo
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<CzyOrganizationCostVo> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListCzyOrganizationCostVo
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListCzyOrganizationCostVo
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListCzyOrganizationCostVo
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { ReimbursementBillPayerVo } from './reimbursement-bill-payer-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListReimbursementBillPayerVo
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListReimbursementBillPayerVo {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListReimbursementBillPayerVo
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListReimbursementBillPayerVo
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListReimbursementBillPayerVo
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<ReimbursementBillPayerVo>}
|
|
50
|
+
* @memberof JsonResultListReimbursementBillPayerVo
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<ReimbursementBillPayerVo> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListReimbursementBillPayerVo
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListReimbursementBillPayerVo
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListReimbursementBillPayerVo
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -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 OrganizationObject
|
|
21
|
+
*/
|
|
22
|
+
export interface OrganizationObject {
|
|
23
|
+
/**
|
|
24
|
+
* 对象编码
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof OrganizationObject
|
|
27
|
+
*/
|
|
28
|
+
'objectCode'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* 对象名称
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof OrganizationObject
|
|
33
|
+
*/
|
|
34
|
+
'objectName'?: string;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -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 PerformObject
|
|
21
|
+
*/
|
|
22
|
+
export interface PerformObject {
|
|
23
|
+
/**
|
|
24
|
+
* 执行对象编码
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof PerformObject
|
|
27
|
+
*/
|
|
28
|
+
'objectCode'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* 执行对象名称
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof PerformObject
|
|
33
|
+
*/
|
|
34
|
+
'objectName'?: string;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -188,6 +188,12 @@ export interface ReimbursementBillDraftDto {
|
|
|
188
188
|
* @memberof ReimbursementBillDraftDto
|
|
189
189
|
*/
|
|
190
190
|
'handleInfos'?: Array<ReimbursementBillHandleInfoAddDto>;
|
|
191
|
+
/**
|
|
192
|
+
* 预算可用余额
|
|
193
|
+
* @type {number}
|
|
194
|
+
* @memberof ReimbursementBillDraftDto
|
|
195
|
+
*/
|
|
196
|
+
'budgetAvailableBalance'?: number;
|
|
191
197
|
}
|
|
192
198
|
|
|
193
199
|
export const ReimbursementBillDraftDtoTaxTypeEnum = {
|
|
@@ -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 ReimbursementBillPayerVo
|
|
21
|
+
*/
|
|
22
|
+
export interface ReimbursementBillPayerVo {
|
|
23
|
+
/**
|
|
24
|
+
* 编码
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ReimbursementBillPayerVo
|
|
27
|
+
*/
|
|
28
|
+
'code'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* 名称
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ReimbursementBillPayerVo
|
|
33
|
+
*/
|
|
34
|
+
'name'?: string;
|
|
35
|
+
}
|
|
36
|
+
|
package/models/sys-user.ts
CHANGED
|
@@ -388,16 +388,16 @@ export interface SysUser {
|
|
|
388
388
|
'sourceUserId'?: string;
|
|
389
389
|
/**
|
|
390
390
|
*
|
|
391
|
-
* @type {
|
|
391
|
+
* @type {number}
|
|
392
392
|
* @memberof SysUser
|
|
393
393
|
*/
|
|
394
|
-
'
|
|
394
|
+
'cuserId'?: number;
|
|
395
395
|
/**
|
|
396
396
|
*
|
|
397
|
-
* @type {
|
|
397
|
+
* @type {string}
|
|
398
398
|
* @memberof SysUser
|
|
399
399
|
*/
|
|
400
|
-
'
|
|
400
|
+
'cid'?: string;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
|