@gizone/rrs-client 4.2.7-alpha.436 → 4.2.7-alpha.438
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 +19 -0
- package/apis/common-api.ts +90 -0
- package/apis/dashboard-api.ts +733 -86
- package/apis/work-order-api.ts +134 -10
- package/dist/apis/common-api.d.ts +46 -0
- package/dist/apis/common-api.js +71 -0
- package/dist/apis/dashboard-api.d.ts +394 -60
- package/dist/apis/dashboard-api.js +558 -68
- package/dist/apis/work-order-api.d.ts +71 -4
- package/dist/apis/work-order-api.js +90 -10
- package/dist/esm/apis/common-api.d.ts +46 -0
- package/dist/esm/apis/common-api.js +71 -0
- package/dist/esm/apis/dashboard-api.d.ts +394 -60
- package/dist/esm/apis/dashboard-api.js +558 -68
- package/dist/esm/apis/work-order-api.d.ts +71 -4
- package/dist/esm/apis/work-order-api.js +90 -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 +68 -0
- package/dist/esm/models/dashboard-access-search-dto.js +14 -0
- package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +55 -0
- package/dist/esm/models/dashboard-access-source-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-base-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-equipment-search-dto.d.ts +18 -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-park-group-stats-vo.d.ts +36 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +18 -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 +117 -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 +96 -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 +62 -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 +55 -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/index.d.ts +19 -0
- package/dist/esm/models/index.js +19 -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-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-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/park-list-dto.d.ts +24 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/work-order-search-dto.d.ts +12 -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 +68 -0
- package/dist/models/dashboard-access-search-dto.js +15 -0
- package/dist/models/dashboard-access-source-group-stats-vo.d.ts +55 -0
- package/dist/models/dashboard-access-source-group-stats-vo.js +15 -0
- package/dist/models/dashboard-base-search-dto.d.ts +18 -0
- package/dist/models/dashboard-equipment-search-dto.d.ts +18 -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-park-group-stats-vo.d.ts +36 -0
- package/dist/models/dashboard-surveillance-search-dto.d.ts +18 -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 +117 -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 +96 -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 +62 -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 +55 -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/index.d.ts +19 -0
- package/dist/models/index.js +19 -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-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-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/park-list-dto.d.ts +24 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/work-order-search-dto.d.ts +12 -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 +80 -0
- package/models/dashboard-access-source-group-stats-vo.ts +65 -0
- package/models/dashboard-base-search-dto.ts +18 -0
- package/models/dashboard-equipment-search-dto.ts +18 -0
- package/models/dashboard-series-stats-base-vo.ts +36 -0
- package/models/dashboard-surveillance-park-group-stats-vo.ts +36 -0
- package/models/dashboard-surveillance-search-dto.ts +18 -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 +132 -0
- package/models/dashboard-work-order-park-group-stats-vo.ts +102 -0
- package/models/dashboard-work-order-type-group-stats-vo.ts +74 -0
- package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +65 -0
- package/models/dept-relation-dto.ts +24 -0
- package/models/index.ts +19 -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-series-stats-base-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/park-list-dto.ts +24 -0
- package/models/sys-user.ts +4 -4
- package/models/work-order-search-dto.ts +12 -0
- package/package.json +1 -1
|
@@ -0,0 +1,18 @@
|
|
|
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 const DashboardWorkOrderListSearchDTOSpotCheckStatusesEnum = {
|
|
15
|
+
NotCheck: 'NOT_CHECK',
|
|
16
|
+
Pass: 'PASS',
|
|
17
|
+
Fail: 'FAIL'
|
|
18
|
+
};
|
|
@@ -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
|
+
* 数据看板工单园区分组统计VO
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DashboardWorkOrderParkGroupStatsVO
|
|
16
|
+
*/
|
|
17
|
+
export interface DashboardWorkOrderParkGroupStatsVO {
|
|
18
|
+
/**
|
|
19
|
+
* 园区ID
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
22
|
+
*/
|
|
23
|
+
'parkId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 园区名称
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
28
|
+
*/
|
|
29
|
+
'parkName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 工单总数
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
34
|
+
*/
|
|
35
|
+
'totalCount'?: number;
|
|
36
|
+
/**
|
|
37
|
+
* 完成工单数
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
40
|
+
*/
|
|
41
|
+
'completedCount'?: number;
|
|
42
|
+
/**
|
|
43
|
+
* 时效内未完成数
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
46
|
+
*/
|
|
47
|
+
'inTimeUncompletedCount'?: number;
|
|
48
|
+
/**
|
|
49
|
+
* 超时未完成数
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
52
|
+
*/
|
|
53
|
+
'overTimeUncompletedCount'?: number;
|
|
54
|
+
/**
|
|
55
|
+
* 工单完成率
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
58
|
+
*/
|
|
59
|
+
'completionRate'?: number;
|
|
60
|
+
/**
|
|
61
|
+
* srm大区编码
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
64
|
+
*/
|
|
65
|
+
'srmAreaCode'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* srm大区名称
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
70
|
+
*/
|
|
71
|
+
'srmAreaName'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* srm小微编码
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
76
|
+
*/
|
|
77
|
+
'srmXwCode'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* srm小微名称
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
82
|
+
*/
|
|
83
|
+
'srmXwName'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* srm中心名称
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
88
|
+
*/
|
|
89
|
+
'srmCenterName'?: string;
|
|
90
|
+
/**
|
|
91
|
+
* srm中心编码
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
94
|
+
*/
|
|
95
|
+
'srmCenterCode'?: string;
|
|
96
|
+
}
|
|
@@ -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 { DashboardWorkOrderIssueTypeGroupStatsVO } from './dashboard-work-order-issue-type-group-stats-vo';
|
|
13
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
14
|
+
/**
|
|
15
|
+
* 数据看板工单类型大类分组统计VO
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DashboardWorkOrderTypeGroupStatsVO
|
|
18
|
+
*/
|
|
19
|
+
export interface DashboardWorkOrderTypeGroupStatsVO {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {WorkOrderTypeEnum}
|
|
23
|
+
* @memberof DashboardWorkOrderTypeGroupStatsVO
|
|
24
|
+
*/
|
|
25
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
26
|
+
/**
|
|
27
|
+
* 工单总数
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof DashboardWorkOrderTypeGroupStatsVO
|
|
30
|
+
*/
|
|
31
|
+
'totalCount'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* 完成工单数
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof DashboardWorkOrderTypeGroupStatsVO
|
|
36
|
+
*/
|
|
37
|
+
'completedCount'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 时效内未完成数
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof DashboardWorkOrderTypeGroupStatsVO
|
|
42
|
+
*/
|
|
43
|
+
'inTimeUncompletedCount'?: number;
|
|
44
|
+
/**
|
|
45
|
+
* 超时未完成数
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof DashboardWorkOrderTypeGroupStatsVO
|
|
48
|
+
*/
|
|
49
|
+
'overTimeUncompletedCount'?: number;
|
|
50
|
+
/**
|
|
51
|
+
* 工单完成率
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof DashboardWorkOrderTypeGroupStatsVO
|
|
54
|
+
*/
|
|
55
|
+
'completionRate'?: number;
|
|
56
|
+
/**
|
|
57
|
+
* 工单问题类型分组统计
|
|
58
|
+
* @type {Array<DashboardWorkOrderIssueTypeGroupStatsVO>}
|
|
59
|
+
* @memberof DashboardWorkOrderTypeGroupStatsVO
|
|
60
|
+
*/
|
|
61
|
+
'children'?: Array<DashboardWorkOrderIssueTypeGroupStatsVO>;
|
|
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 {};
|
|
@@ -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 { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 数据看板工单类型子类分组统计VO
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
17
|
+
*/
|
|
18
|
+
export interface DashboardWorkOrderTypeSubcategoryGroupStatsVO {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {WorkOrderTypeSubcategoryEnum}
|
|
22
|
+
* @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
23
|
+
*/
|
|
24
|
+
'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
|
|
25
|
+
/**
|
|
26
|
+
* 工单总数
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
29
|
+
*/
|
|
30
|
+
'totalCount'?: number;
|
|
31
|
+
/**
|
|
32
|
+
* 完成工单数
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
35
|
+
*/
|
|
36
|
+
'completedCount'?: number;
|
|
37
|
+
/**
|
|
38
|
+
* 时效内未完成数
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
41
|
+
*/
|
|
42
|
+
'inTimeUncompletedCount'?: number;
|
|
43
|
+
/**
|
|
44
|
+
* 超时未完成数
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
47
|
+
*/
|
|
48
|
+
'overTimeUncompletedCount'?: number;
|
|
49
|
+
/**
|
|
50
|
+
* 工单完成率
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
53
|
+
*/
|
|
54
|
+
'completionRate'?: number;
|
|
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 {};
|
|
@@ -155,4 +155,28 @@ export interface DeptRelationDTO {
|
|
|
155
155
|
* @memberof DeptRelationDTO
|
|
156
156
|
*/
|
|
157
157
|
'srmParkCode'?: string;
|
|
158
|
+
/**
|
|
159
|
+
* srm大区编码
|
|
160
|
+
* @type {string}
|
|
161
|
+
* @memberof DeptRelationDTO
|
|
162
|
+
*/
|
|
163
|
+
'srmAreaCode'?: string;
|
|
164
|
+
/**
|
|
165
|
+
* srm大区名称
|
|
166
|
+
* @type {string}
|
|
167
|
+
* @memberof DeptRelationDTO
|
|
168
|
+
*/
|
|
169
|
+
'srmAreaName'?: string;
|
|
170
|
+
/**
|
|
171
|
+
* srm小微编码
|
|
172
|
+
* @type {string}
|
|
173
|
+
* @memberof DeptRelationDTO
|
|
174
|
+
*/
|
|
175
|
+
'srmXwCode'?: string;
|
|
176
|
+
/**
|
|
177
|
+
* srm小微名称
|
|
178
|
+
* @type {string}
|
|
179
|
+
* @memberof DeptRelationDTO
|
|
180
|
+
*/
|
|
181
|
+
'srmXwName'?: string;
|
|
158
182
|
}
|
|
@@ -75,13 +75,25 @@ export * from './captcha-type-enum';
|
|
|
75
75
|
export * from './center-list-dto';
|
|
76
76
|
export * from './change-password-dto';
|
|
77
77
|
export * from './choose-pak-body';
|
|
78
|
+
export * from './dashboard-access-park-group-stats-vo';
|
|
79
|
+
export * from './dashboard-access-search-dto';
|
|
80
|
+
export * from './dashboard-access-source-group-stats-vo';
|
|
78
81
|
export * from './dashboard-base-search-dto';
|
|
79
82
|
export * from './dashboard-equipment-park-group-stats-vo';
|
|
80
83
|
export * from './dashboard-equipment-search-dto';
|
|
81
84
|
export * from './dashboard-equipment-system-group-stats-vo';
|
|
85
|
+
export * from './dashboard-series-stats-base-vo';
|
|
82
86
|
export * from './dashboard-surveillance-functional-area-group-stats-vo';
|
|
83
87
|
export * from './dashboard-surveillance-park-group-stats-vo';
|
|
84
88
|
export * from './dashboard-surveillance-search-dto';
|
|
89
|
+
export * from './dashboard-work-order-by-park-search-dto';
|
|
90
|
+
export * from './dashboard-work-order-by-work-order-type-search-dto';
|
|
91
|
+
export * from './dashboard-work-order-by-work-order-type-subcategory-search-dto';
|
|
92
|
+
export * from './dashboard-work-order-issue-type-group-stats-vo';
|
|
93
|
+
export * from './dashboard-work-order-list-search-dto';
|
|
94
|
+
export * from './dashboard-work-order-park-group-stats-vo';
|
|
95
|
+
export * from './dashboard-work-order-type-group-stats-vo';
|
|
96
|
+
export * from './dashboard-work-order-type-subcategory-group-stats-vo';
|
|
85
97
|
export * from './del-user-vo';
|
|
86
98
|
export * from './dept-relation';
|
|
87
99
|
export * from './dept-relation-dto';
|
|
@@ -191,14 +203,21 @@ export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
|
|
|
191
203
|
export * from './json-result-list-area-park-dto';
|
|
192
204
|
export * from './json-result-list-calendar-entity';
|
|
193
205
|
export * from './json-result-list-center-list-dto';
|
|
206
|
+
export * from './json-result-list-dashboard-access-park-group-stats-vo';
|
|
207
|
+
export * from './json-result-list-dashboard-access-source-group-stats-vo';
|
|
194
208
|
export * from './json-result-list-dashboard-equipment-park-group-stats-vo';
|
|
195
209
|
export * from './json-result-list-dashboard-equipment-system-group-stats-vo';
|
|
210
|
+
export * from './json-result-list-dashboard-series-stats-base-vo';
|
|
196
211
|
export * from './json-result-list-dashboard-surveillance-functional-area-group-stats-vo';
|
|
197
212
|
export * from './json-result-list-dashboard-surveillance-park-group-stats-vo';
|
|
213
|
+
export * from './json-result-list-dashboard-work-order-park-group-stats-vo';
|
|
214
|
+
export * from './json-result-list-dashboard-work-order-type-group-stats-vo';
|
|
215
|
+
export * from './json-result-list-dashboard-work-order-type-subcategory-group-stats-vo';
|
|
198
216
|
export * from './json-result-list-equipment-detail-dto';
|
|
199
217
|
export * from './json-result-list-equipment-qr-code-dto';
|
|
200
218
|
export * from './json-result-list-equipment-system-tree-dto';
|
|
201
219
|
export * from './json-result-list-equipment-tree-dto';
|
|
220
|
+
export * from './json-result-list-inspection-point';
|
|
202
221
|
export * from './json-result-list-inspection-standard-entity';
|
|
203
222
|
export * from './json-result-list-maintenance-standard-entity';
|
|
204
223
|
export * from './json-result-list-park-list-dto';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -75,13 +75,25 @@ export * from './captcha-type-enum';
|
|
|
75
75
|
export * from './center-list-dto';
|
|
76
76
|
export * from './change-password-dto';
|
|
77
77
|
export * from './choose-pak-body';
|
|
78
|
+
export * from './dashboard-access-park-group-stats-vo';
|
|
79
|
+
export * from './dashboard-access-search-dto';
|
|
80
|
+
export * from './dashboard-access-source-group-stats-vo';
|
|
78
81
|
export * from './dashboard-base-search-dto';
|
|
79
82
|
export * from './dashboard-equipment-park-group-stats-vo';
|
|
80
83
|
export * from './dashboard-equipment-search-dto';
|
|
81
84
|
export * from './dashboard-equipment-system-group-stats-vo';
|
|
85
|
+
export * from './dashboard-series-stats-base-vo';
|
|
82
86
|
export * from './dashboard-surveillance-functional-area-group-stats-vo';
|
|
83
87
|
export * from './dashboard-surveillance-park-group-stats-vo';
|
|
84
88
|
export * from './dashboard-surveillance-search-dto';
|
|
89
|
+
export * from './dashboard-work-order-by-park-search-dto';
|
|
90
|
+
export * from './dashboard-work-order-by-work-order-type-search-dto';
|
|
91
|
+
export * from './dashboard-work-order-by-work-order-type-subcategory-search-dto';
|
|
92
|
+
export * from './dashboard-work-order-issue-type-group-stats-vo';
|
|
93
|
+
export * from './dashboard-work-order-list-search-dto';
|
|
94
|
+
export * from './dashboard-work-order-park-group-stats-vo';
|
|
95
|
+
export * from './dashboard-work-order-type-group-stats-vo';
|
|
96
|
+
export * from './dashboard-work-order-type-subcategory-group-stats-vo';
|
|
85
97
|
export * from './del-user-vo';
|
|
86
98
|
export * from './dept-relation';
|
|
87
99
|
export * from './dept-relation-dto';
|
|
@@ -191,14 +203,21 @@ export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
|
|
|
191
203
|
export * from './json-result-list-area-park-dto';
|
|
192
204
|
export * from './json-result-list-calendar-entity';
|
|
193
205
|
export * from './json-result-list-center-list-dto';
|
|
206
|
+
export * from './json-result-list-dashboard-access-park-group-stats-vo';
|
|
207
|
+
export * from './json-result-list-dashboard-access-source-group-stats-vo';
|
|
194
208
|
export * from './json-result-list-dashboard-equipment-park-group-stats-vo';
|
|
195
209
|
export * from './json-result-list-dashboard-equipment-system-group-stats-vo';
|
|
210
|
+
export * from './json-result-list-dashboard-series-stats-base-vo';
|
|
196
211
|
export * from './json-result-list-dashboard-surveillance-functional-area-group-stats-vo';
|
|
197
212
|
export * from './json-result-list-dashboard-surveillance-park-group-stats-vo';
|
|
213
|
+
export * from './json-result-list-dashboard-work-order-park-group-stats-vo';
|
|
214
|
+
export * from './json-result-list-dashboard-work-order-type-group-stats-vo';
|
|
215
|
+
export * from './json-result-list-dashboard-work-order-type-subcategory-group-stats-vo';
|
|
198
216
|
export * from './json-result-list-equipment-detail-dto';
|
|
199
217
|
export * from './json-result-list-equipment-qr-code-dto';
|
|
200
218
|
export * from './json-result-list-equipment-system-tree-dto';
|
|
201
219
|
export * from './json-result-list-equipment-tree-dto';
|
|
220
|
+
export * from './json-result-list-inspection-point';
|
|
202
221
|
export * from './json-result-list-inspection-standard-entity';
|
|
203
222
|
export * from './json-result-list-maintenance-standard-entity';
|
|
204
223
|
export * from './json-result-list-park-list-dto';
|
|
@@ -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 { DashboardAccessParkGroupStatsVO } from './dashboard-access-park-group-stats-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListDashboardAccessParkGroupStatsVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListDashboardAccessParkGroupStatsVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListDashboardAccessParkGroupStatsVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListDashboardAccessParkGroupStatsVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListDashboardAccessParkGroupStatsVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<DashboardAccessParkGroupStatsVO>}
|
|
41
|
+
* @memberof JsonResultListDashboardAccessParkGroupStatsVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<DashboardAccessParkGroupStatsVO> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListDashboardAccessParkGroupStatsVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListDashboardAccessParkGroupStatsVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListDashboardAccessParkGroupStatsVO
|
|
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 {};
|
|
@@ -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 { DashboardAccessSourceGroupStatsVO } from './dashboard-access-source-group-stats-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListDashboardAccessSourceGroupStatsVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListDashboardAccessSourceGroupStatsVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListDashboardAccessSourceGroupStatsVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListDashboardAccessSourceGroupStatsVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListDashboardAccessSourceGroupStatsVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<DashboardAccessSourceGroupStatsVO>}
|
|
41
|
+
* @memberof JsonResultListDashboardAccessSourceGroupStatsVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<DashboardAccessSourceGroupStatsVO> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListDashboardAccessSourceGroupStatsVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListDashboardAccessSourceGroupStatsVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListDashboardAccessSourceGroupStatsVO
|
|
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 {};
|
|
@@ -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 { DashboardSeriesStatsBaseVO } from './dashboard-series-stats-base-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListDashboardSeriesStatsBaseVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListDashboardSeriesStatsBaseVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListDashboardSeriesStatsBaseVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListDashboardSeriesStatsBaseVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListDashboardSeriesStatsBaseVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<DashboardSeriesStatsBaseVO>}
|
|
41
|
+
* @memberof JsonResultListDashboardSeriesStatsBaseVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<DashboardSeriesStatsBaseVO> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListDashboardSeriesStatsBaseVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListDashboardSeriesStatsBaseVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListDashboardSeriesStatsBaseVO
|
|
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 {};
|