@gizone/rrs-client 4.2.0-alpha.285 → 4.2.0-alpha.287

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.
Files changed (75) hide show
  1. package/.openapi-generator/FILES +12 -0
  2. package/apis/access-api.ts +806 -49
  3. package/dist/apis/access-api.d.ts +399 -0
  4. package/dist/apis/access-api.js +573 -0
  5. package/dist/esm/apis/access-api.d.ts +399 -0
  6. package/dist/esm/apis/access-api.js +573 -0
  7. package/dist/esm/models/access-approval-config-enum.d.ts +21 -0
  8. package/dist/esm/models/access-approval-config-enum.js +22 -0
  9. package/dist/esm/models/access-approval-config-vo-reminder.d.ts +36 -0
  10. package/dist/esm/models/access-approval-config-vo-reminder.js +14 -0
  11. package/dist/esm/models/access-approval-config-vo.d.ts +50 -0
  12. package/dist/esm/models/access-approval-config-vo.js +14 -0
  13. package/dist/esm/models/access-company-config-add-or-update-vo.d.ts +36 -0
  14. package/dist/esm/models/access-company-config-add-or-update-vo.js +14 -0
  15. package/dist/esm/models/access-company-config-entity.d.ts +67 -0
  16. package/dist/esm/models/access-company-config-entity.js +14 -0
  17. package/dist/esm/models/access-config-entity.d.ts +49 -0
  18. package/dist/esm/models/access-config-entity.js +14 -0
  19. package/dist/esm/models/access-config-vo.d.ts +25 -0
  20. package/dist/esm/models/access-config-vo.js +14 -0
  21. package/dist/esm/models/access-visitor-person-type-config-vo.d.ts +31 -0
  22. package/dist/esm/models/access-visitor-person-type-config-vo.js +14 -0
  23. package/dist/esm/models/access-visitor-person-type-enum.d.ts +26 -0
  24. package/dist/esm/models/access-visitor-person-type-enum.js +27 -0
  25. package/dist/esm/models/index.d.ts +12 -0
  26. package/dist/esm/models/index.js +12 -0
  27. package/dist/esm/models/json-result-access-company-config-entity.d.ts +62 -0
  28. package/dist/esm/models/json-result-access-company-config-entity.js +14 -0
  29. package/dist/esm/models/json-result-access-config-entity.d.ts +62 -0
  30. package/dist/esm/models/json-result-access-config-entity.js +14 -0
  31. package/dist/esm/models/json-result-list-access-company-config-entity.d.ts +62 -0
  32. package/dist/esm/models/json-result-list-access-company-config-entity.js +14 -0
  33. package/dist/esm/models/sys-user.d.ts +4 -4
  34. package/dist/models/access-approval-config-enum.d.ts +21 -0
  35. package/dist/models/access-approval-config-enum.js +25 -0
  36. package/dist/models/access-approval-config-vo-reminder.d.ts +36 -0
  37. package/dist/models/access-approval-config-vo-reminder.js +15 -0
  38. package/dist/models/access-approval-config-vo.d.ts +50 -0
  39. package/dist/models/access-approval-config-vo.js +15 -0
  40. package/dist/models/access-company-config-add-or-update-vo.d.ts +36 -0
  41. package/dist/models/access-company-config-add-or-update-vo.js +15 -0
  42. package/dist/models/access-company-config-entity.d.ts +67 -0
  43. package/dist/models/access-company-config-entity.js +15 -0
  44. package/dist/models/access-config-entity.d.ts +49 -0
  45. package/dist/models/access-config-entity.js +15 -0
  46. package/dist/models/access-config-vo.d.ts +25 -0
  47. package/dist/models/access-config-vo.js +15 -0
  48. package/dist/models/access-visitor-person-type-config-vo.d.ts +31 -0
  49. package/dist/models/access-visitor-person-type-config-vo.js +15 -0
  50. package/dist/models/access-visitor-person-type-enum.d.ts +26 -0
  51. package/dist/models/access-visitor-person-type-enum.js +30 -0
  52. package/dist/models/index.d.ts +12 -0
  53. package/dist/models/index.js +12 -0
  54. package/dist/models/json-result-access-company-config-entity.d.ts +62 -0
  55. package/dist/models/json-result-access-company-config-entity.js +15 -0
  56. package/dist/models/json-result-access-config-entity.d.ts +62 -0
  57. package/dist/models/json-result-access-config-entity.js +15 -0
  58. package/dist/models/json-result-list-access-company-config-entity.d.ts +62 -0
  59. package/dist/models/json-result-list-access-company-config-entity.js +15 -0
  60. package/dist/models/sys-user.d.ts +4 -4
  61. package/models/access-approval-config-enum.ts +31 -0
  62. package/models/access-approval-config-vo-reminder.ts +42 -0
  63. package/models/access-approval-config-vo.ts +62 -0
  64. package/models/access-company-config-add-or-update-vo.ts +42 -0
  65. package/models/access-company-config-entity.ts +75 -0
  66. package/models/access-config-entity.ts +57 -0
  67. package/models/access-config-vo.ts +33 -0
  68. package/models/access-visitor-person-type-config-vo.ts +41 -0
  69. package/models/access-visitor-person-type-enum.ts +36 -0
  70. package/models/index.ts +12 -0
  71. package/models/json-result-access-company-config-entity.ts +72 -0
  72. package/models/json-result-access-config-entity.ts +72 -0
  73. package/models/json-result-list-access-company-config-entity.ts +72 -0
  74. package/models/sys-user.ts +4 -4
  75. package/package.json +1 -1
