@gizone/rrs-client 4.2.9-alpha.487 → 4.2.9-alpha.489

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 (74) hide show
  1. package/.openapi-generator/FILES +6 -0
  2. package/apis/dashboard-api.ts +271 -0
  3. package/apis/work-order-api.ts +36 -10
  4. package/dist/apis/dashboard-api.d.ts +140 -0
  5. package/dist/apis/dashboard-api.js +210 -0
  6. package/dist/apis/work-order-api.d.ts +20 -4
  7. package/dist/apis/work-order-api.js +20 -10
  8. package/dist/esm/apis/dashboard-api.d.ts +140 -0
  9. package/dist/esm/apis/dashboard-api.js +210 -0
  10. package/dist/esm/apis/work-order-api.d.ts +20 -4
  11. package/dist/esm/apis/work-order-api.js +20 -10
  12. package/dist/esm/models/dashboard-access-search-dto.d.ts +12 -0
  13. package/dist/esm/models/dashboard-base-search-dto.d.ts +12 -0
  14. package/dist/esm/models/dashboard-equipment-search-dto.d.ts +12 -0
  15. package/dist/esm/models/dashboard-park-statistics-vo.d.ts +36 -0
  16. package/dist/esm/models/dashboard-park-statistics-vo.js +14 -0
  17. package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +12 -0
  18. package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +12 -0
  19. package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +14 -8
  20. package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +12 -6
  21. package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
  22. package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +18 -12
  23. package/dist/esm/models/index.d.ts +6 -0
  24. package/dist/esm/models/index.js +6 -0
  25. package/dist/esm/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
  26. package/dist/esm/models/json-result-dashboard-park-statistics-vo.js +14 -0
  27. package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
  28. package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.js +14 -0
  29. package/dist/esm/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
  30. package/dist/esm/models/page-dto-work-order-group-equipment-dto.js +14 -0
  31. package/dist/esm/models/work-order-group-equipment-dto.d.ts +167 -0
  32. package/dist/esm/models/work-order-group-equipment-dto.js +18 -0
  33. package/dist/esm/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
  34. package/dist/esm/models/work-order-group-equipment-dtoinspection-item.js +14 -0
  35. package/dist/models/dashboard-access-search-dto.d.ts +12 -0
  36. package/dist/models/dashboard-base-search-dto.d.ts +12 -0
  37. package/dist/models/dashboard-equipment-search-dto.d.ts +12 -0
  38. package/dist/models/dashboard-park-statistics-vo.d.ts +36 -0
  39. package/dist/models/dashboard-park-statistics-vo.js +15 -0
  40. package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +12 -0
  41. package/dist/models/dashboard-surveillance-search-dto.d.ts +12 -0
  42. package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +14 -8
  43. package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +12 -6
  44. package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
  45. package/dist/models/dashboard-work-order-list-search-dto.d.ts +18 -12
  46. package/dist/models/index.d.ts +6 -0
  47. package/dist/models/index.js +6 -0
  48. package/dist/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
  49. package/dist/models/json-result-dashboard-park-statistics-vo.js +15 -0
  50. package/dist/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
  51. package/dist/models/json-result-page-dto-work-order-group-equipment-dto.js +15 -0
  52. package/dist/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
  53. package/dist/models/page-dto-work-order-group-equipment-dto.js +15 -0
  54. package/dist/models/work-order-group-equipment-dto.d.ts +167 -0
  55. package/dist/models/work-order-group-equipment-dto.js +21 -0
  56. package/dist/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
  57. package/dist/models/work-order-group-equipment-dtoinspection-item.js +15 -0
  58. package/models/dashboard-access-search-dto.ts +12 -0
  59. package/models/dashboard-base-search-dto.ts +12 -0
  60. package/models/dashboard-equipment-search-dto.ts +12 -0
  61. package/models/dashboard-park-statistics-vo.ts +42 -0
  62. package/models/dashboard-surveillance-park-group-stats-vo.ts +12 -0
  63. package/models/dashboard-surveillance-search-dto.ts +12 -0
  64. package/models/dashboard-work-order-by-park-search-dto.ts +14 -8
  65. package/models/dashboard-work-order-by-work-order-type-search-dto.ts +12 -6
  66. package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +18 -0
  67. package/models/dashboard-work-order-list-search-dto.ts +18 -12
  68. package/models/index.ts +6 -0
  69. package/models/json-result-dashboard-park-statistics-vo.ts +72 -0
  70. package/models/json-result-page-dto-work-order-group-equipment-dto.ts +72 -0
  71. package/models/page-dto-work-order-group-equipment-dto.ts +39 -0
  72. package/models/work-order-group-equipment-dto.ts +186 -0
  73. package/models/work-order-group-equipment-dtoinspection-item.ts +42 -0
  74. package/package.json +1 -1
