@gizone/rrs-client 4.2.0-alpha.314 → 4.2.0-alpha.316

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 (73) hide show
  1. package/.openapi-generator/FILES +11 -0
  2. package/apis/access-api.ts +325 -0
  3. package/dist/apis/access-api.d.ts +177 -0
  4. package/dist/apis/access-api.js +198 -0
  5. package/dist/esm/apis/access-api.d.ts +177 -0
  6. package/dist/esm/apis/access-api.js +198 -0
  7. package/dist/esm/models/access-abnormal-type-enum.d.ts +21 -0
  8. package/dist/esm/models/access-abnormal-type-enum.js +22 -0
  9. package/dist/esm/models/access-object-type-enum.d.ts +25 -0
  10. package/dist/esm/models/access-object-type-enum.js +26 -0
  11. package/dist/esm/models/access-record-details-dto.d.ts +146 -0
  12. package/dist/esm/models/access-record-details-dto.js +14 -0
  13. package/dist/esm/models/access-record-summary-details-dto.d.ts +176 -0
  14. package/dist/esm/models/access-record-summary-details-dto.js +14 -0
  15. package/dist/esm/models/access-record-summary-list-dto.d.ts +163 -0
  16. package/dist/esm/models/access-record-summary-list-dto.js +14 -0
  17. package/dist/esm/models/access-release-method-enum.d.ts +21 -0
  18. package/dist/esm/models/access-release-method-enum.js +22 -0
  19. package/dist/esm/models/access-type-enum.d.ts +21 -0
  20. package/dist/esm/models/access-type-enum.js +22 -0
  21. package/dist/esm/models/access-whitelist-duration-type-enum.d.ts +21 -0
  22. package/dist/esm/models/access-whitelist-duration-type-enum.js +22 -0
  23. package/dist/esm/models/index.d.ts +11 -0
  24. package/dist/esm/models/index.js +11 -0
  25. package/dist/esm/models/json-result-access-record-summary-details-dto.d.ts +62 -0
  26. package/dist/esm/models/json-result-access-record-summary-details-dto.js +14 -0
  27. package/dist/esm/models/json-result-page-dto-access-record-summary-list-dto.d.ts +62 -0
  28. package/dist/esm/models/json-result-page-dto-access-record-summary-list-dto.js +14 -0
  29. package/dist/esm/models/page-dto-access-record-summary-list-dto.d.ts +31 -0
  30. package/dist/esm/models/page-dto-access-record-summary-list-dto.js +14 -0
  31. package/dist/esm/models/space-add-vo.d.ts +1 -1
  32. package/dist/esm/models/space-edit-vo.d.ts +1 -1
  33. package/dist/models/access-abnormal-type-enum.d.ts +21 -0
  34. package/dist/models/access-abnormal-type-enum.js +25 -0
  35. package/dist/models/access-object-type-enum.d.ts +25 -0
  36. package/dist/models/access-object-type-enum.js +29 -0
  37. package/dist/models/access-record-details-dto.d.ts +146 -0
  38. package/dist/models/access-record-details-dto.js +15 -0
  39. package/dist/models/access-record-summary-details-dto.d.ts +176 -0
  40. package/dist/models/access-record-summary-details-dto.js +15 -0
  41. package/dist/models/access-record-summary-list-dto.d.ts +163 -0
  42. package/dist/models/access-record-summary-list-dto.js +15 -0
  43. package/dist/models/access-release-method-enum.d.ts +21 -0
  44. package/dist/models/access-release-method-enum.js +25 -0
  45. package/dist/models/access-type-enum.d.ts +21 -0
  46. package/dist/models/access-type-enum.js +25 -0
  47. package/dist/models/access-whitelist-duration-type-enum.d.ts +21 -0
  48. package/dist/models/access-whitelist-duration-type-enum.js +25 -0
  49. package/dist/models/index.d.ts +11 -0
  50. package/dist/models/index.js +11 -0
  51. package/dist/models/json-result-access-record-summary-details-dto.d.ts +62 -0
  52. package/dist/models/json-result-access-record-summary-details-dto.js +15 -0
  53. package/dist/models/json-result-page-dto-access-record-summary-list-dto.d.ts +62 -0
  54. package/dist/models/json-result-page-dto-access-record-summary-list-dto.js +15 -0
  55. package/dist/models/page-dto-access-record-summary-list-dto.d.ts +31 -0
  56. package/dist/models/page-dto-access-record-summary-list-dto.js +15 -0
  57. package/dist/models/space-add-vo.d.ts +1 -1
  58. package/dist/models/space-edit-vo.d.ts +1 -1
  59. package/models/access-abnormal-type-enum.ts +31 -0
  60. package/models/access-object-type-enum.ts +35 -0
  61. package/models/access-record-details-dto.ts +170 -0
  62. package/models/access-record-summary-details-dto.ts +200 -0
  63. package/models/access-record-summary-list-dto.ts +185 -0
  64. package/models/access-release-method-enum.ts +31 -0
  65. package/models/access-type-enum.ts +31 -0
  66. package/models/access-whitelist-duration-type-enum.ts +31 -0
  67. package/models/index.ts +11 -0
  68. package/models/json-result-access-record-summary-details-dto.ts +72 -0
  69. package/models/json-result-page-dto-access-record-summary-list-dto.ts +72 -0
  70. package/models/page-dto-access-record-summary-list-dto.ts +39 -0
  71. package/models/space-add-vo.ts +1 -1
  72. package/models/space-edit-vo.ts +1 -1
  73. package/package.json +1 -1
