@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
|
@@ -29,6 +29,12 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
29
29
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
30
30
|
*/
|
|
31
31
|
'total'?: number;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
36
|
+
*/
|
|
37
|
+
'current'?: number;
|
|
32
38
|
/**
|
|
33
39
|
*
|
|
34
40
|
* @type {Array<EnergyCostRecordInfoVO>}
|
|
@@ -37,10 +43,10 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
37
43
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
38
44
|
/**
|
|
39
45
|
*
|
|
40
|
-
* @type {
|
|
46
|
+
* @type {boolean}
|
|
41
47
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
42
48
|
*/
|
|
43
|
-
'
|
|
49
|
+
'searchCount'?: boolean;
|
|
44
50
|
/**
|
|
45
51
|
*
|
|
46
52
|
* @type {number}
|
|
@@ -54,12 +60,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
54
60
|
* @deprecated
|
|
55
61
|
*/
|
|
56
62
|
'hitCount'?: boolean;
|
|
57
|
-
/**
|
|
58
|
-
*
|
|
59
|
-
* @type {boolean}
|
|
60
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
61
|
-
*/
|
|
62
|
-
'searchCount'?: boolean;
|
|
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
|
+
|