@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
@@ -55,6 +55,18 @@ export interface DashboardWorkOrderListSearchDTO {
55
55
  * @memberof DashboardWorkOrderListSearchDTO
56
56
  */
57
57
  'srmCenterCodes'?: Array<string>;
58
+ /**
59
+ * 应执行开始时间
60
+ * @type {number}
61
+ * @memberof DashboardWorkOrderListSearchDTO
62
+ */
63
+ 'plannedStartTime'?: number;
64
+ /**
65
+ * 应执行结束时间
66
+ * @type {number}
67
+ * @memberof DashboardWorkOrderListSearchDTO
68
+ */
69
+ 'plannedEndTime'?: number;
58
70
  /**
59
71
  * 页码
60
72
  * @type {number}
@@ -115,18 +127,6 @@ export interface DashboardWorkOrderListSearchDTO {
115
127
  * @memberof DashboardWorkOrderListSearchDTO
116
128
  */
117
129
  'workOrderIssueTypes'?: Array<WorkOrderIssueTypeEnum>;
118
- /**
119
- * 应执行开始时间
120
- * @type {number}
121
- * @memberof DashboardWorkOrderListSearchDTO
122
- */
123
- 'plannedStartTime'?: number;
124
- /**
125
- * 应执行结束时间
126
- * @type {number}
127
- * @memberof DashboardWorkOrderListSearchDTO
128
- */
129
- 'plannedEndTime'?: number;
130
130
  /**
131
131
  * 工单完成开始时间
132
132
  * @type {number}
@@ -139,6 +139,12 @@ export interface DashboardWorkOrderListSearchDTO {
139
139
  * @memberof DashboardWorkOrderListSearchDTO
140
140
  */
141
141
  'completedEndTime'?: number;
142
+ /**
143
+ * 巡检点状态 1:完成 0:未完成
144
+ * @type {number}
145
+ * @memberof DashboardWorkOrderListSearchDTO
146
+ */
147
+ 'inspectionPointStatus'?: number;
142
148
  }
