@gizone/rrs-client 4.2.9-alpha.667 → 4.2.9-alpha.668

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.
@@ -36,16 +36,16 @@ export interface IPageEnergyCostRecordInfoVO {
36
36
  'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
- * @type {boolean}
39
+ * @type {number}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
41
  */
42
- 'searchCount'?: boolean;
42
+ 'pages'?: number;
43
43
  /**
44
44
  *
45
- * @type {number}
45
+ * @type {boolean}
46
46
  * @memberof IPageEnergyCostRecordInfoVO
47
47
  */
48
- 'pages'?: number;
48
+ 'searchCount'?: boolean;
49
49
  /**
50
50
  *
51
51
  * @type {boolean}
@@ -117,6 +117,12 @@ export interface ReimbursementBillDetailsVo {
117
117
  * @memberof ReimbursementBillDetailsVo
118
118
  */
119
119
  'supplierName'?: string;
120
+ /**
121
+ * 收款银行开户行编码
122
+ * @type {string}
123
+ * @memberof ReimbursementBillDetailsVo
124
+ */
125
+ 'payeeBankCode'?: string;
120
126
  /**
121
127
  * 收款方银行账号
122
128
  * @type {string}
@@ -60,25 +60,25 @@ export interface ReimbursementBillSubmitDto {
60
60
  * @type {string}
61
61
  * @memberof ReimbursementBillSubmitDto
62
62
  */
63
- 'applicantName'?: string;
63
+ 'applicantName': string;
64
64
  /**
65
65
  * 申请人编码
66
66
  * @type {string}
67
67
  * @memberof ReimbursementBillSubmitDto
68
68
  */
69
- 'applicantCode'?: string;
69
+ 'applicantCode': string;
70
70
  /**
71
71
  * 执行主体
72
72
  * @type {string}
73
73
  * @memberof ReimbursementBillSubmitDto
74
74
  */
75
- 'executionSubject'?: string;
75
+ 'executionSubject': string;
76
76
  /**
77
77
  * 预算主体
78
78
  * @type {string}
79
79
  * @memberof ReimbursementBillSubmitDto
80
80
  */
81
- 'budgetSubject'?: string;
81
+ 'budgetSubject': string;
82
82
  /**
83
83
  *
84
84
  * @type {PaymentMethodEnum}
@@ -108,7 +108,7 @@ export interface ReimbursementBillSubmitDto {
108
108
  * @type {string}
109
109
  * @memberof ReimbursementBillSubmitDto
110
110
  */
111
- 'supplierName'?: string;
111
+ 'supplierName': string;
112
112
  /**
113
113
  * 收款银行开户行编码
114
114
  * @type {string}
@@ -36,16 +36,16 @@ export interface IPageEnergyCostRecordInfoVO {
36
36
  'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
- * @type {boolean}
39
+ * @type {number}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
41
  */
42
- 'searchCount'?: boolean;
42
+ 'pages'?: number;
43
43
  /**
44
44
  *
45
- * @type {number}
45
+ * @type {boolean}
46
46
  * @memberof IPageEnergyCostRecordInfoVO
47
47
  */
48
- 'pages'?: number;
48
+ 'searchCount'?: boolean;
49
49
  /**
50
50
  *
51
51
  * @type {boolean}
@@ -117,6 +117,12 @@ export interface ReimbursementBillDetailsVo {
117
117
  * @memberof ReimbursementBillDetailsVo
118
118
  */
119
119
  'supplierName'?: string;
120
+ /**
121
+ * 收款银行开户行编码
122
+ * @type {string}
123
+ * @memberof ReimbursementBillDetailsVo
124
+ */
125
+ 'payeeBankCode'?: string;
120
126
  /**
121
127
  * 收款方银行账号
122
128
  * @type {string}
@@ -60,25 +60,25 @@ export interface ReimbursementBillSubmitDto {
60
60
  * @type {string}
61
61
  * @memberof ReimbursementBillSubmitDto
62
62
  */
63
- 'applicantName'?: string;
63
+ 'applicantName': string;
64
64
  /**
65
65
  * 申请人编码
66
66
  * @type {string}
67
67
  * @memberof ReimbursementBillSubmitDto
68
68
  */
69
- 'applicantCode'?: string;
69
+ 'applicantCode': string;
70
70
  /**
71
71
  * 执行主体
72
72
  * @type {string}
73
73
  * @memberof ReimbursementBillSubmitDto
74
74
  */
75
- 'executionSubject'?: string;
75
+ 'executionSubject': string;
76
76
  /**
77
77
  * 预算主体
78
78
  * @type {string}
79
79
  * @memberof ReimbursementBillSubmitDto
80
80
  */
81
- 'budgetSubject'?: string;
81
+ 'budgetSubject': string;
82
82
  /**
83
83
  *
84
84
  * @type {PaymentMethodEnum}
@@ -108,7 +108,7 @@ export interface ReimbursementBillSubmitDto {
108
108
  * @type {string}
109
109
  * @memberof ReimbursementBillSubmitDto
110
110
  */
111
- 'supplierName'?: string;
111
+ 'supplierName': string;
112
112
  /**
113
113
  * 收款银行开户行编码
114
114
  * @type {string}
@@ -43,16 +43,16 @@ export interface IPageEnergyCostRecordInfoVO {
43
43
  'records'?: Array<EnergyCostRecordInfoVO>;
44
44
  /**
45
45
  *
46
- * @type {boolean}
46
+ * @type {number}
47
47
  * @memberof IPageEnergyCostRecordInfoVO
48
48
  */
49
- 'searchCount'?: boolean;
49
+ 'pages'?: number;
50
50
  /**
51
51
  *
52
- * @type {number}
52
+ * @type {boolean}
53
53
  * @memberof IPageEnergyCostRecordInfoVO
54
54
  */
55
- 'pages'?: number;
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {boolean}
@@ -134,6 +134,12 @@ export interface ReimbursementBillDetailsVo {
134
134
  * @memberof ReimbursementBillDetailsVo
135
135
  */
136
136
  'supplierName'?: string;
137
+ /**
138
+ * 收款银行开户行编码
139
+ * @type {string}
140
+ * @memberof ReimbursementBillDetailsVo
141
+ */
142
+ 'payeeBankCode'?: string;
137
143
  /**
138
144
  * 收款方银行账号
139
145
  * @type {string}
@@ -73,25 +73,25 @@ export interface ReimbursementBillSubmitDto {
73
73
  * @type {string}
74
74
  * @memberof ReimbursementBillSubmitDto
75
75
  */
76
- 'applicantName'?: string;
76
+ 'applicantName': string;
77
77
  /**
78
78
  * 申请人编码
79
79
  * @type {string}
80
80
  * @memberof ReimbursementBillSubmitDto
81
81
  */
82
- 'applicantCode'?: string;
82
+ 'applicantCode': string;
83
83
  /**
84
84
  * 执行主体
85
85
  * @type {string}
86
86
  * @memberof ReimbursementBillSubmitDto
87
87
  */
88
- 'executionSubject'?: string;
88
+ 'executionSubject': string;
89
89
  /**
90
90
  * 预算主体
91
91
  * @type {string}
92
92
  * @memberof ReimbursementBillSubmitDto
93
93
  */
94
- 'budgetSubject'?: string;
94
+ 'budgetSubject': string;
95
95
  /**
96
96
  *
97
97
  * @type {PaymentMethodEnum}
@@ -121,7 +121,7 @@ export interface ReimbursementBillSubmitDto {
121
121
  * @type {string}
122
122
  * @memberof ReimbursementBillSubmitDto
123
123
  */
124
- 'supplierName'?: string;
124
+ 'supplierName': string;
125
125
  /**
126
126
  * 收款银行开户行编码
127
127
  * @type {string}