@@ -98,5 +98,17 @@ export interface DashboardSurveillanceParkGroupStatsVO {
98
98
  * @memberof DashboardSurveillanceParkGroupStatsVO
99
99
  */
100
100
  'srmCenterCode'?: string;
101
+ /**
102
+ * 园区合同面积
103
+ * @type {number}
104
+ * @memberof DashboardSurveillanceParkGroupStatsVO
105
+ */
106
+ 'parkContractArea'?: number;
107
+ /**
108
+ * 监控覆盖率
109
+ * @type {number}
110
+ * @memberof DashboardSurveillanceParkGroupStatsVO
111
+ */
112
+ 'coverageRate'?: number;
101
113
  }
102
114
 
@@ -59,6 +59,18 @@ export interface DashboardSurveillanceSearchDTO {
59
59
  * @memberof DashboardSurveillanceSearchDTO
60
60
  */
61
61
  'srmCenterCodes'?: Array<string>;
62
+ /**
63
+ * 应执行开始时间
64
+ * @type {number}
65
+ * @memberof DashboardSurveillanceSearchDTO
66
+ */
67
+ 'plannedStartTime'?: number;
68
+ /**
69
+ * 应执行结束时间
70
+ * @type {number}
71
+ * @memberof DashboardSurveillanceSearchDTO
72
+ */
73
+ 'plannedEndTime'?: number;
62
74
  /**
63
75
  * 功能区
64
76
  * @type {Array<FunctionalAreaEnum>}
@@ -65,6 +65,18 @@ export interface DashboardWorkOrderByParkSearchDTO {
65
65
  * @memberof DashboardWorkOrderByParkSearchDTO
66
66
  */
67
67
  'srmCenterCodes'?: Array<string>;
68
+ /**
69
+ * 应执行开始时间
70
+ * @type {number}
71
+ * @memberof DashboardWorkOrderByParkSearchDTO
72
+ */
73
+ 'plannedStartTime'?: number;
74
+ /**
75
+ * 应执行结束时间
76
+ * @type {number}
77
+ * @memberof DashboardWorkOrderByParkSearchDTO
78
+ */
79
+ 'plannedEndTime'?: number;
68
80
  /**
69
81
  * 工单类型
70
82
  * @type {Array<WorkOrderTypeEnum>}
@@ -84,16 +96,10 @@ export interface DashboardWorkOrderByParkSearchDTO {
84
96
  */
85
97
  'workOrderIssueTypes'?: Array<WorkOrderIssueTypeEnum>;
86
98
  /**
87
- * 工单类型维度 1:周期性工单 2:普通工单
88
- * @type {number}
89
- * @memberof DashboardWorkOrderByParkSearchDTO
90
- */
91
- 'workOrderTypeField': number;
92
- /**
93
- * 时间维度 1:按生成时间查询 2:按生成时间+执行时效查询
99
+ * 统计维度 1:工单 2:巡检项
94
100
  * @type {number}
95
101
  * @memberof DashboardWorkOrderByParkSearchDTO
96
102
  */
97
- 'timeField': number;
103
+ 'dimension': number;
98
104
  }
99
105
 
