@gizone/rrs-client 4.2.0-alpha.271 → 4.2.0-alpha.273

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 (51) hide show
  1. package/.openapi-generator/FILES +5 -0
  2. package/apis/surveillance-api.ts +294 -0
  3. package/apis/work-order-api.ts +21 -5
  4. package/dist/apis/surveillance-api.d.ts +135 -0
  5. package/dist/apis/surveillance-api.js +259 -0
  6. package/dist/apis/work-order-api.d.ts +11 -2
  7. package/dist/apis/work-order-api.js +11 -5
  8. package/dist/esm/apis/surveillance-api.d.ts +135 -0
  9. package/dist/esm/apis/surveillance-api.js +259 -0
  10. package/dist/esm/apis/work-order-api.d.ts +11 -2
  11. package/dist/esm/apis/work-order-api.js +11 -5
  12. package/dist/esm/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +31 -0
  13. package/dist/esm/models/excel-import-result-dtosurveillance-batch-import-template-dto.js +14 -0
  14. package/dist/esm/models/excel-upload-bo.d.ts +36 -0
  15. package/dist/esm/models/excel-upload-bo.js +14 -0
  16. package/dist/esm/models/get-user-wx200-response.d.ts +16 -16
  17. package/dist/esm/models/index.d.ts +5 -0
  18. package/dist/esm/models/index.js +5 -0
  19. package/dist/esm/models/ipage-access-vo.d.ts +6 -6
  20. package/dist/esm/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +62 -0
  21. package/dist/esm/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.js +14 -0
  22. package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +13 -0
  23. package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +117 -0
  24. package/dist/esm/models/surveillance-batch-import-template-dto.js +14 -0
  25. package/dist/esm/models/work-order-reject-vo.d.ts +24 -0
  26. package/dist/esm/models/work-order-reject-vo.js +14 -0
  27. package/dist/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +31 -0
  28. package/dist/models/excel-import-result-dtosurveillance-batch-import-template-dto.js +15 -0
  29. package/dist/models/excel-upload-bo.d.ts +36 -0
  30. package/dist/models/excel-upload-bo.js +15 -0
  31. package/dist/models/get-user-wx200-response.d.ts +16 -16
  32. package/dist/models/index.d.ts +5 -0
  33. package/dist/models/index.js +5 -0
  34. package/dist/models/ipage-access-vo.d.ts +6 -6
  35. package/dist/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +62 -0
  36. package/dist/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.js +15 -0
  37. package/dist/models/offline-alert-work-order-details-dto.d.ts +13 -0
  38. package/dist/models/surveillance-batch-import-template-dto.d.ts +117 -0
  39. package/dist/models/surveillance-batch-import-template-dto.js +15 -0
  40. package/dist/models/work-order-reject-vo.d.ts +24 -0
  41. package/dist/models/work-order-reject-vo.js +15 -0
  42. package/models/excel-import-result-dtosurveillance-batch-import-template-dto.ts +39 -0
  43. package/models/excel-upload-bo.ts +42 -0
  44. package/models/get-user-wx200-response.ts +16 -16
  45. package/models/index.ts +5 -0
  46. package/models/ipage-access-vo.ts +6 -6
  47. package/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.ts +72 -0
  48. package/models/offline-alert-work-order-details-dto.ts +15 -0
  49. package/models/surveillance-batch-import-template-dto.ts +131 -0
  50. package/models/work-order-reject-vo.ts +30 -0
  51. 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 { ExcelImportResultDTOSurveillanceBatchImportTemplateDto } from './excel-import-result-dtosurveillance-batch-import-template-dto';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
18
+ */
19
+ export interface JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {ExcelImportResultDTOSurveillanceBatchImportTemplateDto}
41
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
42
+ */
43
+ 'data'?: ExcelImportResultDTOSurveillanceBatchImportTemplateDto | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
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 {};
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { WorkOrderDeptDTO } from './work-order-dept-dto';
12
13
  import type { WorkOrderExtData } from './work-order-ext-data';
