@gizone/rrs-client 4.2.0-alpha.292 → 4.2.0-alpha.293
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 +21 -0
- package/apis/access-api.ts +1986 -235
- package/dist/apis/access-api.d.ts +913 -1
- package/dist/apis/access-api.js +1400 -115
- package/dist/esm/apis/access-api.d.ts +913 -1
- package/dist/esm/apis/access-api.js +1400 -115
- package/dist/esm/models/access-blacklist-add-vo.d.ts +54 -0
- package/dist/esm/models/access-blacklist-add-vo.js +14 -0
- package/dist/esm/models/access-blacklist-details-dto.d.ts +72 -0
- package/dist/esm/models/access-blacklist-details-dto.js +14 -0
- package/dist/esm/models/access-blacklist-update-vo.d.ts +48 -0
- package/dist/esm/models/access-blacklist-update-vo.js +14 -0
- package/dist/esm/models/access-vehicle-length-enum.d.ts +25 -0
- package/dist/esm/models/access-vehicle-length-enum.js +26 -0
- package/dist/esm/models/access-vehicle-type-enum.d.ts +21 -0
- package/dist/esm/models/access-vehicle-type-enum.js +22 -0
- package/dist/esm/models/access-whitelist-application-add-vo.d.ts +100 -0
- package/dist/esm/models/access-whitelist-application-add-vo.js +14 -0
- package/dist/esm/models/access-whitelist-application-approval-vo.d.ts +30 -0
- package/dist/esm/models/access-whitelist-application-approval-vo.js +14 -0
- package/dist/esm/models/access-whitelist-application-batch-import-template-dto.d.ts +123 -0
- package/dist/esm/models/access-whitelist-application-batch-import-template-dto.js +14 -0
- package/dist/esm/models/access-whitelist-application-details-dto.d.ts +132 -0
- package/dist/esm/models/access-whitelist-application-details-dto.js +14 -0
- package/dist/esm/models/access-whitelist-application-internal-status-enum.d.ts +21 -0
- package/dist/esm/models/access-whitelist-application-internal-status-enum.js +22 -0
- package/dist/esm/models/access-whitelist-application-status-enum.d.ts +23 -0
- package/dist/esm/models/access-whitelist-application-status-enum.js +24 -0
- package/dist/esm/models/access-whitelist-application-update-vo.d.ts +94 -0
- package/dist/esm/models/access-whitelist-application-update-vo.js +14 -0
- package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +31 -0
- package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +14 -0
- package/dist/esm/models/index.d.ts +21 -0
- package/dist/esm/models/index.js +21 -0
- package/dist/esm/models/json-result-access-blacklist-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-access-blacklist-details-dto.js +14 -0
- package/dist/esm/models/json-result-access-whitelist-application-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-access-whitelist-application-details-dto.js +14 -0
- package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +62 -0
- package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.js +14 -0
- package/dist/esm/models/page-dto-access-blacklist-details-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-access-blacklist-details-dto.js +14 -0
- package/dist/esm/models/page-dto-access-whitelist-application-details-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-access-whitelist-application-details-dto.js +14 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- 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/esm/models/whitelist-other-info-vo.d.ts +54 -0
- package/dist/esm/models/whitelist-other-info-vo.js +14 -0
- package/dist/models/access-blacklist-add-vo.d.ts +54 -0
- package/dist/models/access-blacklist-add-vo.js +15 -0
- package/dist/models/access-blacklist-details-dto.d.ts +72 -0
- package/dist/models/access-blacklist-details-dto.js +15 -0
- package/dist/models/access-blacklist-update-vo.d.ts +48 -0
- package/dist/models/access-blacklist-update-vo.js +15 -0
- package/dist/models/access-vehicle-length-enum.d.ts +25 -0
- package/dist/models/access-vehicle-length-enum.js +29 -0
- package/dist/models/access-vehicle-type-enum.d.ts +21 -0
- package/dist/models/access-vehicle-type-enum.js +25 -0
- package/dist/models/access-whitelist-application-add-vo.d.ts +100 -0
- package/dist/models/access-whitelist-application-add-vo.js +15 -0
- package/dist/models/access-whitelist-application-approval-vo.d.ts +30 -0
- package/dist/models/access-whitelist-application-approval-vo.js +15 -0
- package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +123 -0
- package/dist/models/access-whitelist-application-batch-import-template-dto.js +15 -0
- package/dist/models/access-whitelist-application-details-dto.d.ts +132 -0
- package/dist/models/access-whitelist-application-details-dto.js +15 -0
- package/dist/models/access-whitelist-application-internal-status-enum.d.ts +21 -0
- package/dist/models/access-whitelist-application-internal-status-enum.js +25 -0
- package/dist/models/access-whitelist-application-status-enum.d.ts +23 -0
- package/dist/models/access-whitelist-application-status-enum.js +27 -0
- package/dist/models/access-whitelist-application-update-vo.d.ts +94 -0
- package/dist/models/access-whitelist-application-update-vo.js +15 -0
- package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +31 -0
- package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +15 -0
- package/dist/models/index.d.ts +21 -0
- package/dist/models/index.js +21 -0
- package/dist/models/json-result-access-blacklist-details-dto.d.ts +62 -0
- package/dist/models/json-result-access-blacklist-details-dto.js +15 -0
- package/dist/models/json-result-access-whitelist-application-details-dto.d.ts +62 -0
- package/dist/models/json-result-access-whitelist-application-details-dto.js +15 -0
- package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +62 -0
- package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +15 -0
- package/dist/models/json-result-page-dto-access-blacklist-details-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-access-blacklist-details-dto.js +15 -0
- package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.js +15 -0
- package/dist/models/page-dto-access-blacklist-details-dto.d.ts +31 -0
- package/dist/models/page-dto-access-blacklist-details-dto.js +15 -0
- package/dist/models/page-dto-access-whitelist-application-details-dto.d.ts +31 -0
- package/dist/models/page-dto-access-whitelist-application-details-dto.js +15 -0
- package/dist/models/sys-user.d.ts +4 -4
- 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/dist/models/whitelist-other-info-vo.d.ts +54 -0
- package/dist/models/whitelist-other-info-vo.js +15 -0
- package/models/access-blacklist-add-vo.ts +60 -0
- package/models/access-blacklist-details-dto.ts +78 -0
- package/models/access-blacklist-update-vo.ts +54 -0
- package/models/access-vehicle-length-enum.ts +35 -0
- package/models/access-vehicle-type-enum.ts +31 -0
- package/models/access-whitelist-application-add-vo.ts +116 -0
- package/models/access-whitelist-application-approval-vo.ts +36 -0
- package/models/access-whitelist-application-batch-import-template-dto.ts +137 -0
- package/models/access-whitelist-application-details-dto.ts +152 -0
- package/models/access-whitelist-application-internal-status-enum.ts +31 -0
- package/models/access-whitelist-application-status-enum.ts +33 -0
- package/models/access-whitelist-application-update-vo.ts +110 -0
- package/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +39 -0
- package/models/index.ts +21 -0
- package/models/json-result-access-blacklist-details-dto.ts +72 -0
- package/models/json-result-access-whitelist-application-details-dto.ts +72 -0
- package/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +72 -0
- package/models/json-result-page-dto-access-blacklist-details-dto.ts +72 -0
- package/models/json-result-page-dto-access-whitelist-application-details-dto.ts +72 -0
- package/models/page-dto-access-blacklist-details-dto.ts +39 -0
- package/models/page-dto-access-whitelist-application-details-dto.ts +39 -0
- package/models/sys-user.ts +4 -4
- package/models/system-user-msg-source-type-enum.ts +2 -1
- package/models/system-user-msg-type-enum.ts +2 -1
- package/models/whitelist-other-info-vo.ts +60 -0
- package/package.json +1 -1
|
@@ -0,0 +1,116 @@
|
|
|
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 { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
|
|
25
|
+
// May contain unused imports in some cases
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { WhitelistOtherInfoVo } from './whitelist-other-info-vo';
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* 出入白名单申请新增参数
|
|
31
|
+
* @export
|
|
32
|
+
* @interface AccessWhitelistApplicationAddVo
|
|
33
|
+
*/
|
|
34
|
+
export interface AccessWhitelistApplicationAddVo {
|
|
35
|
+
/**
|
|
36
|
+
* 园区ID
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
39
|
+
*/
|
|
40
|
+
'parkId': number;
|
|
41
|
+
/**
|
|
42
|
+
* 访问公司
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
45
|
+
*/
|
|
46
|
+
'accessCompanyId': number;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
50
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
51
|
+
*/
|
|
52
|
+
'accessVisitorPersonType': AccessVisitorPersonTypeEnum;
|
|
53
|
+
/**
|
|
54
|
+
* 开始时间
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
57
|
+
*/
|
|
58
|
+
'startTime': string;
|
|
59
|
+
/**
|
|
60
|
+
* 结束时间
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
63
|
+
*/
|
|
64
|
+
'endTime': string;
|
|
65
|
+
/**
|
|
66
|
+
* 姓名
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
69
|
+
*/
|
|
70
|
+
'applicantName': string;
|
|
71
|
+
/**
|
|
72
|
+
* 申请电话
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
75
|
+
*/
|
|
76
|
+
'applicantPhone': string;
|
|
77
|
+
/**
|
|
78
|
+
* 申请原因
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
81
|
+
*/
|
|
82
|
+
'applicantReason': string;
|
|
83
|
+
/**
|
|
84
|
+
* 申请人脸图片
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
87
|
+
*/
|
|
88
|
+
'applicantFacePhoto'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* 申请车牌号
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
93
|
+
*/
|
|
94
|
+
'applicantLicensePlate'?: string;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {AccessVehicleTypeEnum}
|
|
98
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
99
|
+
*/
|
|
100
|
+
'vehicleType'?: AccessVehicleTypeEnum;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {AccessVehicleLengthEnum}
|
|
104
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
105
|
+
*/
|
|
106
|
+
'vehicleLength'?: AccessVehicleLengthEnum;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @type {WhitelistOtherInfoVo}
|
|
110
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
111
|
+
*/
|
|
112
|
+
'otherInfo'?: WhitelistOtherInfoVo;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
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 AccessWhitelistApplicationApprovalVo
|
|
21
|
+
*/
|
|
22
|
+
export interface AccessWhitelistApplicationApprovalVo {
|
|
23
|
+
/**
|
|
24
|
+
* 是否通过审批
|
|
25
|
+
* @type {boolean}
|
|
26
|
+
* @memberof AccessWhitelistApplicationApprovalVo
|
|
27
|
+
*/
|
|
28
|
+
'isApproved': boolean;
|
|
29
|
+
/**
|
|
30
|
+
* 拒绝理由
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof AccessWhitelistApplicationApprovalVo
|
|
33
|
+
*/
|
|
34
|
+
'rejectReason'?: string;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -0,0 +1,137 @@
|
|
|
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 { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* 白名单申请批量导入模板
|
|
28
|
+
* @export
|
|
29
|
+
* @interface AccessWhitelistApplicationBatchImportTemplateDto
|
|
30
|
+
*/
|
|
31
|
+
export interface AccessWhitelistApplicationBatchImportTemplateDto {
|
|
32
|
+
/**
|
|
33
|
+
* 行数
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
36
|
+
*/
|
|
37
|
+
'count'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 提示信息
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
42
|
+
*/
|
|
43
|
+
'tips'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 是否成功
|
|
46
|
+
* @type {boolean}
|
|
47
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
48
|
+
*/
|
|
49
|
+
'isSuccess'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* 园区ID
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
54
|
+
*/
|
|
55
|
+
'parkId'?: number;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
60
|
+
*/
|
|
61
|
+
'companyName'?: string;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
66
|
+
*/
|
|
67
|
+
'accessVisitorPersonType'?: string;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
72
|
+
*/
|
|
73
|
+
'startTime'?: string;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
78
|
+
*/
|
|
79
|
+
'endTime'?: string;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
84
|
+
*/
|
|
85
|
+
'applicantName'?: string;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
90
|
+
*/
|
|
91
|
+
'applicantPhone'?: string;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {string}
|
|
95
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
96
|
+
*/
|
|
97
|
+
'applicantLicensePlate'?: string;
|
|
98
|
+
/**
|
|
99
|
+
*
|
|
100
|
+
* @type {string}
|
|
101
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
102
|
+
*/
|
|
103
|
+
'vehicleType'?: string;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {string}
|
|
107
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
108
|
+
*/
|
|
109
|
+
'vehicleLength'?: string;
|
|
110
|
+
/**
|
|
111
|
+
* 公司ID
|
|
112
|
+
* @type {number}
|
|
113
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
114
|
+
*/
|
|
115
|
+
'accessCompanyId'?: number;
|
|
116
|
+
/**
|
|
117
|
+
*
|
|
118
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
119
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
120
|
+
*/
|
|
121
|
+
'accessVisitorPersonTypeEnum'?: AccessVisitorPersonTypeEnum;
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
* @type {AccessVehicleTypeEnum}
|
|
125
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
126
|
+
*/
|
|
127
|
+
'accessVehicleTypeEnum'?: AccessVehicleTypeEnum;
|
|
128
|
+
/**
|
|
129
|
+
*
|
|
130
|
+
* @type {AccessVehicleLengthEnum}
|
|
131
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
132
|
+
*/
|
|
133
|
+
'accessVehicleLengthEnum'?: AccessVehicleLengthEnum;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
@@ -0,0 +1,152 @@
|
|
|
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 { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
|
|
25
|
+
// May contain unused imports in some cases
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { AccessWhitelistApplicationInternalStatusEnum } from './access-whitelist-application-internal-status-enum';
|
|
28
|
+
// May contain unused imports in some cases
|
|
29
|
+
// @ts-ignore
|
|
30
|
+
import type { AccessWhitelistApplicationStatusEnum } from './access-whitelist-application-status-enum';
|
|
31
|
+
// May contain unused imports in some cases
|
|
32
|
+
// @ts-ignore
|
|
33
|
+
import type { WhitelistOtherInfoVo } from './whitelist-other-info-vo';
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* 出入白名单申请详情参数
|
|
37
|
+
* @export
|
|
38
|
+
* @interface AccessWhitelistApplicationDetailsDto
|
|
39
|
+
*/
|
|
40
|
+
export interface AccessWhitelistApplicationDetailsDto {
|
|
41
|
+
/**
|
|
42
|
+
* 申请ID
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
45
|
+
*/
|
|
46
|
+
'id'?: number;
|
|
47
|
+
/**
|
|
48
|
+
* 园区ID
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
51
|
+
*/
|
|
52
|
+
'parkId'?: number;
|
|
53
|
+
/**
|
|
54
|
+
* 访问公司
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
57
|
+
*/
|
|
58
|
+
'accessCompanyId'?: number;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
62
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
63
|
+
*/
|
|
64
|
+
'accessVisitorPersonType'?: AccessVisitorPersonTypeEnum;
|
|
65
|
+
/**
|
|
66
|
+
* 开始时间
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
69
|
+
*/
|
|
70
|
+
'startTime'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* 结束时间
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
75
|
+
*/
|
|
76
|
+
'endTime'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* 申请人id
|
|
79
|
+
* @type {number}
|
|
80
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
81
|
+
*/
|
|
82
|
+
'applicantUserId'?: number;
|
|
83
|
+
/**
|
|
84
|
+
* 申请名称
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
87
|
+
*/
|
|
88
|
+
'applicantName'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* 申请电话
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
93
|
+
*/
|
|
94
|
+
'applicantPhone'?: string;
|
|
95
|
+
/**
|
|
96
|
+
* 申请原因
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
99
|
+
*/
|
|
100
|
+
'applicantReason'?: string;
|
|
101
|
+
/**
|
|
102
|
+
* 申请人脸图片
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
105
|
+
*/
|
|
106
|
+
'applicantFacePhoto'?: string;
|
|
107
|
+
/**
|
|
108
|
+
* 申请车牌号
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
111
|
+
*/
|
|
112
|
+
'applicantLicensePlate'?: string;
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
* @type {AccessVehicleTypeEnum}
|
|
116
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
117
|
+
*/
|
|
118
|
+
'vehicleType'?: AccessVehicleTypeEnum;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @type {AccessVehicleLengthEnum}
|
|
122
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
123
|
+
*/
|
|
124
|
+
'vehicleLength'?: AccessVehicleLengthEnum;
|
|
125
|
+
/**
|
|
126
|
+
*
|
|
127
|
+
* @type {AccessWhitelistApplicationStatusEnum}
|
|
128
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
129
|
+
*/
|
|
130
|
+
'applicationStatus'?: AccessWhitelistApplicationStatusEnum;
|
|
131
|
+
/**
|
|
132
|
+
*
|
|
133
|
+
* @type {AccessWhitelistApplicationInternalStatusEnum}
|
|
134
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
135
|
+
*/
|
|
136
|
+
'applicationInternalStatus'?: AccessWhitelistApplicationInternalStatusEnum;
|
|
137
|
+
/**
|
|
138
|
+
*
|
|
139
|
+
* @type {WhitelistOtherInfoVo}
|
|
140
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
141
|
+
*/
|
|
142
|
+
'otherInfo'?: WhitelistOtherInfoVo;
|
|
143
|
+
/**
|
|
144
|
+
* 申请时间
|
|
145
|
+
* @type {string}
|
|
146
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
147
|
+
*/
|
|
148
|
+
'applicationTime'?: string;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
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 AccessWhitelistApplicationInternalStatusEnum = {
|
|
24
|
+
BusinessPending: 'BUSINESS_PENDING',
|
|
25
|
+
ParkPending: 'PARK_PENDING'
|
|
26
|
+
} as const;
|
|
27
|
+
|
|
28
|
+
export type AccessWhitelistApplicationInternalStatusEnum = typeof AccessWhitelistApplicationInternalStatusEnum[keyof typeof AccessWhitelistApplicationInternalStatusEnum];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
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 AccessWhitelistApplicationStatusEnum = {
|
|
24
|
+
Pending: 'PENDING',
|
|
25
|
+
Active: 'ACTIVE',
|
|
26
|
+
Expired: 'EXPIRED',
|
|
27
|
+
Rejected: 'REJECTED'
|
|
28
|
+
} as const;
|
|
29
|
+
|
|
30
|
+
export type AccessWhitelistApplicationStatusEnum = typeof AccessWhitelistApplicationStatusEnum[keyof typeof AccessWhitelistApplicationStatusEnum];
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
@@ -0,0 +1,110 @@
|
|
|
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 { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
|
|
25
|
+
// May contain unused imports in some cases
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { WhitelistOtherInfoVo } from './whitelist-other-info-vo';
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* 出入白名单申请更新参数
|
|
31
|
+
* @export
|
|
32
|
+
* @interface AccessWhitelistApplicationUpdateVo
|
|
33
|
+
*/
|
|
34
|
+
export interface AccessWhitelistApplicationUpdateVo {
|
|
35
|
+
/**
|
|
36
|
+
* 访问公司
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
39
|
+
*/
|
|
40
|
+
'accessCompanyId': number;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
44
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
45
|
+
*/
|
|
46
|
+
'accessVisitorPersonType': AccessVisitorPersonTypeEnum;
|
|
47
|
+
/**
|
|
48
|
+
* 开始时间
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
51
|
+
*/
|
|
52
|
+
'startTime': string;
|
|
53
|
+
/**
|
|
54
|
+
* 结束时间
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
57
|
+
*/
|
|
58
|
+
'endTime': string;
|
|
59
|
+
/**
|
|
60
|
+
* 姓名
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
63
|
+
*/
|
|
64
|
+
'applicantName': string;
|
|
65
|
+
/**
|
|
66
|
+
* 申请电话
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
69
|
+
*/
|
|
70
|
+
'applicantPhone': string;
|
|
71
|
+
/**
|
|
72
|
+
* 申请原因
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
75
|
+
*/
|
|
76
|
+
'applicantReason': string;
|
|
77
|
+
/**
|
|
78
|
+
* 申请人脸图片
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
81
|
+
*/
|
|
82
|
+
'applicantFacePhoto'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* 申请车牌号
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
87
|
+
*/
|
|
88
|
+
'applicantLicensePlate'?: string;
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* @type {AccessVehicleTypeEnum}
|
|
92
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
93
|
+
*/
|
|
94
|
+
'vehicleType'?: AccessVehicleTypeEnum;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {AccessVehicleLengthEnum}
|
|
98
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
99
|
+
*/
|
|
100
|
+
'vehicleLength'?: AccessVehicleLengthEnum;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {WhitelistOtherInfoVo}
|
|
104
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
105
|
+
*/
|
|
106
|
+
'otherInfo'?: WhitelistOtherInfoVo;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
package/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
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 { AccessWhitelistApplicationBatchImportTemplateDto } from './access-whitelist-application-batch-import-template-dto';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* execl导入结果返回
|
|
22
|
+
* @export
|
|
23
|
+
* @interface ExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto
|
|
24
|
+
*/
|
|
25
|
+
export interface ExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto {
|
|
26
|
+
/**
|
|
27
|
+
* 成功的数据
|
|
28
|
+
* @type {Array<AccessWhitelistApplicationBatchImportTemplateDto>}
|
|
29
|
+
* @memberof ExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto
|
|
30
|
+
*/
|
|
31
|
+
'successDataList'?: Array<AccessWhitelistApplicationBatchImportTemplateDto>;
|
|
32
|
+
/**
|
|
33
|
+
* 错误的数据
|
|
34
|
+
* @type {Array<AccessWhitelistApplicationBatchImportTemplateDto>}
|
|
35
|
+
* @memberof ExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto
|
|
36
|
+
*/
|
|
37
|
+
'errorDataList'?: Array<AccessWhitelistApplicationBatchImportTemplateDto>;
|
|
38
|
+
}
|
|
39
|
+
|