@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
@@ -0,0 +1,36 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 出入权限提醒方式配置
14
+ * @export
15
+ * @interface AccessApprovalConfigVoReminder
16
+ */
17
+ export interface AccessApprovalConfigVoReminder {
18
+ /**
19
+ * 微信小程序消息通知
20
+ * @type {boolean}
21
+ * @memberof AccessApprovalConfigVoReminder
22
+ */
23
+ 'isWeChatMini': boolean;
24
+ /**
25
+ * 站内信通知
26
+ * @type {boolean}
27
+ * @memberof AccessApprovalConfigVoReminder
28
+ */
29
+ 'isMail': boolean;
30
+ /**
31
+ * hWork通知
32
+ * @type {boolean}
33
+ * @memberof AccessApprovalConfigVoReminder
34
+ */
35
+ 'isHWork': boolean;
36
+ }
@@ -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,50 @@
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 { AccessApprovalConfigEnum } from './access-approval-config-enum';
13
+ import type { AccessApprovalConfigVoReminder } from './access-approval-config-vo-reminder';
14
+ /**
15
+ * 出入审批权限配置
16
+ * @export
17
+ * @interface AccessApprovalConfigVo
18
+ */
19
+ export interface AccessApprovalConfigVo {
20
+ /**
21
+ *
22
+ * @type {AccessApprovalConfigEnum}
23
+ * @memberof AccessApprovalConfigVo
24
+ */
25
+ 'accessApproval': AccessApprovalConfigEnum;
26
+ /**
27
+ * 业务审批
28
+ * @type {boolean}
29
+ * @memberof AccessApprovalConfigVo
30
+ */
31
+ 'isBusinessApproval': boolean;
32
+ /**
33
+ * 园区审批
34
+ * @type {boolean}
35
+ * @memberof AccessApprovalConfigVo
36
+ */
37
+ 'isParkApproval': boolean;
38
+ /**
39
+ * 园区审批部门ID列表
40
+ * @type {Array<number>}
41
+ * @memberof AccessApprovalConfigVo
42
+ */
43
+ 'parkApprovalDeptIds': Array<number>;
44
+ /**
45
+ *
46
+ * @type {AccessApprovalConfigVoReminder}
47
+ * @memberof AccessApprovalConfigVo
48
+ */
49
+ 'reminder': AccessApprovalConfigVoReminder;
50
+ }
@@ -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,36 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 公司配置添加或更新Vo
14
+ * @export
15
+ * @interface AccessCompanyConfigAddOrUpdateVo
16
+ */
17
+ export interface AccessCompanyConfigAddOrUpdateVo {
18
+ /**
19
+ * 排序 数字越小越靠前
20
+ * @type {number}
21
+ * @memberof AccessCompanyConfigAddOrUpdateVo
22
+ */
23
+ 'sort'?: number;
24
+ /**
25
+ * 公司名称
26
+ * @type {string}
27
+ * @memberof AccessCompanyConfigAddOrUpdateVo
28
+ */
29
+ 'companyName': string;
30
+ /**
31
+ * 园区ID
32
+ * @type {number}
33
+ * @memberof AccessCompanyConfigAddOrUpdateVo
34
+ */
35
+ 'parkId': number;
36
+ }
@@ -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,67 @@
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 { AccessVisitorPersonTypeConfigVo } from './access-visitor-person-type-config-vo';
13
+ /**
14
+ * 返回数据,可以是任意类型的值
15
+ * @export
16
+ * @interface AccessCompanyConfigEntity
17
+ */
18
+ export interface AccessCompanyConfigEntity {
19
+ /**
20
+ *
21
+ * @type {number}
22
+ * @memberof AccessCompanyConfigEntity
23
+ */
24
+ 'id'?: number;
25
+ /**
26
+ * 园区ID
27
+ * @type {number}
28
+ * @memberof AccessCompanyConfigEntity
29
+ */
30
+ 'parkId'?: number;
31
+ /**
32
+ * 公司名称
33
+ * @type {string}
34
+ * @memberof AccessCompanyConfigEntity
35
+ */
36
+ 'companyName'?: string;
37
+ /**
38
+ * 访问人员类型
39
+ * @type {Array<AccessVisitorPersonTypeConfigVo>}
40
+ * @memberof AccessCompanyConfigEntity
41
+ */
42
+ 'accessVisitorPersonTypeConfigs'?: Array<AccessVisitorPersonTypeConfigVo>;
43
+ /**
44
+ * 排序 数字越小越靠前
45
+ * @type {number}
46
+ * @memberof AccessCompanyConfigEntity
47
+ */
48
+ 'sort'?: number;
49
+ /**
50
+ * 创建时间
51
+ * @type {string}
52
+ * @memberof AccessCompanyConfigEntity
53
+ */
54
+ 'createTime'?: string;
55
+ /**
56
+ * 更新时间
57
+ * @type {string}
58
+ * @memberof AccessCompanyConfigEntity
59
+ */
60
+ 'updateTime'?: string;
61
+ /**
62
+ *
63
+ * @type {number}
64
+ * @memberof AccessCompanyConfigEntity
65
+ */
66
+ 'isDelete'?: number;
67
+ }
@@ -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,49 @@
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 { AccessApprovalConfigVo } from './access-approval-config-vo';
13
+ /**
14
+ * 返回数据,可以是任意类型的值
15
+ * @export
16
+ * @interface AccessConfigEntity
17
+ */
18
+ export interface AccessConfigEntity {
19
+ /**
20
+ *
21
+ * @type {number}
22
+ * @memberof AccessConfigEntity
23
+ */
24
+ 'parkId'?: number;
25
+ /**
26
+ * 审批权限配置
27
+ * @type {Array<AccessApprovalConfigVo>}
28
+ * @memberof AccessConfigEntity
29
+ */
30
+ 'accessApprovalConfigs'?: Array<AccessApprovalConfigVo>;
31
+ /**
32
+ * 创建时间
33
+ * @type {string}
34
+ * @memberof AccessConfigEntity
35
+ */
36
+ 'createTime'?: string;
37
+ /**
38
+ * 更新时间
39
+ * @type {string}
40
+ * @memberof AccessConfigEntity
41
+ */
42
+ 'updateTime'?: string;
43
+ /**
44
+ *
45
+ * @type {number}
46
+ * @memberof AccessConfigEntity
47
+ */
48
+ 'isDelete'?: number;
49
+ }
@@ -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
+ import type { AccessApprovalConfigVo } from './access-approval-config-vo';
13
+ /**
14
+ * 出入配置Vo
15
+ * @export
16
+ * @interface AccessConfigVo
17
+ */
18
+ export interface AccessConfigVo {
19
+ /**
20
+ * 出入权限配置列表
21
+ * @type {Array<AccessApprovalConfigVo>}
22
+ * @memberof AccessConfigVo
23
+ */
24
+ 'accessApprovalConfigs': Array<AccessApprovalConfigVo>;
25
+ }
@@ -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,31 @@
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 { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
13
+ /**
14
+ * 出入人员类型配置Vo
15
+ * @export
16
+ * @interface AccessVisitorPersonTypeConfigVo
17
+ */
18
+ export interface AccessVisitorPersonTypeConfigVo {
19
+ /**
20
+ *
21
+ * @type {AccessVisitorPersonTypeEnum}
22
+ * @memberof AccessVisitorPersonTypeConfigVo
23
+ */
24
+ 'accessVisitorPersonType': AccessVisitorPersonTypeEnum;
25
+ /**
26
+ * 处理人ID
27
+ * @type {number}
28
+ * @memberof AccessVisitorPersonTypeConfigVo
29
+ */
30
+ 'handlerId': number;
31
+ }
@@ -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,26 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 出入访问人员类型枚举
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare const AccessVisitorPersonTypeEnum: {
18
+ readonly SelfEmployee: "SELF_EMPLOYEE";
19
+ readonly PropertyUnit: "PROPERTY_UNIT";
20
+ readonly StorageTeam: "STORAGE_TEAM";
21
+ readonly TransportTeam: "TRANSPORT_TEAM";
22
+ readonly ThirdParty: "THIRD_PARTY";
23
+ readonly RentedCustomer: "RENTED_CUSTOMER";
24
+ readonly OtherVisitor: "OTHER_VISITOR";
25
+ };
26
+ export type AccessVisitorPersonTypeEnum = typeof AccessVisitorPersonTypeEnum[keyof typeof AccessVisitorPersonTypeEnum];
@@ -0,0 +1,27 @@
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 AccessVisitorPersonTypeEnum = {
20
+ SelfEmployee: 'SELF_EMPLOYEE',
21
+ PropertyUnit: 'PROPERTY_UNIT',
22
+ StorageTeam: 'STORAGE_TEAM',
23
+ TransportTeam: 'TRANSPORT_TEAM',
24
+ ThirdParty: 'THIRD_PARTY',
25
+ RentedCustomer: 'RENTED_CUSTOMER',
26
+ OtherVisitor: 'OTHER_VISITOR'
27
+ };
@@ -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,8 @@ 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-company-config-entity';
99
+ export * from './json-result-access-config-entity';
89
100
  export * from './json-result-admission-terms-record-details-dto';
90
101
  export * from './json-result-applet-user-type-dto';
91
102
  export * from './json-result-big-decimal';
@@ -108,6 +119,7 @@ export * from './json-result-group-dept-vo';
108
119
  export * from './json-result-inspection-standard-entity';
109
120
  export * from './json-result-integer';
110
121
  export * from './json-result-json-result-list-space-tree-dto';
122
+ export * from './json-result-list-access-company-config-entity';
111
123
  export * from './json-result-list-address-region-entity';
112
124
  export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
113
125
  export * from './json-result-list-area-park-dto';
@@ -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,8 @@ 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-company-config-entity';
99
+ export * from './json-result-access-config-entity';
89
100
  export * from './json-result-admission-terms-record-details-dto';
90
101
  export * from './json-result-applet-user-type-dto';
91
102
  export * from './json-result-big-decimal';
@@ -108,6 +119,7 @@ export * from './json-result-group-dept-vo';
108
119
  export * from './json-result-inspection-standard-entity';
109
120
  export * from './json-result-integer';
110
121
  export * from './json-result-json-result-list-space-tree-dto';
122
+ export * from './json-result-list-access-company-config-entity';
111
123
  export * from './json-result-list-address-region-entity';
112
124
  export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
113
125
  export * from './json-result-list-area-park-dto';
@@ -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,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,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,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 {};