@gizone/rrs-client 4.2.8-alpha.468 → 4.2.8-alpha.469
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +37 -0
- package/api.ts +1 -0
- package/apis/common-api.ts +286 -0
- package/apis/dashboard-api.ts +1878 -0
- package/apis/work-order-api.ts +164 -10
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/common-api.d.ts +149 -0
- package/dist/apis/common-api.js +215 -0
- package/dist/apis/dashboard-api.d.ts +979 -0
- package/dist/apis/dashboard-api.js +1469 -0
- package/dist/apis/work-order-api.d.ts +91 -4
- package/dist/apis/work-order-api.js +104 -10
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/common-api.d.ts +149 -0
- package/dist/esm/apis/common-api.js +215 -0
- package/dist/esm/apis/dashboard-api.d.ts +979 -0
- package/dist/esm/apis/dashboard-api.js +1462 -0
- package/dist/esm/apis/work-order-api.d.ts +91 -4
- package/dist/esm/apis/work-order-api.js +104 -10
- package/dist/esm/models/access-appointment-source-enum.d.ts +1 -0
- package/dist/esm/models/access-appointment-source-enum.js +2 -1
- package/dist/esm/models/access-record-details-dto.d.ts +7 -0
- package/dist/esm/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
- package/dist/esm/models/dashboard-access-park-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-access-search-dto.d.ts +75 -0
- package/dist/esm/models/dashboard-access-search-dto.js +14 -0
- package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +61 -0
- package/dist/esm/models/dashboard-access-source-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-base-search-dto.d.ts +54 -0
- package/dist/esm/models/dashboard-base-search-dto.js +14 -0
- package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +43 -0
- package/dist/esm/models/dashboard-equipment-park-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-equipment-search-dto.d.ts +60 -0
- package/dist/esm/models/dashboard-equipment-search-dto.js +14 -0
- package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +49 -0
- package/dist/esm/models/dashboard-equipment-system-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-series-stats-base-vo.d.ts +30 -0
- package/dist/esm/models/dashboard-series-stats-base-vo.js +14 -0
- package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +55 -0
- package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +96 -0
- package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +67 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.js +14 -0
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +87 -0
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.js +14 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +74 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.js +14 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +61 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +14 -0
- package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
- package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +124 -0
- package/dist/esm/models/dashboard-work-order-list-search-dto.js +18 -0
- package/dist/esm/models/dashboard-work-order-park-group-stats-vo.d.ts +102 -0
- package/dist/esm/models/dashboard-work-order-park-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +68 -0
- package/dist/esm/models/dashboard-work-order-type-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +67 -0
- package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
- package/dist/esm/models/dept-relation-dto.d.ts +24 -0
- package/dist/esm/models/equipment-status-stats-vo.d.ts +31 -0
- package/dist/esm/models/equipment-status-stats-vo.js +14 -0
- package/dist/esm/models/index.d.ts +36 -0
- package/dist/esm/models/index.js +36 -0
- package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-inspection-point.d.ts +62 -0
- package/dist/esm/models/json-result-list-inspection-point.js +14 -0
- package/dist/esm/models/json-result-list-srm-center-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-srm-center-vo.js +14 -0
- package/dist/esm/models/json-result-srm-center-entity.d.ts +62 -0
- package/dist/esm/models/json-result-srm-center-entity.js +14 -0
- package/dist/esm/models/park-list-dto.d.ts +24 -0
- package/dist/esm/models/srm-center-entity.d.ts +61 -0
- package/dist/esm/models/srm-center-entity.js +14 -0
- package/dist/esm/models/srm-center-vo.d.ts +61 -0
- package/dist/esm/models/srm-center-vo.js +14 -0
- package/dist/esm/models/srm-level-add-dto.d.ts +55 -0
- package/dist/esm/models/srm-level-add-dto.js +14 -0
- package/dist/esm/models/work-order-search-dto.d.ts +36 -0
- package/dist/models/access-appointment-source-enum.d.ts +1 -0
- package/dist/models/access-appointment-source-enum.js +2 -1
- package/dist/models/access-record-details-dto.d.ts +7 -0
- package/dist/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
- package/dist/models/dashboard-access-park-group-stats-vo.js +15 -0
- package/dist/models/dashboard-access-search-dto.d.ts +75 -0
- package/dist/models/dashboard-access-search-dto.js +15 -0
- package/dist/models/dashboard-access-source-group-stats-vo.d.ts +61 -0
- package/dist/models/dashboard-access-source-group-stats-vo.js +15 -0
- package/dist/models/dashboard-base-search-dto.d.ts +54 -0
- package/dist/models/dashboard-base-search-dto.js +15 -0
- package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +43 -0
- package/dist/models/dashboard-equipment-park-group-stats-vo.js +15 -0
- package/dist/models/dashboard-equipment-search-dto.d.ts +60 -0
- package/dist/models/dashboard-equipment-search-dto.js +15 -0
- package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +49 -0
- package/dist/models/dashboard-equipment-system-group-stats-vo.js +15 -0
- package/dist/models/dashboard-series-stats-base-vo.d.ts +30 -0
- package/dist/models/dashboard-series-stats-base-vo.js +15 -0
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +55 -0
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.js +15 -0
- package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +96 -0
- package/dist/models/dashboard-surveillance-park-group-stats-vo.js +15 -0
- package/dist/models/dashboard-surveillance-search-dto.d.ts +67 -0
- package/dist/models/dashboard-surveillance-search-dto.js +15 -0
- package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +87 -0
- package/dist/models/dashboard-work-order-by-park-search-dto.js +15 -0
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +74 -0
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.js +15 -0
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +61 -0
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +15 -0
- package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
- package/dist/models/dashboard-work-order-issue-type-group-stats-vo.js +15 -0
- package/dist/models/dashboard-work-order-list-search-dto.d.ts +124 -0
- package/dist/models/dashboard-work-order-list-search-dto.js +21 -0
- package/dist/models/dashboard-work-order-park-group-stats-vo.d.ts +102 -0
- package/dist/models/dashboard-work-order-park-group-stats-vo.js +15 -0
- package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +68 -0
- package/dist/models/dashboard-work-order-type-group-stats-vo.js +15 -0
- package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +67 -0
- package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
- package/dist/models/dept-relation-dto.d.ts +24 -0
- package/dist/models/equipment-status-stats-vo.d.ts +31 -0
- package/dist/models/equipment-status-stats-vo.js +15 -0
- package/dist/models/index.d.ts +36 -0
- package/dist/models/index.js +36 -0
- package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-series-stats-base-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-inspection-point.d.ts +62 -0
- package/dist/models/json-result-list-inspection-point.js +15 -0
- package/dist/models/json-result-list-srm-center-vo.d.ts +62 -0
- package/dist/models/json-result-list-srm-center-vo.js +15 -0
- package/dist/models/json-result-srm-center-entity.d.ts +62 -0
- package/dist/models/json-result-srm-center-entity.js +15 -0
- package/dist/models/park-list-dto.d.ts +24 -0
- package/dist/models/srm-center-entity.d.ts +61 -0
- package/dist/models/srm-center-entity.js +15 -0
- package/dist/models/srm-center-vo.d.ts +61 -0
- package/dist/models/srm-center-vo.js +15 -0
- package/dist/models/srm-level-add-dto.d.ts +55 -0
- package/dist/models/srm-level-add-dto.js +15 -0
- package/dist/models/work-order-search-dto.d.ts +36 -0
- package/models/access-appointment-source-enum.ts +2 -1
- package/models/access-record-details-dto.ts +9 -0
- package/models/dashboard-access-park-group-stats-vo.ts +102 -0
- package/models/dashboard-access-search-dto.ts +89 -0
- package/models/dashboard-access-source-group-stats-vo.ts +71 -0
- package/models/dashboard-base-search-dto.ts +60 -0
- package/models/dashboard-equipment-park-group-stats-vo.ts +51 -0
- package/models/dashboard-equipment-search-dto.ts +66 -0
- package/models/dashboard-equipment-system-group-stats-vo.ts +57 -0
- package/models/dashboard-series-stats-base-vo.ts +36 -0
- package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +65 -0
- package/models/dashboard-surveillance-park-group-stats-vo.ts +102 -0
- package/models/dashboard-surveillance-search-dto.ts +75 -0
- package/models/dashboard-work-order-by-park-search-dto.ts +99 -0
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +84 -0
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +69 -0
- package/models/dashboard-work-order-issue-type-group-stats-vo.ts +65 -0
- package/models/dashboard-work-order-list-search-dto.ts +141 -0
- package/models/dashboard-work-order-park-group-stats-vo.ts +108 -0
- package/models/dashboard-work-order-type-group-stats-vo.ts +80 -0
- package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +77 -0
- package/models/dept-relation-dto.ts +24 -0
- package/models/equipment-status-stats-vo.ts +41 -0
- package/models/index.ts +36 -0
- package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-series-stats-base-vo.ts +72 -0
- package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +72 -0
- package/models/json-result-list-inspection-point.ts +72 -0
- package/models/json-result-list-srm-center-vo.ts +72 -0
- package/models/json-result-srm-center-entity.ts +72 -0
- package/models/park-list-dto.ts +24 -0
- package/models/srm-center-entity.ts +71 -0
- package/models/srm-center-vo.ts +71 -0
- package/models/srm-level-add-dto.ts +65 -0
- package/models/work-order-search-dto.ts +36 -0
- package/package.json +1 -1
|
@@ -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,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 { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { SrmCenterEntity } from './srm-center-entity';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultSrmCenterEntity
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultSrmCenterEntity {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultSrmCenterEntity
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultSrmCenterEntity
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultSrmCenterEntity
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {SrmCenterEntity}
|
|
41
|
+
* @memberof JsonResultSrmCenterEntity
|
|
42
|
+
*/
|
|
43
|
+
'data'?: SrmCenterEntity | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultSrmCenterEntity
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultSrmCenterEntity
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultSrmCenterEntity
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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 {};
|
|
@@ -63,4 +63,28 @@ export interface ParkListDTO {
|
|
|
63
63
|
* @memberof ParkListDTO
|
|
64
64
|
*/
|
|
65
65
|
'latitude'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* srm大区编码
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof ParkListDTO
|
|
70
|
+
*/
|
|
71
|
+
'srmAreaCode'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* srm大区名称
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof ParkListDTO
|
|
76
|
+
*/
|
|
77
|
+
'srmAreaName'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* srm小微编码
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof ParkListDTO
|
|
82
|
+
*/
|
|
83
|
+
'srmXwCode'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* srm小微名称
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof ParkListDTO
|
|
88
|
+
*/
|
|
89
|
+
'srmXwName'?: string;
|
|
66
90
|
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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 { ParkPlatFormEnum } from './park-plat-form-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 返回数据,可以是任意类型的值
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SrmCenterEntity
|
|
17
|
+
*/
|
|
18
|
+
export interface SrmCenterEntity {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof SrmCenterEntity
|
|
23
|
+
*/
|
|
24
|
+
'id'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 名称
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof SrmCenterEntity
|
|
29
|
+
*/
|
|
30
|
+
'name'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* 编码
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof SrmCenterEntity
|
|
35
|
+
*/
|
|
36
|
+
'code'?: string;
|
|
37
|
+
/**
|
|
38
|
+
* 层级 10:平台 20:大区 30:小微 40:中心 50:园区
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof SrmCenterEntity
|
|
41
|
+
*/
|
|
42
|
+
'level'?: number;
|
|
43
|
+
/**
|
|
44
|
+
* 父级编码
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof SrmCenterEntity
|
|
47
|
+
*/
|
|
48
|
+
'parentCode'?: string;
|
|
49
|
+
/**
|
|
50
|
+
* 所有父级编码
|
|
51
|
+
* @type {Array<string>}
|
|
52
|
+
* @memberof SrmCenterEntity
|
|
53
|
+
*/
|
|
54
|
+
'parentCodes'?: Array<string>;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {ParkPlatFormEnum}
|
|
58
|
+
* @memberof SrmCenterEntity
|
|
59
|
+
*/
|
|
60
|
+
'platForm'?: ParkPlatFormEnum;
|
|
61
|
+
}
|
|
@@ -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,61 @@
|
|
|
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 { ParkPlatFormEnum } from './park-plat-form-enum';
|
|
13
|
+
/**
|
|
14
|
+
* srmCenter
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SrmCenterVO
|
|
17
|
+
*/
|
|
18
|
+
export interface SrmCenterVO {
|
|
19
|
+
/**
|
|
20
|
+
* 名称
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof SrmCenterVO
|
|
23
|
+
*/
|
|
24
|
+
'name'?: string;
|
|
25
|
+
/**
|
|
26
|
+
* 编码
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof SrmCenterVO
|
|
29
|
+
*/
|
|
30
|
+
'code'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* 层级 10:平台 20:大区 30:小微 40:中心 50:园区
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof SrmCenterVO
|
|
35
|
+
*/
|
|
36
|
+
'level'?: number;
|
|
37
|
+
/**
|
|
38
|
+
* 父级编码
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof SrmCenterVO
|
|
41
|
+
*/
|
|
42
|
+
'parentCode'?: string;
|
|
43
|
+
/**
|
|
44
|
+
* 所有父级编码
|
|
45
|
+
* @type {Array<string>}
|
|
46
|
+
* @memberof SrmCenterVO
|
|
47
|
+
*/
|
|
48
|
+
'parentCodes'?: Array<string>;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {SrmCenterVO}
|
|
52
|
+
* @memberof SrmCenterVO
|
|
53
|
+
*/
|
|
54
|
+
'parent'?: SrmCenterVO | null;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {ParkPlatFormEnum}
|
|
58
|
+
* @memberof SrmCenterVO
|
|
59
|
+
*/
|
|
60
|
+
'platForm'?: ParkPlatFormEnum;
|
|
61
|
+
}
|
|
@@ -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,55 @@
|
|
|
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 { ParkPlatFormEnum } from './park-plat-form-enum';
|
|
13
|
+
/**
|
|
14
|
+
* srmLevelAddDTO
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SrmLevelAddDTO
|
|
17
|
+
*/
|
|
18
|
+
export interface SrmLevelAddDTO {
|
|
19
|
+
/**
|
|
20
|
+
* 编码
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof SrmLevelAddDTO
|
|
23
|
+
*/
|
|
24
|
+
'code': string;
|
|
25
|
+
/**
|
|
26
|
+
* 名称
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof SrmLevelAddDTO
|
|
29
|
+
*/
|
|
30
|
+
'name': string;
|
|
31
|
+
/**
|
|
32
|
+
* 层级 10:平台 20:大区 30:小微 40:中心 50:园区
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof SrmLevelAddDTO
|
|
35
|
+
*/
|
|
36
|
+
'level': number;
|
|
37
|
+
/**
|
|
38
|
+
* 父级编码
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof SrmLevelAddDTO
|
|
41
|
+
*/
|
|
42
|
+
'parentCode'?: string;
|
|
43
|
+
/**
|
|
44
|
+
* 父级层级 10:平台 20:大区 30:小微 40:中心 50:园区
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof SrmLevelAddDTO
|
|
47
|
+
*/
|
|
48
|
+
'parentLevel'?: number;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {ParkPlatFormEnum}
|
|
52
|
+
* @memberof SrmLevelAddDTO
|
|
53
|
+
*/
|
|
54
|
+
'platForm'?: ParkPlatFormEnum;
|
|
55
|
+
}
|
|
@@ -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 {};
|
|
@@ -160,6 +160,42 @@ export interface WorkOrderSearchDTO {
|
|
|
160
160
|
* @memberof WorkOrderSearchDTO
|
|
161
161
|
*/
|
|
162
162
|
'equipmentIds'?: Array<number>;
|
|
163
|
+
/**
|
|
164
|
+
* 园区名称
|
|
165
|
+
* @type {string}
|
|
166
|
+
* @memberof WorkOrderSearchDTO
|
|
167
|
+
*/
|
|
168
|
+
'parkName'?: string;
|
|
169
|
+
/**
|
|
170
|
+
* 设备名称列表
|
|
171
|
+
* @type {Array<string>}
|
|
172
|
+
* @memberof WorkOrderSearchDTO
|
|
173
|
+
*/
|
|
174
|
+
'equipmentNames'?: Array<string>;
|
|
175
|
+
/**
|
|
176
|
+
* srm大区名称
|
|
177
|
+
* @type {string}
|
|
178
|
+
* @memberof WorkOrderSearchDTO
|
|
179
|
+
*/
|
|
180
|
+
'srmAreaName'?: string;
|
|
181
|
+
/**
|
|
182
|
+
* srm小微名称
|
|
183
|
+
* @type {string}
|
|
184
|
+
* @memberof WorkOrderSearchDTO
|
|
185
|
+
*/
|
|
186
|
+
'srmXwName'?: string;
|
|
187
|
+
/**
|
|
188
|
+
* srm中心名称
|
|
189
|
+
* @type {string}
|
|
190
|
+
* @memberof WorkOrderSearchDTO
|
|
191
|
+
*/
|
|
192
|
+
'srmCenterName'?: string;
|
|
193
|
+
/**
|
|
194
|
+
* 工单执行部门名称
|
|
195
|
+
* @type {string}
|
|
196
|
+
* @memberof WorkOrderSearchDTO
|
|
197
|
+
*/
|
|
198
|
+
'executeDeptNames'?: string;
|
|
163
199
|
}
|
|
164
200
|
export declare const WorkOrderSearchDTOSpotCheckStatusEnum: {
|
|
165
201
|
readonly NotCheck: "NOT_CHECK";
|
|
@@ -20,5 +20,6 @@ export declare const AccessAppointmentSourceEnum: {
|
|
|
20
20
|
readonly Vmi: "VMI";
|
|
21
21
|
readonly Fam: "FAM";
|
|
22
22
|
readonly Tms: "TMS";
|
|
23
|
+
readonly Other: "OTHER";
|
|
23
24
|
};
|
|
24
25
|
export type AccessAppointmentSourceEnum = typeof AccessAppointmentSourceEnum[keyof typeof AccessAppointmentSourceEnum];
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
|
|
12
13
|
import type { AccessDirectionEnum } from './access-direction-enum';
|
|
13
14
|
import type { AccessObjectTypeEnum } from './access-object-type-enum';
|
|
14
15
|
import type { AccessReasonEnum } from './access-reason-enum';
|
|
@@ -149,4 +150,10 @@ export interface AccessRecordDetailsDto {
|
|
|
149
150
|
* @memberof AccessRecordDetailsDto
|
|
150
151
|
*/
|
|
151
152
|
'accessAppointmentNo'?: string;
|
|
153
|
+
/**
|
|
154
|
+
*
|
|
155
|
+
* @type {AccessAppointmentSourceEnum}
|
|
156
|
+
* @memberof AccessRecordDetailsDto
|
|
157
|
+
*/
|
|
158
|
+
'appointmentSource'?: AccessAppointmentSourceEnum;
|
|
152
159
|
}
|
|
@@ -0,0 +1,96 @@
|
|
|
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
|
+
* @interface DashboardAccessParkGroupStatsVO
|
|
16
|
+
*/
|
|
17
|
+
export interface DashboardAccessParkGroupStatsVO {
|
|
18
|
+
/**
|
|
19
|
+
* 园区ID
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
22
|
+
*/
|
|
23
|
+
'parkId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 园区名称
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
28
|
+
*/
|
|
29
|
+
'parkName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* srm大区编码
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
34
|
+
*/
|
|
35
|
+
'srmAreaCode'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* srm大区名称
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
40
|
+
*/
|
|
41
|
+
'srmAreaName'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* srm小微编码
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
46
|
+
*/
|
|
47
|
+
'srmXwCode'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* srm小微名称
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
52
|
+
*/
|
|
53
|
+
'srmXwName'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* srm中心名称
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
58
|
+
*/
|
|
59
|
+
'srmCenterName'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* srm中心编码
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
64
|
+
*/
|
|
65
|
+
'srmCenterCode'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 总数
|
|
68
|
+
* @type {number}
|
|
69
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
70
|
+
*/
|
|
71
|
+
'totalCount'?: number;
|
|
72
|
+
/**
|
|
73
|
+
* 临时白名单入园数量
|
|
74
|
+
* @type {number}
|
|
75
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
76
|
+
*/
|
|
77
|
+
'temporaryInCount'?: number;
|
|
78
|
+
/**
|
|
79
|
+
* 临时白名单出园数量
|
|
80
|
+
* @type {number}
|
|
81
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
82
|
+
*/
|
|
83
|
+
'temporaryOutCount'?: number;
|
|
84
|
+
/**
|
|
85
|
+
* 固定白名单入园数量
|
|
86
|
+
* @type {number}
|
|
87
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
88
|
+
*/
|
|
89
|
+
'fixedInCount'?: number;
|
|
90
|
+
/**
|
|
91
|
+
* 固定白名单出园数量
|
|
92
|
+
* @type {number}
|
|
93
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
94
|
+
*/
|
|
95
|
+
'fixedOutCount'?: number;
|
|
96
|
+
}
|
|
@@ -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,75 @@
|
|
|
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 { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
|
|
13
|
+
import type { AccessDirectionEnum } from './access-direction-enum';
|
|
14
|
+
import type { AccessTypeEnum } from './access-type-enum';
|
|
15
|
+
/**
|
|
16
|
+
* 数据看板-门禁-按园区搜索条件
|
|
17
|
+
* @export
|
|
18
|
+
* @interface DashboardAccessSearchDTO
|
|
19
|
+
*/
|
|
20
|
+
export interface DashboardAccessSearchDTO {
|
|
21
|
+
/**
|
|
22
|
+
* 园区ID集合
|
|
23
|
+
* @type {Array<number>}
|
|
24
|
+
* @memberof DashboardAccessSearchDTO
|
|
25
|
+
*/
|
|
26
|
+
'parkIds'?: Array<number>;
|
|
27
|
+
/**
|
|
28
|
+
* 开始时间
|
|
29
|
+
* @type {number}
|
|
30
|
+
* @memberof DashboardAccessSearchDTO
|
|
31
|
+
*/
|
|
32
|
+
'startTime'?: number;
|
|
33
|
+
/**
|
|
34
|
+
* 结束时间
|
|
35
|
+
* @type {number}
|
|
36
|
+
* @memberof DashboardAccessSearchDTO
|
|
37
|
+
*/
|
|
38
|
+
'endTime'?: number;
|
|
39
|
+
/**
|
|
40
|
+
* SRM区域编码
|
|
41
|
+
* @type {Array<string>}
|
|
42
|
+
* @memberof DashboardAccessSearchDTO
|
|
43
|
+
*/
|
|
44
|
+
'srmAreaCodes'?: Array<string>;
|
|
45
|
+
/**
|
|
46
|
+
* SRM小微编码
|
|
47
|
+
* @type {Array<string>}
|
|
48
|
+
* @memberof DashboardAccessSearchDTO
|
|
49
|
+
*/
|
|
50
|
+
'srmXwCodes'?: Array<string>;
|
|
51
|
+
/**
|
|
52
|
+
* SRM中心编码
|
|
53
|
+
* @type {Array<string>}
|
|
54
|
+
* @memberof DashboardAccessSearchDTO
|
|
55
|
+
*/
|
|
56
|
+
'srmCenterCodes'?: Array<string>;
|
|
57
|
+
/**
|
|
58
|
+
* 出入来源
|
|
59
|
+
* @type {Array<AccessAppointmentSourceEnum>}
|
|
60
|
+
* @memberof DashboardAccessSearchDTO
|
|
61
|
+
*/
|
|
62
|
+
'accessSources'?: Array<AccessAppointmentSourceEnum>;
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @type {AccessTypeEnum}
|
|
66
|
+
* @memberof DashboardAccessSearchDTO
|
|
67
|
+
*/
|
|
68
|
+
'accessType': AccessTypeEnum;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @type {AccessDirectionEnum}
|
|
72
|
+
* @memberof DashboardAccessSearchDTO
|
|
73
|
+
*/
|
|
74
|
+
'accessDirection'?: AccessDirectionEnum;
|
|
75
|
+
}
|
|
@@ -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,61 @@
|
|
|
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 { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 数据看板-门禁-来源分组统计
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DashboardAccessSourceGroupStatsVO
|
|
17
|
+
*/
|
|
18
|
+
export interface DashboardAccessSourceGroupStatsVO {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {AccessAppointmentSourceEnum}
|
|
22
|
+
* @memberof DashboardAccessSourceGroupStatsVO
|
|
23
|
+
*/
|
|
24
|
+
'accessSource'?: AccessAppointmentSourceEnum;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof DashboardAccessSourceGroupStatsVO
|
|
29
|
+
*/
|
|
30
|
+
'accessSourceDesc'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* 总数
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof DashboardAccessSourceGroupStatsVO
|
|
35
|
+
*/
|
|
36
|
+
'totalCount'?: number;
|
|
37
|
+
/**
|
|
38
|
+
* 临时白名单入园数量
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof DashboardAccessSourceGroupStatsVO
|
|
41
|
+
*/
|
|
42
|
+
'temporaryInCount'?: number;
|
|
43
|
+
/**
|
|
44
|
+
* 临时白名单出园数量
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof DashboardAccessSourceGroupStatsVO
|
|
47
|
+
*/
|
|
48
|
+
'temporaryOutCount'?: number;
|
|
49
|
+
/**
|
|
50
|
+
* 固定白名单入园数量
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof DashboardAccessSourceGroupStatsVO
|
|
53
|
+
*/
|
|
54
|
+
'fixedInCount'?: number;
|
|
55
|
+
/**
|
|
56
|
+
* 固定白名单出园数量
|
|
57
|
+
* @type {number}
|
|
58
|
+
* @memberof DashboardAccessSourceGroupStatsVO
|
|
59
|
+
*/
|
|
60
|
+
'fixedOutCount'?: number;
|
|
61
|
+
}
|