@@ -0,0 +1,25 @@
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.AccessAbnormalTypeEnum = void 0;
17
+ /**
18
+ * 异常类型
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.AccessAbnormalTypeEnum = {
23
+ NoEntry: 'NO_ENTRY',
24
+ NoExit: 'NO_EXIT'
25
+ };
@@ -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
+ /**
13
+ * 出入访问对象类型枚举
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare const AccessObjectTypeEnum: {
18
+ readonly TempPerson: "TEMP_PERSON";
19
+ readonly FixedPerson: "FIXED_PERSON";
20
+ readonly TempBus: "TEMP_BUS";
21
+ readonly FixedBus: "FIXED_BUS";
22
+ readonly TempTruck: "TEMP_TRUCK";
23
+ readonly FixedTruck: "FIXED_TRUCK";
24
+ };
25
+ export type AccessObjectTypeEnum = typeof AccessObjectTypeEnum[keyof typeof AccessObjectTypeEnum];
@@ -0,0 +1,29 @@
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.AccessObjectTypeEnum = void 0;
17
+ /**
18
+ * 出入访问对象类型枚举
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.AccessObjectTypeEnum = {
23
+ TempPerson: 'TEMP_PERSON',
24
+ FixedPerson: 'FIXED_PERSON',
25
+ TempBus: 'TEMP_BUS',
26
+ FixedBus: 'FIXED_BUS',
27
+ TempTruck: 'TEMP_TRUCK',
28
+ FixedTruck: 'FIXED_TRUCK'
29
+ };
@@ -0,0 +1,146 @@
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 { AccessDirectionEnum } from './access-direction-enum';
13
+ import type { AccessObjectTypeEnum } from './access-object-type-enum';
14
+ import type { AccessReasonEnum } from './access-reason-enum';
15
+ import type { AccessReleaseMethodEnum } from './access-release-method-enum';
16
+ import type { AccessTypeEnum } from './access-type-enum';
17
+ import type { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
18
+ import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
19
+ import type { AccessWhitelistDurationTypeEnum } from './access-whitelist-duration-type-enum';
20
+ /**
21
+ * 出入访问记录详情 DTO
22
+ * @export
23
+ * @interface AccessRecordDetailsDto
24
+ */
25
+ export interface AccessRecordDetailsDto {
26
+ /**
27
+ * id
28
+ * @type {number}
29
+ * @memberof AccessRecordDetailsDto
30
+ */
31
+ 'id'?: number;
32
+ /**
33
+ * 园区ID
34
+ * @type {number}
35
+ * @memberof AccessRecordDetailsDto
36
+ */
37
+ 'parkId'?: number;
38
+ /**
39
+ * 出入编号
40
+ * @type {string}
41
+ * @memberof AccessRecordDetailsDto
42
+ */
43
+ 'accessNo'?: string;
44
+ /**
45
+ *
46
+ * @type {AccessDirectionEnum}
47
+ * @memberof AccessRecordDetailsDto
48
+ */
49
+ 'accessDirection'?: AccessDirectionEnum;
50
+ /**
51
+ *
52
+ * @type {AccessTypeEnum}
53
+ * @memberof AccessRecordDetailsDto
54
+ */
55
+ 'accessType'?: AccessTypeEnum;
56
+ /**
57
+ *
58
+ * @type {AccessWhitelistDurationTypeEnum}
59
+ * @memberof AccessRecordDetailsDto
60
+ */
61
+ 'accessWhitelistDurationType'?: AccessWhitelistDurationTypeEnum;
62
+ /**
63
+ * 车牌号
64
+ * @type {string}
65
+ * @memberof AccessRecordDetailsDto
66
+ */
67
+ 'licensePlate'?: string;
68
+ /**
69
+ *
70
+ * @type {AccessVehicleTypeEnum}
71
+ * @memberof AccessRecordDetailsDto
72
+ */
73
+ 'vehicleType'?: AccessVehicleTypeEnum;
74
+ /**
75
+ *
76
+ * @type {AccessVehicleLengthEnum}
77
+ * @memberof AccessRecordDetailsDto
78
+ */
79
+ 'vehicleLength'?: AccessVehicleLengthEnum;
80
+ /**
81
+ * 用户名称
82
+ * @type {string}
83
+ * @memberof AccessRecordDetailsDto
84
+ */
85
+ 'userName'?: string;
86
+ /**
87
+ * 手机号
88
+ * @type {string}
89
+ * @memberof AccessRecordDetailsDto
90
+ */
91
+ 'phone'?: string;
92
+ /**
93
+ * 访问公司ID
94
+ * @type {number}
95
+ * @memberof AccessRecordDetailsDto
96
+ */
97
+ 'accessCompanyId'?: number;
98
+ /**
99
+ * 访问公司名称
100
+ * @type {string}
101
+ * @memberof AccessRecordDetailsDto
102
+ */
103
+ 'accessCompanyName'?: string;
104
+ /**
105
+ * 出入时间
106
+ * @type {string}
107
+ * @memberof AccessRecordDetailsDto
108
+ */
109
+ 'accessTime'?: string;
110
+ /**
111
+ * 出入照片
112
+ * @type {Array<string>}
113
+ * @memberof AccessRecordDetailsDto
114
+ */
115
+ 'accessPhotos'?: Array<string>;
116
+ /**
117
+ *
118
+ * @type {AccessReleaseMethodEnum}
119
+ * @memberof AccessRecordDetailsDto
120
+ */
121
+ 'releaseMethod'?: AccessReleaseMethodEnum;
122
+ /**
123
+ *
124
+ * @type {AccessReasonEnum}
125
+ * @memberof AccessRecordDetailsDto
126
+ */
127
+ 'accessReason'?: AccessReasonEnum;
128
+ /**
129
+ *
130
+ * @type {AccessObjectTypeEnum}
131
+ * @memberof AccessRecordDetailsDto
132
+ */
133
+ 'accessObjectType'?: AccessObjectTypeEnum;
134
+ /**
135
+ * 预约ID
136
+ * @type {number}
137
+ * @memberof AccessRecordDetailsDto
138
+ */
139
+ 'accessAppointmentId'?: number;
140
+ /**
141
+ * 预约单号
142
+ * @type {string}
143
+ * @memberof AccessRecordDetailsDto
144
+ */
145
+ 'accessAppointmentNo'?: string;
146
+ }
@@ -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,176 @@
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 { AccessAbnormalTypeEnum } from './access-abnormal-type-enum';
13
+ import type { AccessObjectTypeEnum } from './access-object-type-enum';
14
+ import type { AccessReasonEnum } from './access-reason-enum';
15
+ import type { AccessRecordDetailsDto } from './access-record-details-dto';
16
+ import type { AccessReleaseMethodEnum } from './access-release-method-enum';
17
+ import type { AccessTypeEnum } from './access-type-enum';
18
+ import type { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
19
+ import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
20
+ /**
21
+ * 出入记录统计详情 DTO
22
+ * @export
23
+ * @interface AccessRecordSummaryDetailsDto
24
+ */
25
+ export interface AccessRecordSummaryDetailsDto {
26
+ /**
27
+ * 出入记录统计id
28
+ * @type {number}
29
+ * @memberof AccessRecordSummaryDetailsDto
30
+ */
31
+ 'id'?: number;
32
+ /**
33
+ * 园区ID
34
+ * @type {number}
35
+ * @memberof AccessRecordSummaryDetailsDto
36
+ */
37
+ 'parkId'?: number;
38
+ /**
39
+ * 车牌号
40
+ * @type {string}
41
+ * @memberof AccessRecordSummaryDetailsDto
42
+ */
43
+ 'licensePlate'?: string;
44
+ /**
45
+ *
46
+ * @type {AccessVehicleTypeEnum}
47
+ * @memberof AccessRecordSummaryDetailsDto
48
+ */
49
+ 'vehicleType'?: AccessVehicleTypeEnum;
50
+ /**
51
+ *
52
+ * @type {AccessVehicleLengthEnum}
53
+ * @memberof AccessRecordSummaryDetailsDto
54
+ */
55
+ 'vehicleLength'?: AccessVehicleLengthEnum;
56
+ /**
57
+ * 用户名称
58
+ * @type {string}
59
+ * @memberof AccessRecordSummaryDetailsDto
60
+ */
61
+ 'userName'?: string;
62
+ /**
63
+ * 手机号
64
+ * @type {string}
65
+ * @memberof AccessRecordSummaryDetailsDto
66
+ */
67
+ 'phone'?: string;
68
+ /**
69
+ * 访问公司
70
+ * @type {number}
71
+ * @memberof AccessRecordSummaryDetailsDto
72
+ */
73
+ 'accessCompanyId'?: number;
74
+ /**
75
+ * 访问公司名称
76
+ * @type {string}
77
+ * @memberof AccessRecordSummaryDetailsDto
78
+ */
79
+ 'accessCompanyName'?: string;
80
+ /**
81
+ * 入园时间
82
+ * @type {string}
83
+ * @memberof AccessRecordSummaryDetailsDto
84
+ */
85
+ 'inTime'?: string;
86
+ /**
87
+ * 出园时间
88
+ * @type {string}
89
+ * @memberof AccessRecordSummaryDetailsDto
90
+ */
91
+ 'outTime'?: string;
92
+ /**
93
+ * 在园时长(秒)
94
+ * @type {number}
95
+ * @memberof AccessRecordSummaryDetailsDto
96
+ */
97
+ 'inParkDuration'?: number;
98
+ /**
99
+ *
100
+ * @type {AccessReasonEnum}
101
+ * @memberof AccessRecordSummaryDetailsDto
102
+ */
103
+ 'accessReason'?: AccessReasonEnum;
104
+ /**
105
+ *
106
+ * @type {AccessTypeEnum}
107
+ * @memberof AccessRecordSummaryDetailsDto
108
+ */
109
+ 'accessType'?: AccessTypeEnum;
110
+ /**
111
+ * 出入状态 1:未出园 2:已出园
112
+ * @type {number}
113
+ * @memberof AccessRecordSummaryDetailsDto
114
+ */
115
+ 'accessStatus'?: number;
116
+ /**
117
+ *
118
+ * @type {AccessReleaseMethodEnum}
119
+ * @memberof AccessRecordSummaryDetailsDto
120
+ */
121
+ 'releaseMethod'?: AccessReleaseMethodEnum;
122
+ /**
123
+ * 预约id
124
+ * @type {number}
125
+ * @memberof AccessRecordSummaryDetailsDto
126
+ */
127
+ 'accessAppointmentId'?: number;
128
+ /**
129
+ * 预约单号
130
+ * @type {string}
131
+ * @memberof AccessRecordSummaryDetailsDto
132
+ */
133
+ 'accessAppointmentNo'?: string;
134
+ /**
135
+ *
136
+ * @type {AccessObjectTypeEnum}
137
+ * @memberof AccessRecordSummaryDetailsDto
138
+ */
139
+ 'accessObjectType'?: AccessObjectTypeEnum;
140
+ /**
141
+ * 是否异常
142
+ * @type {boolean}
143
+ * @memberof AccessRecordSummaryDetailsDto
144
+ */
145
+ 'isAbnormal'?: boolean;
146
+ /**
147
+ *
148
+ * @type {AccessAbnormalTypeEnum}
149
+ * @memberof AccessRecordSummaryDetailsDto
150
+ */
151
+ 'accessAbnormalType'?: AccessAbnormalTypeEnum;
152
+ /**
153
+ * 入园记录ID
154
+ * @type {number}
155
+ * @memberof AccessRecordSummaryDetailsDto
156
+ */
157
+ 'inAccessRecordId'?: number;
158
+ /**
159
+ * 出园记录ID
160
+ * @type {number}
161
+ * @memberof AccessRecordSummaryDetailsDto
162
+ */
163
+ 'outAccessRecordId'?: number;
164
+ /**
165
+ *
166
+ * @type {AccessRecordDetailsDto}
167
+ * @memberof AccessRecordSummaryDetailsDto
168
+ */
169
+ 'inAccessRecordDetails'?: AccessRecordDetailsDto;
170
+ /**
171
+ *
172
+ * @type {AccessRecordDetailsDto}
173
+ * @memberof AccessRecordSummaryDetailsDto
174
+ */
175
+ 'outAccessRecordDetails'?: AccessRecordDetailsDto;
176
+ }
@@ -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,163 @@
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 { AccessAbnormalTypeEnum } from './access-abnormal-type-enum';
13
+ import type { AccessObjectTypeEnum } from './access-object-type-enum';
14
+ import type { AccessReasonEnum } from './access-reason-enum';
15
+ import type { AccessReleaseMethodEnum } from './access-release-method-enum';
16
+ import type { AccessTypeEnum } from './access-type-enum';
17
+ import type { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
18
+ import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
19
+ /**
20
+ * 出入记录统计列表 DTO
21
+ * @export
22
+ * @interface AccessRecordSummaryListDto
23
+ */
24
+ export interface AccessRecordSummaryListDto {
25
+ /**
26
+ *
27
+ * @type {number}
28
+ * @memberof AccessRecordSummaryListDto
29
+ */
30
+ 'id'?: number;
31
+ /**
32
+ * 园区ID
33
+ * @type {number}
34
+ * @memberof AccessRecordSummaryListDto
35
+ */
36
+ 'parkId'?: number;
37
+ /**
38
+ * 车牌号
39
+ * @type {string}
40
+ * @memberof AccessRecordSummaryListDto
41
+ */
42
+ 'licensePlate'?: string;
43
+ /**
44
+ *
45
+ * @type {AccessVehicleTypeEnum}
46
+ * @memberof AccessRecordSummaryListDto
47
+ */
48
+ 'vehicleType'?: AccessVehicleTypeEnum;
49
+ /**
50
+ *
51
+ * @type {AccessVehicleLengthEnum}
52
+ * @memberof AccessRecordSummaryListDto
53
+ */
54
+ 'vehicleLength'?: AccessVehicleLengthEnum;
55
+ /**
56
+ * 用户名称
57
+ * @type {string}
58
+ * @memberof AccessRecordSummaryListDto
59
+ */
60
+ 'userName'?: string;
61
+ /**
62
+ * 手机号
63
+ * @type {string}
64
+ * @memberof AccessRecordSummaryListDto
65
+ */
66
+ 'phone'?: string;
67
+ /**
68
+ * 访问公司
69
+ * @type {number}
70
+ * @memberof AccessRecordSummaryListDto
71
+ */
72
+ 'accessCompanyId'?: number;
73
+ /**
74
+ * 访问公司名称
75
+ * @type {string}
76
+ * @memberof AccessRecordSummaryListDto
77
+ */
78
+ 'accessCompanyName'?: string;
79
+ /**
80
+ * 入园时间
81
+ * @type {string}
82
+ * @memberof AccessRecordSummaryListDto
83
+ */
84
+ 'inTime'?: string;
85
+ /**
86
+ * 出园时间
87
+ * @type {string}
88
+ * @memberof AccessRecordSummaryListDto
89
+ */
90
+ 'outTime'?: string;
91
+ /**
92
+ * 在园时长(秒)
93
+ * @type {number}
94
+ * @memberof AccessRecordSummaryListDto
95
+ */
96
+ 'inParkDuration'?: number;
97
+ /**
98
+ *
99
+ * @type {AccessReasonEnum}
100
+ * @memberof AccessRecordSummaryListDto
101
+ */
102
+ 'accessReason'?: AccessReasonEnum;
103
+ /**
104
+ *
105
+ * @type {AccessTypeEnum}
106
+ * @memberof AccessRecordSummaryListDto
107
+ */
108
+ 'accessType'?: AccessTypeEnum;
109
+ /**
110
+ * 出入状态 1:未出园 2:已出园
111
+ * @type {number}
112
+ * @memberof AccessRecordSummaryListDto
113
+ */
114
+ 'accessStatus'?: number;
115
+ /**
116
+ *
117
+ * @type {AccessReleaseMethodEnum}
118
+ * @memberof AccessRecordSummaryListDto
119
+ */
120
+ 'releaseMethod'?: AccessReleaseMethodEnum;
121
+ /**
122
+ * 预约id
123
+ * @type {number}
124
+ * @memberof AccessRecordSummaryListDto
125
+ */
126
+ 'accessAppointmentId'?: number;
127
+ /**
128
+ * 预约单号
129
+ * @type {string}
130
+ * @memberof AccessRecordSummaryListDto
131
+ */
132
+ 'accessAppointmentNo'?: string;
133
+ /**
134
+ *
135
+ * @type {AccessObjectTypeEnum}
136
+ * @memberof AccessRecordSummaryListDto
137
+ */
138
+ 'accessObjectType'?: AccessObjectTypeEnum;
139
+ /**
140
+ * 是否异常
141
+ * @type {boolean}
142
+ * @memberof AccessRecordSummaryListDto
143
+ */
144
+ 'isAbnormal'?: boolean;
145
+ /**
146
+ *
147
+ * @type {AccessAbnormalTypeEnum}
148
+ * @memberof AccessRecordSummaryListDto
149
+ */
150
+ 'accessAbnormalType'?: AccessAbnormalTypeEnum;
151
+ /**
152
+ * 入园记录ID
153
+ * @type {number}
154
+ * @memberof AccessRecordSummaryListDto
155
+ */
156
+ 'inAccessRecordId'?: number;
157
+ /**
158
+ * 出园记录ID
159
+ * @type {number}
160
+ * @memberof AccessRecordSummaryListDto
161
+ */
162
+ 'outAccessRecordId'?: number;
163
+ }
@@ -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,21 @@
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 AccessReleaseMethodEnum: {
18
+ readonly LicenseRecognition: "LICENSE_RECOGNITION";
19
+ readonly Manual: "MANUAL";
20
+ };
21
+ export type AccessReleaseMethodEnum = typeof AccessReleaseMethodEnum[keyof typeof AccessReleaseMethodEnum];
@@ -0,0 +1,25 @@
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.AccessReleaseMethodEnum = void 0;
17
+ /**
18
+ * 出入记录放行方式枚举
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.AccessReleaseMethodEnum = {
23
+ LicenseRecognition: 'LICENSE_RECOGNITION',
24
+ Manual: 'MANUAL'
25
+ };
@@ -0,0 +1,21 @@
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 AccessTypeEnum: {
18
+ readonly Person: "PERSON";
19
+ readonly Vehicle: "VEHICLE";
20
+ };
21
+ export type AccessTypeEnum = typeof AccessTypeEnum[keyof typeof AccessTypeEnum];