@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
@@ -814,6 +814,120 @@ export const AccessApiAxiosParamCreator = function (configuration) {
814
814
  options: localVarRequestOptions,
815
815
  };
816
816
  }),
817
+ /**
818
+ *
819
+ * @summary 查询出入记录详情
820
+ * @param {number} id
821
+ * @param {*} [options] Override http request option.
822
+ * @throws {RequiredError}
823
+ */
824
+ accessRecordSummaryDetails: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
825
+ // verify required parameter 'id' is not null or undefined
826
+ assertParamExists('accessRecordSummaryDetails', 'id', id);
827
+ const localVarPath = `/access/record/summary/{id}`
828
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
829
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
830
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
831
+ let baseOptions;
832
+ if (configuration) {
833
+ baseOptions = configuration.baseOptions;
834
+ }
835
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
836
+ const localVarHeaderParameter = {};
837
+ const localVarQueryParameter = {};
838
+ // authentication tokenScheme required
839
+ // http bearer authentication required
840
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
841
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
842
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
843
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
844
+ return {
845
+ url: toPathString(localVarUrlObj),
846
+ options: localVarRequestOptions,
847
+ };
848
+ }),
849
+ /**
850
+ *
851
+ * @summary 查询出入记录分页列表
852
+ * @param {number} parkId 园区ID
853
+ * @param {number} page 页码
854
+ * @param {number} pageSize 每页条数
855
+ * @param {string} [searchValue] 关键字
856
+ * @param {AccessTypeEnum} [accessType] 出入类型
857
+ * @param {Array<AccessObjectTypeEnum>} [accessObjectTypes] 出入对象类型
858
+ * @param {Array<number>} [accessCompanyIds] 访问公司ID列表
859
+ * @param {boolean} [isAbnormal] 是否异常
860
+ * @param {string} [startTime] 开始时间
861
+ * @param {string} [endTime] 结束时间
862
+ * @param {Array<AccessReleaseMethodEnum>} [releaseMethods] 放行方式
863
+ * @param {*} [options] Override http request option.
864
+ * @throws {RequiredError}
865
+ */
866
+ accessRecordSummaryPageList: (parkId_1, page_1, pageSize_1, searchValue_1, accessType_1, accessObjectTypes_1, accessCompanyIds_1, isAbnormal_1, startTime_1, endTime_1, releaseMethods_1, ...args_1) => __awaiter(this, [parkId_1, page_1, pageSize_1, searchValue_1, accessType_1, accessObjectTypes_1, accessCompanyIds_1, isAbnormal_1, startTime_1, endTime_1, releaseMethods_1, ...args_1], void 0, function* (parkId, page, pageSize, searchValue, accessType, accessObjectTypes, accessCompanyIds, isAbnormal, startTime, endTime, releaseMethods, options = {}) {
867
+ // verify required parameter 'parkId' is not null or undefined
868
+ assertParamExists('accessRecordSummaryPageList', 'parkId', parkId);
869
+ // verify required parameter 'page' is not null or undefined
870
+ assertParamExists('accessRecordSummaryPageList', 'page', page);
871
+ // verify required parameter 'pageSize' is not null or undefined
872
+ assertParamExists('accessRecordSummaryPageList', 'pageSize', pageSize);
873
+ const localVarPath = `/access/record/summary`;
874
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
875
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
876
+ let baseOptions;
877
+ if (configuration) {
878
+ baseOptions = configuration.baseOptions;
879
+ }
880
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
881
+ const localVarHeaderParameter = {};
882
+ const localVarQueryParameter = {};
883
+ // authentication tokenScheme required
884
+ // http bearer authentication required
885
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
886
+ if (parkId !== undefined) {
887
+ localVarQueryParameter['parkId'] = parkId;
888
+ }
889
+ if (searchValue !== undefined) {
890
+ localVarQueryParameter['searchValue'] = searchValue;
891
+ }
892
+ if (page !== undefined) {
893
+ localVarQueryParameter['page'] = page;
894
+ }
895
+ if (pageSize !== undefined) {
896
+ localVarQueryParameter['pageSize'] = pageSize;
897
+ }
898
+ if (accessType !== undefined) {
899
+ localVarQueryParameter['accessType'] = accessType;
900
+ }
901
+ if (accessObjectTypes) {
902
+ localVarQueryParameter['accessObjectTypes'] = accessObjectTypes;
903
+ }
904
+ if (accessCompanyIds) {
905
+ localVarQueryParameter['accessCompanyIds'] = accessCompanyIds;
906
+ }
907
+ if (isAbnormal !== undefined) {
908
+ localVarQueryParameter['isAbnormal'] = isAbnormal;
909
+ }
910
+ if (startTime !== undefined) {
911
+ localVarQueryParameter['startTime'] = (startTime instanceof Date) ?
912
+ startTime.toISOString() :
913
+ startTime;
914
+ }
915
+ if (endTime !== undefined) {
916
+ localVarQueryParameter['endTime'] = (endTime instanceof Date) ?
917
+ endTime.toISOString() :
918
+ endTime;
919
+ }
920
+ if (releaseMethods) {
921
+ localVarQueryParameter['releaseMethods'] = releaseMethods;
922
+ }
923
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
924
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
925
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
926
+ return {
927
+ url: toPathString(localVarUrlObj),
928
+ options: localVarRequestOptions,
929
+ };
930
+ }),
817
931
  /**
818
932
  *
819
933
  * @summary 新增车辆出入记录
@@ -1915,6 +2029,48 @@ export const AccessApiFp = function (configuration) {
1915
2029
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1916
2030
  });
1917
2031
  },
2032
+ /**
2033
+ *
2034
+ * @summary 查询出入记录详情
2035
+ * @param {number} id
2036
+ * @param {*} [options] Override http request option.
2037
+ * @throws {RequiredError}
2038
+ */
2039
+ accessRecordSummaryDetails(id, options) {
2040
+ return __awaiter(this, void 0, void 0, function* () {
2041
+ var _a, _b, _c;
2042
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessRecordSummaryDetails(id, options);
2043
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2044
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessRecordSummaryDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2045
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2046
+ });
2047
+ },
2048
+ /**
2049
+ *
2050
+ * @summary 查询出入记录分页列表
2051
+ * @param {number} parkId 园区ID
2052
+ * @param {number} page 页码
2053
+ * @param {number} pageSize 每页条数
2054
+ * @param {string} [searchValue] 关键字
2055
+ * @param {AccessTypeEnum} [accessType] 出入类型
2056
+ * @param {Array<AccessObjectTypeEnum>} [accessObjectTypes] 出入对象类型
2057
+ * @param {Array<number>} [accessCompanyIds] 访问公司ID列表
2058
+ * @param {boolean} [isAbnormal] 是否异常
2059
+ * @param {string} [startTime] 开始时间
2060
+ * @param {string} [endTime] 结束时间
2061
+ * @param {Array<AccessReleaseMethodEnum>} [releaseMethods] 放行方式
2062
+ * @param {*} [options] Override http request option.
2063
+ * @throws {RequiredError}
2064
+ */
2065
+ accessRecordSummaryPageList(parkId, page, pageSize, searchValue, accessType, accessObjectTypes, accessCompanyIds, isAbnormal, startTime, endTime, releaseMethods, options) {
2066
+ return __awaiter(this, void 0, void 0, function* () {
2067
+ var _a, _b, _c;
2068
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessRecordSummaryPageList(parkId, page, pageSize, searchValue, accessType, accessObjectTypes, accessCompanyIds, isAbnormal, startTime, endTime, releaseMethods, options);
2069
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2070
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessRecordSummaryPageList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2071
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2072
+ });
2073
+ },
1918
2074
  /**
1919
2075
  *
1920
2076
  * @summary 新增车辆出入记录
@@ -2471,6 +2627,26 @@ export const AccessApiFactory = function (configuration, basePath, axios) {
2471
2627
  accessRecordPersonAdd(requestParameters, options) {
2472
2628
  return localVarFp.accessRecordPersonAdd(requestParameters.accessRecordVehicleAddVo, options).then((request) => request(axios, basePath));
2473
2629
  },
2630
+ /**
2631
+ *
2632
+ * @summary 查询出入记录详情
2633
+ * @param {AccessApiAccessRecordSummaryDetailsRequest} requestParameters Request parameters.
2634
+ * @param {*} [options] Override http request option.
2635
+ * @throws {RequiredError}
2636
+ */
2637
+ accessRecordSummaryDetails(requestParameters, options) {
2638
+ return localVarFp.accessRecordSummaryDetails(requestParameters.id, options).then((request) => request(axios, basePath));
2639
+ },
2640
+ /**
2641
+ *
2642
+ * @summary 查询出入记录分页列表
2643
+ * @param {AccessApiAccessRecordSummaryPageListRequest} requestParameters Request parameters.
2644
+ * @param {*} [options] Override http request option.
2645
+ * @throws {RequiredError}
2646
+ */
2647
+ accessRecordSummaryPageList(requestParameters, options) {
2648
+ return localVarFp.accessRecordSummaryPageList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.accessType, requestParameters.accessObjectTypes, requestParameters.accessCompanyIds, requestParameters.isAbnormal, requestParameters.startTime, requestParameters.endTime, requestParameters.releaseMethods, options).then((request) => request(axios, basePath));
2649
+ },
2474
2650
  /**
2475
2651
  *
2476
2652
  * @summary 新增车辆出入记录
@@ -2908,6 +3084,28 @@ export class AccessApi extends BaseAPI {
2908
3084
  accessRecordPersonAdd(requestParameters, options) {
2909
3085
  return AccessApiFp(this.configuration).accessRecordPersonAdd(requestParameters.accessRecordVehicleAddVo, options).then((request) => request(this.axios, this.basePath));
2910
3086
  }
3087
+ /**
3088
+ *
3089
+ * @summary 查询出入记录详情
3090
+ * @param {AccessApiAccessRecordSummaryDetailsRequest} requestParameters Request parameters.
3091
+ * @param {*} [options] Override http request option.
3092
+ * @throws {RequiredError}
3093
+ * @memberof AccessApi
3094
+ */
3095
+ accessRecordSummaryDetails(requestParameters, options) {
3096
+ return AccessApiFp(this.configuration).accessRecordSummaryDetails(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
3097
+ }
3098
+ /**
3099
+ *
3100
+ * @summary 查询出入记录分页列表
3101
+ * @param {AccessApiAccessRecordSummaryPageListRequest} requestParameters Request parameters.
3102
+ * @param {*} [options] Override http request option.
3103
+ * @throws {RequiredError}
3104
+ * @memberof AccessApi
3105
+ */
3106
+ accessRecordSummaryPageList(requestParameters, options) {
3107
+ return AccessApiFp(this.configuration).accessRecordSummaryPageList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.accessType, requestParameters.accessObjectTypes, requestParameters.accessCompanyIds, requestParameters.isAbnormal, requestParameters.startTime, requestParameters.endTime, requestParameters.releaseMethods, options).then((request) => request(this.axios, this.basePath));
3108
+ }
2911
3109
  /**
2912
3110
  *
2913
3111
  * @summary 新增车辆出入记录
@@ -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 AccessAbnormalTypeEnum: {
18
+ readonly NoEntry: "NO_ENTRY";
19
+ readonly NoExit: "NO_EXIT";
20
+ };
21
+ export type AccessAbnormalTypeEnum = typeof AccessAbnormalTypeEnum[keyof typeof AccessAbnormalTypeEnum];
@@ -0,0 +1,22 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * 异常类型
16
+ * @export
17
+ * @enum {string}
18
+ */
19
+ export const AccessAbnormalTypeEnum = {
20
+ NoEntry: 'NO_ENTRY',
21
+ NoExit: 'NO_EXIT'
22
+ };
@@ -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,26 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * 出入访问对象类型枚举
16
+ * @export
17
+ * @enum {string}
18
+ */
19
+ export const AccessObjectTypeEnum = {
20
+ TempPerson: 'TEMP_PERSON',
21
+ FixedPerson: 'FIXED_PERSON',
22
+ TempBus: 'TEMP_BUS',
23
+ FixedBus: 'FIXED_BUS',
24
+ TempTruck: 'TEMP_TRUCK',
25
+ FixedTruck: 'FIXED_TRUCK'
26
+ };
@@ -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,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,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,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};