13
14
  import type { WorkOrderHandlerDto } from './work-order-handler-dto';
14
15
  import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
@@ -88,4 +89,16 @@ export interface OfflineAlertWorkOrderDetailsDto {
88
89
  * @memberof OfflineAlertWorkOrderDetailsDto
89
90
  */
90
91
  'workOrderExtData'?: WorkOrderExtData;
92
+ /**
93
+ * 工单执行部门列表
94
+ * @type {Array<WorkOrderDeptDTO>}
95
+ * @memberof OfflineAlertWorkOrderDetailsDto
96
+ */
97
+ 'workOrderDepts'?: Array<WorkOrderDeptDTO>;
98
+ /**
99
+ * 工单执行部门ID列表
100
+ * @type {Array<number>}
101
+ * @memberof OfflineAlertWorkOrderDetailsDto
102
+ */
103
+ 'workOrderDeptIds'?: Array<number>;
91
104
  }
@@ -0,0 +1,117 @@
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 { FunctionalAreaEnum } from './functional-area-enum';
13
+ import type { InstallationBodyEnum } from './installation-body-enum';
14
+ import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
15
+ /**
16
+ * 监控批量导入模板数据传输对象
17
+ * @export
18
+ * @interface SurveillanceBatchImportTemplateDto
19
+ */
20
+ export interface SurveillanceBatchImportTemplateDto {
21
+ /**
22
+ *
23
+ * @type {string}
24
+ * @memberof SurveillanceBatchImportTemplateDto
25
+ */
26
+ 'surveillanceNo'?: string;
27
+ /**
28
+ *
29
+ * @type {string}
30
+ * @memberof SurveillanceBatchImportTemplateDto
31
+ */
32
+ 'surveillanceSpaceName'?: string;
33
+ /**
34
+ *
35
+ * @type {string}
36
+ * @memberof SurveillanceBatchImportTemplateDto
37
+ */
38
+ 'functionalArea'?: string;
39
+ /**
40
+ *
41
+ * @type {string}
42
+ * @memberof SurveillanceBatchImportTemplateDto
43
+ */
44
+ 'surveillanceName'?: string;
45
+ /**
46
+ *
47
+ * @type {string}
48
+ * @memberof SurveillanceBatchImportTemplateDto
49
+ */
50
+ 'installationBody'?: string;
51
+ /**
52
+ *
53
+ * @type {string}
54
+ * @memberof SurveillanceBatchImportTemplateDto
55
+ */
56
+ 'installationUnit'?: string;
57
+ /**
58
+ *
59
+ * @type {string}
60
+ * @memberof SurveillanceBatchImportTemplateDto
61
+ */
62
+ 'constructionTime'?: string;
63
+ /**
64
+ *
65
+ * @type {string}
66
+ * @memberof SurveillanceBatchImportTemplateDto
67
+ */
68
+ 'isShowSpace'?: string;
69
+ /**
70
+ *
71
+ * @type {FunctionalAreaEnum}
72
+ * @memberof SurveillanceBatchImportTemplateDto
73
+ */
74
+ 'functionalAreaEnum'?: FunctionalAreaEnum;
75
+ /**
76
+ *
77
+ * @type {InstallationBodyEnum}
78
+ * @memberof SurveillanceBatchImportTemplateDto
79
+ */
80
+ 'installationBodyEnum'?: InstallationBodyEnum;
81
+ /**
82
+ * 平面图是否显示
83
+ * @type {boolean}
84
+ * @memberof SurveillanceBatchImportTemplateDto
85
+ */
86
+ 'isShowSpaceBoolean'?: boolean;
87
+ /**
88
+ * 是否成功
89
+ * @type {boolean}
90
+ * @memberof SurveillanceBatchImportTemplateDto
91
+ */
92
+ 'isSuccess'?: boolean;
93
+ /**
94
+ * 行数
95
+ * @type {number}
96
+ * @memberof SurveillanceBatchImportTemplateDto
97
+ */
98
+ 'count'?: number;
99
+ /**
100
+ * 错误提示
101
+ * @type {string}
102
+ * @memberof SurveillanceBatchImportTemplateDto
103
+ */
104
+ 'tips'?: string;
105
+ /**
106
+ * 空间ID
107
+ * @type {number}
108
+ * @memberof SurveillanceBatchImportTemplateDto
109
+ */
110
+ 'spaceId'?: number;
111
+ /**
112
+ * 行业属性
113
+ * @type {Array<SpaceIndustryAttributeEnum>}
114
+ * @memberof SurveillanceBatchImportTemplateDto
115
+ */
116
+ 'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
117
+ }
@@ -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,24 @@
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 WorkOrderRejectVo
16
+ */
17
+ export interface WorkOrderRejectVo {
18
+ /**
19
+ * 驳回原因
20
+ * @type {string}
21
+ * @memberof WorkOrderRejectVo
22
+ */
23
+ 'reasonDescription'?: string;
24
+ }
@@ -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,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 { SurveillanceBatchImportTemplateDto } from './surveillance-batch-import-template-dto';
13
+ /**
14
+ * execl导入结果返回
15
+ * @export
16
+ * @interface ExcelImportResultDTOSurveillanceBatchImportTemplateDto
17
+ */
18
+ export interface ExcelImportResultDTOSurveillanceBatchImportTemplateDto {
19
+ /**
20
+ * 成功的数据
21
+ * @type {Array<SurveillanceBatchImportTemplateDto>}
22
+ * @memberof ExcelImportResultDTOSurveillanceBatchImportTemplateDto
23
+ */
24
+ 'successDataList'?: Array<SurveillanceBatchImportTemplateDto>;
25
+ /**
26
+ * 错误的数据
27
+ * @type {Array<SurveillanceBatchImportTemplateDto>}
28
+ * @memberof ExcelImportResultDTOSurveillanceBatchImportTemplateDto
29
+ */
30
+ 'errorDataList'?: Array<SurveillanceBatchImportTemplateDto>;
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,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 ExcelUploadBO
16
+ */
17
+ export interface ExcelUploadBO {
18
+ /**
19
+ * 园区id
20
+ * @type {number}
21
+ * @memberof ExcelUploadBO
22
+ */
23
+ 'parkId': number;
24
+ /**
25
+ * 语言
26
+ * @type {string}
27
+ * @memberof ExcelUploadBO
28
+ */
29
+ 'language'?: string;
30
+ /**
31
+ *
32
+ * @type {File}
33
+ * @memberof ExcelUploadBO
34
+ */
35
+ 'file': File;
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 });
@@ -19,22 +19,28 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {Array<string>}
22
+ * @type {number}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'headerNames'?: Array<string>;
25
+ 'status'?: number;
26
26
  /**
27
27
  *
28
- * @type {number}
28
+ * @type {Array<string>}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'status'?: number;
31
+ 'headerNames'?: Array<string>;
32
32
  /**
33
33
  *
34
34
  * @type {object}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
37
  'trailerFields'?: object;
38
+ /**
39
+ *
40
+ * @type {GetUserWx200ResponseLocale}
41
+ * @memberof GetUserWx200Response
42
+ */
43
+ 'locale'?: GetUserWx200ResponseLocale;
38
44
  /**
39
45
  *
40
46
  * @type {string}
@@ -53,12 +59,6 @@ export interface GetUserWx200Response {
53
59
  * @memberof GetUserWx200Response
54
60
  */