@@ -14,6 +14,15 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./access-approval-config-enum"), exports);
18
+ __exportStar(require("./access-approval-config-vo"), exports);
19
+ __exportStar(require("./access-approval-config-vo-reminder"), exports);
20
+ __exportStar(require("./access-company-config-add-or-update-vo"), exports);
21
+ __exportStar(require("./access-company-config-entity"), exports);
22
+ __exportStar(require("./access-config-entity"), exports);
23
+ __exportStar(require("./access-config-vo"), exports);
24
+ __exportStar(require("./access-visitor-person-type-config-vo"), exports);
25
+ __exportStar(require("./access-visitor-person-type-enum"), exports);
17
26
  __exportStar(require("./address-region-entity"), exports);
18
27
  __exportStar(require("./admission-terms-record-add-bo"), exports);
19
28
  __exportStar(require("./admission-terms-record-details-dto"), exports);
@@ -102,6 +111,8 @@ __exportStar(require("./inspection-standard-type-enum"), exports);
102
111
  __exportStar(require("./installation-body-enum"), exports);
103
112
  __exportStar(require("./iot-device-status-enum"), exports);
104
113
  __exportStar(require("./json-result"), exports);
114
+ __exportStar(require("./json-result-access-company-config-entity"), exports);
115
+ __exportStar(require("./json-result-access-config-entity"), exports);
105
116
  __exportStar(require("./json-result-admission-terms-record-details-dto"), exports);
106
117
  __exportStar(require("./json-result-applet-user-type-dto"), exports);
107
118
  __exportStar(require("./json-result-big-decimal"), exports);
@@ -124,6 +135,7 @@ __exportStar(require("./json-result-group-dept-vo"), exports);
124
135
  __exportStar(require("./json-result-inspection-standard-entity"), exports);
125
136
  __exportStar(require("./json-result-integer"), exports);
126
137
  __exportStar(require("./json-result-json-result-list-space-tree-dto"), exports);
138
+ __exportStar(require("./json-result-list-access-company-config-entity"), exports);
127
139
  __exportStar(require("./json-result-list-address-region-entity"), exports);
128
140
  __exportStar(require("./json-result-list-applet-sys-user-drop-down-box-list-dto"), exports);
129
141
  __exportStar(require("./json-result-list-area-park-dto"), exports);
@@ -0,0 +1,62 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { AccessCompanyConfigEntity } from './access-company-config-entity';
13
+ import type { BaseErrorResult } from './base-error-result';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultAccessCompanyConfigEntity
18
+ */
19
+ export interface JsonResultAccessCompanyConfigEntity {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultAccessCompanyConfigEntity
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultAccessCompanyConfigEntity
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultAccessCompanyConfigEntity
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {AccessCompanyConfigEntity}
41
+ * @memberof JsonResultAccessCompanyConfigEntity
42
+ */
43
+ 'data'?: AccessCompanyConfigEntity | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultAccessCompanyConfigEntity
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultAccessCompanyConfigEntity
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultAccessCompanyConfigEntity
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,62 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { AccessConfigEntity } from './access-config-entity';
13
+ import type { BaseErrorResult } from './base-error-result';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultAccessConfigEntity
18
+ */
19
+ export interface JsonResultAccessConfigEntity {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultAccessConfigEntity
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultAccessConfigEntity
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultAccessConfigEntity
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {AccessConfigEntity}
41
+ * @memberof JsonResultAccessConfigEntity
42
+ */
43
+ 'data'?: AccessConfigEntity | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultAccessConfigEntity
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultAccessConfigEntity
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultAccessConfigEntity
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,62 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { AccessCompanyConfigEntity } from './access-company-config-entity';
13
+ import type { BaseErrorResult } from './base-error-result';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListAccessCompanyConfigEntity
18
+ */
19
+ export interface JsonResultListAccessCompanyConfigEntity {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListAccessCompanyConfigEntity
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListAccessCompanyConfigEntity
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListAccessCompanyConfigEntity
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<AccessCompanyConfigEntity>}
41
+ * @memberof JsonResultListAccessCompanyConfigEntity
42
+ */
43
+ 'data'?: Array<AccessCompanyConfigEntity> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListAccessCompanyConfigEntity
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListAccessCompanyConfigEntity
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListAccessCompanyConfigEntity
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -370,14 +370,14 @@ export interface SysUser {
370
370
  'userAttachments'?: Array<SysUserAttachmentInfo>;
371
371
  /**
372
372
  *
373
- * @type {number}
373
+ * @type {string}
374
374
  * @memberof SysUser
375
375
  */
376
- 'cuserId'?: number;
376
+ 'cid'?: string;
377
377
  /**
378
378
  *
379
- * @type {string}
379
+ * @type {number}
380
380
  * @memberof SysUser
381
381
  */
382
- 'cid'?: string;
382
+ 'cuserId'?: number;
383
383
  }
@@ -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
+