@gizone/rrs-client 4.2.0-alpha.294 → 4.2.0-alpha.297

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 (127) hide show
  1. package/.openapi-generator/FILES +19 -0
  2. package/apis/access-api.ts +595 -0
  3. package/apis/open-api-api.ts +93 -0
  4. package/dist/apis/access-api.d.ts +318 -0
  5. package/dist/apis/access-api.js +407 -0
  6. package/dist/apis/open-api-api.d.ts +48 -0
  7. package/dist/apis/open-api-api.js +70 -0
  8. package/dist/esm/apis/access-api.d.ts +318 -0
  9. package/dist/esm/apis/access-api.js +407 -0
  10. package/dist/esm/apis/open-api-api.d.ts +48 -0
  11. package/dist/esm/apis/open-api-api.js +70 -0
  12. package/dist/esm/models/access-appointment-internal-status-enum.d.ts +21 -0
  13. package/dist/esm/models/access-appointment-internal-status-enum.js +22 -0
  14. package/dist/esm/models/access-appointment-record-add-vo.d.ts +128 -0
  15. package/dist/esm/models/access-appointment-record-add-vo.js +14 -0
  16. package/dist/esm/models/access-appointment-record-approval-vo.d.ts +30 -0
  17. package/dist/esm/models/access-appointment-record-approval-vo.js +14 -0
  18. package/dist/esm/models/access-appointment-record-details-dto.d.ts +178 -0
  19. package/dist/esm/models/access-appointment-record-details-dto.js +14 -0
  20. package/dist/esm/models/access-appointment-record-in-other-info-vo.d.ts +54 -0
  21. package/dist/esm/models/access-appointment-record-in-other-info-vo.js +14 -0
  22. package/dist/esm/models/access-appointment-record-out-other-info-vo.d.ts +30 -0
  23. package/dist/esm/models/access-appointment-record-out-other-info-vo.js +14 -0
  24. package/dist/esm/models/access-appointment-source-enum.d.ts +24 -0
  25. package/dist/esm/models/access-appointment-source-enum.js +25 -0
  26. package/dist/esm/models/access-appointment-status-enum.d.ts +25 -0
  27. package/dist/esm/models/access-appointment-status-enum.js +26 -0
  28. package/dist/esm/models/access-approval-config-enum.d.ts +1 -1
  29. package/dist/esm/models/access-approval-config-enum.js +1 -1
  30. package/dist/esm/models/access-direction-enum.d.ts +22 -0
  31. package/dist/esm/models/access-direction-enum.js +23 -0
  32. package/dist/esm/models/access-reason-enum.d.ts +26 -0
  33. package/dist/esm/models/access-reason-enum.js +27 -0
  34. package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +81 -0
  35. package/dist/esm/models/access-whitelist-application-process-details-dto.js +14 -0
  36. package/dist/esm/models/access-whitelist-application-process-details-user-info.d.ts +36 -0
  37. package/dist/esm/models/access-whitelist-application-process-details-user-info.js +14 -0
  38. package/dist/esm/models/access-whitelist-process-handler-status-enum.d.ts +21 -0
  39. package/dist/esm/models/access-whitelist-process-handler-status-enum.js +22 -0
  40. package/dist/esm/models/access-whitelist-process-type-enum.d.ts +23 -0
  41. package/dist/esm/models/access-whitelist-process-type-enum.js +24 -0
  42. package/dist/esm/models/index.d.ts +19 -0
  43. package/dist/esm/models/index.js +19 -0
  44. package/dist/esm/models/json-result-access-appointment-record-details-dto.d.ts +62 -0
  45. package/dist/esm/models/json-result-access-appointment-record-details-dto.js +14 -0
  46. package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +62 -0
  47. package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.js +14 -0
  48. package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +62 -0
  49. package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.js +14 -0
  50. package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +120 -0
  51. package/dist/esm/models/open-api-access-appointment-record-add-vo.js +14 -0
  52. package/dist/esm/models/page-dto-access-appointment-record-details-dto.d.ts +31 -0
  53. package/dist/esm/models/page-dto-access-appointment-record-details-dto.js +14 -0
  54. package/dist/esm/models/system-user-msg-source-type-enum.d.ts +1 -0
  55. package/dist/esm/models/system-user-msg-source-type-enum.js +2 -1
  56. package/dist/esm/models/system-user-msg-type-enum.d.ts +1 -0
  57. package/dist/esm/models/system-user-msg-type-enum.js +2 -1
  58. package/dist/models/access-appointment-internal-status-enum.d.ts +21 -0
  59. package/dist/models/access-appointment-internal-status-enum.js +25 -0
  60. package/dist/models/access-appointment-record-add-vo.d.ts +128 -0
  61. package/dist/models/access-appointment-record-add-vo.js +15 -0
  62. package/dist/models/access-appointment-record-approval-vo.d.ts +30 -0
  63. package/dist/models/access-appointment-record-approval-vo.js +15 -0
  64. package/dist/models/access-appointment-record-details-dto.d.ts +178 -0
  65. package/dist/models/access-appointment-record-details-dto.js +15 -0
  66. package/dist/models/access-appointment-record-in-other-info-vo.d.ts +54 -0
  67. package/dist/models/access-appointment-record-in-other-info-vo.js +15 -0
  68. package/dist/models/access-appointment-record-out-other-info-vo.d.ts +30 -0
  69. package/dist/models/access-appointment-record-out-other-info-vo.js +15 -0
  70. package/dist/models/access-appointment-source-enum.d.ts +24 -0
  71. package/dist/models/access-appointment-source-enum.js +28 -0
  72. package/dist/models/access-appointment-status-enum.d.ts +25 -0
  73. package/dist/models/access-appointment-status-enum.js +29 -0
  74. package/dist/models/access-approval-config-enum.d.ts +1 -1
  75. package/dist/models/access-approval-config-enum.js +1 -1
  76. package/dist/models/access-direction-enum.d.ts +22 -0
  77. package/dist/models/access-direction-enum.js +26 -0
  78. package/dist/models/access-reason-enum.d.ts +26 -0
  79. package/dist/models/access-reason-enum.js +30 -0
  80. package/dist/models/access-whitelist-application-process-details-dto.d.ts +81 -0
  81. package/dist/models/access-whitelist-application-process-details-dto.js +15 -0
  82. package/dist/models/access-whitelist-application-process-details-user-info.d.ts +36 -0
  83. package/dist/models/access-whitelist-application-process-details-user-info.js +15 -0
  84. package/dist/models/access-whitelist-process-handler-status-enum.d.ts +21 -0
  85. package/dist/models/access-whitelist-process-handler-status-enum.js +25 -0
  86. package/dist/models/access-whitelist-process-type-enum.d.ts +23 -0
  87. package/dist/models/access-whitelist-process-type-enum.js +27 -0
  88. package/dist/models/index.d.ts +19 -0
  89. package/dist/models/index.js +19 -0
  90. package/dist/models/json-result-access-appointment-record-details-dto.d.ts +62 -0
  91. package/dist/models/json-result-access-appointment-record-details-dto.js +15 -0
  92. package/dist/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +62 -0
  93. package/dist/models/json-result-list-access-whitelist-application-process-details-dto.js +15 -0
  94. package/dist/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +62 -0
  95. package/dist/models/json-result-page-dto-access-appointment-record-details-dto.js +15 -0
  96. package/dist/models/open-api-access-appointment-record-add-vo.d.ts +120 -0
  97. package/dist/models/open-api-access-appointment-record-add-vo.js +15 -0
  98. package/dist/models/page-dto-access-appointment-record-details-dto.d.ts +31 -0
  99. package/dist/models/page-dto-access-appointment-record-details-dto.js +15 -0
  100. package/dist/models/system-user-msg-source-type-enum.d.ts +1 -0
  101. package/dist/models/system-user-msg-source-type-enum.js +2 -1
  102. package/dist/models/system-user-msg-type-enum.d.ts +1 -0
  103. package/dist/models/system-user-msg-type-enum.js +2 -1
  104. package/models/access-appointment-internal-status-enum.ts +31 -0
  105. package/models/access-appointment-record-add-vo.ts +152 -0
  106. package/models/access-appointment-record-approval-vo.ts +36 -0
  107. package/models/access-appointment-record-details-dto.ts +206 -0
  108. package/models/access-appointment-record-in-other-info-vo.ts +60 -0
  109. package/models/access-appointment-record-out-other-info-vo.ts +36 -0
  110. package/models/access-appointment-source-enum.ts +34 -0
  111. package/models/access-appointment-status-enum.ts +35 -0
  112. package/models/access-approval-config-enum.ts +1 -1
  113. package/models/access-direction-enum.ts +32 -0
  114. package/models/access-reason-enum.ts +36 -0
  115. package/models/access-whitelist-application-process-details-dto.ts +95 -0
  116. package/models/access-whitelist-application-process-details-user-info.ts +42 -0
  117. package/models/access-whitelist-process-handler-status-enum.ts +31 -0
  118. package/models/access-whitelist-process-type-enum.ts +33 -0
  119. package/models/index.ts +19 -0
  120. package/models/json-result-access-appointment-record-details-dto.ts +72 -0
  121. package/models/json-result-list-access-whitelist-application-process-details-dto.ts +72 -0
  122. package/models/json-result-page-dto-access-appointment-record-details-dto.ts +72 -0
  123. package/models/open-api-access-appointment-record-add-vo.ts +140 -0
  124. package/models/page-dto-access-appointment-record-details-dto.ts +39 -0
  125. package/models/system-user-msg-source-type-enum.ts +2 -1
  126. package/models/system-user-msg-type-enum.ts +2 -1
  127. package/package.json +1 -1
