@gizone/rrs-client 4.2.9-alpha.643 → 4.2.9-alpha.657
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 +20 -0
- package/apis/device-api.ts +15 -15
- package/apis/hwork-api.ts +93 -0
- package/apis/maintenance-order-api.ts +359 -270
- package/apis/reimbursement-bill-api.ts +89 -0
- package/apis/web-hook-api.ts +364 -0
- package/dist/apis/device-api.d.ts +10 -10
- package/dist/apis/device-api.js +11 -11
- package/dist/apis/hwork-api.d.ts +48 -0
- package/dist/apis/hwork-api.js +70 -0
- package/dist/apis/maintenance-order-api.d.ts +235 -188
- package/dist/apis/maintenance-order-api.js +259 -190
- package/dist/apis/reimbursement-bill-api.d.ts +47 -0
- package/dist/apis/reimbursement-bill-api.js +69 -0
- package/dist/apis/web-hook-api.d.ts +212 -0
- package/dist/apis/web-hook-api.js +280 -0
- package/dist/esm/apis/device-api.d.ts +10 -10
- package/dist/esm/apis/device-api.js +11 -11
- package/dist/esm/apis/hwork-api.d.ts +48 -0
- package/dist/esm/apis/hwork-api.js +71 -1
- package/dist/esm/apis/maintenance-order-api.d.ts +235 -188
- package/dist/esm/apis/maintenance-order-api.js +259 -190
- package/dist/esm/apis/reimbursement-bill-api.d.ts +47 -0
- package/dist/esm/apis/reimbursement-bill-api.js +69 -0
- package/dist/esm/apis/web-hook-api.d.ts +212 -0
- package/dist/esm/apis/web-hook-api.js +280 -0
- package/dist/esm/models/budget-interaction-result-detail-dto.d.ts +48 -0
- package/dist/esm/models/budget-interaction-result-detail-dto.js +14 -0
- package/dist/esm/models/czy-budget-interaction-result-webhook-dto.d.ts +79 -0
- package/dist/esm/models/czy-budget-interaction-result-webhook-dto.js +14 -0
- package/dist/esm/models/czy-settlement-interaction-webhook-dto.d.ts +57 -0
- package/dist/esm/models/czy-settlement-interaction-webhook-dto.js +14 -0
- package/dist/esm/models/czycover-file-url-webhook-dto.d.ts +84 -0
- package/dist/esm/models/czycover-file-url-webhook-dto.js +14 -0
- package/dist/esm/models/dashboard-maintenance-order-statistics-by-park-vo.d.ts +0 -6
- package/dist/esm/models/dashboard-maintenance-order-statistics-by-type-vo.d.ts +0 -6
- package/dist/esm/models/dept.d.ts +36 -0
- package/dist/esm/models/dept.js +14 -0
- package/dist/esm/models/hwork-notice-bpm-dto.d.ts +60 -0
- package/dist/esm/models/hwork-notice-bpm-dto.js +14 -0
- package/dist/esm/models/hwork-user-list-req-dto.d.ts +30 -0
- package/dist/esm/models/hwork-user-list-req-dto.js +14 -0
- package/dist/esm/models/hwork-user-list-result-vo.d.ts +44 -0
- package/dist/esm/models/hwork-user-list-result-vo.js +14 -0
- package/dist/esm/models/index.d.ts +20 -0
- package/dist/esm/models/index.js +20 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +9 -9
- package/dist/esm/models/json-result-hwork-user-list-result-vo.d.ts +62 -0
- package/dist/esm/models/json-result-hwork-user-list-result-vo.js +14 -0
- package/dist/esm/models/json-result-list-maintenance-order-process-record-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-maintenance-order-process-record-list-vo.js +14 -0
- package/dist/esm/models/json-result-list-reimbursement-bill-process-record-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-reimbursement-bill-process-record-list-vo.js +14 -0
- package/dist/esm/models/maintenance-order-approval-config-add-dto.d.ts +6 -0
- package/dist/esm/models/maintenance-order-process-record-list-vo.d.ts +61 -0
- package/dist/esm/models/maintenance-order-process-record-list-vo.js +14 -0
- package/dist/esm/models/maintenance-order-process-status-enum.d.ts +30 -0
- package/dist/esm/models/maintenance-order-process-status-enum.js +31 -0
- package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.d.ts +9 -9
- package/dist/esm/models/mdm-increment-vendors-vo.d.ts +12 -12
- package/dist/esm/models/payment-result-dto.d.ts +102 -0
- package/dist/esm/models/payment-result-dto.js +14 -0
- package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +6 -0
- package/dist/esm/models/reimbursement-bill-process-record-list-vo.d.ts +55 -0
- package/dist/esm/models/reimbursement-bill-process-record-list-vo.js +14 -0
- package/dist/esm/models/reimbursement-bill-process-type-enum.d.ts +22 -0
- package/dist/esm/models/reimbursement-bill-process-type-enum.js +23 -0
- package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +7 -1
- package/dist/esm/models/reimbursement-create-result-dto.d.ts +48 -0
- package/dist/esm/models/reimbursement-create-result-dto.js +14 -0
- package/dist/esm/models/reimbursement-platform-status-dto.d.ts +169 -0
- package/dist/esm/models/reimbursement-platform-status-dto.js +14 -0
- package/dist/esm/models/reimbursement-reverse-status-dto.d.ts +60 -0
- package/dist/esm/models/reimbursement-reverse-status-dto.js +14 -0
- package/dist/esm/models/user.d.ts +36 -0
- package/dist/esm/models/user.js +14 -0
- package/dist/models/budget-interaction-result-detail-dto.d.ts +48 -0
- package/dist/models/budget-interaction-result-detail-dto.js +15 -0
- package/dist/models/czy-budget-interaction-result-webhook-dto.d.ts +79 -0
- package/dist/models/czy-budget-interaction-result-webhook-dto.js +15 -0
- package/dist/models/czy-settlement-interaction-webhook-dto.d.ts +57 -0
- package/dist/models/czy-settlement-interaction-webhook-dto.js +15 -0
- package/dist/models/czycover-file-url-webhook-dto.d.ts +84 -0
- package/dist/models/czycover-file-url-webhook-dto.js +15 -0
- package/dist/models/dashboard-maintenance-order-statistics-by-park-vo.d.ts +0 -6
- package/dist/models/dashboard-maintenance-order-statistics-by-type-vo.d.ts +0 -6
- package/dist/models/dept.d.ts +36 -0
- package/dist/models/dept.js +15 -0
- package/dist/models/hwork-notice-bpm-dto.d.ts +60 -0
- package/dist/models/hwork-notice-bpm-dto.js +15 -0
- package/dist/models/hwork-user-list-req-dto.d.ts +30 -0
- package/dist/models/hwork-user-list-req-dto.js +15 -0
- package/dist/models/hwork-user-list-result-vo.d.ts +44 -0
- package/dist/models/hwork-user-list-result-vo.js +15 -0
- package/dist/models/index.d.ts +20 -0
- package/dist/models/index.js +20 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +9 -9
- package/dist/models/json-result-hwork-user-list-result-vo.d.ts +62 -0
- package/dist/models/json-result-hwork-user-list-result-vo.js +15 -0
- package/dist/models/json-result-list-maintenance-order-process-record-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-maintenance-order-process-record-list-vo.js +15 -0
- package/dist/models/json-result-list-reimbursement-bill-process-record-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-reimbursement-bill-process-record-list-vo.js +15 -0
- package/dist/models/maintenance-order-approval-config-add-dto.d.ts +6 -0
- package/dist/models/maintenance-order-process-record-list-vo.d.ts +61 -0
- package/dist/models/maintenance-order-process-record-list-vo.js +15 -0
- package/dist/models/maintenance-order-process-status-enum.d.ts +30 -0
- package/dist/models/maintenance-order-process-status-enum.js +34 -0
- package/dist/models/mdm-increment-vendor-bank-accounts-vo.d.ts +9 -9
- package/dist/models/mdm-increment-vendors-vo.d.ts +12 -12
- package/dist/models/payment-result-dto.d.ts +102 -0
- package/dist/models/payment-result-dto.js +15 -0
- package/dist/models/reimbursement-bill-draft-dto.d.ts +6 -0
- package/dist/models/reimbursement-bill-process-record-list-vo.d.ts +55 -0
- package/dist/models/reimbursement-bill-process-record-list-vo.js +15 -0
- package/dist/models/reimbursement-bill-process-type-enum.d.ts +22 -0
- package/dist/models/reimbursement-bill-process-type-enum.js +26 -0
- package/dist/models/reimbursement-bill-submit-dto.d.ts +7 -1
- package/dist/models/reimbursement-create-result-dto.d.ts +48 -0
- package/dist/models/reimbursement-create-result-dto.js +15 -0
- package/dist/models/reimbursement-platform-status-dto.d.ts +169 -0
- package/dist/models/reimbursement-platform-status-dto.js +15 -0
- package/dist/models/reimbursement-reverse-status-dto.d.ts +60 -0
- package/dist/models/reimbursement-reverse-status-dto.js +15 -0
- package/dist/models/user.d.ts +36 -0
- package/dist/models/user.js +15 -0
- package/models/budget-interaction-result-detail-dto.ts +54 -0
- package/models/czy-budget-interaction-result-webhook-dto.ts +87 -0
- package/models/czy-settlement-interaction-webhook-dto.ts +69 -0
- package/models/czycover-file-url-webhook-dto.ts +90 -0
- package/models/dashboard-maintenance-order-statistics-by-park-vo.ts +0 -6
- package/models/dashboard-maintenance-order-statistics-by-type-vo.ts +0 -6
- package/models/dept.ts +42 -0
- package/models/hwork-notice-bpm-dto.ts +66 -0
- package/models/hwork-user-list-req-dto.ts +36 -0
- package/models/hwork-user-list-result-vo.ts +54 -0
- package/models/index.ts +20 -0
- package/models/ipage-energy-cost-record-info-vo.ts +9 -9
- package/models/json-result-hwork-user-list-result-vo.ts +72 -0
- package/models/json-result-list-maintenance-order-process-record-list-vo.ts +72 -0
- package/models/json-result-list-reimbursement-bill-process-record-list-vo.ts +72 -0
- package/models/maintenance-order-approval-config-add-dto.ts +6 -0
- package/models/maintenance-order-process-record-list-vo.ts +71 -0
- package/models/maintenance-order-process-status-enum.ts +40 -0
- package/models/mdm-increment-vendor-bank-accounts-vo.ts +9 -9
- package/models/mdm-increment-vendors-vo.ts +12 -12
- package/models/payment-result-dto.ts +108 -0
- package/models/reimbursement-bill-draft-dto.ts +6 -0
- package/models/reimbursement-bill-process-record-list-vo.ts +65 -0
- package/models/reimbursement-bill-process-type-enum.ts +32 -0
- package/models/reimbursement-bill-submit-dto.ts +7 -1
- package/models/reimbursement-create-result-dto.ts +54 -0
- package/models/reimbursement-platform-status-dto.ts +177 -0
- package/models/reimbursement-reverse-status-dto.ts +66 -0
- package/models/user.ts +42 -0
- package/ossutil.log +1182 -1179
- package/package.json +1 -1
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const MaintenanceOrderProcessStatusEnum = {
|
|
24
|
+
RequirementSubmit: 'REQUIREMENT_SUBMIT',
|
|
25
|
+
RequirementApproval: 'REQUIREMENT_APPROVAL',
|
|
26
|
+
ProjectInitBidding: 'PROJECT_INIT_BIDDING',
|
|
27
|
+
ContractSign: 'CONTRACT_SIGN',
|
|
28
|
+
ConstructionSchedule: 'CONSTRUCTION_SCHEDULE',
|
|
29
|
+
SiteEntryConfirm: 'SITE_ENTRY_CONFIRM',
|
|
30
|
+
Constructing: 'CONSTRUCTING',
|
|
31
|
+
ConstructionAcceptance: 'CONSTRUCTION_ACCEPTANCE',
|
|
32
|
+
SettlementAudit: 'SETTLEMENT_AUDIT',
|
|
33
|
+
WarrantyPeriod: 'WARRANTY_PERIOD',
|
|
34
|
+
Completed: 'COMPLETED'
|
|
35
|
+
} as const;
|
|
36
|
+
|
|
37
|
+
export type MaintenanceOrderProcessStatusEnum = typeof MaintenanceOrderProcessStatusEnum[keyof typeof MaintenanceOrderProcessStatusEnum];
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
@@ -21,55 +21,55 @@
|
|
|
21
21
|
*/
|
|
22
22
|
export interface MdmIncrementVendorBankAccountsVo {
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* 主键
|
|
25
25
|
* @type {string}
|
|
26
26
|
* @memberof MdmIncrementVendorBankAccountsVo
|
|
27
27
|
*/
|
|
28
28
|
'rowId'?: string;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* 供应商ID
|
|
31
31
|
* @type {string}
|
|
32
32
|
* @memberof MdmIncrementVendorBankAccountsVo
|
|
33
33
|
*/
|
|
34
34
|
'vendorId'?: string;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* 银行账号
|
|
37
37
|
* @type {string}
|
|
38
38
|
* @memberof MdmIncrementVendorBankAccountsVo
|
|
39
39
|
*/
|
|
40
40
|
'accountHolderName'?: string;
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* 银行国家
|
|
43
43
|
* @type {string}
|
|
44
44
|
* @memberof MdmIncrementVendorBankAccountsVo
|
|
45
45
|
*/
|
|
46
46
|
'bankCountry'?: string;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* 银行户主
|
|
49
49
|
* @type {string}
|
|
50
50
|
* @memberof MdmIncrementVendorBankAccountsVo
|
|
51
51
|
*/
|
|
52
52
|
'bankAccountNum'?: string;
|
|
53
53
|
/**
|
|
54
|
-
*
|
|
54
|
+
* 银行名称
|
|
55
55
|
* @type {string}
|
|
56
56
|
* @memberof MdmIncrementVendorBankAccountsVo
|
|
57
57
|
*/
|
|
58
58
|
'bankName'?: string;
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
* 银行代码
|
|
61
61
|
* @type {string}
|
|
62
62
|
* @memberof MdmIncrementVendorBankAccountsVo
|
|
63
63
|
*/
|
|
64
64
|
'bankBranchCode'?: string;
|
|
65
65
|
/**
|
|
66
|
-
*
|
|
66
|
+
* 删除标记:1-删除,0-正常
|
|
67
67
|
* @type {string}
|
|
68
68
|
* @memberof MdmIncrementVendorBankAccountsVo
|
|
69
69
|
*/
|
|
70
70
|
'deleteFlag'?: string;
|
|
71
71
|
/**
|
|
72
|
-
*
|
|
72
|
+
* 最后更新时间
|
|
73
73
|
* @type {string}
|
|
74
74
|
* @memberof MdmIncrementVendorBankAccountsVo
|
|
75
75
|
*/
|
|
@@ -21,73 +21,73 @@
|
|
|
21
21
|
*/
|
|
22
22
|
export interface MdmIncrementVendorsVo {
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* 供应商id
|
|
25
25
|
* @type {string}
|
|
26
26
|
* @memberof MdmIncrementVendorsVo
|
|
27
27
|
*/
|
|
28
28
|
'rowId'?: string;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* 供应商编码
|
|
31
31
|
* @type {string}
|
|
32
32
|
* @memberof MdmIncrementVendorsVo
|
|
33
33
|
*/
|
|
34
34
|
'vendorCode'?: string;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* 供应商名称
|
|
37
37
|
* @type {string}
|
|
38
38
|
* @memberof MdmIncrementVendorsVo
|
|
39
39
|
*/
|
|
40
40
|
'vendorName'?: string;
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* 账户组
|
|
43
43
|
* @type {string}
|
|
44
44
|
* @memberof MdmIncrementVendorsVo
|
|
45
45
|
*/
|
|
46
46
|
'accountGrpCode'?: string;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* 统一信用代码
|
|
49
49
|
* @type {string}
|
|
50
50
|
* @memberof MdmIncrementVendorsVo
|
|
51
51
|
*/
|
|
52
52
|
'taxCode'?: string;
|
|
53
53
|
/**
|
|
54
|
-
*
|
|
54
|
+
* 地址
|
|
55
55
|
* @type {string}
|
|
56
56
|
* @memberof MdmIncrementVendorsVo
|
|
57
57
|
*/
|
|
58
58
|
'streetRoom'?: string;
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
* 电话
|
|
61
61
|
* @type {string}
|
|
62
62
|
* @memberof MdmIncrementVendorsVo
|
|
63
63
|
*/
|
|
64
64
|
'phoneNumber'?: string;
|
|
65
65
|
/**
|
|
66
|
-
*
|
|
66
|
+
* 邮编
|
|
67
67
|
* @type {string}
|
|
68
68
|
* @memberof MdmIncrementVendorsVo
|
|
69
69
|
*/
|
|
70
70
|
'postalCodeCity'?: string;
|
|
71
71
|
/**
|
|
72
|
-
*
|
|
72
|
+
* 地区
|
|
73
73
|
* @type {string}
|
|
74
74
|
* @memberof MdmIncrementVendorsVo
|
|
75
75
|
*/
|
|
76
76
|
'region'?: string;
|
|
77
77
|
/**
|
|
78
|
-
*
|
|
78
|
+
* 删除标记:1-删除,0-正常
|
|
79
79
|
* @type {string}
|
|
80
80
|
* @memberof MdmIncrementVendorsVo
|
|
81
81
|
*/
|
|
82
82
|
'deleteFlag'?: string;
|
|
83
83
|
/**
|
|
84
|
-
*
|
|
84
|
+
* 创建时间
|
|
85
85
|
* @type {string}
|
|
86
86
|
* @memberof MdmIncrementVendorsVo
|
|
87
87
|
*/
|
|
88
88
|
'created'?: string;
|
|
89
89
|
/**
|
|
90
|
-
*
|
|
90
|
+
* 最后更新时间
|
|
91
91
|
* @type {string}
|
|
92
92
|
* @memberof MdmIncrementVendorsVo
|
|
93
93
|
*/
|
|
@@ -0,0 +1,108 @@
|
|
|
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 PaymentResultDTO
|
|
21
|
+
*/
|
|
22
|
+
export interface PaymentResultDTO {
|
|
23
|
+
/**
|
|
24
|
+
* 支付唯一码(财智云报账申请单号)
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof PaymentResultDTO
|
|
27
|
+
*/
|
|
28
|
+
'rowId'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* 付款状态
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof PaymentResultDTO
|
|
33
|
+
*/
|
|
34
|
+
'payStatus'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 付款失败原因
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof PaymentResultDTO
|
|
39
|
+
*/
|
|
40
|
+
'payMessage'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 支付金额
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof PaymentResultDTO
|
|
45
|
+
*/
|
|
46
|
+
'payAmount'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 已背书未签收金额
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof PaymentResultDTO
|
|
51
|
+
*/
|
|
52
|
+
'unsignedAmount'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* 已作废金额
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof PaymentResultDTO
|
|
57
|
+
*/
|
|
58
|
+
'voidedAmount'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 支付日期 yyyy-MM-dd
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof PaymentResultDTO
|
|
63
|
+
*/
|
|
64
|
+
'payDate'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* 资金支付凭证号
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof PaymentResultDTO
|
|
69
|
+
*/
|
|
70
|
+
'payVoucherCode'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* 付款单位账号
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof PaymentResultDTO
|
|
75
|
+
*/
|
|
76
|
+
'payCompanyAccount'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* 付款联行号
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof PaymentResultDTO
|
|
81
|
+
*/
|
|
82
|
+
'payInterBankNo'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* 付款银行名称
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof PaymentResultDTO
|
|
87
|
+
*/
|
|
88
|
+
'payBankName'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* 收款银行开户行编码
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof PaymentResultDTO
|
|
93
|
+
*/
|
|
94
|
+
'payeeOpenBank'?: string;
|
|
95
|
+
/**
|
|
96
|
+
* 收款银行开户行名称
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof PaymentResultDTO
|
|
99
|
+
*/
|
|
100
|
+
'payeeOpenBankName'?: string;
|
|
101
|
+
/**
|
|
102
|
+
* 收款银行账号
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof PaymentResultDTO
|
|
105
|
+
*/
|
|
106
|
+
'payeeAccount'?: string;
|
|
107
|
+
}
|
|
108
|
+
|
|
@@ -116,6 +116,12 @@ export interface ReimbursementBillDraftDto {
|
|
|
116
116
|
* @memberof ReimbursementBillDraftDto
|
|
117
117
|
*/
|
|
118
118
|
'supplierName'?: string;
|
|
119
|
+
/**
|
|
120
|
+
* 收款银行开户行编码
|
|
121
|
+
* @type {string}
|
|
122
|
+
* @memberof ReimbursementBillDraftDto
|
|
123
|
+
*/
|
|
124
|
+
'payeeBankCode'?: string;
|
|
119
125
|
/**
|
|
120
126
|
* 收款方银行名称
|
|
121
127
|
* @type {string}
|
|
@@ -0,0 +1,65 @@
|
|
|
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 { ReimbursementBillProcessTypeEnum } from './reimbursement-bill-process-type-enum';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 报账单流转列表
|
|
22
|
+
* @export
|
|
23
|
+
* @interface ReimbursementBillProcessRecordListVo
|
|
24
|
+
*/
|
|
25
|
+
export interface ReimbursementBillProcessRecordListVo {
|
|
26
|
+
/**
|
|
27
|
+
* 报账单ID
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof ReimbursementBillProcessRecordListVo
|
|
30
|
+
*/
|
|
31
|
+
'reimbursementBillId'?: number;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {ReimbursementBillProcessTypeEnum}
|
|
35
|
+
* @memberof ReimbursementBillProcessRecordListVo
|
|
36
|
+
*/
|
|
37
|
+
'processType'?: ReimbursementBillProcessTypeEnum;
|
|
38
|
+
/**
|
|
39
|
+
* 处理人id
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof ReimbursementBillProcessRecordListVo
|
|
42
|
+
*/
|
|
43
|
+
'handlerUserId'?: number;
|
|
44
|
+
/**
|
|
45
|
+
* 处理名称
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof ReimbursementBillProcessRecordListVo
|
|
48
|
+
*/
|
|
49
|
+
'handlerName'?: string;
|
|
50
|
+
/**
|
|
51
|
+
* 处理时间
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof ReimbursementBillProcessRecordListVo
|
|
54
|
+
*/
|
|
55
|
+
'handlerTime'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 处理状态
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof ReimbursementBillProcessRecordListVo
|
|
60
|
+
*/
|
|
61
|
+
'handlerStatus'?: string;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const ReimbursementBillProcessTypeEnum = {
|
|
24
|
+
Initiate: 'INITIATE',
|
|
25
|
+
Submit: 'SUBMIT',
|
|
26
|
+
Withdraw: 'WITHDRAW'
|
|
27
|
+
} as const;
|
|
28
|
+
|
|
29
|
+
export type ReimbursementBillProcessTypeEnum = typeof ReimbursementBillProcessTypeEnum[keyof typeof ReimbursementBillProcessTypeEnum];
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
@@ -116,12 +116,18 @@ export interface ReimbursementBillSubmitDto {
|
|
|
116
116
|
* @memberof ReimbursementBillSubmitDto
|
|
117
117
|
*/
|
|
118
118
|
'supplierName'?: string;
|
|
119
|
+
/**
|
|
120
|
+
* 收款银行开户行编码
|
|
121
|
+
* @type {string}
|
|
122
|
+
* @memberof ReimbursementBillSubmitDto
|
|
123
|
+
*/
|
|
124
|
+
'payeeBankCode': string;
|
|
119
125
|
/**
|
|
120
126
|
* 收款方银行名称
|
|
121
127
|
* @type {string}
|
|
122
128
|
* @memberof ReimbursementBillSubmitDto
|
|
123
129
|
*/
|
|
124
|
-
'payeeBankName'
|
|
130
|
+
'payeeBankName': string;
|
|
125
131
|
/**
|
|
126
132
|
* 收款方银行账号
|
|
127
133
|
* @type {string}
|
|
@@ -0,0 +1,54 @@
|
|
|
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 ReimbursementCreateResultDTO
|
|
21
|
+
*/
|
|
22
|
+
export interface ReimbursementCreateResultDTO {
|
|
23
|
+
/**
|
|
24
|
+
* 业务结算账单号
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ReimbursementCreateResultDTO
|
|
27
|
+
*/
|
|
28
|
+
'billCode'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* 状态:0-报账失败 1-报账成功
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ReimbursementCreateResultDTO
|
|
33
|
+
*/
|
|
34
|
+
'stateInfo'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 财智云报账申请单号(成功时返回)
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof ReimbursementCreateResultDTO
|
|
39
|
+
*/
|
|
40
|
+
'fdcNo'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 报账平台BZD单号(成功时返回)
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ReimbursementCreateResultDTO
|
|
45
|
+
*/
|
|
46
|
+
'reimNo'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 失败原因(失败时返回)
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof ReimbursementCreateResultDTO
|
|
51
|
+
*/
|
|
52
|
+
'unusualMsg'?: string;
|
|
53
|
+
}
|
|
54
|
+
|
|
@@ -0,0 +1,177 @@
|
|
|
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 { PaymentResultDTO } from './payment-result-dto';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 报账平台状态回传(nodeType=3)
|
|
22
|
+
* @export
|
|
23
|
+
* @interface ReimbursementPlatformStatusDTO
|
|
24
|
+
*/
|
|
25
|
+
export interface ReimbursementPlatformStatusDTO {
|
|
26
|
+
/**
|
|
27
|
+
* 业务结算账单号
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
30
|
+
*/
|
|
31
|
+
'billCode'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 财智云报账申请单号
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
36
|
+
*/
|
|
37
|
+
'fdcNo'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 云报账系统BZD单号
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
42
|
+
*/
|
|
43
|
+
'reimNo'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 单据状态
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
48
|
+
*/
|
|
49
|
+
'billStatus'?: string;
|
|
50
|
+
/**
|
|
51
|
+
* 签收状态:0待处理 1已签收 2已签退 3待签退
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
54
|
+
*/
|
|
55
|
+
'entityStatus'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 扫描状态
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
60
|
+
*/
|
|
61
|
+
'scanStatus'?: string;
|
|
62
|
+
/**
|
|
63
|
+
* 签收时间
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
66
|
+
*/
|
|
67
|
+
'signDate'?: string;
|
|
68
|
+
/**
|
|
69
|
+
* 扫描完成时间
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
72
|
+
*/
|
|
73
|
+
'scanEndTime'?: string;
|
|
74
|
+
/**
|
|
75
|
+
* 共享审核状态
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
78
|
+
*/
|
|
79
|
+
'approveStatus'?: string;
|
|
80
|
+
/**
|
|
81
|
+
* 共享审核失败原因
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
84
|
+
*/
|
|
85
|
+
'approveMessage'?: string;
|
|
86
|
+
/**
|
|
87
|
+
* 共享审核日期
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
90
|
+
*/
|
|
91
|
+
'approveTime'?: string;
|
|
92
|
+
/**
|
|
93
|
+
* 共享审批人
|
|
94
|
+
* @type {string}
|
|
95
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
96
|
+
*/
|
|
97
|
+
'approveId'?: string;
|
|
98
|
+
/**
|
|
99
|
+
* 共享审批人姓名
|
|
100
|
+
* @type {string}
|
|
101
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
102
|
+
*/
|
|
103
|
+
'approveName'?: string;
|
|
104
|
+
/**
|
|
105
|
+
* 共享审批节点:check-初审 recheck-复审
|
|
106
|
+
* @type {string}
|
|
107
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
108
|
+
*/
|
|
109
|
+
'approveNode'?: string;
|
|
110
|
+
/**
|
|
111
|
+
* 凭证生成状态
|
|
112
|
+
* @type {string}
|
|
113
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
114
|
+
*/
|
|
115
|
+
'voucherStatus'?: string;
|
|
116
|
+
/**
|
|
117
|
+
* 凭证日期 yyyy-MM-dd HH:mm:ss
|
|
118
|
+
* @type {string}
|
|
119
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
120
|
+
*/
|
|
121
|
+
'voucherDate'?: string;
|
|
122
|
+
/**
|
|
123
|
+
* 费用凭证号
|
|
124
|
+
* @type {string}
|
|
125
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
126
|
+
*/
|
|
127
|
+
'voucherCode'?: string;
|
|
128
|
+
/**
|
|
129
|
+
* 制证失败原因
|
|
130
|
+
* @type {string}
|
|
131
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
132
|
+
*/
|
|
133
|
+
'voucherMessage'?: string;
|
|
134
|
+
/**
|
|
135
|
+
* 清欠状态
|
|
136
|
+
* @type {string}
|
|
137
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
138
|
+
*/
|
|
139
|
+
'clearUpStatus'?: string;
|
|
140
|
+
/**
|
|
141
|
+
* 清欠开始时间
|
|
142
|
+
* @type {string}
|
|
143
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
144
|
+
*/
|
|
145
|
+
'clearStartTime'?: string;
|
|
146
|
+
/**
|
|
147
|
+
* 清欠扣减金额
|
|
148
|
+
* @type {string}
|
|
149
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
150
|
+
*/
|
|
151
|
+
'deductionAmount'?: string;
|
|
152
|
+
/**
|
|
153
|
+
* 实际支付金额
|
|
154
|
+
* @type {string}
|
|
155
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
156
|
+
*/
|
|
157
|
+
'actualPayAmount'?: string;
|
|
158
|
+
/**
|
|
159
|
+
* 作废状态:0-未作废 1-已作废
|
|
160
|
+
* @type {string}
|
|
161
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
162
|
+
*/
|
|
163
|
+
'invalidStatus'?: string;
|
|
164
|
+
/**
|
|
165
|
+
* 作废原因
|
|
166
|
+
* @type {string}
|
|
167
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
168
|
+
*/
|
|
169
|
+
'invalidMessage'?: string;
|
|
170
|
+
/**
|
|
171
|
+
* 付款结果列表
|
|
172
|
+
* @type {Array<PaymentResultDTO>}
|
|
173
|
+
* @memberof ReimbursementPlatformStatusDTO
|
|
174
|
+
*/
|
|
175
|
+
'payList'?: Array<PaymentResultDTO>;
|
|
176
|
+
}
|
|
177
|
+
|