@gizone/rrs-client 4.2.7-alpha.435 → 4.2.7-alpha.437
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 +10 -0
- package/apis/dashboard-api.ts +371 -92
- package/dist/apis/dashboard-api.d.ts +208 -64
- package/dist/apis/dashboard-api.js +282 -72
- package/dist/esm/apis/dashboard-api.d.ts +208 -64
- package/dist/esm/apis/dashboard-api.js +282 -72
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +69 -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 +56 -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 +43 -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-park-group-stats-vo.d.ts +60 -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/index.d.ts +10 -0
- package/dist/esm/models/index.js +10 -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/models/dashboard-work-order-by-park-search-dto.d.ts +69 -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 +56 -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 +43 -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-park-group-stats-vo.d.ts +60 -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/index.d.ts +10 -0
- package/dist/models/index.js +10 -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/models/dashboard-work-order-by-park-search-dto.ts +81 -0
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +66 -0
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +51 -0
- package/models/dashboard-work-order-issue-type-group-stats-vo.ts +65 -0
- package/models/dashboard-work-order-park-group-stats-vo.ts +66 -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/index.ts +10 -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/package.json +1 -1
|
@@ -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 { DashboardWorkOrderParkGroupStatsVO } from './dashboard-work-order-park-group-stats-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListDashboardWorkOrderParkGroupStatsVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<DashboardWorkOrderParkGroupStatsVO>}
|
|
41
|
+
* @memberof JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<DashboardWorkOrderParkGroupStatsVO> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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,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 { DashboardWorkOrderTypeGroupStatsVO } from './dashboard-work-order-type-group-stats-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListDashboardWorkOrderTypeGroupStatsVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<DashboardWorkOrderTypeGroupStatsVO>}
|
|
41
|
+
* @memberof JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<DashboardWorkOrderTypeGroupStatsVO> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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 });
|
package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts
ADDED
|
@@ -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 { DashboardWorkOrderTypeSubcategoryGroupStatsVO } from './dashboard-work-order-type-subcategory-group-stats-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<DashboardWorkOrderTypeSubcategoryGroupStatsVO>}
|
|
41
|
+
* @memberof JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<DashboardWorkOrderTypeSubcategoryGroupStatsVO> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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,81 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* 数据看板工单园区查询DTO
|
|
28
|
+
* @export
|
|
29
|
+
* @interface DashboardWorkOrderByParkSearchDTO
|
|
30
|
+
*/
|
|
31
|
+
export interface DashboardWorkOrderByParkSearchDTO {
|
|
32
|
+
/**
|
|
33
|
+
* 园区ID集合
|
|
34
|
+
* @type {Array<number>}
|
|
35
|
+
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
36
|
+
*/
|
|
37
|
+
'parkIds'?: Array<number>;
|
|
38
|
+
/**
|
|
39
|
+
* 开始时间
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
42
|
+
*/
|
|
43
|
+
'startTime'?: number;
|
|
44
|
+
/**
|
|
45
|
+
* 结束时间
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
48
|
+
*/
|
|
49
|
+
'endTime'?: number;
|
|
50
|
+
/**
|
|
51
|
+
* 工单类型
|
|
52
|
+
* @type {Array<WorkOrderTypeEnum>}
|
|
53
|
+
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
54
|
+
*/
|
|
55
|
+
'workOrderTypes': Array<WorkOrderTypeEnum>;
|
|
56
|
+
/**
|
|
57
|
+
* 工单类型子类
|
|
58
|
+
* @type {Array<WorkOrderTypeSubcategoryEnum>}
|
|
59
|
+
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
60
|
+
*/
|
|
61
|
+
'workOrderTypeSubcategories'?: Array<WorkOrderTypeSubcategoryEnum>;
|
|
62
|
+
/**
|
|
63
|
+
* 工单问题类型
|
|
64
|
+
* @type {Array<WorkOrderIssueTypeEnum>}
|
|
65
|
+
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
66
|
+
*/
|
|
67
|
+
'workOrderIssueTypes'?: Array<WorkOrderIssueTypeEnum>;
|
|
68
|
+
/**
|
|
69
|
+
* 工单类型维度 1:周期性工单 2:普通工单
|
|
70
|
+
* @type {number}
|
|
71
|
+
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
72
|
+
*/
|
|
73
|
+
'workOrderTypeField': number;
|
|
74
|
+
/**
|
|
75
|
+
* 时间维度 1:按生成时间查询 2:按生成时间+执行时效查询
|
|
76
|
+
* @type {number}
|
|
77
|
+
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
78
|
+
*/
|
|
79
|
+
'timeField'?: number;
|
|
80
|
+
}
|
|
81
|
+
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { WorkOrderStatusEnum } from './work-order-status-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 数据看板工单类型查询DTO
|
|
25
|
+
* @export
|
|
26
|
+
* @interface DashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
27
|
+
*/
|
|
28
|
+
export interface DashboardWorkOrderByWorkOrderTypeSearchDTO {
|
|
29
|
+
/**
|
|
30
|
+
* 园区ID集合
|
|
31
|
+
* @type {Array<number>}
|
|
32
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
33
|
+
*/
|
|
34
|
+
'parkIds'?: Array<number>;
|
|
35
|
+
/**
|
|
36
|
+
* 开始时间
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
39
|
+
*/
|
|
40
|
+
'startTime'?: number;
|
|
41
|
+
/**
|
|
42
|
+
* 结束时间
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
45
|
+
*/
|
|
46
|
+
'endTime'?: number;
|
|
47
|
+
/**
|
|
48
|
+
* 工单类型
|
|
49
|
+
* @type {Array<WorkOrderTypeEnum>}
|
|
50
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
51
|
+
*/
|
|
52
|
+
'workOrderTypes': Array<WorkOrderTypeEnum>;
|
|
53
|
+
/**
|
|
54
|
+
* 工单状态
|
|
55
|
+
* @type {Array<WorkOrderStatusEnum>}
|
|
56
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
57
|
+
*/
|
|
58
|
+
'workOrderStatuses'?: Array<WorkOrderStatusEnum>;
|
|
59
|
+
/**
|
|
60
|
+
* 时间维度 1:按生成时间查询 2:按生成时间+执行时效查询
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
63
|
+
*/
|
|
64
|
+
'timeField': number;
|
|
65
|
+
}
|
|
66
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 数据看板工单类型子类查询DTO
|
|
22
|
+
* @export
|
|
23
|
+
* @interface DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
24
|
+
*/
|
|
25
|
+
export interface DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO {
|
|
26
|
+
/**
|
|
27
|
+
* 园区ID集合
|
|
28
|
+
* @type {Array<number>}
|
|
29
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
30
|
+
*/
|
|
31
|
+
'parkIds'?: Array<number>;
|
|
32
|
+
/**
|
|
33
|
+
* 开始时间
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
36
|
+
*/
|
|
37
|
+
'startTime'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 结束时间
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
42
|
+
*/
|
|
43
|
+
'endTime'?: number;
|
|
44
|
+
/**
|
|
45
|
+
* 工单类型
|
|
46
|
+
* @type {Array<WorkOrderTypeEnum>}
|
|
47
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
48
|
+
*/
|
|
49
|
+
'workOrderTypes': Array<WorkOrderTypeEnum>;
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 数据看板工单问题类型分组统计VO
|
|
22
|
+
* @export
|
|
23
|
+
* @interface DashboardWorkOrderIssueTypeGroupStatsVO
|
|
24
|
+
*/
|
|
25
|
+
export interface DashboardWorkOrderIssueTypeGroupStatsVO {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
29
|
+
* @memberof DashboardWorkOrderIssueTypeGroupStatsVO
|
|
30
|
+
*/
|
|
31
|
+
'workOrderIssueType'?: WorkOrderIssueTypeEnum;
|
|
32
|
+
/**
|
|
33
|
+
* 工单总数
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof DashboardWorkOrderIssueTypeGroupStatsVO
|
|
36
|
+
*/
|
|
37
|
+
'totalCount'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 完成工单数
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof DashboardWorkOrderIssueTypeGroupStatsVO
|
|
42
|
+
*/
|
|
43
|
+
'completedCount'?: number;
|
|
44
|
+
/**
|
|
45
|
+
* 时效内未完成数
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof DashboardWorkOrderIssueTypeGroupStatsVO
|
|
48
|
+
*/
|
|
49
|
+
'inTimeUncompletedCount'?: number;
|
|
50
|
+
/**
|
|
51
|
+
* 超时未完成数
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof DashboardWorkOrderIssueTypeGroupStatsVO
|
|
54
|
+
*/
|
|
55
|
+
'overTimeUncompletedCount'?: number;
|
|
56
|
+
/**
|
|
57
|
+
* 工单完成率
|
|
58
|
+
* @type {number}
|
|
59
|
+
* @memberof DashboardWorkOrderIssueTypeGroupStatsVO
|
|
60
|
+
*/
|
|
61
|
+
'completionRate'?: number;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 数据看板工单园区分组统计VO
|
|
19
|
+
* @export
|
|
20
|
+
* @interface DashboardWorkOrderParkGroupStatsVO
|
|
21
|
+
*/
|
|
22
|
+
export interface DashboardWorkOrderParkGroupStatsVO {
|
|
23
|
+
/**
|
|
24
|
+
* 园区ID
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
27
|
+
*/
|
|
28
|
+
'parkId'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 园区名称
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
33
|
+
*/
|
|
34
|
+
'parkName'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 工单总数
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
39
|
+
*/
|
|
40
|
+
'totalCount'?: number;
|
|
41
|
+
/**
|
|
42
|
+
* 完成工单数
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
45
|
+
*/
|
|
46
|
+
'completedCount'?: number;
|
|
47
|
+
/**
|
|
48
|
+
* 时效内未完成数
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
51
|
+
*/
|
|
52
|
+
'inTimeUncompletedCount'?: number;
|
|
53
|
+
/**
|
|
54
|
+
* 超时未完成数
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
57
|
+
*/
|
|
58
|
+
'overTimeUncompletedCount'?: number;
|
|
59
|
+
/**
|
|
60
|
+
* 工单完成率
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
63
|
+
*/
|
|
64
|
+
'completionRate'?: number;
|
|
65
|
+
}
|
|
66
|
+
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { DashboardWorkOrderIssueTypeGroupStatsVO } from './dashboard-work-order-issue-type-group-stats-vo';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 数据看板工单类型大类分组统计VO
|
|
25
|
+
* @export
|
|
26
|
+
* @interface DashboardWorkOrderTypeGroupStatsVO
|
|
27
|
+
*/
|
|
28
|
+
export interface DashboardWorkOrderTypeGroupStatsVO {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {WorkOrderTypeEnum}
|
|
32
|
+
* @memberof DashboardWorkOrderTypeGroupStatsVO
|
|
33
|
+
*/
|
|
34
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
35
|
+
/**
|
|
36
|
+
* 工单总数
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof DashboardWorkOrderTypeGroupStatsVO
|
|
39
|
+
*/
|
|
40
|
+
'totalCount'?: number;
|
|
41
|
+
/**
|
|
42
|
+
* 完成工单数
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof DashboardWorkOrderTypeGroupStatsVO
|
|
45
|
+
*/
|
|
46
|
+
'completedCount'?: number;
|
|
47
|
+
/**
|
|
48
|
+
* 时效内未完成数
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof DashboardWorkOrderTypeGroupStatsVO
|
|
51
|
+
*/
|
|
52
|
+
'inTimeUncompletedCount'?: number;
|
|
53
|
+
/**
|
|
54
|
+
* 超时未完成数
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof DashboardWorkOrderTypeGroupStatsVO
|
|
57
|
+
*/
|
|
58
|
+
'overTimeUncompletedCount'?: number;
|
|
59
|
+
/**
|
|
60
|
+
* 工单完成率
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof DashboardWorkOrderTypeGroupStatsVO
|
|
63
|
+
*/
|
|
64
|
+
'completionRate'?: number;
|
|
65
|
+
/**
|
|
66
|
+
* 工单问题类型分组统计
|
|
67
|
+
* @type {Array<DashboardWorkOrderIssueTypeGroupStatsVO>}
|
|
68
|
+
* @memberof DashboardWorkOrderTypeGroupStatsVO
|
|
69
|
+
*/
|
|
70
|
+
'children'?: Array<DashboardWorkOrderIssueTypeGroupStatsVO>;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|