@@ -62,6 +62,18 @@ export interface DashboardWorkOrderByWorkOrderTypeSearchDTO {
62
62
  * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
63
63
  */
64
64
  'srmCenterCodes'?: Array<string>;
65
+ /**
66
+ * 应执行开始时间
67
+ * @type {number}
68
+ * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
69
+ */
70
+ 'plannedStartTime'?: number;
71
+ /**
72
+ * 应执行结束时间
73
+ * @type {number}
74
+ * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
75
+ */
76
+ 'plannedEndTime'?: number;
65
77
  /**
66
78
  * 工单类型
67
79
  * @type {Array<WorkOrderTypeEnum>}
@@ -74,11 +86,5 @@ export interface DashboardWorkOrderByWorkOrderTypeSearchDTO {
74
86
  * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
75
87
  */
76
88
  'workOrderStatuses'?: Array<WorkOrderStatusEnum>;
77
- /**
78
- * 时间维度 1:按生成时间查询 2:按生成时间+执行时效查询
79
- * @type {number}
80
- * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
81
- */
82
- 'timeField': number;
83
89
  }
84
90
 
@@ -59,11 +59,29 @@ export interface DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO {
59
59
  * @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
60
60
  */
61
61
  'srmCenterCodes'?: Array<string>;
62
+ /**
63
+ * 应执行开始时间
64
+ * @type {number}
65
+ * @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
66
+ */
67
+ 'plannedStartTime'?: number;
68
+ /**
69
+ * 应执行结束时间
70
+ * @type {number}
71
+ * @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
72
+ */
73
+ 'plannedEndTime'?: number;
62
74
  /**
63
75
  * 工单类型
64
76
  * @type {Array<WorkOrderTypeEnum>}
65
77
  * @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
66
78
  */
67
79
  'workOrderTypes': Array<WorkOrderTypeEnum>;
80
+ /**
81
+ * 统计维度 1:工单 2:巡检项
82
+ * @type {number}
83
+ * @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
84
+ */
85
+ 'dimension': number;
68
86
  }
69
87
 
@@ -68,6 +68,18 @@ export interface DashboardWorkOrderListSearchDTO {
68
68
  * @memberof DashboardWorkOrderListSearchDTO
69
69
  */
70
70
  'srmCenterCodes'?: Array<string>;
71
+ /**
72
+ * 应执行开始时间
73
+ * @type {number}
74
+ * @memberof DashboardWorkOrderListSearchDTO
75
+ */
76
+ 'plannedStartTime'?: number;
77
+ /**
78
+ * 应执行结束时间
79
+ * @type {number}
80
+ * @memberof DashboardWorkOrderListSearchDTO
81
+ */
82
+ 'plannedEndTime'?: number;
71
83
  /**
72
84
  * 页码
73
85
  * @type {number}
@@ -128,18 +140,6 @@ export interface DashboardWorkOrderListSearchDTO {
128
140
  * @memberof DashboardWorkOrderListSearchDTO
129
141
  */
130
142
  'workOrderIssueTypes'?: Array<WorkOrderIssueTypeEnum>;
131
- /**
132
- * 应执行开始时间
133
- * @type {number}
134
- * @memberof DashboardWorkOrderListSearchDTO
135
- */
136
- 'plannedStartTime'?: number;
137
- /**
138
- * 应执行结束时间
139
- * @type {number}
140
- * @memberof DashboardWorkOrderListSearchDTO
141
- */
142
- 'plannedEndTime'?: number;
143
143
  /**
144
144
  * 工单完成开始时间
145
145
  * @type {number}
@@ -152,6 +152,12 @@ export interface DashboardWorkOrderListSearchDTO {
152
152
  * @memberof DashboardWorkOrderListSearchDTO
153
153
  */
154
154
  'completedEndTime'?: number;
155
+ /**
156
+ * 巡检点状态 1:完成 0:未完成
157
+ * @type {number}
158
+ * @memberof DashboardWorkOrderListSearchDTO
159
+ */
160
+ 'inspectionPointStatus'?: number;
155
161
  }
156
162
 