55
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
- /**
57
- *
58
- * @type {GetUserWx200ResponseLocale}
59
- * @memberof GetUserWx200Response
60
- */
61
- 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
@@ -71,12 +71,6 @@ export interface GetUserWx200Response {
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
73
  'characterEncoding'?: string;
74
- /**
75
- *
76
- * @type {object}
77
- * @memberof GetUserWx200Response
78
- */
79
- 'writer'?: object;
80
74
  /**
81
75
  *
82
76
  * @type {number}
@@ -89,4 +83,10 @@ export interface GetUserWx200Response {
89
83
  * @memberof GetUserWx200Response
90
84
  */
91
85
  'committed'?: boolean;
86
+ /**
87
+ *
88
+ * @type {object}
89
+ * @memberof GetUserWx200Response
90
+ */
91
+ 'writer'?: object;
92
92
  }
@@ -214,8 +214,10 @@ export * from './excel-import-result-dtodisaster-warning-standard-import-dto';
214
214
  export * from './excel-import-result-dtoequipment-excel-add-dto';
215
215
  export * from './excel-import-result-dtoinspection-standard-import-dto';
216
216
  export * from './excel-import-result-dtomaintenance-standard-import-dto';
217
+ export * from './excel-import-result-dtosurveillance-batch-import-template-dto';
217
218
  export * from './excel-import-result-dtosurveillance-settings-export-dto';
