@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.
Files changed (62) hide show
  1. package/.openapi-generator/FILES +10 -0
  2. package/apis/dashboard-api.ts +371 -92
  3. package/dist/apis/dashboard-api.d.ts +208 -64
  4. package/dist/apis/dashboard-api.js +282 -72
  5. package/dist/esm/apis/dashboard-api.d.ts +208 -64
  6. package/dist/esm/apis/dashboard-api.js +282 -72
  7. package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +69 -0
  8. package/dist/esm/models/dashboard-work-order-by-park-search-dto.js +14 -0
  9. package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +56 -0
  10. package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.js +14 -0
  11. package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +43 -0
  12. package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +14 -0
  13. package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
  14. package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.js +14 -0
  15. package/dist/esm/models/dashboard-work-order-park-group-stats-vo.d.ts +60 -0
  16. package/dist/esm/models/dashboard-work-order-park-group-stats-vo.js +14 -0
  17. package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +62 -0
  18. package/dist/esm/models/dashboard-work-order-type-group-stats-vo.js +14 -0
  19. package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +55 -0
  20. package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
  21. package/dist/esm/models/index.d.ts +10 -0
  22. package/dist/esm/models/index.js +10 -0
  23. package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
  24. package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +14 -0
  25. package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
  26. package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +14 -0
  27. package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
  28. package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
  29. package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +69 -0
  30. package/dist/models/dashboard-work-order-by-park-search-dto.js +15 -0
  31. package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +56 -0
  32. package/dist/models/dashboard-work-order-by-work-order-type-search-dto.js +15 -0
  33. package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +43 -0
  34. package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +15 -0
  35. package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
  36. package/dist/models/dashboard-work-order-issue-type-group-stats-vo.js +15 -0
  37. package/dist/models/dashboard-work-order-park-group-stats-vo.d.ts +60 -0
  38. package/dist/models/dashboard-work-order-park-group-stats-vo.js +15 -0
  39. package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +62 -0
  40. package/dist/models/dashboard-work-order-type-group-stats-vo.js +15 -0
  41. package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +55 -0
  42. package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
  43. package/dist/models/index.d.ts +10 -0
  44. package/dist/models/index.js +10 -0
  45. package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
  46. package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +15 -0
  47. package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
  48. package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +15 -0
  49. package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
  50. package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
  51. package/models/dashboard-work-order-by-park-search-dto.ts +81 -0
  52. package/models/dashboard-work-order-by-work-order-type-search-dto.ts +66 -0
  53. package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +51 -0
  54. package/models/dashboard-work-order-issue-type-group-stats-vo.ts +65 -0
  55. package/models/dashboard-work-order-park-group-stats-vo.ts +66 -0
  56. package/models/dashboard-work-order-type-group-stats-vo.ts +74 -0
  57. package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +65 -0
  58. package/models/index.ts +10 -0
  59. package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +72 -0
  60. package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +72 -0
  61. package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +72 -0
  62. 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 { 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,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,69 @@
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 { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
13
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
14
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
15
+ /**
16
+ * 数据看板工单园区查询DTO
17
+ * @export
18
+ * @interface DashboardWorkOrderByParkSearchDTO
19
+ */
20
+ export interface DashboardWorkOrderByParkSearchDTO {
21
+ /**
22
+ * 园区ID集合
23
+ * @type {Array<number>}
24
+ * @memberof DashboardWorkOrderByParkSearchDTO
25
+ */
26
+ 'parkIds'?: Array<number>;
27
+ /**
28
+ * 开始时间
29
+ * @type {number}
30
+ * @memberof DashboardWorkOrderByParkSearchDTO
31
+ */
32
+ 'startTime'?: number;
33
+ /**
34
+ * 结束时间
35
+ * @type {number}
36
+ * @memberof DashboardWorkOrderByParkSearchDTO
37
+ */
38
+ 'endTime'?: number;
39
+ /**
40
+ * 工单类型
41
+ * @type {Array<WorkOrderTypeEnum>}
42
+ * @memberof DashboardWorkOrderByParkSearchDTO
43
+ */
44
+ 'workOrderTypes': Array<WorkOrderTypeEnum>;
45
+ /**
46
+ * 工单类型子类
47
+ * @type {Array<WorkOrderTypeSubcategoryEnum>}
48
+ * @memberof DashboardWorkOrderByParkSearchDTO
49
+ */
50
+ 'workOrderTypeSubcategories'?: Array<WorkOrderTypeSubcategoryEnum>;
51
+ /**
52
+ * 工单问题类型
53
+ * @type {Array<WorkOrderIssueTypeEnum>}
54
+ * @memberof DashboardWorkOrderByParkSearchDTO
55
+ */
56
+ 'workOrderIssueTypes'?: Array<WorkOrderIssueTypeEnum>;
57
+ /**
58
+ * 工单类型维度 1:周期性工单 2:普通工单
59
+ * @type {number}
60
+ * @memberof DashboardWorkOrderByParkSearchDTO
61
+ */
62
+ 'workOrderTypeField': number;
63
+ /**
64
+ * 时间维度 1:按生成时间查询 2:按生成时间+执行时效查询
65
+ * @type {number}
66
+ * @memberof DashboardWorkOrderByParkSearchDTO
67
+ */
68
+ 'timeField'?: number;
69
+ }
@@ -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,56 @@
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 { WorkOrderStatusEnum } from './work-order-status-enum';
13
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
14
+ /**
15
+ * 数据看板工单类型查询DTO
16
+ * @export
17
+ * @interface DashboardWorkOrderByWorkOrderTypeSearchDTO
18
+ */
19
+ export interface DashboardWorkOrderByWorkOrderTypeSearchDTO {
20
+ /**
21
+ * 园区ID集合
22
+ * @type {Array<number>}
23
+ * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
24
+ */
25
+ 'parkIds'?: Array<number>;
26
+ /**
27
+ * 开始时间
28
+ * @type {number}
29
+ * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
30
+ */
31
+ 'startTime'?: number;
32
+ /**
33
+ * 结束时间
34
+ * @type {number}
35
+ * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
36
+ */
37
+ 'endTime'?: number;
38
+ /**
39
+ * 工单类型
40
+ * @type {Array<WorkOrderTypeEnum>}
41
+ * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
42
+ */
43
+ 'workOrderTypes': Array<WorkOrderTypeEnum>;
44
+ /**
45
+ * 工单状态
46
+ * @type {Array<WorkOrderStatusEnum>}
47
+ * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
48
+ */
49
+ 'workOrderStatuses'?: Array<WorkOrderStatusEnum>;
50
+ /**
51
+ * 时间维度 1:按生成时间查询 2:按生成时间+执行时效查询
52
+ * @type {number}
53
+ * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
54
+ */
55
+ 'timeField': number;
56
+ }
@@ -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,43 @@
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 { WorkOrderTypeEnum } from './work-order-type-enum';
13
+ /**
14
+ * 数据看板工单类型子类查询DTO
15
+ * @export
16
+ * @interface DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
17
+ */
18
+ export interface DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO {
19
+ /**
20
+ * 园区ID集合
21
+ * @type {Array<number>}
22
+ * @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
23
+ */
24
+ 'parkIds'?: Array<number>;
25
+ /**
26
+ * 开始时间
27
+ * @type {number}
28
+ * @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
29
+ */
30
+ 'startTime'?: number;
31
+ /**
32
+ * 结束时间
33
+ * @type {number}
34
+ * @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
35
+ */
36
+ 'endTime'?: number;
37
+ /**
38
+ * 工单类型
39
+ * @type {Array<WorkOrderTypeEnum>}
40
+ * @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
41
+ */
42
+ 'workOrderTypes': Array<WorkOrderTypeEnum>;
43
+ }
@@ -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,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 { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
13
+ /**
14
+ * 数据看板工单问题类型分组统计VO
15
+ * @export
16
+ * @interface DashboardWorkOrderIssueTypeGroupStatsVO
17
+ */
18
+ export interface DashboardWorkOrderIssueTypeGroupStatsVO {
19
+ /**
20
+ *
21
+ * @type {WorkOrderIssueTypeEnum}
22
+ * @memberof DashboardWorkOrderIssueTypeGroupStatsVO
23
+ */
24
+ 'workOrderIssueType'?: WorkOrderIssueTypeEnum;
25
+ /**
26
+ * 工单总数
27
+ * @type {number}
28
+ * @memberof DashboardWorkOrderIssueTypeGroupStatsVO
29
+ */
30
+ 'totalCount'?: number;
31
+ /**
32
+ * 完成工单数
33
+ * @type {number}
34
+ * @memberof DashboardWorkOrderIssueTypeGroupStatsVO
35
+ */
36
+ 'completedCount'?: number;
37
+ /**
38
+ * 时效内未完成数
39
+ * @type {number}
40
+ * @memberof DashboardWorkOrderIssueTypeGroupStatsVO
41
+ */
42
+ 'inTimeUncompletedCount'?: number;
43
+ /**
44
+ * 超时未完成数
45
+ * @type {number}
46
+ * @memberof DashboardWorkOrderIssueTypeGroupStatsVO
47
+ */
48
+ 'overTimeUncompletedCount'?: number;
49
+ /**
50
+ * 工单完成率
51
+ * @type {number}
52
+ * @memberof DashboardWorkOrderIssueTypeGroupStatsVO
53
+ */
54
+ 'completionRate'?: number;
55
+ }
@@ -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,60 @@
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
+ }
@@ -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 { 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,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,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,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 });
@@ -82,6 +82,13 @@ export * from './dashboard-equipment-system-group-stats-vo';
82
82
  export * from './dashboard-surveillance-functional-area-group-stats-vo';
83
83
  export * from './dashboard-surveillance-park-group-stats-vo';
84
84
  export * from './dashboard-surveillance-search-dto';
85
+ export * from './dashboard-work-order-by-park-search-dto';
86
+ export * from './dashboard-work-order-by-work-order-type-search-dto';
87
+ export * from './dashboard-work-order-by-work-order-type-subcategory-search-dto';
88
+ export * from './dashboard-work-order-issue-type-group-stats-vo';
89
+ export * from './dashboard-work-order-park-group-stats-vo';
90
+ export * from './dashboard-work-order-type-group-stats-vo';
91
+ export * from './dashboard-work-order-type-subcategory-group-stats-vo';
85
92
  export * from './del-user-vo';
86
93
  export * from './dept-relation';
87
94
  export * from './dept-relation-dto';
@@ -195,6 +202,9 @@ export * from './json-result-list-dashboard-equipment-park-group-stats-vo';
195
202
  export * from './json-result-list-dashboard-equipment-system-group-stats-vo';
196
203
  export * from './json-result-list-dashboard-surveillance-functional-area-group-stats-vo';
197
204
  export * from './json-result-list-dashboard-surveillance-park-group-stats-vo';
205
+ export * from './json-result-list-dashboard-work-order-park-group-stats-vo';
206
+ export * from './json-result-list-dashboard-work-order-type-group-stats-vo';
207
+ export * from './json-result-list-dashboard-work-order-type-subcategory-group-stats-vo';
198
208
  export * from './json-result-list-equipment-detail-dto';
199
209
  export * from './json-result-list-equipment-qr-code-dto';
200
210
  export * from './json-result-list-equipment-system-tree-dto';
@@ -98,6 +98,13 @@ __exportStar(require("./dashboard-equipment-system-group-stats-vo"), exports);
98
98
  __exportStar(require("./dashboard-surveillance-functional-area-group-stats-vo"), exports);
99
99
  __exportStar(require("./dashboard-surveillance-park-group-stats-vo"), exports);
100
100
  __exportStar(require("./dashboard-surveillance-search-dto"), exports);
101
+ __exportStar(require("./dashboard-work-order-by-park-search-dto"), exports);
102
+ __exportStar(require("./dashboard-work-order-by-work-order-type-search-dto"), exports);
103
+ __exportStar(require("./dashboard-work-order-by-work-order-type-subcategory-search-dto"), exports);
104
+ __exportStar(require("./dashboard-work-order-issue-type-group-stats-vo"), exports);
105
+ __exportStar(require("./dashboard-work-order-park-group-stats-vo"), exports);
106
+ __exportStar(require("./dashboard-work-order-type-group-stats-vo"), exports);
107
+ __exportStar(require("./dashboard-work-order-type-subcategory-group-stats-vo"), exports);
101
108
  __exportStar(require("./del-user-vo"), exports);
102
109
  __exportStar(require("./dept-relation"), exports);
103
110
  __exportStar(require("./dept-relation-dto"), exports);
@@ -211,6 +218,9 @@ __exportStar(require("./json-result-list-dashboard-equipment-park-group-stats-vo
211
218
  __exportStar(require("./json-result-list-dashboard-equipment-system-group-stats-vo"), exports);
212
219
  __exportStar(require("./json-result-list-dashboard-surveillance-functional-area-group-stats-vo"), exports);
213
220
  __exportStar(require("./json-result-list-dashboard-surveillance-park-group-stats-vo"), exports);
221
+ __exportStar(require("./json-result-list-dashboard-work-order-park-group-stats-vo"), exports);
222
+ __exportStar(require("./json-result-list-dashboard-work-order-type-group-stats-vo"), exports);
223
+ __exportStar(require("./json-result-list-dashboard-work-order-type-subcategory-group-stats-vo"), exports);
214
224
  __exportStar(require("./json-result-list-equipment-detail-dto"), exports);
215
225
  __exportStar(require("./json-result-list-equipment-qr-code-dto"), exports);
216
226
  __exportStar(require("./json-result-list-equipment-system-tree-dto"), exports);