@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,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -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 { ReimbursementBillProcessRecordListVo } from './reimbursement-bill-process-record-list-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListReimbursementBillProcessRecordListVo
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListReimbursementBillProcessRecordListVo {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListReimbursementBillProcessRecordListVo
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListReimbursementBillProcessRecordListVo
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListReimbursementBillProcessRecordListVo
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<ReimbursementBillProcessRecordListVo>}
|
|
41
|
+
* @memberof JsonResultListReimbursementBillProcessRecordListVo
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<ReimbursementBillProcessRecordListVo> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListReimbursementBillProcessRecordListVo
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListReimbursementBillProcessRecordListVo
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListReimbursementBillProcessRecordListVo
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -27,4 +27,10 @@ export interface MaintenanceOrderApprovalConfigAddDto {
|
|
|
27
27
|
* @memberof MaintenanceOrderApprovalConfigAddDto
|
|
28
28
|
*/
|
|
29
29
|
'approverId'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 审批人编号
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof MaintenanceOrderApprovalConfigAddDto
|
|
34
|
+
*/
|
|
35
|
+
'approverNo'?: string;
|
|
30
36
|
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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 { MaintenanceOrderProcessStatusEnum } from './maintenance-order-process-status-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 修缮单流转记录列表
|
|
15
|
+
* @export
|
|
16
|
+
* @interface MaintenanceOrderProcessRecordListVo
|
|
17
|
+
*/
|
|
18
|
+
export interface MaintenanceOrderProcessRecordListVo {
|
|
19
|
+
/**
|
|
20
|
+
* 修缮单id
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof MaintenanceOrderProcessRecordListVo
|
|
23
|
+
*/
|
|
24
|
+
'maintenanceOrderId'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 处理人id -1为系统完成
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof MaintenanceOrderProcessRecordListVo
|
|
29
|
+
*/
|
|
30
|
+
'handlerUserId'?: number;
|
|
31
|
+
/**
|
|
32
|
+
* 处理人编号
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof MaintenanceOrderProcessRecordListVo
|
|
35
|
+
*/
|
|
36
|
+
'handlerUserNo'?: string;
|
|
37
|
+
/**
|
|
38
|
+
* 处理人名称
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof MaintenanceOrderProcessRecordListVo
|
|
41
|
+
*/
|
|
42
|
+
'handlerUserName'?: string;
|
|
43
|
+
/**
|
|
44
|
+
* 处理人部门名称
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof MaintenanceOrderProcessRecordListVo
|
|
47
|
+
*/
|
|
48
|
+
'handlerUserDeptName'?: string;
|
|
49
|
+
/**
|
|
50
|
+
* 处理时间
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof MaintenanceOrderProcessRecordListVo
|
|
53
|
+
*/
|
|
54
|
+
'handlerTime'?: string;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {MaintenanceOrderProcessStatusEnum}
|
|
58
|
+
* @memberof MaintenanceOrderProcessRecordListVo
|
|
59
|
+
*/
|
|
60
|
+
'processStatus'?: MaintenanceOrderProcessStatusEnum;
|
|
61
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -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
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const MaintenanceOrderProcessStatusEnum: {
|
|
18
|
+
readonly RequirementSubmit: "REQUIREMENT_SUBMIT";
|
|
19
|
+
readonly RequirementApproval: "REQUIREMENT_APPROVAL";
|
|
20
|
+
readonly ProjectInitBidding: "PROJECT_INIT_BIDDING";
|
|
21
|
+
readonly ContractSign: "CONTRACT_SIGN";
|
|
22
|
+
readonly ConstructionSchedule: "CONSTRUCTION_SCHEDULE";
|
|
23
|
+
readonly SiteEntryConfirm: "SITE_ENTRY_CONFIRM";
|
|
24
|
+
readonly Constructing: "CONSTRUCTING";
|
|
25
|
+
readonly ConstructionAcceptance: "CONSTRUCTION_ACCEPTANCE";
|
|
26
|
+
readonly SettlementAudit: "SETTLEMENT_AUDIT";
|
|
27
|
+
readonly WarrantyPeriod: "WARRANTY_PERIOD";
|
|
28
|
+
readonly Completed: "COMPLETED";
|
|
29
|
+
};
|
|
30
|
+
export type MaintenanceOrderProcessStatusEnum = typeof MaintenanceOrderProcessStatusEnum[keyof typeof MaintenanceOrderProcessStatusEnum];
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.MaintenanceOrderProcessStatusEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 流转状态
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.MaintenanceOrderProcessStatusEnum = {
|
|
23
|
+
RequirementSubmit: 'REQUIREMENT_SUBMIT',
|
|
24
|
+
RequirementApproval: 'REQUIREMENT_APPROVAL',
|
|
25
|
+
ProjectInitBidding: 'PROJECT_INIT_BIDDING',
|
|
26
|
+
ContractSign: 'CONTRACT_SIGN',
|
|
27
|
+
ConstructionSchedule: 'CONSTRUCTION_SCHEDULE',
|
|
28
|
+
SiteEntryConfirm: 'SITE_ENTRY_CONFIRM',
|
|
29
|
+
Constructing: 'CONSTRUCTING',
|
|
30
|
+
ConstructionAcceptance: 'CONSTRUCTION_ACCEPTANCE',
|
|
31
|
+
SettlementAudit: 'SETTLEMENT_AUDIT',
|
|
32
|
+
WarrantyPeriod: 'WARRANTY_PERIOD',
|
|
33
|
+
Completed: 'COMPLETED'
|
|
34
|
+
};
|
|
@@ -16,55 +16,55 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface MdmIncrementVendorBankAccountsVo {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* 主键
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof MdmIncrementVendorBankAccountsVo
|
|
22
22
|
*/
|
|
23
23
|
'rowId'?: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* 供应商ID
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof MdmIncrementVendorBankAccountsVo
|
|
28
28
|
*/
|
|
29
29
|
'vendorId'?: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* 银行账号
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof MdmIncrementVendorBankAccountsVo
|
|
34
34
|
*/
|
|
35
35
|
'accountHolderName'?: string;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* 银行国家
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof MdmIncrementVendorBankAccountsVo
|
|
40
40
|
*/
|
|
41
41
|
'bankCountry'?: string;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* 银行户主
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof MdmIncrementVendorBankAccountsVo
|
|
46
46
|
*/
|
|
47
47
|
'bankAccountNum'?: string;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* 银行名称
|
|
50
50
|
* @type {string}
|
|
51
51
|
* @memberof MdmIncrementVendorBankAccountsVo
|
|
52
52
|
*/
|
|
53
53
|
'bankName'?: string;
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* 银行代码
|
|
56
56
|
* @type {string}
|
|
57
57
|
* @memberof MdmIncrementVendorBankAccountsVo
|
|
58
58
|
*/
|
|
59
59
|
'bankBranchCode'?: string;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* 删除标记:1-删除,0-正常
|
|
62
62
|
* @type {string}
|
|
63
63
|
* @memberof MdmIncrementVendorBankAccountsVo
|
|
64
64
|
*/
|
|
65
65
|
'deleteFlag'?: string;
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* 最后更新时间
|
|
68
68
|
* @type {string}
|
|
69
69
|
* @memberof MdmIncrementVendorBankAccountsVo
|
|
70
70
|
*/
|
|
@@ -16,73 +16,73 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface MdmIncrementVendorsVo {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* 供应商id
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof MdmIncrementVendorsVo
|
|
22
22
|
*/
|
|
23
23
|
'rowId'?: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* 供应商编码
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof MdmIncrementVendorsVo
|
|
28
28
|
*/
|
|
29
29
|
'vendorCode'?: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* 供应商名称
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof MdmIncrementVendorsVo
|
|
34
34
|
*/
|
|
35
35
|
'vendorName'?: string;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* 账户组
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof MdmIncrementVendorsVo
|
|
40
40
|
*/
|
|
41
41
|
'accountGrpCode'?: string;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* 统一信用代码
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof MdmIncrementVendorsVo
|
|
46
46
|
*/
|
|
47
47
|
'taxCode'?: string;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* 地址
|
|
50
50
|
* @type {string}
|
|
51
51
|
* @memberof MdmIncrementVendorsVo
|
|
52
52
|
*/
|
|
53
53
|
'streetRoom'?: string;
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* 电话
|
|
56
56
|
* @type {string}
|
|
57
57
|
* @memberof MdmIncrementVendorsVo
|
|
58
58
|
*/
|
|
59
59
|
'phoneNumber'?: string;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* 邮编
|
|
62
62
|
* @type {string}
|
|
63
63
|
* @memberof MdmIncrementVendorsVo
|
|
64
64
|
*/
|
|
65
65
|
'postalCodeCity'?: string;
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* 地区
|
|
68
68
|
* @type {string}
|
|
69
69
|
* @memberof MdmIncrementVendorsVo
|
|
70
70
|
*/
|
|
71
71
|
'region'?: string;
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* 删除标记:1-删除,0-正常
|
|
74
74
|
* @type {string}
|
|
75
75
|
* @memberof MdmIncrementVendorsVo
|
|
76
76
|
*/
|
|
77
77
|
'deleteFlag'?: string;
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* 创建时间
|
|
80
80
|
* @type {string}
|
|
81
81
|
* @memberof MdmIncrementVendorsVo
|
|
82
82
|
*/
|
|
83
83
|
'created'?: string;
|
|
84
84
|
/**
|
|
85
|
-
*
|
|
85
|
+
* 最后更新时间
|
|
86
86
|
* @type {string}
|
|
87
87
|
* @memberof MdmIncrementVendorsVo
|
|
88
88
|
*/
|
|
@@ -0,0 +1,102 @@
|
|
|
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 PaymentResultDTO
|
|
16
|
+
*/
|
|
17
|
+
export interface PaymentResultDTO {
|
|
18
|
+
/**
|
|
19
|
+
* 支付唯一码(财智云报账申请单号)
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PaymentResultDTO
|
|
22
|
+
*/
|
|
23
|
+
'rowId'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 付款状态
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof PaymentResultDTO
|
|
28
|
+
*/
|
|
29
|
+
'payStatus'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 付款失败原因
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof PaymentResultDTO
|
|
34
|
+
*/
|
|
35
|
+
'payMessage'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 支付金额
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof PaymentResultDTO
|
|
40
|
+
*/
|
|
41
|
+
'payAmount'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 已背书未签收金额
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof PaymentResultDTO
|
|
46
|
+
*/
|
|
47
|
+
'unsignedAmount'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 已作废金额
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof PaymentResultDTO
|
|
52
|
+
*/
|
|
53
|
+
'voidedAmount'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 支付日期 yyyy-MM-dd
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof PaymentResultDTO
|
|
58
|
+
*/
|
|
59
|
+
'payDate'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* 资金支付凭证号
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof PaymentResultDTO
|
|
64
|
+
*/
|
|
65
|
+
'payVoucherCode'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 付款单位账号
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof PaymentResultDTO
|
|
70
|
+
*/
|
|
71
|
+
'payCompanyAccount'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* 付款联行号
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof PaymentResultDTO
|
|
76
|
+
*/
|
|
77
|
+
'payInterBankNo'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* 付款银行名称
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof PaymentResultDTO
|
|
82
|
+
*/
|
|
83
|
+
'payBankName'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* 收款银行开户行编码
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof PaymentResultDTO
|
|
88
|
+
*/
|
|
89
|
+
'payeeOpenBank'?: string;
|
|
90
|
+
/**
|
|
91
|
+
* 收款银行开户行名称
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof PaymentResultDTO
|
|
94
|
+
*/
|
|
95
|
+
'payeeOpenBankName'?: string;
|
|
96
|
+
/**
|
|
97
|
+
* 收款银行账号
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof PaymentResultDTO
|
|
100
|
+
*/
|
|
101
|
+
'payeeAccount'?: string;
|
|
102
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -103,6 +103,12 @@ export interface ReimbursementBillDraftDto {
|
|
|
103
103
|
* @memberof ReimbursementBillDraftDto
|
|
104
104
|
*/
|
|
105
105
|
'supplierName'?: string;
|
|
106
|
+
/**
|
|
107
|
+
* 收款银行开户行编码
|
|
108
|
+
* @type {string}
|
|
109
|
+
* @memberof ReimbursementBillDraftDto
|
|
110
|
+
*/
|
|
111
|
+
'payeeBankCode'?: string;
|
|
106
112
|
/**
|
|
107
113
|
* 收款方银行名称
|
|
108
114
|
* @type {string}
|
|
@@ -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 { ReimbursementBillProcessTypeEnum } from './reimbursement-bill-process-type-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 报账单流转列表
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ReimbursementBillProcessRecordListVo
|
|
17
|
+
*/
|
|
18
|
+
export interface ReimbursementBillProcessRecordListVo {
|
|
19
|
+
/**
|
|
20
|
+
* 报账单ID
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof ReimbursementBillProcessRecordListVo
|
|
23
|
+
*/
|
|
24
|
+
'reimbursementBillId'?: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {ReimbursementBillProcessTypeEnum}
|
|
28
|
+
* @memberof ReimbursementBillProcessRecordListVo
|
|
29
|
+
*/
|
|
30
|
+
'processType'?: ReimbursementBillProcessTypeEnum;
|
|
31
|
+
/**
|
|
32
|
+
* 处理人id
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof ReimbursementBillProcessRecordListVo
|
|
35
|
+
*/
|
|
36
|
+
'handlerUserId'?: number;
|
|
37
|
+
/**
|
|
38
|
+
* 处理名称
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ReimbursementBillProcessRecordListVo
|
|
41
|
+
*/
|
|
42
|
+
'handlerName'?: string;
|
|
43
|
+
/**
|
|
44
|
+
* 处理时间
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ReimbursementBillProcessRecordListVo
|
|
47
|
+
*/
|
|
48
|
+
'handlerTime'?: string;
|
|
49
|
+
/**
|
|
50
|
+
* 处理状态
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof ReimbursementBillProcessRecordListVo
|
|
53
|
+
*/
|
|
54
|
+
'handlerStatus'?: string;
|
|
55
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const ReimbursementBillProcessTypeEnum: {
|
|
18
|
+
readonly Initiate: "INITIATE";
|
|
19
|
+
readonly Submit: "SUBMIT";
|
|
20
|
+
readonly Withdraw: "WITHDRAW";
|
|
21
|
+
};
|
|
22
|
+
export type ReimbursementBillProcessTypeEnum = typeof ReimbursementBillProcessTypeEnum[keyof typeof ReimbursementBillProcessTypeEnum];
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
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
|
+
};
|
|
@@ -103,12 +103,18 @@ export interface ReimbursementBillSubmitDto {
|
|
|
103
103
|
* @memberof ReimbursementBillSubmitDto
|
|
104
104
|
*/
|
|
105
105
|
'supplierName'?: string;
|
|
106
|
+
/**
|
|
107
|
+
* 收款银行开户行编码
|
|
108
|
+
* @type {string}
|
|
109
|
+
* @memberof ReimbursementBillSubmitDto
|
|
110
|
+
*/
|
|
111
|
+
'payeeBankCode': string;
|
|
106
112
|
/**
|
|
107
113
|
* 收款方银行名称
|
|
108
114
|
* @type {string}
|
|
109
115
|
* @memberof ReimbursementBillSubmitDto
|
|
110
116
|
*/
|
|
111
|
-
'payeeBankName'
|
|
117
|
+
'payeeBankName': string;
|
|
112
118
|
/**
|
|
113
119
|
* 收款方银行账号
|
|
114
120
|
* @type {string}
|