@gizone/rrs-client 4.2.0-alpha.285 → 4.2.0-alpha.286
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 +11 -0
- package/apis/access-api.ts +581 -0
- package/dist/apis/access-api.d.ts +306 -0
- package/dist/apis/access-api.js +435 -0
- package/dist/esm/apis/access-api.d.ts +306 -0
- package/dist/esm/apis/access-api.js +435 -0
- package/dist/esm/models/access-approval-config-enum.d.ts +21 -0
- package/dist/esm/models/access-approval-config-enum.js +22 -0
- package/dist/esm/models/access-approval-config-vo-reminder.d.ts +36 -0
- package/dist/esm/models/access-approval-config-vo-reminder.js +14 -0
- package/dist/esm/models/access-approval-config-vo.d.ts +50 -0
- package/dist/esm/models/access-approval-config-vo.js +14 -0
- package/dist/esm/models/access-company-config-add-or-update-vo.d.ts +36 -0
- package/dist/esm/models/access-company-config-add-or-update-vo.js +14 -0
- package/dist/esm/models/access-company-config-entity.d.ts +67 -0
- package/dist/esm/models/access-company-config-entity.js +14 -0
- package/dist/esm/models/access-config-entity.d.ts +49 -0
- package/dist/esm/models/access-config-entity.js +14 -0
- package/dist/esm/models/access-config-vo.d.ts +25 -0
- package/dist/esm/models/access-config-vo.js +14 -0
- package/dist/esm/models/access-visitor-person-type-config-vo.d.ts +31 -0
- package/dist/esm/models/access-visitor-person-type-config-vo.js +14 -0
- package/dist/esm/models/access-visitor-person-type-enum.d.ts +26 -0
- package/dist/esm/models/access-visitor-person-type-enum.js +27 -0
- package/dist/esm/models/index.d.ts +11 -0
- package/dist/esm/models/index.js +11 -0
- package/dist/esm/models/json-result-access-config-entity.d.ts +62 -0
- package/dist/esm/models/json-result-access-config-entity.js +14 -0
- package/dist/esm/models/json-result-list-access-company-config-entity.d.ts +62 -0
- package/dist/esm/models/json-result-list-access-company-config-entity.js +14 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/models/access-approval-config-enum.d.ts +21 -0
- package/dist/models/access-approval-config-enum.js +25 -0
- package/dist/models/access-approval-config-vo-reminder.d.ts +36 -0
- package/dist/models/access-approval-config-vo-reminder.js +15 -0
- package/dist/models/access-approval-config-vo.d.ts +50 -0
- package/dist/models/access-approval-config-vo.js +15 -0
- package/dist/models/access-company-config-add-or-update-vo.d.ts +36 -0
- package/dist/models/access-company-config-add-or-update-vo.js +15 -0
- package/dist/models/access-company-config-entity.d.ts +67 -0
- package/dist/models/access-company-config-entity.js +15 -0
- package/dist/models/access-config-entity.d.ts +49 -0
- package/dist/models/access-config-entity.js +15 -0
- package/dist/models/access-config-vo.d.ts +25 -0
- package/dist/models/access-config-vo.js +15 -0
- package/dist/models/access-visitor-person-type-config-vo.d.ts +31 -0
- package/dist/models/access-visitor-person-type-config-vo.js +15 -0
- package/dist/models/access-visitor-person-type-enum.d.ts +26 -0
- package/dist/models/access-visitor-person-type-enum.js +30 -0
- package/dist/models/index.d.ts +11 -0
- package/dist/models/index.js +11 -0
- package/dist/models/json-result-access-config-entity.d.ts +62 -0
- package/dist/models/json-result-access-config-entity.js +15 -0
- package/dist/models/json-result-list-access-company-config-entity.d.ts +62 -0
- package/dist/models/json-result-list-access-company-config-entity.js +15 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/models/access-approval-config-enum.ts +31 -0
- package/models/access-approval-config-vo-reminder.ts +42 -0
- package/models/access-approval-config-vo.ts +62 -0
- package/models/access-company-config-add-or-update-vo.ts +42 -0
- package/models/access-company-config-entity.ts +75 -0
- package/models/access-config-entity.ts +57 -0
- package/models/access-config-vo.ts +33 -0
- package/models/access-visitor-person-type-config-vo.ts +41 -0
- package/models/access-visitor-person-type-enum.ts +36 -0
- package/models/index.ts +11 -0
- package/models/json-result-access-config-entity.ts +72 -0
- package/models/json-result-list-access-company-config-entity.ts +72 -0
- package/models/sys-user.ts +4 -4
- package/package.json +1 -1
|
@@ -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 AccessApprovalConfigEnum = {
|
|
24
|
+
WhiteListApply: 'WHITE_LIST_APPLY',
|
|
25
|
+
VisitorReservation: 'VISITOR_RESERVATION'
|
|
26
|
+
} as const;
|
|
27
|
+
|
|
28
|
+
export type AccessApprovalConfigEnum = typeof AccessApprovalConfigEnum[keyof typeof AccessApprovalConfigEnum];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
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 AccessApprovalConfigVoReminder
|
|
21
|
+
*/
|
|
22
|
+
export interface AccessApprovalConfigVoReminder {
|
|
23
|
+
/**
|
|
24
|
+
* 微信小程序消息通知
|
|
25
|
+
* @type {boolean}
|
|
26
|
+
* @memberof AccessApprovalConfigVoReminder
|
|
27
|
+
*/
|
|
28
|
+
'isWeChatMini': boolean;
|
|
29
|
+
/**
|
|
30
|
+
* 站内信通知
|
|
31
|
+
* @type {boolean}
|
|
32
|
+
* @memberof AccessApprovalConfigVoReminder
|
|
33
|
+
*/
|
|
34
|
+
'isMail': boolean;
|
|
35
|
+
/**
|
|
36
|
+
* hWork通知
|
|
37
|
+
* @type {boolean}
|
|
38
|
+
* @memberof AccessApprovalConfigVoReminder
|
|
39
|
+
*/
|
|
40
|
+
'isHWork': boolean;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -0,0 +1,62 @@
|
|
|
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 { AccessApprovalConfigEnum } from './access-approval-config-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { AccessApprovalConfigVoReminder } from './access-approval-config-vo-reminder';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 出入审批权限配置
|
|
25
|
+
* @export
|
|
26
|
+
* @interface AccessApprovalConfigVo
|
|
27
|
+
*/
|
|
28
|
+
export interface AccessApprovalConfigVo {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {AccessApprovalConfigEnum}
|
|
32
|
+
* @memberof AccessApprovalConfigVo
|
|
33
|
+
*/
|
|
34
|
+
'accessApproval': AccessApprovalConfigEnum;
|
|
35
|
+
/**
|
|
36
|
+
* 业务审批
|
|
37
|
+
* @type {boolean}
|
|
38
|
+
* @memberof AccessApprovalConfigVo
|
|
39
|
+
*/
|
|
40
|
+
'isBusinessApproval': boolean;
|
|
41
|
+
/**
|
|
42
|
+
* 园区审批
|
|
43
|
+
* @type {boolean}
|
|
44
|
+
* @memberof AccessApprovalConfigVo
|
|
45
|
+
*/
|
|
46
|
+
'isParkApproval': boolean;
|
|
47
|
+
/**
|
|
48
|
+
* 园区审批部门ID列表
|
|
49
|
+
* @type {Array<number>}
|
|
50
|
+
* @memberof AccessApprovalConfigVo
|
|
51
|
+
*/
|
|
52
|
+
'parkApprovalDeptIds': Array<number>;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {AccessApprovalConfigVoReminder}
|
|
56
|
+
* @memberof AccessApprovalConfigVo
|
|
57
|
+
*/
|
|
58
|
+
'reminder': AccessApprovalConfigVoReminder;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
* 公司配置添加或更新Vo
|
|
19
|
+
* @export
|
|
20
|
+
* @interface AccessCompanyConfigAddOrUpdateVo
|
|
21
|
+
*/
|
|
22
|
+
export interface AccessCompanyConfigAddOrUpdateVo {
|
|
23
|
+
/**
|
|
24
|
+
* 排序 数字越小越靠前
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof AccessCompanyConfigAddOrUpdateVo
|
|
27
|
+
*/
|
|
28
|
+
'sort'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 公司名称
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof AccessCompanyConfigAddOrUpdateVo
|
|
33
|
+
*/
|
|
34
|
+
'companyName': string;
|
|
35
|
+
/**
|
|
36
|
+
* 园区ID
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof AccessCompanyConfigAddOrUpdateVo
|
|
39
|
+
*/
|
|
40
|
+
'parkId': number;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -0,0 +1,75 @@
|
|
|
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 { AccessVisitorPersonTypeConfigVo } from './access-visitor-person-type-config-vo';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 返回数据,可以是任意类型的值
|
|
22
|
+
* @export
|
|
23
|
+
* @interface AccessCompanyConfigEntity
|
|
24
|
+
*/
|
|
25
|
+
export interface AccessCompanyConfigEntity {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof AccessCompanyConfigEntity
|
|
30
|
+
*/
|
|
31
|
+
'id'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* 园区ID
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof AccessCompanyConfigEntity
|
|
36
|
+
*/
|
|
37
|
+
'parkId'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 公司名称
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof AccessCompanyConfigEntity
|
|
42
|
+
*/
|
|
43
|
+
'companyName'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 访问人员类型
|
|
46
|
+
* @type {Array<AccessVisitorPersonTypeConfigVo>}
|
|
47
|
+
* @memberof AccessCompanyConfigEntity
|
|
48
|
+
*/
|
|
49
|
+
'accessVisitorPersonTypeConfigs'?: Array<AccessVisitorPersonTypeConfigVo>;
|
|
50
|
+
/**
|
|
51
|
+
* 排序 数字越小越靠前
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof AccessCompanyConfigEntity
|
|
54
|
+
*/
|
|
55
|
+
'sort'?: number;
|
|
56
|
+
/**
|
|
57
|
+
* 创建时间
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof AccessCompanyConfigEntity
|
|
60
|
+
*/
|
|
61
|
+
'createTime'?: string;
|
|
62
|
+
/**
|
|
63
|
+
* 更新时间
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof AccessCompanyConfigEntity
|
|
66
|
+
*/
|
|
67
|
+
'updateTime'?: string;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {number}
|
|
71
|
+
* @memberof AccessCompanyConfigEntity
|
|
72
|
+
*/
|
|
73
|
+
'isDelete'?: number;
|
|
74
|
+
}
|
|
75
|
+
|
|
@@ -0,0 +1,57 @@
|
|
|
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 { AccessApprovalConfigVo } from './access-approval-config-vo';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 返回数据,可以是任意类型的值
|
|
22
|
+
* @export
|
|
23
|
+
* @interface AccessConfigEntity
|
|
24
|
+
*/
|
|
25
|
+
export interface AccessConfigEntity {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof AccessConfigEntity
|
|
30
|
+
*/
|
|
31
|
+
'parkId'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* 审批权限配置
|
|
34
|
+
* @type {Array<AccessApprovalConfigVo>}
|
|
35
|
+
* @memberof AccessConfigEntity
|
|
36
|
+
*/
|
|
37
|
+
'accessApprovalConfigs'?: Array<AccessApprovalConfigVo>;
|
|
38
|
+
/**
|
|
39
|
+
* 创建时间
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof AccessConfigEntity
|
|
42
|
+
*/
|
|
43
|
+
'createTime'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 更新时间
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof AccessConfigEntity
|
|
48
|
+
*/
|
|
49
|
+
'updateTime'?: string;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof AccessConfigEntity
|
|
54
|
+
*/
|
|
55
|
+
'isDelete'?: number;
|
|
56
|
+
}
|
|
57
|
+
|
|
@@ -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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { AccessApprovalConfigVo } from './access-approval-config-vo';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 出入配置Vo
|
|
22
|
+
* @export
|
|
23
|
+
* @interface AccessConfigVo
|
|
24
|
+
*/
|
|
25
|
+
export interface AccessConfigVo {
|
|
26
|
+
/**
|
|
27
|
+
* 出入权限配置列表
|
|
28
|
+
* @type {Array<AccessApprovalConfigVo>}
|
|
29
|
+
* @memberof AccessConfigVo
|
|
30
|
+
*/
|
|
31
|
+
'accessApprovalConfigs': Array<AccessApprovalConfigVo>;
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -0,0 +1,41 @@
|
|
|
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 { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 出入人员类型配置Vo
|
|
22
|
+
* @export
|
|
23
|
+
* @interface AccessVisitorPersonTypeConfigVo
|
|
24
|
+
*/
|
|
25
|
+
export interface AccessVisitorPersonTypeConfigVo {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
29
|
+
* @memberof AccessVisitorPersonTypeConfigVo
|
|
30
|
+
*/
|
|
31
|
+
'accessVisitorPersonType': AccessVisitorPersonTypeEnum;
|
|
32
|
+
/**
|
|
33
|
+
* 处理人ID
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof AccessVisitorPersonTypeConfigVo
|
|
36
|
+
*/
|
|
37
|
+
'handlerId': number;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
@@ -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
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const AccessVisitorPersonTypeEnum = {
|
|
24
|
+
SelfEmployee: 'SELF_EMPLOYEE',
|
|
25
|
+
PropertyUnit: 'PROPERTY_UNIT',
|
|
26
|
+
StorageTeam: 'STORAGE_TEAM',
|
|
27
|
+
TransportTeam: 'TRANSPORT_TEAM',
|
|
28
|
+
ThirdParty: 'THIRD_PARTY',
|
|
29
|
+
RentedCustomer: 'RENTED_CUSTOMER',
|
|
30
|
+
OtherVisitor: 'OTHER_VISITOR'
|
|
31
|
+
} as const;
|
|
32
|
+
|
|
33
|
+
export type AccessVisitorPersonTypeEnum = typeof AccessVisitorPersonTypeEnum[keyof typeof AccessVisitorPersonTypeEnum];
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
package/models/index.ts
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
export * from './access-approval-config-enum';
|
|
2
|
+
export * from './access-approval-config-vo';
|
|
3
|
+
export * from './access-approval-config-vo-reminder';
|
|
4
|
+
export * from './access-company-config-add-or-update-vo';
|
|
5
|
+
export * from './access-company-config-entity';
|
|
6
|
+
export * from './access-config-entity';
|
|
7
|
+
export * from './access-config-vo';
|
|
8
|
+
export * from './access-visitor-person-type-config-vo';
|
|
9
|
+
export * from './access-visitor-person-type-enum';
|
|
1
10
|
export * from './address-region-entity';
|
|
2
11
|
export * from './admission-terms-record-add-bo';
|
|
3
12
|
export * from './admission-terms-record-details-dto';
|
|
@@ -86,6 +95,7 @@ export * from './inspection-standard-type-enum';
|
|
|
86
95
|
export * from './installation-body-enum';
|
|
87
96
|
export * from './iot-device-status-enum';
|
|
88
97
|
export * from './json-result';
|
|
98
|
+
export * from './json-result-access-config-entity';
|
|
89
99
|
export * from './json-result-admission-terms-record-details-dto';
|
|
90
100
|
export * from './json-result-applet-user-type-dto';
|
|
91
101
|
export * from './json-result-big-decimal';
|
|
@@ -108,6 +118,7 @@ export * from './json-result-group-dept-vo';
|
|
|
108
118
|
export * from './json-result-inspection-standard-entity';
|
|
109
119
|
export * from './json-result-integer';
|
|
110
120
|
export * from './json-result-json-result-list-space-tree-dto';
|
|
121
|
+
export * from './json-result-list-access-company-config-entity';
|
|
111
122
|
export * from './json-result-list-address-region-entity';
|
|
112
123
|
export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
|
|
113
124
|
export * from './json-result-list-area-park-dto';
|
|
@@ -0,0 +1,72 @@
|
|
|
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 { AccessConfigEntity } from './access-config-entity';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultAccessConfigEntity
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultAccessConfigEntity {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultAccessConfigEntity
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultAccessConfigEntity
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultAccessConfigEntity
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {AccessConfigEntity}
|
|
50
|
+
* @memberof JsonResultAccessConfigEntity
|
|
51
|
+
*/
|
|
52
|
+
'data'?: AccessConfigEntity | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultAccessConfigEntity
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultAccessConfigEntity
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultAccessConfigEntity
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
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 { AccessCompanyConfigEntity } from './access-company-config-entity';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListAccessCompanyConfigEntity
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListAccessCompanyConfigEntity {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListAccessCompanyConfigEntity
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListAccessCompanyConfigEntity
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListAccessCompanyConfigEntity
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<AccessCompanyConfigEntity>}
|
|
50
|
+
* @memberof JsonResultListAccessCompanyConfigEntity
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<AccessCompanyConfigEntity> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListAccessCompanyConfigEntity
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListAccessCompanyConfigEntity
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListAccessCompanyConfigEntity
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
package/models/sys-user.ts
CHANGED
|
@@ -379,15 +379,15 @@ export interface SysUser {
|
|
|
379
379
|
'userAttachments'?: Array<SysUserAttachmentInfo>;
|
|
380
380
|
/**
|
|
381
381
|
*
|
|
382
|
-
* @type {
|
|
382
|
+
* @type {string}
|
|
383
383
|
* @memberof SysUser
|
|
384
384
|
*/
|
|
385
|
-
'
|
|
385
|
+
'cid'?: string;
|
|
386
386
|
/**
|
|
387
387
|
*
|
|
388
|
-
* @type {
|
|
388
|
+
* @type {number}
|
|
389
389
|
* @memberof SysUser
|
|
390
390
|
*/
|
|
391
|
-
'
|
|
391
|
+
'cuserId'?: number;
|
|
392
392
|
}
|
|
393
393
|
|