143
149
  export declare const DashboardWorkOrderListSearchDTOSpotCheckStatusesEnum: {
144
150
  readonly NotCheck: "NOT_CHECK";
@@ -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';
@@ -98,6 +98,7 @@ __exportStar(require("./dashboard-base-search-dto"), exports);
98
98
  __exportStar(require("./dashboard-equipment-park-group-stats-vo"), exports);
99
99
  __exportStar(require("./dashboard-equipment-search-dto"), exports);
100
100
  __exportStar(require("./dashboard-equipment-system-group-stats-vo"), exports);
101
+ __exportStar(require("./dashboard-park-statistics-vo"), exports);
101
102
  __exportStar(require("./dashboard-series-stats-base-vo"), exports);
102
103
  __exportStar(require("./dashboard-surveillance-functional-area-group-stats-vo"), exports);
103
104
  __exportStar(require("./dashboard-surveillance-park-group-stats-vo"), exports);
@@ -192,6 +193,7 @@ __exportStar(require("./json-result-applet-user-type-dto"), exports);
192
193
  __exportStar(require("./json-result-big-decimal"), exports);
193
194
  __exportStar(require("./json-result-boolean"), exports);
194
195
  __exportStar(require("./json-result-calendar-entity"), exports);
196
+ __exportStar(require("./json-result-dashboard-park-statistics-vo"), exports);
195
197
  __exportStar(require("./json-result-disaster-warning-standard-entity"), exports);
196
198
  __exportStar(require("./json-result-equipment-add-redis-list-dto"), exports);
197
199
  __exportStar(require("./json-result-equipment-detail-dto"), exports);
@@ -278,6 +280,7 @@ __exportStar(require("./json-result-page-dto-plan-search-dto"), exports);
278
280
  __exportStar(require("./json-result-page-dto-supplier-contract-details-dto"), exports);
279
281
  __exportStar(require("./json-result-page-dto-surveillance-details-dto"), exports);
280
282
  __exportStar(require("./json-result-page-dto-sys-user-msg-dto"), exports);
283
+ __exportStar(require("./json-result-page-dto-work-order-group-equipment-dto"), exports);
281
284
  __exportStar(require("./json-result-page-dto-work-order-search-dto"), exports);
282
285
  __exportStar(require("./json-result-park-info-dto"), exports);
283
286
  __exportStar(require("./json-result-park-settings-details-dto"), exports);
@@ -349,6 +352,7 @@ __exportStar(require("./page-dto-plan-search-dto"), exports);
349
352
  __exportStar(require("./page-dto-supplier-contract-details-dto"), exports);
350
353
  __exportStar(require("./page-dto-surveillance-details-dto"), exports);
351
354
  __exportStar(require("./page-dto-sys-user-msg-dto"), exports);
355
+ __exportStar(require("./page-dto-work-order-group-equipment-dto"), exports);
352
356
  __exportStar(require("./page-dto-work-order-search-dto"), exports);
353
357
  __exportStar(require("./park"), exports);
354
358
  __exportStar(require("./park-center-attribute-enum"), exports);
@@ -498,6 +502,8 @@ __exportStar(require("./work-order-detail-dto"), exports);
498
502
  __exportStar(require("./work-order-distribute-leaflets-vo"), exports);
499
503
  __exportStar(require("./work-order-equipment-dto"), exports);
500
504
  __exportStar(require("./work-order-ext-data"), exports);
505
+ __exportStar(require("./work-order-group-equipment-dto"), exports);
506
+ __exportStar(require("./work-order-group-equipment-dtoinspection-item"), exports);
501
507
  __exportStar(require("./work-order-handler-dto"), exports);
502
508
  __exportStar(require("./work-order-handler-status-enum"), exports);
503
509
  __exportStar(require("./work-order-inspection-detail-dto"), exports);
@@ -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 { DashboardParkStatisticsVO } from './dashboard-park-statistics-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultDashboardParkStatisticsVO
18
+ */
19
+ export interface JsonResultDashboardParkStatisticsVO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultDashboardParkStatisticsVO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultDashboardParkStatisticsVO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultDashboardParkStatisticsVO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {DashboardParkStatisticsVO}
41
+ * @memberof JsonResultDashboardParkStatisticsVO
42
+ */
43
+ 'data'?: DashboardParkStatisticsVO | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultDashboardParkStatisticsVO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultDashboardParkStatisticsVO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultDashboardParkStatisticsVO
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 { PageDtoWorkOrderGroupEquipmentDTO } from './page-dto-work-order-group-equipment-dto';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultPageDtoWorkOrderGroupEquipmentDTO
18
+ */
19
+ export interface JsonResultPageDtoWorkOrderGroupEquipmentDTO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {PageDtoWorkOrderGroupEquipmentDTO}
41
+ * @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
42
+ */
43
+ 'data'?: PageDtoWorkOrderGroupEquipmentDTO | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
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,31 @@
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 { WorkOrderGroupEquipmentDTO } from './work-order-group-equipment-dto';
13
+ /**
14
+ * 返回数据,可以是任意类型的值
15
+ * @export
16
+ * @interface PageDtoWorkOrderGroupEquipmentDTO
17
+ */
18
+ export interface PageDtoWorkOrderGroupEquipmentDTO {
19
+ /**
20
+ * 总记录数
21
+ * @type {number}
22
+ * @memberof PageDtoWorkOrderGroupEquipmentDTO
23
+ */
24
+ 'totalSize'?: number;
25
+ /**
26
+ * 页数据列表
27
+ * @type {Array<WorkOrderGroupEquipmentDTO>}
28
+ * @memberof PageDtoWorkOrderGroupEquipmentDTO
29
+ */
30
+ 'pageList'?: Array<WorkOrderGroupEquipmentDTO>;
31
+ }
@@ -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,167 @@
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 { WorkOrderDeptDTO } from './work-order-dept-dto';
13
+ import type { WorkOrderGroupEquipmentDTOInspectionItem } from './work-order-group-equipment-dtoinspection-item';
14
+ import type { WorkOrderStatusEnum } from './work-order-status-enum';
15
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
16
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
17
+ /**
18
+ * 工单设备分组详情
19
+ * @export
20
+ * @interface WorkOrderGroupEquipmentDTO
21
+ */
22
+ export interface WorkOrderGroupEquipmentDTO {
23
+ /**
24
+ * srm大区名称
25
+ * @type {string}
26
+ * @memberof WorkOrderGroupEquipmentDTO
27
+ */
28
+ 'srmAreaName'?: string;
29
+ /**
30
+ * srm小微名称
31
+ * @type {string}
32
+ * @memberof WorkOrderGroupEquipmentDTO
33
+ */
34
+ 'srmXwName'?: string;
35
+ /**
36
+ * srm中心名称
37
+ * @type {string}
38
+ * @memberof WorkOrderGroupEquipmentDTO
39
+ */
40
+ 'srmCenterName'?: string;
41
+ /**
42
+ * 园区名称
43
+ * @type {string}
44
+ * @memberof WorkOrderGroupEquipmentDTO
45
+ */
46
+ 'parkName'?: string;
47
+ /**
48
+ * 工单ID
49
+ * @type {number}
50
+ * @memberof WorkOrderGroupEquipmentDTO
51
+ */
52
+ 'workOrderId'?: number;
53
+ /**
54
+ * 工单号
55
+ * @type {string}
56
+ * @memberof WorkOrderGroupEquipmentDTO
57
+ */
58
+ 'workOrderNo'?: string;
59
+ /**
60
+ * 设备ID
61
+ * @type {number}
62
+ * @memberof WorkOrderGroupEquipmentDTO
63
+ */
64
+ 'equipmentId'?: number;
65
+ /**
66
+ *
67
+ * @type {WorkOrderTypeEnum}
68
+ * @memberof WorkOrderGroupEquipmentDTO
69
+ */
70
+ 'workOrderType'?: WorkOrderTypeEnum;
71
+ /**
72
+ * 工单名称
73
+ * @type {string}
74
+ * @memberof WorkOrderGroupEquipmentDTO
75
+ */
76
+ 'workOrderName'?: string;
77
+ /**
78
+ *
79
+ * @type {WorkOrderTypeSubcategoryEnum}
80
+ * @memberof WorkOrderGroupEquipmentDTO
81
+ */
82
+ 'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
83
+ /**
84
+ * 设备名称
85
+ * @type {string}
86
+ * @memberof WorkOrderGroupEquipmentDTO
87
+ */
88
+ 'equipmentName'?: string;
89
+ /**
90
+ * 巡检项
91
+ * @type {Array<WorkOrderGroupEquipmentDTOInspectionItem>}
92
+ * @memberof WorkOrderGroupEquipmentDTO
93
+ */
94
+ 'inspectionItems'?: Array<WorkOrderGroupEquipmentDTOInspectionItem>;
95
+ /**
96
+ * 发起时间
97
+ * @type {string}
98
+ * @memberof WorkOrderGroupEquipmentDTO
99
+ */
100
+ 'startTime'?: string;
101
+ /**
102
+ * 工单执行部门列表
103
+ * @type {Array<WorkOrderDeptDTO>}
104
+ * @memberof WorkOrderGroupEquipmentDTO
105
+ */
106
+ 'workOrderDepts'?: Array<WorkOrderDeptDTO>;
107
+ /**
108
+ *
109
+ * @type {WorkOrderStatusEnum}
110
+ * @memberof WorkOrderGroupEquipmentDTO
111
+ */
112
+ 'workOrderStatus'?: WorkOrderStatusEnum;
113
+ /**
114
+ * 巡检点状态
115
+ * @type {number}
116
+ * @memberof WorkOrderGroupEquipmentDTO
117
+ */
118
+ 'inspectionPointStatus'?: number;
119
+ /**
120
+ * 处理图片
121
+ * @type {Array<string>}
122
+ * @memberof WorkOrderGroupEquipmentDTO
123
+ */
124
+ 'handlerImages'?: Array<string>;
125
+ /**
126
+ * 预计执行时间(分钟)
127
+ * @type {number}
128
+ * @memberof WorkOrderGroupEquipmentDTO
129
+ */
130
+ 'estimateExecutionTime'?: number;
131
+ /**
132
+ * 结束时间
133
+ * @type {string}
134
+ * @memberof WorkOrderGroupEquipmentDTO
135
+ */
136
+ 'finishTime'?: string;
137
+ /**
138
+ * 是否超时
139
+ * @type {boolean}
140
+ * @memberof WorkOrderGroupEquipmentDTO
141
+ */
142
+ 'isTimeOut'?: boolean;
143
+ /**
144
+ * 发起方
145
+ * @type {string}
146
+ * @memberof WorkOrderGroupEquipmentDTO
147
+ */
148
+ 'sponsor'?: string;
149
+ /**
150
+ * 处理人
151
+ * @type {string}
152
+ * @memberof WorkOrderGroupEquipmentDTO
153
+ */
154
+ 'handlerUserName'?: string;
155
+ /**
156
+ * 抽检结果
157
+ * @type {string}
158
+ * @memberof WorkOrderGroupEquipmentDTO
159
+ */
160
+ 'spotCheckStatus'?: WorkOrderGroupEquipmentDTOSpotCheckStatusEnum;
161
+ }
162
+ export declare const WorkOrderGroupEquipmentDTOSpotCheckStatusEnum: {
163
+ readonly NotCheck: "NOT_CHECK";
164
+ readonly Pass: "PASS";
165
+ readonly Fail: "FAIL";
166
+ };
167
+ export type WorkOrderGroupEquipmentDTOSpotCheckStatusEnum = typeof WorkOrderGroupEquipmentDTOSpotCheckStatusEnum[keyof typeof WorkOrderGroupEquipmentDTOSpotCheckStatusEnum];
@@ -0,0 +1,21 @@
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 });
16
+ exports.WorkOrderGroupEquipmentDTOSpotCheckStatusEnum = void 0;
17
+ exports.WorkOrderGroupEquipmentDTOSpotCheckStatusEnum = {
18
+ NotCheck: 'NOT_CHECK',
19
+ Pass: 'PASS',
20
+ Fail: 'FAIL'
21
+ };
@@ -0,0 +1,36 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 巡检项
14
+ * @export
15
+ * @interface WorkOrderGroupEquipmentDTOInspectionItem
16
+ */
17
+ export interface WorkOrderGroupEquipmentDTOInspectionItem {
18
+ /**
19
+ * 内容
20
+ * @type {string}
21
+ * @memberof WorkOrderGroupEquipmentDTOInspectionItem
22
+ */
23
+ 'content'?: string;
24
+ /**
25
+ * 标准
26
+ * @type {string}
27
+ * @memberof WorkOrderGroupEquipmentDTOInspectionItem
28
+ */
29
+ 'standard'?: string;
30
+ /**
31
+ * 状态 1:完成 0未完成
32
+ * @type {number}
33
+ * @memberof WorkOrderGroupEquipmentDTOInspectionItem
34
+ */
35
+ 'state'?: number;
36
+ }
@@ -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 });
@@ -65,6 +65,18 @@ export interface DashboardAccessSearchDTO {
65
65
  * @memberof DashboardAccessSearchDTO
66
66
  */
67
67
  'srmCenterCodes'?: Array<string>;
68
+ /**
69
+ * 应执行开始时间
70
+ * @type {number}
71
+ * @memberof DashboardAccessSearchDTO
72
+ */
73
+ 'plannedStartTime'?: number;
74
+ /**
75
+ * 应执行结束时间
76
+ * @type {number}
77
+ * @memberof DashboardAccessSearchDTO
78
+ */
79
+ 'plannedEndTime'?: number;
68
80
  /**
69
81
  * 出入来源
70
82
  * @type {Array<AccessAppointmentSourceEnum>}
@@ -56,5 +56,17 @@ export interface DashboardBaseSearchDTO {
56
56
  * @memberof DashboardBaseSearchDTO
57
57
  */
58
58
  'srmCenterCodes'?: Array<string>;
59
+ /**
60
+ * 应执行开始时间
61
+ * @type {number}
62
+ * @memberof DashboardBaseSearchDTO
63
+ */
64
+ 'plannedStartTime'?: number;
65
+ /**
66
+ * 应执行结束时间
67
+ * @type {number}
68
+ * @memberof DashboardBaseSearchDTO
69
+ */
70
+ 'plannedEndTime'?: number;
59
71
  }
