@gizone/rrs-client 4.2.0-alpha.294 → 4.2.0-alpha.297
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 +19 -0
- package/apis/access-api.ts +595 -0
- package/apis/open-api-api.ts +93 -0
- package/dist/apis/access-api.d.ts +318 -0
- package/dist/apis/access-api.js +407 -0
- package/dist/apis/open-api-api.d.ts +48 -0
- package/dist/apis/open-api-api.js +70 -0
- package/dist/esm/apis/access-api.d.ts +318 -0
- package/dist/esm/apis/access-api.js +407 -0
- package/dist/esm/apis/open-api-api.d.ts +48 -0
- package/dist/esm/apis/open-api-api.js +70 -0
- package/dist/esm/models/access-appointment-internal-status-enum.d.ts +21 -0
- package/dist/esm/models/access-appointment-internal-status-enum.js +22 -0
- package/dist/esm/models/access-appointment-record-add-vo.d.ts +128 -0
- package/dist/esm/models/access-appointment-record-add-vo.js +14 -0
- package/dist/esm/models/access-appointment-record-approval-vo.d.ts +30 -0
- package/dist/esm/models/access-appointment-record-approval-vo.js +14 -0
- package/dist/esm/models/access-appointment-record-details-dto.d.ts +178 -0
- package/dist/esm/models/access-appointment-record-details-dto.js +14 -0
- package/dist/esm/models/access-appointment-record-in-other-info-vo.d.ts +54 -0
- package/dist/esm/models/access-appointment-record-in-other-info-vo.js +14 -0
- package/dist/esm/models/access-appointment-record-out-other-info-vo.d.ts +30 -0
- package/dist/esm/models/access-appointment-record-out-other-info-vo.js +14 -0
- package/dist/esm/models/access-appointment-source-enum.d.ts +24 -0
- package/dist/esm/models/access-appointment-source-enum.js +25 -0
- package/dist/esm/models/access-appointment-status-enum.d.ts +25 -0
- package/dist/esm/models/access-appointment-status-enum.js +26 -0
- package/dist/esm/models/access-approval-config-enum.d.ts +1 -1
- package/dist/esm/models/access-approval-config-enum.js +1 -1
- package/dist/esm/models/access-direction-enum.d.ts +22 -0
- package/dist/esm/models/access-direction-enum.js +23 -0
- package/dist/esm/models/access-reason-enum.d.ts +26 -0
- package/dist/esm/models/access-reason-enum.js +27 -0
- package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +81 -0
- package/dist/esm/models/access-whitelist-application-process-details-dto.js +14 -0
- package/dist/esm/models/access-whitelist-application-process-details-user-info.d.ts +36 -0
- package/dist/esm/models/access-whitelist-application-process-details-user-info.js +14 -0
- package/dist/esm/models/access-whitelist-process-handler-status-enum.d.ts +21 -0
- package/dist/esm/models/access-whitelist-process-handler-status-enum.js +22 -0
- package/dist/esm/models/access-whitelist-process-type-enum.d.ts +23 -0
- package/dist/esm/models/access-whitelist-process-type-enum.js +24 -0
- package/dist/esm/models/index.d.ts +19 -0
- package/dist/esm/models/index.js +19 -0
- package/dist/esm/models/json-result-access-appointment-record-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-access-appointment-record-details-dto.js +14 -0
- package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.js +14 -0
- package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +120 -0
- package/dist/esm/models/open-api-access-appointment-record-add-vo.js +14 -0
- package/dist/esm/models/page-dto-access-appointment-record-details-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-access-appointment-record-details-dto.js +14 -0
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +1 -0
- package/dist/esm/models/system-user-msg-source-type-enum.js +2 -1
- package/dist/esm/models/system-user-msg-type-enum.d.ts +1 -0
- package/dist/esm/models/system-user-msg-type-enum.js +2 -1
- package/dist/models/access-appointment-internal-status-enum.d.ts +21 -0
- package/dist/models/access-appointment-internal-status-enum.js +25 -0
- package/dist/models/access-appointment-record-add-vo.d.ts +128 -0
- package/dist/models/access-appointment-record-add-vo.js +15 -0
- package/dist/models/access-appointment-record-approval-vo.d.ts +30 -0
- package/dist/models/access-appointment-record-approval-vo.js +15 -0
- package/dist/models/access-appointment-record-details-dto.d.ts +178 -0
- package/dist/models/access-appointment-record-details-dto.js +15 -0
- package/dist/models/access-appointment-record-in-other-info-vo.d.ts +54 -0
- package/dist/models/access-appointment-record-in-other-info-vo.js +15 -0
- package/dist/models/access-appointment-record-out-other-info-vo.d.ts +30 -0
- package/dist/models/access-appointment-record-out-other-info-vo.js +15 -0
- package/dist/models/access-appointment-source-enum.d.ts +24 -0
- package/dist/models/access-appointment-source-enum.js +28 -0
- package/dist/models/access-appointment-status-enum.d.ts +25 -0
- package/dist/models/access-appointment-status-enum.js +29 -0
- package/dist/models/access-approval-config-enum.d.ts +1 -1
- package/dist/models/access-approval-config-enum.js +1 -1
- package/dist/models/access-direction-enum.d.ts +22 -0
- package/dist/models/access-direction-enum.js +26 -0
- package/dist/models/access-reason-enum.d.ts +26 -0
- package/dist/models/access-reason-enum.js +30 -0
- package/dist/models/access-whitelist-application-process-details-dto.d.ts +81 -0
- package/dist/models/access-whitelist-application-process-details-dto.js +15 -0
- package/dist/models/access-whitelist-application-process-details-user-info.d.ts +36 -0
- package/dist/models/access-whitelist-application-process-details-user-info.js +15 -0
- package/dist/models/access-whitelist-process-handler-status-enum.d.ts +21 -0
- package/dist/models/access-whitelist-process-handler-status-enum.js +25 -0
- package/dist/models/access-whitelist-process-type-enum.d.ts +23 -0
- package/dist/models/access-whitelist-process-type-enum.js +27 -0
- package/dist/models/index.d.ts +19 -0
- package/dist/models/index.js +19 -0
- package/dist/models/json-result-access-appointment-record-details-dto.d.ts +62 -0
- package/dist/models/json-result-access-appointment-record-details-dto.js +15 -0
- package/dist/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +62 -0
- package/dist/models/json-result-list-access-whitelist-application-process-details-dto.js +15 -0
- package/dist/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-access-appointment-record-details-dto.js +15 -0
- package/dist/models/open-api-access-appointment-record-add-vo.d.ts +120 -0
- package/dist/models/open-api-access-appointment-record-add-vo.js +15 -0
- package/dist/models/page-dto-access-appointment-record-details-dto.d.ts +31 -0
- package/dist/models/page-dto-access-appointment-record-details-dto.js +15 -0
- package/dist/models/system-user-msg-source-type-enum.d.ts +1 -0
- package/dist/models/system-user-msg-source-type-enum.js +2 -1
- package/dist/models/system-user-msg-type-enum.d.ts +1 -0
- package/dist/models/system-user-msg-type-enum.js +2 -1
- package/models/access-appointment-internal-status-enum.ts +31 -0
- package/models/access-appointment-record-add-vo.ts +152 -0
- package/models/access-appointment-record-approval-vo.ts +36 -0
- package/models/access-appointment-record-details-dto.ts +206 -0
- package/models/access-appointment-record-in-other-info-vo.ts +60 -0
- package/models/access-appointment-record-out-other-info-vo.ts +36 -0
- package/models/access-appointment-source-enum.ts +34 -0
- package/models/access-appointment-status-enum.ts +35 -0
- package/models/access-approval-config-enum.ts +1 -1
- package/models/access-direction-enum.ts +32 -0
- package/models/access-reason-enum.ts +36 -0
- package/models/access-whitelist-application-process-details-dto.ts +95 -0
- package/models/access-whitelist-application-process-details-user-info.ts +42 -0
- package/models/access-whitelist-process-handler-status-enum.ts +31 -0
- package/models/access-whitelist-process-type-enum.ts +33 -0
- package/models/index.ts +19 -0
- package/models/json-result-access-appointment-record-details-dto.ts +72 -0
- package/models/json-result-list-access-whitelist-application-process-details-dto.ts +72 -0
- package/models/json-result-page-dto-access-appointment-record-details-dto.ts +72 -0
- package/models/open-api-access-appointment-record-add-vo.ts +140 -0
- package/models/page-dto-access-appointment-record-details-dto.ts +39 -0
- package/models/system-user-msg-source-type-enum.ts +2 -1
- package/models/system-user-msg-type-enum.ts +2 -1
- package/package.json +1 -1
|
@@ -0,0 +1,178 @@
|
|
|
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 { AccessAppointmentInternalStatusEnum } from './access-appointment-internal-status-enum';
|
|
13
|
+
import type { AccessAppointmentRecordInOtherInfoVo } from './access-appointment-record-in-other-info-vo';
|
|
14
|
+
import type { AccessAppointmentRecordOutOtherInfoVo } from './access-appointment-record-out-other-info-vo';
|
|
15
|
+
import type { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
|
|
16
|
+
import type { AccessAppointmentStatusEnum } from './access-appointment-status-enum';
|
|
17
|
+
import type { AccessDirectionEnum } from './access-direction-enum';
|
|
18
|
+
import type { AccessReasonEnum } from './access-reason-enum';
|
|
19
|
+
import type { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
|
|
20
|
+
import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
|
|
21
|
+
import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
|
|
22
|
+
/**
|
|
23
|
+
* 出入预约记录详情
|
|
24
|
+
* @export
|
|
25
|
+
* @interface AccessAppointmentRecordDetailsDto
|
|
26
|
+
*/
|
|
27
|
+
export interface AccessAppointmentRecordDetailsDto {
|
|
28
|
+
/**
|
|
29
|
+
* 出入ID
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
32
|
+
*/
|
|
33
|
+
'id'?: number;
|
|
34
|
+
/**
|
|
35
|
+
* 园区ID
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
38
|
+
*/
|
|
39
|
+
'parkId'?: number;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {AccessDirectionEnum}
|
|
43
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
44
|
+
*/
|
|
45
|
+
'accessDirection'?: AccessDirectionEnum;
|
|
46
|
+
/**
|
|
47
|
+
* 预约单号
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
50
|
+
*/
|
|
51
|
+
'appointmentNo'?: string;
|
|
52
|
+
/**
|
|
53
|
+
* 访问公司ID
|
|
54
|
+
* @type {number}
|
|
55
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
56
|
+
*/
|
|
57
|
+
'accessCompanyId'?: number;
|
|
58
|
+
/**
|
|
59
|
+
* 访问公司名称
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
62
|
+
*/
|
|
63
|
+
'accessCompanyName'?: string;
|
|
64
|
+
/**
|
|
65
|
+
*
|
|
66
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
67
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
68
|
+
*/
|
|
69
|
+
'accessVisitorPersonType'?: AccessVisitorPersonTypeEnum;
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
* @type {AccessReasonEnum}
|
|
73
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
74
|
+
*/
|
|
75
|
+
'accessReason'?: AccessReasonEnum;
|
|
76
|
+
/**
|
|
77
|
+
* 备注
|
|
78
|
+
* @type {string}
|
|
79
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
80
|
+
*/
|
|
81
|
+
'remarks'?: string;
|
|
82
|
+
/**
|
|
83
|
+
* 所属单位
|
|
84
|
+
* @type {string}
|
|
85
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
86
|
+
*/
|
|
87
|
+
'companyName'?: string;
|
|
88
|
+
/**
|
|
89
|
+
* 预约开始时间
|
|
90
|
+
* @type {string}
|
|
91
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
92
|
+
*/
|
|
93
|
+
'appointmentStartTime'?: string;
|
|
94
|
+
/**
|
|
95
|
+
* 预约结束时间
|
|
96
|
+
* @type {string}
|
|
97
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
98
|
+
*/
|
|
99
|
+
'appointmentEndTime'?: string;
|
|
100
|
+
/**
|
|
101
|
+
* 预约人姓名
|
|
102
|
+
* @type {string}
|
|
103
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
104
|
+
*/
|
|
105
|
+
'appointmentName'?: string;
|
|
106
|
+
/**
|
|
107
|
+
* 预约人手机号
|
|
108
|
+
* @type {string}
|
|
109
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
110
|
+
*/
|
|
111
|
+
'appointmentPhone'?: string;
|
|
112
|
+
/**
|
|
113
|
+
* 预约人车牌号
|
|
114
|
+
* @type {string}
|
|
115
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
116
|
+
*/
|
|
117
|
+
'appointmentLicensePlate'?: string;
|
|
118
|
+
/**
|
|
119
|
+
*
|
|
120
|
+
* @type {AccessVehicleTypeEnum}
|
|
121
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
122
|
+
*/
|
|
123
|
+
'vehicleType'?: AccessVehicleTypeEnum;
|
|
124
|
+
/**
|
|
125
|
+
*
|
|
126
|
+
* @type {AccessVehicleLengthEnum}
|
|
127
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
128
|
+
*/
|
|
129
|
+
'vehicleLength'?: AccessVehicleLengthEnum;
|
|
130
|
+
/**
|
|
131
|
+
*
|
|
132
|
+
* @type {AccessAppointmentStatusEnum}
|
|
133
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
134
|
+
*/
|
|
135
|
+
'appointmentStatus'?: AccessAppointmentStatusEnum;
|
|
136
|
+
/**
|
|
137
|
+
*
|
|
138
|
+
* @type {AccessAppointmentInternalStatusEnum}
|
|
139
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
140
|
+
*/
|
|
141
|
+
'appointmentInternalStatus'?: AccessAppointmentInternalStatusEnum;
|
|
142
|
+
/**
|
|
143
|
+
*
|
|
144
|
+
* @type {AccessAppointmentRecordInOtherInfoVo}
|
|
145
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
146
|
+
*/
|
|
147
|
+
'inOtherInfo'?: AccessAppointmentRecordInOtherInfoVo;
|
|
148
|
+
/**
|
|
149
|
+
*
|
|
150
|
+
* @type {AccessAppointmentRecordOutOtherInfoVo}
|
|
151
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
152
|
+
*/
|
|
153
|
+
'outOtherInfo'?: AccessAppointmentRecordOutOtherInfoVo;
|
|
154
|
+
/**
|
|
155
|
+
*
|
|
156
|
+
* @type {AccessAppointmentSourceEnum}
|
|
157
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
158
|
+
*/
|
|
159
|
+
'appointmentSource'?: AccessAppointmentSourceEnum;
|
|
160
|
+
/**
|
|
161
|
+
* 来源单号
|
|
162
|
+
* @type {string}
|
|
163
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
164
|
+
*/
|
|
165
|
+
'sourceId'?: string;
|
|
166
|
+
/**
|
|
167
|
+
* 发起人ID
|
|
168
|
+
* @type {number}
|
|
169
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
170
|
+
*/
|
|
171
|
+
'initiateUserId'?: number;
|
|
172
|
+
/**
|
|
173
|
+
* 发起人小程序用户ID
|
|
174
|
+
* @type {number}
|
|
175
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
176
|
+
*/
|
|
177
|
+
'initiateWxUserId'?: number;
|
|
178
|
+
}
|
|
@@ -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,54 @@
|
|
|
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 AccessAppointmentRecordInOtherInfoVo
|
|
16
|
+
*/
|
|
17
|
+
export interface AccessAppointmentRecordInOtherInfoVo {
|
|
18
|
+
/**
|
|
19
|
+
* 保险证明
|
|
20
|
+
* @type {Array<string>}
|
|
21
|
+
* @memberof AccessAppointmentRecordInOtherInfoVo
|
|
22
|
+
*/
|
|
23
|
+
'insuranceCertificateUrl'?: Array<string>;
|
|
24
|
+
/**
|
|
25
|
+
* 三级教育
|
|
26
|
+
* @type {Array<string>}
|
|
27
|
+
* @memberof AccessAppointmentRecordInOtherInfoVo
|
|
28
|
+
*/
|
|
29
|
+
'safetyEducationUrl'?: Array<string>;
|
|
30
|
+
/**
|
|
31
|
+
* 体检报告
|
|
32
|
+
* @type {Array<string>}
|
|
33
|
+
* @memberof AccessAppointmentRecordInOtherInfoVo
|
|
34
|
+
*/
|
|
35
|
+
'medicalReportUrl'?: Array<string>;
|
|
36
|
+
/**
|
|
37
|
+
* 劳务合同
|
|
38
|
+
* @type {Array<string>}
|
|
39
|
+
* @memberof AccessAppointmentRecordInOtherInfoVo
|
|
40
|
+
*/
|
|
41
|
+
'laborContractUrl'?: Array<string>;
|
|
42
|
+
/**
|
|
43
|
+
* 特殊工种作业证
|
|
44
|
+
* @type {Array<string>}
|
|
45
|
+
* @memberof AccessAppointmentRecordInOtherInfoVo
|
|
46
|
+
*/
|
|
47
|
+
'specialWorkPermitUrl'?: Array<string>;
|
|
48
|
+
/**
|
|
49
|
+
* 配货单
|
|
50
|
+
* @type {Array<string>}
|
|
51
|
+
* @memberof AccessAppointmentRecordInOtherInfoVo
|
|
52
|
+
*/
|
|
53
|
+
'deliveryNoteUrl'?: Array<string>;
|
|
54
|
+
}
|
|
@@ -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
|
+
* @interface AccessAppointmentRecordOutOtherInfoVo
|
|
16
|
+
*/
|
|
17
|
+
export interface AccessAppointmentRecordOutOtherInfoVo {
|
|
18
|
+
/**
|
|
19
|
+
* 货物明细
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AccessAppointmentRecordOutOtherInfoVo
|
|
22
|
+
*/
|
|
23
|
+
'goodsDetails'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 图片
|
|
26
|
+
* @type {Array<string>}
|
|
27
|
+
* @memberof AccessAppointmentRecordOutOtherInfoVo
|
|
28
|
+
*/
|
|
29
|
+
'images'?: Array<string>;
|
|
30
|
+
}
|
|
@@ -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,24 @@
|
|
|
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 AccessAppointmentSourceEnum: {
|
|
18
|
+
readonly Zhyq: "ZHYQ";
|
|
19
|
+
readonly Zjt: "ZJT";
|
|
20
|
+
readonly Vmi: "VMI";
|
|
21
|
+
readonly Fam: "FAM";
|
|
22
|
+
readonly Tms: "TMS";
|
|
23
|
+
};
|
|
24
|
+
export type AccessAppointmentSourceEnum = typeof AccessAppointmentSourceEnum[keyof typeof AccessAppointmentSourceEnum];
|
|
@@ -0,0 +1,28 @@
|
|
|
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.AccessAppointmentSourceEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 预约来源枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.AccessAppointmentSourceEnum = {
|
|
23
|
+
Zhyq: 'ZHYQ',
|
|
24
|
+
Zjt: 'ZJT',
|
|
25
|
+
Vmi: 'VMI',
|
|
26
|
+
Fam: 'FAM',
|
|
27
|
+
Tms: 'TMS'
|
|
28
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
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 AccessAppointmentStatusEnum: {
|
|
18
|
+
readonly EntryPending: "ENTRY_PENDING";
|
|
19
|
+
readonly EntryApproved: "ENTRY_APPROVED";
|
|
20
|
+
readonly EntryRejected: "ENTRY_REJECTED";
|
|
21
|
+
readonly ExitPending: "EXIT_PENDING";
|
|
22
|
+
readonly ExitApproved: "EXIT_APPROVED";
|
|
23
|
+
readonly ExitRejected: "EXIT_REJECTED";
|
|
24
|
+
};
|
|
25
|
+
export type AccessAppointmentStatusEnum = typeof AccessAppointmentStatusEnum[keyof typeof AccessAppointmentStatusEnum];
|
|
@@ -0,0 +1,29 @@
|
|
|
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.AccessAppointmentStatusEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 预约状态枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.AccessAppointmentStatusEnum = {
|
|
23
|
+
EntryPending: 'ENTRY_PENDING',
|
|
24
|
+
EntryApproved: 'ENTRY_APPROVED',
|
|
25
|
+
EntryRejected: 'ENTRY_REJECTED',
|
|
26
|
+
ExitPending: 'EXIT_PENDING',
|
|
27
|
+
ExitApproved: 'EXIT_APPROVED',
|
|
28
|
+
ExitRejected: 'EXIT_REJECTED'
|
|
29
|
+
};
|
|
@@ -16,6 +16,6 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export declare const AccessApprovalConfigEnum: {
|
|
18
18
|
readonly WhiteListApply: "WHITE_LIST_APPLY";
|
|
19
|
-
readonly
|
|
19
|
+
readonly VisitorAppointment: "VISITOR_APPOINTMENT";
|
|
20
20
|
};
|
|
21
21
|
export type AccessApprovalConfigEnum = typeof AccessApprovalConfigEnum[keyof typeof AccessApprovalConfigEnum];
|
|
@@ -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 AccessDirectionEnum: {
|
|
18
|
+
readonly In: "IN";
|
|
19
|
+
readonly Out: "OUT";
|
|
20
|
+
readonly InOut: "IN_OUT";
|
|
21
|
+
};
|
|
22
|
+
export type AccessDirectionEnum = typeof AccessDirectionEnum[keyof typeof AccessDirectionEnum];
|
|
@@ -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.AccessDirectionEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 出入访问方向枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.AccessDirectionEnum = {
|
|
23
|
+
In: 'IN',
|
|
24
|
+
Out: 'OUT',
|
|
25
|
+
InOut: 'IN_OUT'
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
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 AccessReasonEnum: {
|
|
18
|
+
readonly Delivery: "DELIVERY";
|
|
19
|
+
readonly Pickup: "PICKUP";
|
|
20
|
+
readonly GovOrClientVisit: "GOV_OR_CLIENT_VISIT";
|
|
21
|
+
readonly Maintenance: "MAINTENANCE";
|
|
22
|
+
readonly WarehouseTempWork: "WAREHOUSE_TEMP_WORK";
|
|
23
|
+
readonly FleetTempWork: "FLEET_TEMP_WORK";
|
|
24
|
+
readonly Other: "OTHER";
|
|
25
|
+
};
|
|
26
|
+
export type AccessReasonEnum = typeof AccessReasonEnum[keyof typeof AccessReasonEnum];
|
|
@@ -0,0 +1,30 @@
|
|
|
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.AccessReasonEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 访问事由枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.AccessReasonEnum = {
|
|
23
|
+
Delivery: 'DELIVERY',
|
|
24
|
+
Pickup: 'PICKUP',
|
|
25
|
+
GovOrClientVisit: 'GOV_OR_CLIENT_VISIT',
|
|
26
|
+
Maintenance: 'MAINTENANCE',
|
|
27
|
+
WarehouseTempWork: 'WAREHOUSE_TEMP_WORK',
|
|
28
|
+
FleetTempWork: 'FLEET_TEMP_WORK',
|
|
29
|
+
Other: 'OTHER'
|
|
30
|
+
};
|
|
@@ -0,0 +1,81 @@
|
|
|
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 { AccessWhitelistApplicationProcessDetailsUserInfo } from './access-whitelist-application-process-details-user-info';
|
|
13
|
+
import type { AccessWhitelistProcessHandlerStatusEnum } from './access-whitelist-process-handler-status-enum';
|
|
14
|
+
import type { AccessWhitelistProcessTypeEnum } from './access-whitelist-process-type-enum';
|
|
15
|
+
/**
|
|
16
|
+
* 白名单申请流程详情数据传输对象
|
|
17
|
+
* @export
|
|
18
|
+
* @interface AccessWhitelistApplicationProcessDetailsDto
|
|
19
|
+
*/
|
|
20
|
+
export interface AccessWhitelistApplicationProcessDetailsDto {
|
|
21
|
+
/**
|
|
22
|
+
* 流程记录id
|
|
23
|
+
* @type {number}
|
|
24
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
25
|
+
*/
|
|
26
|
+
'id'?: number;
|
|
27
|
+
/**
|
|
28
|
+
* 白名单申请id
|
|
29
|
+
* @type {number}
|
|
30
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
31
|
+
*/
|
|
32
|
+
'whitelistApplicationId'?: number;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {AccessWhitelistProcessTypeEnum}
|
|
36
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
37
|
+
*/
|
|
38
|
+
'processType'?: AccessWhitelistProcessTypeEnum;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {AccessWhitelistApplicationProcessDetailsUserInfo}
|
|
42
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
43
|
+
*/
|
|
44
|
+
'assignedHandlerUser'?: AccessWhitelistApplicationProcessDetailsUserInfo;
|
|
45
|
+
/**
|
|
46
|
+
* 分配的处理部门id
|
|
47
|
+
* @type {Array<number>}
|
|
48
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
49
|
+
*/
|
|
50
|
+
'assignedHandlerDeptIds'?: Array<number>;
|
|
51
|
+
/**
|
|
52
|
+
* 分配的处理部门名称
|
|
53
|
+
* @type {Array<string>}
|
|
54
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
55
|
+
*/
|
|
56
|
+
'assignedHandlerDeptNames'?: Array<string>;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {AccessWhitelistApplicationProcessDetailsUserInfo}
|
|
60
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
61
|
+
*/
|
|
62
|
+
'actualHandlerUser'?: AccessWhitelistApplicationProcessDetailsUserInfo;
|
|
63
|
+
/**
|
|
64
|
+
* 实际处理时间
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
67
|
+
*/
|
|
68
|
+
'actualHandlerTime'?: string;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @type {AccessWhitelistProcessHandlerStatusEnum}
|
|
72
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
73
|
+
*/
|
|
74
|
+
'handlerStatus'?: AccessWhitelistProcessHandlerStatusEnum;
|
|
75
|
+
/**
|
|
76
|
+
* 备注
|
|
77
|
+
* @type {string}
|
|
78
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
79
|
+
*/
|
|
80
|
+
'remarks'?: string;
|
|
81
|
+
}
|
|
@@ -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,36 @@
|
|
|
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 AccessWhitelistApplicationProcessDetailsUserInfo
|
|
16
|
+
*/
|
|
17
|
+
export interface AccessWhitelistApplicationProcessDetailsUserInfo {
|
|
18
|
+
/**
|
|
19
|
+
* 用户id
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof AccessWhitelistApplicationProcessDetailsUserInfo
|
|
22
|
+
*/
|
|
23
|
+
'userId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 用户名称
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof AccessWhitelistApplicationProcessDetailsUserInfo
|
|
28
|
+
*/
|
|
29
|
+
'userName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 用户部门名称
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof AccessWhitelistApplicationProcessDetailsUserInfo
|
|
34
|
+
*/
|
|
35
|
+
'userDeptName'?: string;
|
|
36
|
+
}
|