218
219
  export * from './excel-import-upload-to-redis-vo-space-add-excel-dto';
220
+ export * from './excel-upload-bo';
219
221
  export * from './export-energy-meter-record-bo';
220
222
  export * from './export-hire-energy-meter-record-bo';
221
223
  export * from './export-in-park-vehicle-bo';
@@ -369,6 +371,7 @@ export * from './json-result-excel-import-result-dtodisaster-warning-standard-im
369
371
  export * from './json-result-excel-import-result-dtoequipment-excel-add-dto';
370
372
  export * from './json-result-excel-import-result-dtoinspection-standard-import-dto';
371
373
  export * from './json-result-excel-import-result-dtomaintenance-standard-import-dto';
374
+ export * from './json-result-excel-import-result-dtosurveillance-batch-import-template-dto';
372
375
  export * from './json-result-excel-import-result-dtosurveillance-settings-export-dto';
373
376
  export * from './json-result-excel-import-upload-to-redis-vo-space-add-excel-dto';
374
377
  export * from './json-result-feedback-record-detail-vo';
@@ -804,6 +807,7 @@ export * from './supplier-entity';
804
807
  export * from './supplier-search-vo';
805
808
  export * from './supplier-select-dto';
806
809
  export * from './surveillance';
810
+ export * from './surveillance-batch-import-template-dto';
807
811
  export * from './surveillance-details-dto';
808
812
  export * from './surveillance-live-dto';
809
813
  export * from './surveillance-point-vo';
@@ -922,6 +926,7 @@ export * from './work-order-plan-repeats-enum';
922
926
  export * from './work-order-push-settings-entity';
923
927
  export * from './work-order-push-settings-save-or-update-vo';
924
928
  export * from './work-order-push-settings-vo';
929
+ export * from './work-order-reject-vo';
925
930
  export * from './work-order-report-vo';
926
931
  export * from './work-order-search-dto';
927
932
  export * from './work-order-settings-type-enum';