60
72
 
@@ -56,6 +56,18 @@ export interface DashboardEquipmentSearchDTO {
56
56
  * @memberof DashboardEquipmentSearchDTO
57
57
  */
58
58
  'srmCenterCodes'?: Array<string>;
59
+ /**
60
+ * 应执行开始时间
61
+ * @type {number}
62
+ * @memberof DashboardEquipmentSearchDTO
63
+ */
64
+ 'plannedStartTime'?: number;
65
+ /**
66
+ * 应执行结束时间
67
+ * @type {number}
68
+ * @memberof DashboardEquipmentSearchDTO
69
+ */
70
+ 'plannedEndTime'?: number;
59
71
  /**
60
72
  * 设备系统ID
61
73
  * @type {Array<number>}
@@ -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 DashboardParkStatisticsVO
21
+ */
22
+ export interface DashboardParkStatisticsVO {
23
+ /**
24
+ * 总面积
25
+ * @type {number}
26
+ * @memberof DashboardParkStatisticsVO
27
+ */
28
+ 'totalArea'?: number;
29
+ /**
30
+ * 监控数量
31
+ * @type {number}
32
+ * @memberof DashboardParkStatisticsVO
33
+ */
34
+ 'surveillanceCount'?: number;
35
+ /**
36
+ * 监控覆盖率
37
+ * @type {number}
38
+ * @memberof DashboardParkStatisticsVO
39
+ */
40
+ 'monitoringCoverageRate'?: number;
41
+ }
42
+