@gizone/rrs-client 4.2.0-alpha.284 → 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 +13 -0
- package/apis/access-api.ts +581 -0
- package/apis/common-api.ts +88 -0
- package/dist/apis/access-api.d.ts +306 -0
- package/dist/apis/access-api.js +435 -0
- package/dist/apis/common-api.d.ts +43 -0
- package/dist/apis/common-api.js +67 -0
- package/dist/esm/apis/access-api.d.ts +306 -0
- package/dist/esm/apis/access-api.js +435 -0
- package/dist/esm/apis/common-api.d.ts +43 -0
- package/dist/esm/apis/common-api.js +67 -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/address-region-entity.d.ts +42 -0
- package/dist/esm/models/address-region-entity.js +14 -0
- package/dist/esm/models/index.d.ts +13 -0
- package/dist/esm/models/index.js +13 -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/json-result-list-address-region-entity.d.ts +62 -0
- package/dist/esm/models/json-result-list-address-region-entity.js +14 -0
- 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/address-region-entity.d.ts +42 -0
- package/dist/models/address-region-entity.js +15 -0
- package/dist/models/index.d.ts +13 -0
- package/dist/models/index.js +13 -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/json-result-list-address-region-entity.d.ts +62 -0
- package/dist/models/json-result-list-address-region-entity.js +15 -0
- 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/address-region-entity.ts +48 -0
- package/models/index.ts +13 -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/json-result-list-address-region-entity.ts +72 -0
- package/package.json +1 -1
|
@@ -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
|
+
|
|
@@ -0,0 +1,48 @@
|
|
|
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 AddressRegionEntity
|
|
21
|
+
*/
|
|
22
|
+
export interface AddressRegionEntity {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof AddressRegionEntity
|
|
27
|
+
*/
|
|
28
|
+
'id'?: number;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof AddressRegionEntity
|
|
33
|
+
*/
|
|
34
|
+
'name'?: string;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof AddressRegionEntity
|
|
39
|
+
*/
|
|
40
|
+
'pid'?: number;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof AddressRegionEntity
|
|
45
|
+
*/
|
|
46
|
+
'level'?: number;
|
|
47
|
+
}
|
|
48
|
+
|
package/models/index.ts
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
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';
|
|
10
|
+
export * from './address-region-entity';
|
|
1
11
|
export * from './admission-terms-record-add-bo';
|
|
2
12
|
export * from './admission-terms-record-details-dto';
|
|
3
13
|
export * from './admission-terms-record-list-dto';
|
|
@@ -85,6 +95,7 @@ export * from './inspection-standard-type-enum';
|
|
|
85
95
|
export * from './installation-body-enum';
|
|
86
96
|
export * from './iot-device-status-enum';
|
|
87
97
|
export * from './json-result';
|
|
98
|
+
export * from './json-result-access-config-entity';
|
|
88
99
|
export * from './json-result-admission-terms-record-details-dto';
|
|
89
100
|
export * from './json-result-applet-user-type-dto';
|
|
90
101
|
export * from './json-result-big-decimal';
|
|
@@ -107,6 +118,8 @@ export * from './json-result-group-dept-vo';
|
|
|
107
118
|
export * from './json-result-inspection-standard-entity';
|
|
108
119
|
export * from './json-result-integer';
|
|
109
120
|
export * from './json-result-json-result-list-space-tree-dto';
|
|
121
|
+
export * from './json-result-list-access-company-config-entity';
|
|
122
|
+
export * from './json-result-list-address-region-entity';
|
|
110
123
|
export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
|
|
111
124
|
export * from './json-result-list-area-park-dto';
|
|
112
125
|
export * from './json-result-list-calendar-entity';
|
|
@@ -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
|
+
|
|
@@ -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 { AddressRegionEntity } from './address-region-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 JsonResultListAddressRegionEntity
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListAddressRegionEntity {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListAddressRegionEntity
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListAddressRegionEntity
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListAddressRegionEntity
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<AddressRegionEntity>}
|
|
50
|
+
* @memberof JsonResultListAddressRegionEntity
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<AddressRegionEntity> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListAddressRegionEntity
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListAddressRegionEntity
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListAddressRegionEntity
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|