@@ -230,8 +230,10 @@ __exportStar(require("./excel-import-result-dtodisaster-warning-standard-import-
230
230
  __exportStar(require("./excel-import-result-dtoequipment-excel-add-dto"), exports);
231
231
  __exportStar(require("./excel-import-result-dtoinspection-standard-import-dto"), exports);
232
232
  __exportStar(require("./excel-import-result-dtomaintenance-standard-import-dto"), exports);
233
+ __exportStar(require("./excel-import-result-dtosurveillance-batch-import-template-dto"), exports);
233
234
  __exportStar(require("./excel-import-result-dtosurveillance-settings-export-dto"), exports);
234
235
  __exportStar(require("./excel-import-upload-to-redis-vo-space-add-excel-dto"), exports);
236
+ __exportStar(require("./excel-upload-bo"), exports);
235
237
  __exportStar(require("./export-energy-meter-record-bo"), exports);
236
238
  __exportStar(require("./export-hire-energy-meter-record-bo"), exports);
237
239
  __exportStar(require("./export-in-park-vehicle-bo"), exports);
@@ -385,6 +387,7 @@ __exportStar(require("./json-result-excel-import-result-dtodisaster-warning-stan
385
387
  __exportStar(require("./json-result-excel-import-result-dtoequipment-excel-add-dto"), exports);
386
388
  __exportStar(require("./json-result-excel-import-result-dtoinspection-standard-import-dto"), exports);
387
389
  __exportStar(require("./json-result-excel-import-result-dtomaintenance-standard-import-dto"), exports);
390
+ __exportStar(require("./json-result-excel-import-result-dtosurveillance-batch-import-template-dto"), exports);
388
391
  __exportStar(require("./json-result-excel-import-result-dtosurveillance-settings-export-dto"), exports);
389
392
  __exportStar(require("./json-result-excel-import-upload-to-redis-vo-space-add-excel-dto"), exports);
390
393
  __exportStar(require("./json-result-feedback-record-detail-vo"), exports);
@@ -820,6 +823,7 @@ __exportStar(require("./supplier-entity"), exports);
820
823
  __exportStar(require("./supplier-search-vo"), exports);
821
824
  __exportStar(require("./supplier-select-dto"), exports);
822
825
  __exportStar(require("./surveillance"), exports);
826
+ __exportStar(require("./surveillance-batch-import-template-dto"), exports);
823
827
  __exportStar(require("./surveillance-details-dto"), exports);
824
828
  __exportStar(require("./surveillance-live-dto"), exports);
825
829
  __exportStar(require("./surveillance-point-vo"), exports);
@@ -938,6 +942,7 @@ __exportStar(require("./work-order-plan-repeats-enum"), exports);
938
942
  __exportStar(require("./work-order-push-settings-entity"), exports);
939
943
  __exportStar(require("./work-order-push-settings-save-or-update-vo"), exports);
940
944
  __exportStar(require("./work-order-push-settings-vo"), exports);
945
+ __exportStar(require("./work-order-reject-vo"), exports);
941
946
  __exportStar(require("./work-order-report-vo"), exports);
942
947
  __exportStar(require("./work-order-search-dto"), exports);
943
948
  __exportStar(require("./work-order-settings-type-enum"), exports);
@@ -36,23 +36,23 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'pages'?: number;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
- * @type {boolean}
45
+ * @type {number}
46
46
  * @memberof IPageAccessVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'pages'?: number;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageAccessVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -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 { ExcelImportResultDTOSurveillanceBatchImportTemplateDto } from './excel-import-result-dtosurveillance-batch-import-template-dto';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
18
+ */
19
+ export interface JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {ExcelImportResultDTOSurveillanceBatchImportTemplateDto}
41
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
42
+ */
43
+ 'data'?: ExcelImportResultDTOSurveillanceBatchImportTemplateDto | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
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 });
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { WorkOrderDeptDTO } from './work-order-dept-dto';
12
13
  import type { WorkOrderExtData } from './work-order-ext-data';
13
14
  import type { WorkOrderHandlerDto } from './work-order-handler-dto';
14
15
  import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
@@ -88,4 +89,16 @@ export interface OfflineAlertWorkOrderDetailsDto {
88
89
  * @memberof OfflineAlertWorkOrderDetailsDto
89
90
  */
90
91
  'workOrderExtData'?: WorkOrderExtData;
92
+ /**
93
+ * 工单执行部门列表
94
+ * @type {Array<WorkOrderDeptDTO>}
95
+ * @memberof OfflineAlertWorkOrderDetailsDto
96
+ */
97
+ 'workOrderDepts'?: Array<WorkOrderDeptDTO>;
98
+ /**
99
+ * 工单执行部门ID列表
100
+ * @type {Array<number>}
101
+ * @memberof OfflineAlertWorkOrderDetailsDto
102
+ */
103
+ 'workOrderDeptIds'?: Array<number>;
91
104
  }