@@ -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 });
@@ -24,5 +24,6 @@ export declare const SystemUserMsgSourceTypeEnum: {
24
24
  readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
25
25
  readonly UserCertificateExpiration: "USER_CERTIFICATE_EXPIRATION";
26
26
  readonly AccessWhitelistApplicationApproval: "ACCESS_WHITELIST_APPLICATION_APPROVAL";
27
+ readonly AccessAppointmentApproval: "ACCESS_APPOINTMENT_APPROVAL";
27
28
  };
28
29
  export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
@@ -28,5 +28,6 @@ exports.SystemUserMsgSourceTypeEnum = {
28
28
  ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
29
29
  OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
30
30
  UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION',
31
- AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL'
31
+ AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL',
32
+ AccessAppointmentApproval: 'ACCESS_APPOINTMENT_APPROVAL'
32
33
  };
@@ -19,5 +19,6 @@ export declare const SystemUserMsgTypeEnum: {
19
19
  readonly WorkOrder: "WORK_ORDER";
20
20
  readonly UserCertificateExpiration: "USER_CERTIFICATE_EXPIRATION";
21
21
  readonly AccessWhitelistApplicationApproval: "ACCESS_WHITELIST_APPLICATION_APPROVAL";
22
+ readonly AccessAppointmentApproval: "ACCESS_APPOINTMENT_APPROVAL";
22
23
  };
