@gizone/rrs-client 4.2.9-alpha.775 → 4.2.9-alpha.776
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/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +3 -3
- package/dist/esm/models/reimbursement-bill-details-vo.d.ts +12 -0
- package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +12 -0
- package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +12 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +3 -3
- package/dist/models/reimbursement-bill-details-vo.d.ts +12 -0
- package/dist/models/reimbursement-bill-draft-dto.d.ts +12 -0
- package/dist/models/reimbursement-bill-submit-dto.d.ts +12 -0
- package/models/ipage-energy-cost-record-info-vo.ts +3 -3
- package/models/reimbursement-bill-details-vo.ts +12 -0
- package/models/reimbursement-bill-draft-dto.ts +12 -0
- package/models/reimbursement-bill-submit-dto.ts +12 -0
- package/ossutil.log +1221 -1221
- package/package.json +1 -1
|
@@ -44,15 +44,15 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
44
44
|
*
|
|
45
45
|
* @type {boolean}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
+
* @deprecated
|
|
47
48
|
*/
|
|
48
|
-
'
|
|
49
|
+
'hitCount'?: boolean;
|
|
49
50
|
/**
|
|
50
51
|
*
|
|
51
52
|
* @type {boolean}
|
|
52
53
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
53
|
-
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -87,6 +87,18 @@ export interface ReimbursementBillDetailsVo {
|
|
|
87
87
|
* @memberof ReimbursementBillDetailsVo
|
|
88
88
|
*/
|
|
89
89
|
'budgetSubject'?: string;
|
|
90
|
+
/**
|
|
91
|
+
* 执行主体名称
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof ReimbursementBillDetailsVo
|
|
94
|
+
*/
|
|
95
|
+
'executionSubjectName'?: string;
|
|
96
|
+
/**
|
|
97
|
+
* 预算主体名称
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof ReimbursementBillDetailsVo
|
|
100
|
+
*/
|
|
101
|
+
'budgetSubjectName'?: string;
|
|
90
102
|
/**
|
|
91
103
|
*
|
|
92
104
|
* @type {PaymentMethodEnum}
|
|
@@ -79,6 +79,18 @@ export interface ReimbursementBillDraftDto {
|
|
|
79
79
|
* @memberof ReimbursementBillDraftDto
|
|
80
80
|
*/
|
|
81
81
|
'budgetSubject'?: string;
|
|
82
|
+
/**
|
|
83
|
+
* 执行主体名称
|
|
84
|
+
* @type {string}
|
|
85
|
+
* @memberof ReimbursementBillDraftDto
|
|
86
|
+
*/
|
|
87
|
+
'executionSubjectName'?: string;
|
|
88
|
+
/**
|
|
89
|
+
* 预算主体名称
|
|
90
|
+
* @type {string}
|
|
91
|
+
* @memberof ReimbursementBillDraftDto
|
|
92
|
+
*/
|
|
93
|
+
'budgetSubjectName'?: string;
|
|
82
94
|
/**
|
|
83
95
|
*
|
|
84
96
|
* @type {PaymentMethodEnum}
|
|
@@ -79,6 +79,18 @@ export interface ReimbursementBillSubmitDto {
|
|
|
79
79
|
* @memberof ReimbursementBillSubmitDto
|
|
80
80
|
*/
|
|
81
81
|
'budgetSubject': string;
|
|
82
|
+
/**
|
|
83
|
+
* 执行主体名称
|
|
84
|
+
* @type {string}
|
|
85
|
+
* @memberof ReimbursementBillSubmitDto
|
|
86
|
+
*/
|
|
87
|
+
'executionSubjectName'?: string;
|
|
88
|
+
/**
|
|
89
|
+
* 预算主体名称
|
|
90
|
+
* @type {string}
|
|
91
|
+
* @memberof ReimbursementBillSubmitDto
|
|
92
|
+
*/
|
|
93
|
+
'budgetSubjectName'?: string;
|
|
82
94
|
/**
|
|
83
95
|
*
|
|
84
96
|
* @type {PaymentMethodEnum}
|
|
@@ -44,15 +44,15 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
44
44
|
*
|
|
45
45
|
* @type {boolean}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
+
* @deprecated
|
|
47
48
|
*/
|
|
48
|
-
'
|
|
49
|
+
'hitCount'?: boolean;
|
|
49
50
|
/**
|
|
50
51
|
*
|
|
51
52
|
* @type {boolean}
|
|
52
53
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
53
|
-
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -87,6 +87,18 @@ export interface ReimbursementBillDetailsVo {
|
|
|
87
87
|
* @memberof ReimbursementBillDetailsVo
|
|
88
88
|
*/
|
|
89
89
|
'budgetSubject'?: string;
|
|
90
|
+
/**
|
|
91
|
+
* 执行主体名称
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof ReimbursementBillDetailsVo
|
|
94
|
+
*/
|
|
95
|
+
'executionSubjectName'?: string;
|
|
96
|
+
/**
|
|
97
|
+
* 预算主体名称
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof ReimbursementBillDetailsVo
|
|
100
|
+
*/
|
|
101
|
+
'budgetSubjectName'?: string;
|
|
90
102
|
/**
|
|
91
103
|
*
|
|
92
104
|
* @type {PaymentMethodEnum}
|
|
@@ -79,6 +79,18 @@ export interface ReimbursementBillDraftDto {
|
|
|
79
79
|
* @memberof ReimbursementBillDraftDto
|
|
80
80
|
*/
|
|
81
81
|
'budgetSubject'?: string;
|
|
82
|
+
/**
|
|
83
|
+
* 执行主体名称
|
|
84
|
+
* @type {string}
|
|
85
|
+
* @memberof ReimbursementBillDraftDto
|
|
86
|
+
*/
|
|
87
|
+
'executionSubjectName'?: string;
|
|
88
|
+
/**
|
|
89
|
+
* 预算主体名称
|
|
90
|
+
* @type {string}
|
|
91
|
+
* @memberof ReimbursementBillDraftDto
|
|
92
|
+
*/
|
|
93
|
+
'budgetSubjectName'?: string;
|
|
82
94
|
/**
|
|
83
95
|
*
|
|
84
96
|
* @type {PaymentMethodEnum}
|
|
@@ -79,6 +79,18 @@ export interface ReimbursementBillSubmitDto {
|
|
|
79
79
|
* @memberof ReimbursementBillSubmitDto
|
|
80
80
|
*/
|
|
81
81
|
'budgetSubject': string;
|
|
82
|
+
/**
|
|
83
|
+
* 执行主体名称
|
|
84
|
+
* @type {string}
|
|
85
|
+
* @memberof ReimbursementBillSubmitDto
|
|
86
|
+
*/
|
|
87
|
+
'executionSubjectName'?: string;
|
|
88
|
+
/**
|
|
89
|
+
* 预算主体名称
|
|
90
|
+
* @type {string}
|
|
91
|
+
* @memberof ReimbursementBillSubmitDto
|
|
92
|
+
*/
|
|
93
|
+
'budgetSubjectName'?: string;
|
|
82
94
|
/**
|
|
83
95
|
*
|
|
84
96
|
* @type {PaymentMethodEnum}
|
|
@@ -51,15 +51,15 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
51
51
|
*
|
|
52
52
|
* @type {boolean}
|
|
53
53
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
+
* @deprecated
|
|
54
55
|
*/
|
|
55
|
-
'
|
|
56
|
+
'hitCount'?: boolean;
|
|
56
57
|
/**
|
|
57
58
|
*
|
|
58
59
|
* @type {boolean}
|
|
59
60
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
60
|
-
* @deprecated
|
|
61
61
|
*/
|
|
62
|
-
'
|
|
62
|
+
'searchCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|
|
@@ -104,6 +104,18 @@ export interface ReimbursementBillDetailsVo {
|
|
|
104
104
|
* @memberof ReimbursementBillDetailsVo
|
|
105
105
|
*/
|
|
106
106
|
'budgetSubject'?: string;
|
|
107
|
+
/**
|
|
108
|
+
* 执行主体名称
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof ReimbursementBillDetailsVo
|
|
111
|
+
*/
|
|
112
|
+
'executionSubjectName'?: string;
|
|
113
|
+
/**
|
|
114
|
+
* 预算主体名称
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof ReimbursementBillDetailsVo
|
|
117
|
+
*/
|
|
118
|
+
'budgetSubjectName'?: string;
|
|
107
119
|
/**
|
|
108
120
|
*
|
|
109
121
|
* @type {PaymentMethodEnum}
|
|
@@ -92,6 +92,18 @@ export interface ReimbursementBillDraftDto {
|
|
|
92
92
|
* @memberof ReimbursementBillDraftDto
|
|
93
93
|
*/
|
|
94
94
|
'budgetSubject'?: string;
|
|
95
|
+
/**
|
|
96
|
+
* 执行主体名称
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof ReimbursementBillDraftDto
|
|
99
|
+
*/
|
|
100
|
+
'executionSubjectName'?: string;
|
|
101
|
+
/**
|
|
102
|
+
* 预算主体名称
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof ReimbursementBillDraftDto
|
|
105
|
+
*/
|
|
106
|
+
'budgetSubjectName'?: string;
|
|
95
107
|
/**
|
|
96
108
|
*
|
|
97
109
|
* @type {PaymentMethodEnum}
|
|
@@ -92,6 +92,18 @@ export interface ReimbursementBillSubmitDto {
|
|
|
92
92
|
* @memberof ReimbursementBillSubmitDto
|
|
93
93
|
*/
|
|
94
94
|
'budgetSubject': string;
|
|
95
|
+
/**
|
|
96
|
+
* 执行主体名称
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof ReimbursementBillSubmitDto
|
|
99
|
+
*/
|
|
100
|
+
'executionSubjectName'?: string;
|
|
101
|
+
/**
|
|
102
|
+
* 预算主体名称
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof ReimbursementBillSubmitDto
|
|
105
|
+
*/
|
|
106
|
+
'budgetSubjectName'?: string;
|
|
95
107
|
/**
|
|
96
108
|
*
|
|
97
109
|
* @type {PaymentMethodEnum}
|