@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.
Files changed (70) hide show
  1. package/.openapi-generator/FILES +11 -0
  2. package/apis/access-api.ts +581 -0
  3. package/dist/apis/access-api.d.ts +306 -0
  4. package/dist/apis/access-api.js +435 -0
  5. package/dist/esm/apis/access-api.d.ts +306 -0
  6. package/dist/esm/apis/access-api.js +435 -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 +11 -0
  26. package/dist/esm/models/index.js +11 -0
  27. package/dist/esm/models/json-result-access-config-entity.d.ts +62 -0
  28. package/dist/esm/models/json-result-access-config-entity.js +14 -0
  29. package/dist/esm/models/json-result-list-access-company-config-entity.d.ts +62 -0
  30. package/dist/esm/models/json-result-list-access-company-config-entity.js +14 -0
  31. package/dist/esm/models/sys-user.d.ts +4 -4
  32. package/dist/models/access-approval-config-enum.d.ts +21 -0
  33. package/dist/models/access-approval-config-enum.js +25 -0
  34. package/dist/models/access-approval-config-vo-reminder.d.ts +36 -0
  35. package/dist/models/access-approval-config-vo-reminder.js +15 -0
  36. package/dist/models/access-approval-config-vo.d.ts +50 -0
  37. package/dist/models/access-approval-config-vo.js +15 -0
  38. package/dist/models/access-company-config-add-or-update-vo.d.ts +36 -0
  39. package/dist/models/access-company-config-add-or-update-vo.js +15 -0
  40. package/dist/models/access-company-config-entity.d.ts +67 -0
  41. package/dist/models/access-company-config-entity.js +15 -0
  42. package/dist/models/access-config-entity.d.ts +49 -0
  43. package/dist/models/access-config-entity.js +15 -0
  44. package/dist/models/access-config-vo.d.ts +25 -0
  45. package/dist/models/access-config-vo.js +15 -0
  46. package/dist/models/access-visitor-person-type-config-vo.d.ts +31 -0
  47. package/dist/models/access-visitor-person-type-config-vo.js +15 -0
  48. package/dist/models/access-visitor-person-type-enum.d.ts +26 -0
  49. package/dist/models/access-visitor-person-type-enum.js +30 -0
  50. package/dist/models/index.d.ts +11 -0
  51. package/dist/models/index.js +11 -0
  52. package/dist/models/json-result-access-config-entity.d.ts +62 -0
  53. package/dist/models/json-result-access-config-entity.js +15 -0
  54. package/dist/models/json-result-list-access-company-config-entity.d.ts +62 -0
  55. package/dist/models/json-result-list-access-company-config-entity.js +15 -0
  56. package/dist/models/sys-user.d.ts +4 -4
  57. package/models/access-approval-config-enum.ts +31 -0
  58. package/models/access-approval-config-vo-reminder.ts +42 -0
  59. package/models/access-approval-config-vo.ts +62 -0
  60. package/models/access-company-config-add-or-update-vo.ts +42 -0
  61. package/models/access-company-config-entity.ts +75 -0
  62. package/models/access-config-entity.ts +57 -0
  63. package/models/access-config-vo.ts +33 -0
  64. package/models/access-visitor-person-type-config-vo.ts +41 -0
  65. package/models/access-visitor-person-type-enum.ts +36 -0
  66. package/models/index.ts +11 -0
  67. package/models/json-result-access-config-entity.ts +72 -0
  68. package/models/json-result-list-access-company-config-entity.ts +72 -0
  69. package/models/sys-user.ts +4 -4
  70. package/package.json +1 -1
@@ -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,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,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,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,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,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,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,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,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,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,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,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,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,30 @@
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 });
16
+ exports.AccessVisitorPersonTypeEnum = void 0;
17
+ /**
18
+ * 出入访问人员类型枚举
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.AccessVisitorPersonTypeEnum = {
23
+ SelfEmployee: 'SELF_EMPLOYEE',
24
+ PropertyUnit: 'PROPERTY_UNIT',
25
+ StorageTeam: 'STORAGE_TEAM',
26
+ TransportTeam: 'TRANSPORT_TEAM',
27
+ ThirdParty: 'THIRD_PARTY',
28
+ RentedCustomer: 'RENTED_CUSTOMER',
29
+ OtherVisitor: 'OTHER_VISITOR'
30
+ };
@@ -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';
@@ -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,7 @@ __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-config-entity"), exports);
105
115
  __exportStar(require("./json-result-admission-terms-record-details-dto"), exports);
106
116
  __exportStar(require("./json-result-applet-user-type-dto"), exports);
107
117
  __exportStar(require("./json-result-big-decimal"), exports);
@@ -124,6 +134,7 @@ __exportStar(require("./json-result-group-dept-vo"), exports);
124
134
  __exportStar(require("./json-result-inspection-standard-entity"), exports);
125
135
  __exportStar(require("./json-result-integer"), exports);
126
136
  __exportStar(require("./json-result-json-result-list-space-tree-dto"), exports);
137
+ __exportStar(require("./json-result-list-access-company-config-entity"), exports);
127
138
  __exportStar(require("./json-result-list-address-region-entity"), exports);
128
139
  __exportStar(require("./json-result-list-applet-sys-user-drop-down-box-list-dto"), exports);
129
140
  __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 { 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
  }