@gizone/rrs-client 4.2.0-alpha.292 → 4.2.0-alpha.294
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/sync-equipment-vo-equipment.d.ts +6 -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/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/sync-equipment-vo-equipment.d.ts +6 -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/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/sync-equipment-vo-equipment.ts +6 -0
- 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,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 AccessBlacklistAddVo
|
|
16
|
+
*/
|
|
17
|
+
export interface AccessBlacklistAddVo {
|
|
18
|
+
/**
|
|
19
|
+
* 园区ID
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof AccessBlacklistAddVo
|
|
22
|
+
*/
|
|
23
|
+
'parkId': number;
|
|
24
|
+
/**
|
|
25
|
+
* 访问公司ID
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof AccessBlacklistAddVo
|
|
28
|
+
*/
|
|
29
|
+
'accessCompanyId'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 用户名称
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof AccessBlacklistAddVo
|
|
34
|
+
*/
|
|
35
|
+
'userName'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 用户手机号
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof AccessBlacklistAddVo
|
|
40
|
+
*/
|
|
41
|
+
'phone'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 车牌号
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof AccessBlacklistAddVo
|
|
46
|
+
*/
|
|
47
|
+
'licensePlate'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 人员图片
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof AccessBlacklistAddVo
|
|
52
|
+
*/
|
|
53
|
+
'facePhoto'?: string;
|
|
54
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,72 @@
|
|
|
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 AccessBlacklistDetailsDto
|
|
16
|
+
*/
|
|
17
|
+
export interface AccessBlacklistDetailsDto {
|
|
18
|
+
/**
|
|
19
|
+
* 访问黑名单ID
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof AccessBlacklistDetailsDto
|
|
22
|
+
*/
|
|
23
|
+
'id'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 园区ID
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof AccessBlacklistDetailsDto
|
|
28
|
+
*/
|
|
29
|
+
'parkId'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 访问公司ID
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof AccessBlacklistDetailsDto
|
|
34
|
+
*/
|
|
35
|
+
'accessCompanyId'?: number;
|
|
36
|
+
/**
|
|
37
|
+
* 访问公司名称
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof AccessBlacklistDetailsDto
|
|
40
|
+
*/
|
|
41
|
+
'accessCompanyName'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 用户名称
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof AccessBlacklistDetailsDto
|
|
46
|
+
*/
|
|
47
|
+
'userName'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 用户手机号
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof AccessBlacklistDetailsDto
|
|
52
|
+
*/
|
|
53
|
+
'phone'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 车牌号
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof AccessBlacklistDetailsDto
|
|
58
|
+
*/
|
|
59
|
+
'licensePlate'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* 人员图片
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof AccessBlacklistDetailsDto
|
|
64
|
+
*/
|
|
65
|
+
'facePhoto'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 创建人
|
|
68
|
+
* @type {number}
|
|
69
|
+
* @memberof AccessBlacklistDetailsDto
|
|
70
|
+
*/
|
|
71
|
+
'createUserId'?: number;
|
|
72
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,48 @@
|
|
|
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 AccessBlacklistUpdateVo
|
|
16
|
+
*/
|
|
17
|
+
export interface AccessBlacklistUpdateVo {
|
|
18
|
+
/**
|
|
19
|
+
* 访问公司ID
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof AccessBlacklistUpdateVo
|
|
22
|
+
*/
|
|
23
|
+
'accessCompanyId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 用户名称
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof AccessBlacklistUpdateVo
|
|
28
|
+
*/
|
|
29
|
+
'userName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 用户手机号
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof AccessBlacklistUpdateVo
|
|
34
|
+
*/
|
|
35
|
+
'phone'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 车牌号
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof AccessBlacklistUpdateVo
|
|
40
|
+
*/
|
|
41
|
+
'licensePlate'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 人员图片
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof AccessBlacklistUpdateVo
|
|
46
|
+
*/
|
|
47
|
+
'facePhoto'?: string;
|
|
48
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,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 AccessVehicleLengthEnum: {
|
|
18
|
+
readonly LengthLe38: "LENGTH_LE_3_8";
|
|
19
|
+
readonly Length68: "LENGTH_6_8";
|
|
20
|
+
readonly Length96: "LENGTH_9_6";
|
|
21
|
+
readonly Length135: "LENGTH_13_5";
|
|
22
|
+
readonly Length175: "LENGTH_17_5";
|
|
23
|
+
readonly LengthGt175: "LENGTH_GT_17_5";
|
|
24
|
+
};
|
|
25
|
+
export type AccessVehicleLengthEnum = typeof AccessVehicleLengthEnum[keyof typeof AccessVehicleLengthEnum];
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export const AccessVehicleLengthEnum = {
|
|
20
|
+
LengthLe38: 'LENGTH_LE_3_8',
|
|
21
|
+
Length68: 'LENGTH_6_8',
|
|
22
|
+
Length96: 'LENGTH_9_6',
|
|
23
|
+
Length135: 'LENGTH_13_5',
|
|
24
|
+
Length175: 'LENGTH_17_5',
|
|
25
|
+
LengthGt175: 'LENGTH_GT_17_5'
|
|
26
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
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 AccessVehicleTypeEnum: {
|
|
18
|
+
readonly Truck: "TRUCK";
|
|
19
|
+
readonly Bus: "BUS";
|
|
20
|
+
};
|
|
21
|
+
export type AccessVehicleTypeEnum = typeof AccessVehicleTypeEnum[keyof typeof AccessVehicleTypeEnum];
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export const AccessVehicleTypeEnum = {
|
|
20
|
+
Truck: 'TRUCK',
|
|
21
|
+
Bus: 'BUS'
|
|
22
|
+
};
|
|
@@ -0,0 +1,100 @@
|
|
|
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 { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
|
|
13
|
+
import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
|
|
14
|
+
import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
|
|
15
|
+
import type { WhitelistOtherInfoVo } from './whitelist-other-info-vo';
|
|
16
|
+
/**
|
|
17
|
+
* 出入白名单申请新增参数
|
|
18
|
+
* @export
|
|
19
|
+
* @interface AccessWhitelistApplicationAddVo
|
|
20
|
+
*/
|
|
21
|
+
export interface AccessWhitelistApplicationAddVo {
|
|
22
|
+
/**
|
|
23
|
+
* 园区ID
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
26
|
+
*/
|
|
27
|
+
'parkId': number;
|
|
28
|
+
/**
|
|
29
|
+
* 访问公司
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
32
|
+
*/
|
|
33
|
+
'accessCompanyId': number;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
37
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
38
|
+
*/
|
|
39
|
+
'accessVisitorPersonType': AccessVisitorPersonTypeEnum;
|
|
40
|
+
/**
|
|
41
|
+
* 开始时间
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
44
|
+
*/
|
|
45
|
+
'startTime': string;
|
|
46
|
+
/**
|
|
47
|
+
* 结束时间
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
50
|
+
*/
|
|
51
|
+
'endTime': string;
|
|
52
|
+
/**
|
|
53
|
+
* 姓名
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
56
|
+
*/
|
|
57
|
+
'applicantName': string;
|
|
58
|
+
/**
|
|
59
|
+
* 申请电话
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
62
|
+
*/
|
|
63
|
+
'applicantPhone': string;
|
|
64
|
+
/**
|
|
65
|
+
* 申请原因
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
68
|
+
*/
|
|
69
|
+
'applicantReason': string;
|
|
70
|
+
/**
|
|
71
|
+
* 申请人脸图片
|
|
72
|
+
* @type {string}
|
|
73
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
74
|
+
*/
|
|
75
|
+
'applicantFacePhoto'?: string;
|
|
76
|
+
/**
|
|
77
|
+
* 申请车牌号
|
|
78
|
+
* @type {string}
|
|
79
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
80
|
+
*/
|
|
81
|
+
'applicantLicensePlate'?: string;
|
|
82
|
+
/**
|
|
83
|
+
*
|
|
84
|
+
* @type {AccessVehicleTypeEnum}
|
|
85
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
86
|
+
*/
|
|
87
|
+
'vehicleType'?: AccessVehicleTypeEnum;
|
|
88
|
+
/**
|
|
89
|
+
*
|
|
90
|
+
* @type {AccessVehicleLengthEnum}
|
|
91
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
92
|
+
*/
|
|
93
|
+
'vehicleLength'?: AccessVehicleLengthEnum;
|
|
94
|
+
/**
|
|
95
|
+
*
|
|
96
|
+
* @type {WhitelistOtherInfoVo}
|
|
97
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
98
|
+
*/
|
|
99
|
+
'otherInfo'?: WhitelistOtherInfoVo;
|
|
100
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 出入白名单申请审批参数
|
|
14
|
+
* @export
|
|
15
|
+
* @interface AccessWhitelistApplicationApprovalVo
|
|
16
|
+
*/
|
|
17
|
+
export interface AccessWhitelistApplicationApprovalVo {
|
|
18
|
+
/**
|
|
19
|
+
* 是否通过审批
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof AccessWhitelistApplicationApprovalVo
|
|
22
|
+
*/
|
|
23
|
+
'isApproved': boolean;
|
|
24
|
+
/**
|
|
25
|
+
* 拒绝理由
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof AccessWhitelistApplicationApprovalVo
|
|
28
|
+
*/
|
|
29
|
+
'rejectReason'?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,123 @@
|
|
|
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 { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
|
|
13
|
+
import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
|
|
14
|
+
import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
|
|
15
|
+
/**
|
|
16
|
+
* 白名单申请批量导入模板
|
|
17
|
+
* @export
|
|
18
|
+
* @interface AccessWhitelistApplicationBatchImportTemplateDto
|
|
19
|
+
*/
|
|
20
|
+
export interface AccessWhitelistApplicationBatchImportTemplateDto {
|
|
21
|
+
/**
|
|
22
|
+
* 行数
|
|
23
|
+
* @type {number}
|
|
24
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
25
|
+
*/
|
|
26
|
+
'count'?: number;
|
|
27
|
+
/**
|
|
28
|
+
* 提示信息
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
31
|
+
*/
|
|
32
|
+
'tips'?: string;
|
|
33
|
+
/**
|
|
34
|
+
* 是否成功
|
|
35
|
+
* @type {boolean}
|
|
36
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
37
|
+
*/
|
|
38
|
+
'isSuccess'?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* 园区ID
|
|
41
|
+
* @type {number}
|
|
42
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
43
|
+
*/
|
|
44
|
+
'parkId'?: number;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
49
|
+
*/
|
|
50
|
+
'companyName'?: string;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {string}
|
|
54
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
55
|
+
*/
|
|
56
|
+
'accessVisitorPersonType'?: string;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {string}
|
|
60
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
61
|
+
*/
|
|
62
|
+
'startTime'?: string;
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
67
|
+
*/
|
|
68
|
+
'endTime'?: string;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @type {string}
|
|
72
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
73
|
+
*/
|
|
74
|
+
'applicantName'?: string;
|
|
75
|
+
/**
|
|
76
|
+
*
|
|
77
|
+
* @type {string}
|
|
78
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
79
|
+
*/
|
|
80
|
+
'applicantPhone'?: string;
|
|
81
|
+
/**
|
|
82
|
+
*
|
|
83
|
+
* @type {string}
|
|
84
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
85
|
+
*/
|
|
86
|
+
'applicantLicensePlate'?: string;
|
|
87
|
+
/**
|
|
88
|
+
*
|
|
89
|
+
* @type {string}
|
|
90
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
91
|
+
*/
|
|
92
|
+
'vehicleType'?: string;
|
|
93
|
+
/**
|
|
94
|
+
*
|
|
95
|
+
* @type {string}
|
|
96
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
97
|
+
*/
|
|
98
|
+
'vehicleLength'?: string;
|
|
99
|
+
/**
|
|
100
|
+
* 公司ID
|
|
101
|
+
* @type {number}
|
|
102
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
103
|
+
*/
|
|
104
|
+
'accessCompanyId'?: number;
|
|
105
|
+
/**
|
|
106
|
+
*
|
|
107
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
108
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
109
|
+
*/
|
|
110
|
+
'accessVisitorPersonTypeEnum'?: AccessVisitorPersonTypeEnum;
|
|
111
|
+
/**
|
|
112
|
+
*
|
|
113
|
+
* @type {AccessVehicleTypeEnum}
|
|
114
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
115
|
+
*/
|
|
116
|
+
'accessVehicleTypeEnum'?: AccessVehicleTypeEnum;
|
|
117
|
+
/**
|
|
118
|
+
*
|
|
119
|
+
* @type {AccessVehicleLengthEnum}
|
|
120
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
121
|
+
*/
|
|
122
|
+
'accessVehicleLengthEnum'?: AccessVehicleLengthEnum;
|
|
123
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|