23
24
  export type SystemUserMsgTypeEnum = typeof SystemUserMsgTypeEnum[keyof typeof SystemUserMsgTypeEnum];
@@ -23,5 +23,6 @@ exports.SystemUserMsgTypeEnum = {
23
23
  SystemNotice: 'SYSTEM_NOTICE',
24
24
  WorkOrder: 'WORK_ORDER',
25
25
  UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION',
26
- AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL'
26
+ AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL',
27
+ AccessAppointmentApproval: 'ACCESS_APPOINTMENT_APPROVAL'
27
28
  };
@@ -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 AccessAppointmentInternalStatusEnum = {
24
+ BusinessPending: 'BUSINESS_PENDING',
25
+ ParkPending: 'PARK_PENDING'
26
+ } as const;
27
+
28
+ export type AccessAppointmentInternalStatusEnum = typeof AccessAppointmentInternalStatusEnum[keyof typeof AccessAppointmentInternalStatusEnum];
29
+
30
+
31
+
@@ -0,0 +1,152 @@
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 { AccessAppointmentRecordInOtherInfoVo } from './access-appointment-record-in-other-info-vo';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { AccessAppointmentRecordOutOtherInfoVo } from './access-appointment-record-out-other-info-vo';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
27
+ import type { AccessDirectionEnum } from './access-direction-enum';
28
+ // May contain unused imports in some cases
29
+ // @ts-ignore
30
+ import type { AccessReasonEnum } from './access-reason-enum';
31
+ // May contain unused imports in some cases
32
+ // @ts-ignore
33
+ import type { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
34
+ // May contain unused imports in some cases
35
+ // @ts-ignore
36
+ import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
37
+ // May contain unused imports in some cases
38
+ // @ts-ignore
39
+ import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
40
+
41
+ /**
42
+ * 新增出入预约记录请求参数
43
+ * @export
44
+ * @interface AccessAppointmentRecordAddVo
45
+ */
46
+ export interface AccessAppointmentRecordAddVo {
47
+ /**
48
+ * 园区ID
49
+ * @type {number}
50
+ * @memberof AccessAppointmentRecordAddVo
51
+ */
52
+ 'parkId'?: number;
53
+ /**
54
+ *
55
+ * @type {AccessDirectionEnum}
56
+ * @memberof AccessAppointmentRecordAddVo
57
+ */
58
+ 'accessDirection'?: AccessDirectionEnum;
59
+ /**
60
+ * 访问公司ID
61
+ * @type {number}
62
+ * @memberof AccessAppointmentRecordAddVo
63
+ */
64
+ 'accessCompanyId'?: number;
65
+ /**
66
+ *
67
+ * @type {AccessVisitorPersonTypeEnum}
68
+ * @memberof AccessAppointmentRecordAddVo
69
+ */
70
+ 'accessVisitorPersonType'?: AccessVisitorPersonTypeEnum;
71
+ /**
72
+ *
73
+ * @type {AccessReasonEnum}
74
+ * @memberof AccessAppointmentRecordAddVo
75
+ */
76
+ 'accessReason'?: AccessReasonEnum;
77
+ /**
78
+ * 备注
79
+ * @type {string}
80
+ * @memberof AccessAppointmentRecordAddVo
81
+ */
82
+ 'remarks'?: string;
83
+ /**
84
+ * 所属单位
85
+ * @type {string}
86
+ * @memberof AccessAppointmentRecordAddVo
87
+ */
88
+ 'companyName'?: string;
89
+ /**
90
+ * 预约开始时间
91
+ * @type {string}
92
+ * @memberof AccessAppointmentRecordAddVo
93
+ */
94
+ 'appointmentStartTime'?: string;
95
+ /**
96
+ * 预约结束时间
97
+ * @type {string}
98
+ * @memberof AccessAppointmentRecordAddVo
99
+ */
100
+ 'appointmentEndTime'?: string;
101
+ /**
102
+ * 预约人姓名
103
+ * @type {string}
104
+ * @memberof AccessAppointmentRecordAddVo
105
+ */
106
+ 'appointmentName'?: string;
107
+ /**
108
+ * 预约人手机号
109
+ * @type {string}
110
+ * @memberof AccessAppointmentRecordAddVo
111
+ */
112
+ 'appointmentPhone'?: string;
113
+ /**
114
+ * 预约人车牌号
115
+ * @type {string}
116
+ * @memberof AccessAppointmentRecordAddVo
117
+ */
118
+ 'appointmentLicensePlate'?: string;
119
+ /**
120
+ *
121
+ * @type {AccessVehicleTypeEnum}
122
+ * @memberof AccessAppointmentRecordAddVo
123
+ */
124
+ 'vehicleType'?: AccessVehicleTypeEnum;
125
+ /**
126
+ *
127
+ * @type {AccessVehicleLengthEnum}
128
+ * @memberof AccessAppointmentRecordAddVo
129
+ */
130
+ 'vehicleLength'?: AccessVehicleLengthEnum;
131
+ /**
132
+ *
133
+ * @type {AccessAppointmentRecordInOtherInfoVo}
134
+ * @memberof AccessAppointmentRecordAddVo
135
+ */
136
+ 'inOtherInfo'?: AccessAppointmentRecordInOtherInfoVo;
137
+ /**
138
+ *
139
+ * @type {AccessAppointmentRecordOutOtherInfoVo}
140
+ * @memberof AccessAppointmentRecordAddVo
141
+ */
142
+ 'outOtherInfo'?: AccessAppointmentRecordOutOtherInfoVo;
143
+ /**
144
+ *
145
+ * @type {AccessAppointmentSourceEnum}
146
+ * @memberof AccessAppointmentRecordAddVo
147
+ */
148
+ 'appointmentSource'?: AccessAppointmentSourceEnum;
149
+ }
150
+
151
+
152
+
@@ -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
+ * @interface AccessAppointmentRecordApprovalVo
21
+ */
22
+ export interface AccessAppointmentRecordApprovalVo {
23
+ /**
24
+ * 是否通过审批
25
+ * @type {boolean}
26
+ * @memberof AccessAppointmentRecordApprovalVo
27
+ */
28
+ 'isApproved': boolean;
29
+ /**
30
+ * 拒绝理由
31
+ * @type {string}
32
+ * @memberof AccessAppointmentRecordApprovalVo
33
+ */
34
+ 'rejectReason'?: string;
35
+ }
36
+
@@ -0,0 +1,206 @@
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 { AccessAppointmentInternalStatusEnum } from './access-appointment-internal-status-enum';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { AccessAppointmentRecordInOtherInfoVo } from './access-appointment-record-in-other-info-vo';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { AccessAppointmentRecordOutOtherInfoVo } from './access-appointment-record-out-other-info-vo';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
27
+ import type { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
28
+ // May contain unused imports in some cases
29
+ // @ts-ignore
30
+ import type { AccessAppointmentStatusEnum } from './access-appointment-status-enum';
31
+ // May contain unused imports in some cases
32
+ // @ts-ignore
33
+ import type { AccessDirectionEnum } from './access-direction-enum';
34
+ // May contain unused imports in some cases
35
+ // @ts-ignore
36
+ import type { AccessReasonEnum } from './access-reason-enum';
37
+ // May contain unused imports in some cases
38
+ // @ts-ignore
39
+ import type { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
40
+ // May contain unused imports in some cases
41
+ // @ts-ignore
42
+ import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
43
+ // May contain unused imports in some cases
44
+ // @ts-ignore
45
+ import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
46
+
47
+ /**
48
+ * 出入预约记录详情
49
+ * @export
50
+ * @interface AccessAppointmentRecordDetailsDto
51
+ */
52
+ export interface AccessAppointmentRecordDetailsDto {
53
+ /**
54
+ * 出入ID
55
+ * @type {number}
56
+ * @memberof AccessAppointmentRecordDetailsDto
57
+ */
58
+ 'id'?: number;
59
+ /**
60
+ * 园区ID
61
+ * @type {number}
62
+ * @memberof AccessAppointmentRecordDetailsDto
63
+ */
64
+ 'parkId'?: number;
65
+ /**
66
+ *
67
+ * @type {AccessDirectionEnum}
68
+ * @memberof AccessAppointmentRecordDetailsDto
69
+ */
70
+ 'accessDirection'?: AccessDirectionEnum;
71
+ /**
72
+ * 预约单号
73
+ * @type {string}
74
+ * @memberof AccessAppointmentRecordDetailsDto
75
+ */
76
+ 'appointmentNo'?: string;
77
+ /**
78
+ * 访问公司ID
79
+ * @type {number}
80
+ * @memberof AccessAppointmentRecordDetailsDto
81
+ */
82
+ 'accessCompanyId'?: number;
83
+ /**
84
+ * 访问公司名称
85
+ * @type {string}
86
+ * @memberof AccessAppointmentRecordDetailsDto
87
+ */
88
+ 'accessCompanyName'?: string;
89
+ /**
90
+ *
91
+ * @type {AccessVisitorPersonTypeEnum}
92
+ * @memberof AccessAppointmentRecordDetailsDto
93
+ */
94
+ 'accessVisitorPersonType'?: AccessVisitorPersonTypeEnum;
95
+ /**
96
+ *
97
+ * @type {AccessReasonEnum}
98
+ * @memberof AccessAppointmentRecordDetailsDto
99
+ */
100
+ 'accessReason'?: AccessReasonEnum;
101
+ /**
102
+ * 备注
103
+ * @type {string}
104
+ * @memberof AccessAppointmentRecordDetailsDto
105
+ */
106
+ 'remarks'?: string;
107
+ /**
108
+ * 所属单位
109
+ * @type {string}
110
+ * @memberof AccessAppointmentRecordDetailsDto
111
+ */
112
+ 'companyName'?: string;
113
+ /**
114
+ * 预约开始时间
115
+ * @type {string}
116
+ * @memberof AccessAppointmentRecordDetailsDto
117
+ */
118
+ 'appointmentStartTime'?: string;
119
+ /**
120
+ * 预约结束时间
121
+ * @type {string}
122
+ * @memberof AccessAppointmentRecordDetailsDto
123
+ */
124
+ 'appointmentEndTime'?: string;
125
+ /**
126
+ * 预约人姓名
127
+ * @type {string}
128
+ * @memberof AccessAppointmentRecordDetailsDto
129
+ */
130
+ 'appointmentName'?: string;
131
+ /**
132
+ * 预约人手机号
133
+ * @type {string}
134
+ * @memberof AccessAppointmentRecordDetailsDto
135
+ */
136
+ 'appointmentPhone'?: string;
137
+ /**
138
+ * 预约人车牌号
139
+ * @type {string}
140
+ * @memberof AccessAppointmentRecordDetailsDto
141
+ */
142
+ 'appointmentLicensePlate'?: string;
143
+ /**
144
+ *
145
+ * @type {AccessVehicleTypeEnum}
146
+ * @memberof AccessAppointmentRecordDetailsDto
147
+ */
148
+ 'vehicleType'?: AccessVehicleTypeEnum;
149
+ /**
150
+ *
151
+ * @type {AccessVehicleLengthEnum}
152
+ * @memberof AccessAppointmentRecordDetailsDto
153
+ */
154
+ 'vehicleLength'?: AccessVehicleLengthEnum;
155
+ /**
156
+ *
157
+ * @type {AccessAppointmentStatusEnum}
158
+ * @memberof AccessAppointmentRecordDetailsDto
159
+ */
160
+ 'appointmentStatus'?: AccessAppointmentStatusEnum;
161
+ /**
162
+ *
163
+ * @type {AccessAppointmentInternalStatusEnum}
164
+ * @memberof AccessAppointmentRecordDetailsDto
165
+ */
166
+ 'appointmentInternalStatus'?: AccessAppointmentInternalStatusEnum;
167
+ /**
168
+ *
169
+ * @type {AccessAppointmentRecordInOtherInfoVo}
170
+ * @memberof AccessAppointmentRecordDetailsDto
171
+ */
172
+ 'inOtherInfo'?: AccessAppointmentRecordInOtherInfoVo;
173
+ /**
174
+ *
175
+ * @type {AccessAppointmentRecordOutOtherInfoVo}
176
+ * @memberof AccessAppointmentRecordDetailsDto
177
+ */
178
+ 'outOtherInfo'?: AccessAppointmentRecordOutOtherInfoVo;
179
+ /**
180
+ *
181
+ * @type {AccessAppointmentSourceEnum}
182
+ * @memberof AccessAppointmentRecordDetailsDto
183
+ */
184
+ 'appointmentSource'?: AccessAppointmentSourceEnum;
185
+ /**
186
+ * 来源单号
187
+ * @type {string}
188
+ * @memberof AccessAppointmentRecordDetailsDto
189
+ */
190
+ 'sourceId'?: string;
191
+ /**
192
+ * 发起人ID
193
+ * @type {number}
194
+ * @memberof AccessAppointmentRecordDetailsDto
195
+ */
196
+ 'initiateUserId'?: number;
197
+ /**
198
+ * 发起人小程序用户ID
199
+ * @type {number}
200
+ * @memberof AccessAppointmentRecordDetailsDto
201
+ */
202
+ 'initiateWxUserId'?: number;
203
+ }
204
+
205
+
206
+
@@ -0,0 +1,60 @@
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 AccessAppointmentRecordInOtherInfoVo
21
+ */
22
+ export interface AccessAppointmentRecordInOtherInfoVo {
23
+ /**
24
+ * 保险证明
25
+ * @type {Array<string>}
26
+ * @memberof AccessAppointmentRecordInOtherInfoVo
27
+ */
28
+ 'insuranceCertificateUrl'?: Array<string>;
29
+ /**
30
+ * 三级教育
31
+ * @type {Array<string>}
32
+ * @memberof AccessAppointmentRecordInOtherInfoVo
33
+ */
34
+ 'safetyEducationUrl'?: Array<string>;
35
+ /**
36
+ * 体检报告
37
+ * @type {Array<string>}
38
+ * @memberof AccessAppointmentRecordInOtherInfoVo
39
+ */
40
+ 'medicalReportUrl'?: Array<string>;
41
+ /**
42
+ * 劳务合同
43
+ * @type {Array<string>}
44
+ * @memberof AccessAppointmentRecordInOtherInfoVo
45
+ */
46
+ 'laborContractUrl'?: Array<string>;
47
+ /**
48
+ * 特殊工种作业证
49
+ * @type {Array<string>}
50
+ * @memberof AccessAppointmentRecordInOtherInfoVo
51
+ */
52
+ 'specialWorkPermitUrl'?: Array<string>;
53
+ /**
54
+ * 配货单
55
+ * @type {Array<string>}
56
+ * @memberof AccessAppointmentRecordInOtherInfoVo
57
+ */
58
+ 'deliveryNoteUrl'?: Array<string>;
59
+ }
60
+
@@ -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
+ * @interface AccessAppointmentRecordOutOtherInfoVo
21
+ */
22
+ export interface AccessAppointmentRecordOutOtherInfoVo {
23
+ /**
24
+ * 货物明细
25
+ * @type {string}
26
+ * @memberof AccessAppointmentRecordOutOtherInfoVo
27
+ */
28
+ 'goodsDetails'?: string;
29
+ /**
30
+ * 图片
31
+ * @type {Array<string>}
32
+ * @memberof AccessAppointmentRecordOutOtherInfoVo
33
+ */
34
+ 'images'?: Array<string>;
35
+ }
36
+
@@ -0,0 +1,34 @@
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 AccessAppointmentSourceEnum = {
24
+ Zhyq: 'ZHYQ',
25
+ Zjt: 'ZJT',
26
+ Vmi: 'VMI',
27
+ Fam: 'FAM',
28
+ Tms: 'TMS'
29
+ } as const;
30
+
31
+ export type AccessAppointmentSourceEnum = typeof AccessAppointmentSourceEnum[keyof typeof AccessAppointmentSourceEnum];
32
+
33
+
34
+
@@ -0,0 +1,35 @@
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 AccessAppointmentStatusEnum = {
24
+ EntryPending: 'ENTRY_PENDING',
25
+ EntryApproved: 'ENTRY_APPROVED',
26
+ EntryRejected: 'ENTRY_REJECTED',
27
+ ExitPending: 'EXIT_PENDING',
28
+ ExitApproved: 'EXIT_APPROVED',
29
+ ExitRejected: 'EXIT_REJECTED'
30
+ } as const;
31
+
32
+ export type AccessAppointmentStatusEnum = typeof AccessAppointmentStatusEnum[keyof typeof AccessAppointmentStatusEnum];
33
+
34
+
35
+
@@ -22,7 +22,7 @@
22
22
 
23
23
  export const AccessApprovalConfigEnum = {
24
24
  WhiteListApply: 'WHITE_LIST_APPLY',
25
- VisitorReservation: 'VISITOR_RESERVATION'
25
+ VisitorAppointment: 'VISITOR_APPOINTMENT'
26
26
  } as const;
27
27
 
28
28
  export type AccessApprovalConfigEnum = typeof AccessApprovalConfigEnum[keyof typeof AccessApprovalConfigEnum];
@@ -0,0 +1,32 @@
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 AccessDirectionEnum = {
24
+ In: 'IN',
25
+ Out: 'OUT',
26
+ InOut: 'IN_OUT'
27
+ } as const;
28
+
29
+ export type AccessDirectionEnum = typeof AccessDirectionEnum[keyof typeof AccessDirectionEnum];
30
+
31
+
32
+