@gizone/rrs-client 4.2.9-alpha.660 → 4.2.9-alpha.662
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 +8 -1
- package/apis/reimbursement-bill-api.ts +93 -0
- package/dist/apis/reimbursement-bill-api.d.ts +48 -0
- package/dist/apis/reimbursement-bill-api.js +70 -0
- package/dist/esm/apis/reimbursement-bill-api.d.ts +48 -0
- package/dist/esm/apis/reimbursement-bill-api.js +70 -0
- package/dist/esm/models/{reimbursement-bill-process-type-enum.d.ts → filter-condition.d.ts} +16 -8
- package/dist/esm/models/{reimbursement-bill-process-type-enum.js → filter-condition.js} +1 -10
- package/dist/esm/models/index.d.ts +8 -1
- package/dist/esm/models/index.js +8 -1
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +4 -4
- package/dist/esm/models/json-result-zjht-contract-data-result.d.ts +62 -0
- package/dist/esm/models/json-result-zjht-contract-data-result.js +14 -0
- package/dist/esm/models/reimbursement-bill-cover-info.d.ts +84 -0
- package/dist/esm/models/reimbursement-bill-cover-info.js +14 -0
- package/dist/esm/models/reimbursement-bill-details-vo.d.ts +37 -0
- package/dist/esm/models/reimbursement-bill-list-vo.d.ts +37 -0
- package/dist/esm/models/reimbursement-bill-process-record-list-vo.d.ts +5 -6
- package/dist/esm/models/zjht-contract-data-result.d.ts +31 -0
- package/dist/esm/models/zjht-contract-data-result.js +14 -0
- package/dist/esm/models/zjht-contract-detail.d.ts +30 -0
- package/dist/esm/models/zjht-contract-detail.js +14 -0
- package/dist/{models/reimbursement-bill-process-type-enum.d.ts → esm/models/zjht-contract.d.ts} +11 -8
- package/dist/esm/models/zjht-contract.js +14 -0
- package/dist/esm/models/zjht-search-dto-filter.d.ts +31 -0
- package/dist/esm/models/zjht-search-dto-filter.js +14 -0
- package/dist/esm/models/zjht-search-dto.d.ts +55 -0
- package/dist/esm/models/zjht-search-dto.js +14 -0
- package/dist/models/filter-condition.d.ts +30 -0
- package/dist/models/{reimbursement-bill-process-type-enum.js → filter-condition.js} +0 -11
- package/dist/models/index.d.ts +8 -1
- package/dist/models/index.js +8 -1
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +4 -4
- package/dist/models/json-result-zjht-contract-data-result.d.ts +62 -0
- package/dist/models/json-result-zjht-contract-data-result.js +15 -0
- package/dist/models/reimbursement-bill-cover-info.d.ts +84 -0
- package/dist/models/reimbursement-bill-cover-info.js +15 -0
- package/dist/models/reimbursement-bill-details-vo.d.ts +37 -0
- package/dist/models/reimbursement-bill-list-vo.d.ts +37 -0
- package/dist/models/reimbursement-bill-process-record-list-vo.d.ts +5 -6
- package/dist/models/zjht-contract-data-result.d.ts +31 -0
- package/dist/models/zjht-contract-data-result.js +15 -0
- package/dist/models/zjht-contract-detail.d.ts +30 -0
- package/dist/models/zjht-contract-detail.js +15 -0
- package/dist/models/zjht-contract.d.ts +25 -0
- package/dist/models/zjht-contract.js +15 -0
- package/dist/models/zjht-search-dto-filter.d.ts +31 -0
- package/dist/models/zjht-search-dto-filter.js +15 -0
- package/dist/models/zjht-search-dto.d.ts +55 -0
- package/dist/models/zjht-search-dto.js +15 -0
- package/models/{reimbursement-bill-process-type-enum.ts → filter-condition.ts} +16 -12
- package/models/index.ts +8 -1
- package/models/ipage-energy-cost-record-info-vo.ts +4 -4
- package/models/json-result-zjht-contract-data-result.ts +72 -0
- package/models/reimbursement-bill-cover-info.ts +90 -0
- package/models/reimbursement-bill-details-vo.ts +39 -0
- package/models/reimbursement-bill-list-vo.ts +39 -0
- package/models/reimbursement-bill-process-record-list-vo.ts +5 -10
- package/models/zjht-contract-data-result.ts +39 -0
- package/models/zjht-contract-detail.ts +36 -0
- package/models/zjht-contract.ts +33 -0
- package/models/zjht-search-dto-filter.ts +39 -0
- package/models/zjht-search-dto.ts +63 -0
- package/ossutil.log +1194 -1191
- package/package.json +1 -1
package/dist/esm/models/index.js
CHANGED
|
@@ -184,6 +184,7 @@ export * from './exploration-work-order-info';
|
|
|
184
184
|
export * from './exploration-work-order-submit-vo';
|
|
185
185
|
export * from './exploration-work-order-type-enum';
|
|
186
186
|
export * from './file-dto';
|
|
187
|
+
export * from './filter-condition';
|
|
187
188
|
export * from './followup-work-order-dto';
|
|
188
189
|
export * from './functional-area-enum';
|
|
189
190
|
export * from './fusion-role-request-dto';
|
|
@@ -372,6 +373,7 @@ export * from './json-result-void';
|
|
|
372
373
|
export * from './json-result-work-order-dept-settings-entity';
|
|
373
374
|
export * from './json-result-work-order-detail-dto';
|
|
374
375
|
export * from './json-result-work-order-issue-type-settings-entity';
|
|
376
|
+
export * from './json-result-zjht-contract-data-result';
|
|
375
377
|
export * from './login-body';
|
|
376
378
|
export * from './login-type-enum';
|
|
377
379
|
export * from './maintenace-daily-abnormal-cause-type-enum';
|
|
@@ -477,6 +479,7 @@ export * from './privacy-update-state-dto';
|
|
|
477
479
|
export * from './process-network-monitor-repair-vo';
|
|
478
480
|
export * from './process-work-order-vo';
|
|
479
481
|
export * from './register-body';
|
|
482
|
+
export * from './reimbursement-bill-cover-info';
|
|
480
483
|
export * from './reimbursement-bill-details-vo';
|
|
481
484
|
export * from './reimbursement-bill-draft-dto';
|
|
482
485
|
export * from './reimbursement-bill-handle-info-add-dto';
|
|
@@ -484,7 +487,6 @@ export * from './reimbursement-bill-handle-info-vo';
|
|
|
484
487
|
export * from './reimbursement-bill-list-vo';
|
|
485
488
|
export * from './reimbursement-bill-payer-vo';
|
|
486
489
|
export * from './reimbursement-bill-process-record-list-vo';
|
|
487
|
-
export * from './reimbursement-bill-process-type-enum';
|
|
488
490
|
export * from './reimbursement-bill-submit-dto';
|
|
489
491
|
export * from './reimbursement-create-result-dto';
|
|
490
492
|
export * from './reimbursement-platform-status-dto';
|
|
@@ -661,3 +663,8 @@ export * from './wx-mp-get-self-menu-info-result';
|
|
|
661
663
|
export * from './wx-mp-menu';
|
|
662
664
|
export * from './wx-mp-self-menu-button';
|
|
663
665
|
export * from './wx-mp-self-menu-info';
|
|
666
|
+
export * from './zjht-contract';
|
|
667
|
+
export * from './zjht-contract-data-result';
|
|
668
|
+
export * from './zjht-contract-detail';
|
|
669
|
+
export * from './zjht-search-dto';
|
|
670
|
+
export * from './zjht-search-dto-filter';
|
|
@@ -36,16 +36,16 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
* @type {
|
|
39
|
+
* @type {number}
|
|
40
40
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
41
|
*/
|
|
42
|
-
'
|
|
42
|
+
'pages'?: number;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {boolean}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
47
|
*/
|
|
48
|
-
'
|
|
48
|
+
'searchCount'?: boolean;
|
|
49
49
|
/**
|
|
50
50
|
*
|
|
51
51
|
* @type {boolean}
|
|
@@ -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 { ZjhtContractDataResult } from './zjht-contract-data-result';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultZjhtContractDataResult
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultZjhtContractDataResult {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultZjhtContractDataResult
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultZjhtContractDataResult
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultZjhtContractDataResult
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {ZjhtContractDataResult}
|
|
41
|
+
* @memberof JsonResultZjhtContractDataResult
|
|
42
|
+
*/
|
|
43
|
+
'data'?: ZjhtContractDataResult | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultZjhtContractDataResult
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultZjhtContractDataResult
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultZjhtContractDataResult
|
|
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,84 @@
|
|
|
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
|
+
/**
|
|
13
|
+
* 报账单封皮信息
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ReimbursementBillCoverInfo
|
|
16
|
+
*/
|
|
17
|
+
export interface ReimbursementBillCoverInfo {
|
|
18
|
+
/**
|
|
19
|
+
* 业务编码
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ReimbursementBillCoverInfo
|
|
22
|
+
*/
|
|
23
|
+
'busCode'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 业务域
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ReimbursementBillCoverInfo
|
|
28
|
+
*/
|
|
29
|
+
'buDomain'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 节点类型
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ReimbursementBillCoverInfo
|
|
34
|
+
*/
|
|
35
|
+
'nodeType'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 业务结算账单号
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ReimbursementBillCoverInfo
|
|
40
|
+
*/
|
|
41
|
+
'billCode'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 财智云报账申请单号
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof ReimbursementBillCoverInfo
|
|
46
|
+
*/
|
|
47
|
+
'fdcNo'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 报账单号
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof ReimbursementBillCoverInfo
|
|
52
|
+
*/
|
|
53
|
+
'reimNo'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 单据经办人账号
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof ReimbursementBillCoverInfo
|
|
58
|
+
*/
|
|
59
|
+
'handlerId'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* 单据经办人姓名
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof ReimbursementBillCoverInfo
|
|
64
|
+
*/
|
|
65
|
+
'handlerName'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 业务场景
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof ReimbursementBillCoverInfo
|
|
70
|
+
*/
|
|
71
|
+
'srcInfo'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* 文件名
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof ReimbursementBillCoverInfo
|
|
76
|
+
*/
|
|
77
|
+
'fileName'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* 文件地址
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof ReimbursementBillCoverInfo
|
|
82
|
+
*/
|
|
83
|
+
'fileUrl'?: string;
|
|
84
|
+
}
|
|
@@ -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 {};
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import type { ExpenseSubjectEnum } from './expense-subject-enum';
|
|
13
13
|
import type { InvoiceTypeEnum } from './invoice-type-enum';
|
|
14
14
|
import type { PaymentMethodEnum } from './payment-method-enum';
|
|
15
|
+
import type { ReimbursementBillCoverInfo } from './reimbursement-bill-cover-info';
|
|
15
16
|
import type { ReimbursementBillHandleInfoVo } from './reimbursement-bill-handle-info-vo';
|
|
16
17
|
import type { ReimbursementStatusEnum } from './reimbursement-status-enum';
|
|
17
18
|
/**
|
|
@@ -248,6 +249,42 @@ export interface ReimbursementBillDetailsVo {
|
|
|
248
249
|
* @memberof ReimbursementBillDetailsVo
|
|
249
250
|
*/
|
|
250
251
|
'reimbursementStatus'?: ReimbursementStatusEnum;
|
|
252
|
+
/**
|
|
253
|
+
* 是否已进行场景分摊
|
|
254
|
+
* @type {boolean}
|
|
255
|
+
* @memberof ReimbursementBillDetailsVo
|
|
256
|
+
*/
|
|
257
|
+
'scenarioAllocated'?: boolean;
|
|
258
|
+
/**
|
|
259
|
+
* 明细单号
|
|
260
|
+
* @type {string}
|
|
261
|
+
* @memberof ReimbursementBillDetailsVo
|
|
262
|
+
*/
|
|
263
|
+
'detailedOrderNo'?: string;
|
|
264
|
+
/**
|
|
265
|
+
* 财智云返回预算占用单号
|
|
266
|
+
* @type {string}
|
|
267
|
+
* @memberof ReimbursementBillDetailsVo
|
|
268
|
+
*/
|
|
269
|
+
'occupyNo'?: string;
|
|
270
|
+
/**
|
|
271
|
+
* 财智云报账申请单号
|
|
272
|
+
* @type {string}
|
|
273
|
+
* @memberof ReimbursementBillDetailsVo
|
|
274
|
+
*/
|
|
275
|
+
'fdcNo'?: string;
|
|
276
|
+
/**
|
|
277
|
+
* 报账平台BZD单号
|
|
278
|
+
* @type {string}
|
|
279
|
+
* @memberof ReimbursementBillDetailsVo
|
|
280
|
+
*/
|
|
281
|
+
'reimNo'?: string;
|
|
282
|
+
/**
|
|
283
|
+
*
|
|
284
|
+
* @type {ReimbursementBillCoverInfo}
|
|
285
|
+
* @memberof ReimbursementBillDetailsVo
|
|
286
|
+
*/
|
|
287
|
+
'billCover'?: ReimbursementBillCoverInfo;
|
|
251
288
|
}
|
|
252
289
|
export declare const ReimbursementBillDetailsVoTaxTypeEnum: {
|
|
253
290
|
readonly Tax13Product: "TAX_13_PRODUCT";
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import type { ExpenseSubjectEnum } from './expense-subject-enum';
|
|
13
13
|
import type { InvoiceTypeEnum } from './invoice-type-enum';
|
|
14
14
|
import type { PaymentMethodEnum } from './payment-method-enum';
|
|
15
|
+
import type { ReimbursementBillCoverInfo } from './reimbursement-bill-cover-info';
|
|
15
16
|
import type { ReimbursementStatusEnum } from './reimbursement-status-enum';
|
|
16
17
|
/**
|
|
17
18
|
* 报账单列表
|
|
@@ -151,4 +152,40 @@ export interface ReimbursementBillListVo {
|
|
|
151
152
|
* @memberof ReimbursementBillListVo
|
|
152
153
|
*/
|
|
153
154
|
'handlerUserId'?: number;
|
|
155
|
+
/**
|
|
156
|
+
* 是否已进行场景分摊
|
|
157
|
+
* @type {boolean}
|
|
158
|
+
* @memberof ReimbursementBillListVo
|
|
159
|
+
*/
|
|
160
|
+
'scenarioAllocated'?: boolean;
|
|
161
|
+
/**
|
|
162
|
+
* 明细单号
|
|
163
|
+
* @type {string}
|
|
164
|
+
* @memberof ReimbursementBillListVo
|
|
165
|
+
*/
|
|
166
|
+
'detailedOrderNo'?: string;
|
|
167
|
+
/**
|
|
168
|
+
* 财智云返回预算占用单号
|
|
169
|
+
* @type {string}
|
|
170
|
+
* @memberof ReimbursementBillListVo
|
|
171
|
+
*/
|
|
172
|
+
'occupyNo'?: string;
|
|
173
|
+
/**
|
|
174
|
+
* 财智云报账申请单号
|
|
175
|
+
* @type {string}
|
|
176
|
+
* @memberof ReimbursementBillListVo
|
|
177
|
+
*/
|
|
178
|
+
'fdcNo'?: string;
|
|
179
|
+
/**
|
|
180
|
+
* 报账平台BZD单号
|
|
181
|
+
* @type {string}
|
|
182
|
+
* @memberof ReimbursementBillListVo
|
|
183
|
+
*/
|
|
184
|
+
'reimNo'?: string;
|
|
185
|
+
/**
|
|
186
|
+
*
|
|
187
|
+
* @type {ReimbursementBillCoverInfo}
|
|
188
|
+
* @memberof ReimbursementBillListVo
|
|
189
|
+
*/
|
|
190
|
+
'billCover'?: ReimbursementBillCoverInfo;
|
|
154
191
|
}
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { ReimbursementBillProcessTypeEnum } from './reimbursement-bill-process-type-enum';
|
|
13
12
|
/**
|
|
14
13
|
* 报账单流转列表
|
|
15
14
|
* @export
|
|
@@ -23,11 +22,11 @@ export interface ReimbursementBillProcessRecordListVo {
|
|
|
23
22
|
*/
|
|
24
23
|
'reimbursementBillId'?: number;
|
|
25
24
|
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {
|
|
25
|
+
* 过程类型
|
|
26
|
+
* @type {string}
|
|
28
27
|
* @memberof ReimbursementBillProcessRecordListVo
|
|
29
28
|
*/
|
|
30
|
-
'processType'?:
|
|
29
|
+
'processType'?: string;
|
|
31
30
|
/**
|
|
32
31
|
* 处理人id
|
|
33
32
|
* @type {number}
|
|
@@ -47,9 +46,9 @@ export interface ReimbursementBillProcessRecordListVo {
|
|
|
47
46
|
*/
|
|
48
47
|
'handlerTime'?: string;
|
|
49
48
|
/**
|
|
50
|
-
*
|
|
49
|
+
* 备注
|
|
51
50
|
* @type {string}
|
|
52
51
|
* @memberof ReimbursementBillProcessRecordListVo
|
|
53
52
|
*/
|
|
54
|
-
'
|
|
53
|
+
'remarks'?: string;
|
|
55
54
|
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { ZjhtContract } from './zjht-contract';
|
|
13
|
+
/**
|
|
14
|
+
* 智家合同列表
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ZjhtContractDataResult
|
|
17
|
+
*/
|
|
18
|
+
export interface ZjhtContractDataResult {
|
|
19
|
+
/**
|
|
20
|
+
* 数量
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof ZjhtContractDataResult
|
|
23
|
+
*/
|
|
24
|
+
'count'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 合同
|
|
27
|
+
* @type {Array<ZjhtContract>}
|
|
28
|
+
* @memberof ZjhtContractDataResult
|
|
29
|
+
*/
|
|
30
|
+
'contractList'?: Array<ZjhtContract>;
|
|
31
|
+
}
|
|
@@ -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,30 @@
|
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ZjhtContractDetail
|
|
16
|
+
*/
|
|
17
|
+
export interface ZjhtContractDetail {
|
|
18
|
+
/**
|
|
19
|
+
* 合同名称
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ZjhtContractDetail
|
|
22
|
+
*/
|
|
23
|
+
'contractName_haier'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 合同编码
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ZjhtContractDetail
|
|
28
|
+
*/
|
|
29
|
+
'contractNumber_haier'?: string;
|
|
30
|
+
}
|
|
@@ -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 {};
|
package/dist/{models/reimbursement-bill-process-type-enum.d.ts → esm/models/zjht-contract.d.ts}
RENAMED
|
@@ -9,14 +9,17 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { ZjhtContractDetail } from './zjht-contract-detail';
|
|
12
13
|
/**
|
|
13
|
-
*
|
|
14
|
+
* 合同
|
|
14
15
|
* @export
|
|
15
|
-
* @
|
|
16
|
+
* @interface ZjhtContract
|
|
16
17
|
*/
|
|
17
|
-
export
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
18
|
+
export interface ZjhtContract {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ZjhtContractDetail}
|
|
22
|
+
* @memberof ZjhtContract
|
|
23
|
+
*/
|
|
24
|
+
'contract'?: ZjhtContractDetail;
|
|
25
|
+
}
|
|
@@ -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,31 @@
|
|
|
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 { FilterCondition } from './filter-condition';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ZjhtSearchDtoFilter
|
|
17
|
+
*/
|
|
18
|
+
export interface ZjhtSearchDtoFilter {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ZjhtSearchDtoFilter
|
|
23
|
+
*/
|
|
24
|
+
'id'?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {FilterCondition}
|
|
28
|
+
* @memberof ZjhtSearchDtoFilter
|
|
29
|
+
*/
|
|
30
|
+
'condition'?: FilterCondition;
|
|
31
|
+
}
|
|
@@ -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,55 @@
|
|
|
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 { ZjhtSearchDtoFilter } from './zjht-search-dto-filter';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ZjhtSearchDto
|
|
17
|
+
*/
|
|
18
|
+
export interface ZjhtSearchDto {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof ZjhtSearchDto
|
|
23
|
+
*/
|
|
24
|
+
'pageNum'?: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof ZjhtSearchDto
|
|
29
|
+
*/
|
|
30
|
+
'pageSize'?: number;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Array<string>}
|
|
34
|
+
* @memberof ZjhtSearchDto
|
|
35
|
+
*/
|
|
36
|
+
'ids'?: Array<string>;
|
|
37
|
+
/**
|
|
38
|
+
* 用户工号
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ZjhtSearchDto
|
|
41
|
+
*/
|
|
42
|
+
'username'?: string;
|
|
43
|
+
/**
|
|
44
|
+
* 合同编号
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ZjhtSearchDto
|
|
47
|
+
*/
|
|
48
|
+
'contractNo'?: string;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {Array<ZjhtSearchDtoFilter>}
|
|
52
|
+
* @memberof ZjhtSearchDto
|
|
53
|
+
*/
|
|
54
|
+
'filterList'?: Array<ZjhtSearchDtoFilter>;
|
|
55
|
+
}
|
|
@@ -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,30 @@
|
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface FilterCondition
|
|
16
|
+
*/
|
|
17
|
+
export interface FilterCondition {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof FilterCondition
|
|
22
|
+
*/
|
|
23
|
+
'searchWord'?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {Array<number>}
|
|
27
|
+
* @memberof FilterCondition
|
|
28
|
+
*/
|
|
29
|
+
'in'?: Array<number>;
|
|
30
|
+
}
|
|
@@ -13,14 +13,3 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.ReimbursementBillProcessTypeEnum = void 0;
|
|
17
|
-
/**
|
|
18
|
-
* 过程类型
|
|
19
|
-
* @export
|
|
20
|
-
* @enum {string}
|
|
21
|
-
*/
|
|
22
|
-
exports.ReimbursementBillProcessTypeEnum = {
|
|
23
|
-
Initiate: 'INITIATE',
|
|
24
|
-
Submit: 'SUBMIT',
|
|
25
|
-
Withdraw: 'WITHDRAW'
|
|
26
|
-
};
|