157
163
  export const DashboardWorkOrderListSearchDTOSpotCheckStatusesEnum = {
package/models/index.ts CHANGED
@@ -82,6 +82,7 @@ export * from './dashboard-base-search-dto';
82
82
  export * from './dashboard-equipment-park-group-stats-vo';
83
83
  export * from './dashboard-equipment-search-dto';
84
84
  export * from './dashboard-equipment-system-group-stats-vo';
85
+ export * from './dashboard-park-statistics-vo';
85
86
  export * from './dashboard-series-stats-base-vo';
86
87
  export * from './dashboard-surveillance-functional-area-group-stats-vo';
87
88
  export * from './dashboard-surveillance-park-group-stats-vo';
@@ -176,6 +177,7 @@ export * from './json-result-applet-user-type-dto';
176
177
  export * from './json-result-big-decimal';
177
178
  export * from './json-result-boolean';
178
179
  export * from './json-result-calendar-entity';
180
+ export * from './json-result-dashboard-park-statistics-vo';
179
181
  export * from './json-result-disaster-warning-standard-entity';
180
182
  export * from './json-result-equipment-add-redis-list-dto';
181
183
  export * from './json-result-equipment-detail-dto';
@@ -262,6 +264,7 @@ export * from './json-result-page-dto-plan-search-dto';
262
264
  export * from './json-result-page-dto-supplier-contract-details-dto';
263
265
  export * from './json-result-page-dto-surveillance-details-dto';
264
266
  export * from './json-result-page-dto-sys-user-msg-dto';
267
+ export * from './json-result-page-dto-work-order-group-equipment-dto';
265
268
  export * from './json-result-page-dto-work-order-search-dto';
266
269
  export * from './json-result-park-info-dto';
267
270
  export * from './json-result-park-settings-details-dto';
@@ -333,6 +336,7 @@ export * from './page-dto-plan-search-dto';
333
336
  export * from './page-dto-supplier-contract-details-dto';
334
337
  export * from './page-dto-surveillance-details-dto';
335
338
  export * from './page-dto-sys-user-msg-dto';
339
+ export * from './page-dto-work-order-group-equipment-dto';
336
340
  export * from './page-dto-work-order-search-dto';
337
341
  export * from './park';
338
342
  export * from './park-center-attribute-enum';
@@ -482,6 +486,8 @@ export * from './work-order-detail-dto';
482
486
  export * from './work-order-distribute-leaflets-vo';
483
487
  export * from './work-order-equipment-dto';
484
488
  export * from './work-order-ext-data';
489
+ export * from './work-order-group-equipment-dto';
490
+ export * from './work-order-group-equipment-dtoinspection-item';
485
491
  export * from './work-order-handler-dto';
486
492
  export * from './work-order-handler-status-enum';
487
493
  export * from './work-order-inspection-detail-dto';
@@ -0,0 +1,72 @@
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 { BaseErrorResult } from './base-error-result';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { DashboardParkStatisticsVO } from './dashboard-park-statistics-vo';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultDashboardParkStatisticsVO
27
+ */
28
+ export interface JsonResultDashboardParkStatisticsVO {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultDashboardParkStatisticsVO
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultDashboardParkStatisticsVO
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultDashboardParkStatisticsVO
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {DashboardParkStatisticsVO}
50
+ * @memberof JsonResultDashboardParkStatisticsVO
51
+ */
52
+ 'data'?: DashboardParkStatisticsVO | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultDashboardParkStatisticsVO
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultDashboardParkStatisticsVO
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultDashboardParkStatisticsVO
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -0,0 +1,72 @@
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 { BaseErrorResult } from './base-error-result';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { PageDtoWorkOrderGroupEquipmentDTO } from './page-dto-work-order-group-equipment-dto';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultPageDtoWorkOrderGroupEquipmentDTO
27
+ */
28
+ export interface JsonResultPageDtoWorkOrderGroupEquipmentDTO {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {PageDtoWorkOrderGroupEquipmentDTO}
50
+ * @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
51
+ */
52
+ 'data'?: PageDtoWorkOrderGroupEquipmentDTO | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -0,0 +1,39 @@
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 { WorkOrderGroupEquipmentDTO } from './work-order-group-equipment-dto';
19
+
20
+ /**
21
+ * 返回数据,可以是任意类型的值
22
+ * @export
23
+ * @interface PageDtoWorkOrderGroupEquipmentDTO
24
+ */
25
+ export interface PageDtoWorkOrderGroupEquipmentDTO {
26
+ /**
27
+ * 总记录数
28
+ * @type {number}
29
+ * @memberof PageDtoWorkOrderGroupEquipmentDTO
30
+ */
31
+ 'totalSize'?: number;
32
+ /**
33
+ * 页数据列表
34
+ * @type {Array<WorkOrderGroupEquipmentDTO>}
35
+ * @memberof PageDtoWorkOrderGroupEquipmentDTO
36
+ */
37
+ 'pageList'?: Array<WorkOrderGroupEquipmentDTO>;
38
+ }
39
+
@@ -0,0 +1,186 @@
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 { WorkOrderDeptDTO } from './work-order-dept-dto';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { WorkOrderGroupEquipmentDTOInspectionItem } from './work-order-group-equipment-dtoinspection-item';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { WorkOrderStatusEnum } from './work-order-status-enum';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
27
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
28
+ // May contain unused imports in some cases
29
+ // @ts-ignore
30
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
31
+
32
+ /**
33
+ * 工单设备分组详情
34
+ * @export
35
+ * @interface WorkOrderGroupEquipmentDTO
36
+ */
37
+ export interface WorkOrderGroupEquipmentDTO {
38
+ /**
39
+ * srm大区名称
40
+ * @type {string}
41
+ * @memberof WorkOrderGroupEquipmentDTO
42
+ */
43
+ 'srmAreaName'?: string;
44
+ /**
45
+ * srm小微名称
46
+ * @type {string}
47
+ * @memberof WorkOrderGroupEquipmentDTO
48
+ */
49
+ 'srmXwName'?: string;
50
+ /**
51
+ * srm中心名称
52
+ * @type {string}
53
+ * @memberof WorkOrderGroupEquipmentDTO
54
+ */
55
+ 'srmCenterName'?: string;
56
+ /**
57
+ * 园区名称
58
+ * @type {string}
59
+ * @memberof WorkOrderGroupEquipmentDTO
60
+ */
61
+ 'parkName'?: string;
62
+ /**
63
+ * 工单ID
64
+ * @type {number}
65
+ * @memberof WorkOrderGroupEquipmentDTO
66
+ */
67
+ 'workOrderId'?: number;
68
+ /**
69
+ * 工单号
70
+ * @type {string}
71
+ * @memberof WorkOrderGroupEquipmentDTO
72
+ */
73
+ 'workOrderNo'?: string;
74
+ /**
75
+ * 设备ID
76
+ * @type {number}
77
+ * @memberof WorkOrderGroupEquipmentDTO
78
+ */
79
+ 'equipmentId'?: number;
80
+ /**
81
+ *
82
+ * @type {WorkOrderTypeEnum}
83
+ * @memberof WorkOrderGroupEquipmentDTO
84
+ */
85
+ 'workOrderType'?: WorkOrderTypeEnum;
86
+ /**
87
+ * 工单名称
88
+ * @type {string}
89
+ * @memberof WorkOrderGroupEquipmentDTO
90
+ */
91
+ 'workOrderName'?: string;
92
+ /**
93
+ *
94
+ * @type {WorkOrderTypeSubcategoryEnum}
95
+ * @memberof WorkOrderGroupEquipmentDTO
96
+ */
97
+ 'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
98
+ /**
99
+ * 设备名称
100
+ * @type {string}
101
+ * @memberof WorkOrderGroupEquipmentDTO
102
+ */
103
+ 'equipmentName'?: string;
104
+ /**
105
+ * 巡检项
106
+ * @type {Array<WorkOrderGroupEquipmentDTOInspectionItem>}
107
+ * @memberof WorkOrderGroupEquipmentDTO
108
+ */
109
+ 'inspectionItems'?: Array<WorkOrderGroupEquipmentDTOInspectionItem>;
110
+ /**
111
+ * 发起时间
112
+ * @type {string}
113
+ * @memberof WorkOrderGroupEquipmentDTO
114
+ */
115
+ 'startTime'?: string;
116
+ /**
117
+ * 工单执行部门列表
118
+ * @type {Array<WorkOrderDeptDTO>}
119
+ * @memberof WorkOrderGroupEquipmentDTO
120
+ */
121
+ 'workOrderDepts'?: Array<WorkOrderDeptDTO>;
122
+ /**
123
+ *
124
+ * @type {WorkOrderStatusEnum}
125
+ * @memberof WorkOrderGroupEquipmentDTO
126
+ */
127
+ 'workOrderStatus'?: WorkOrderStatusEnum;
128
+ /**
129
+ * 巡检点状态
130
+ * @type {number}
131
+ * @memberof WorkOrderGroupEquipmentDTO
132
+ */
133
+ 'inspectionPointStatus'?: number;
134
+ /**
135
+ * 处理图片
136
+ * @type {Array<string>}
137
+ * @memberof WorkOrderGroupEquipmentDTO
138
+ */
139
+ 'handlerImages'?: Array<string>;
140
+ /**
141
+ * 预计执行时间(分钟)
142
+ * @type {number}
143
+ * @memberof WorkOrderGroupEquipmentDTO
144
+ */
145
+ 'estimateExecutionTime'?: number;
146
+ /**
147
+ * 结束时间
148
+ * @type {string}
149
+ * @memberof WorkOrderGroupEquipmentDTO
150
+ */
151
+ 'finishTime'?: string;
152
+ /**
153
+ * 是否超时
154
+ * @type {boolean}
155
+ * @memberof WorkOrderGroupEquipmentDTO
156
+ */
157
+ 'isTimeOut'?: boolean;
158
+ /**
159
+ * 发起方
160
+ * @type {string}
161
+ * @memberof WorkOrderGroupEquipmentDTO
162
+ */
163
+ 'sponsor'?: string;
164
+ /**
165
+ * 处理人
166
+ * @type {string}
167
+ * @memberof WorkOrderGroupEquipmentDTO
168
+ */
169
+ 'handlerUserName'?: string;
170
+ /**
171
+ * 抽检结果
172
+ * @type {string}
173
+ * @memberof WorkOrderGroupEquipmentDTO
174
+ */
175
+ 'spotCheckStatus'?: WorkOrderGroupEquipmentDTOSpotCheckStatusEnum;
176
+ }
177
+
178
+ export const WorkOrderGroupEquipmentDTOSpotCheckStatusEnum = {
179
+ NotCheck: 'NOT_CHECK',
180
+ Pass: 'PASS',
181
+ Fail: 'FAIL'
182
+ } as const;
183
+
184
+ export type WorkOrderGroupEquipmentDTOSpotCheckStatusEnum = typeof WorkOrderGroupEquipmentDTOSpotCheckStatusEnum[keyof typeof WorkOrderGroupEquipmentDTOSpotCheckStatusEnum];
185
+
186
+
@@ -0,0 +1,42 @@
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
+ * 巡检项
19
+ * @export
20
+ * @interface WorkOrderGroupEquipmentDTOInspectionItem
21
+ */
22
+ export interface WorkOrderGroupEquipmentDTOInspectionItem {
23
+ /**
24
+ * 内容
25
+ * @type {string}
26
+ * @memberof WorkOrderGroupEquipmentDTOInspectionItem
27
+ */
28
+ 'content'?: string;
29
+ /**
30
+ * 标准
31
+ * @type {string}
32
+ * @memberof WorkOrderGroupEquipmentDTOInspectionItem
33
+ */
34
+ 'standard'?: string;
35
+ /**
36
+ * 状态 1:完成 0未完成
37
+ * @type {number}
38
+ * @memberof WorkOrderGroupEquipmentDTOInspectionItem
39
+ */
40
+ 'state'?: number;
41
+ }
42
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.9-alpha.487",
3
+ "version": "4.2.9-alpha.489",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {