@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,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,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,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,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,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 { SurveillanceBatchImportTemplateDto } from './surveillance-batch-import-template-dto';
19
+
20
+ /**
21
+ * execl导入结果返回
22
+ * @export
23
+ * @interface ExcelImportResultDTOSurveillanceBatchImportTemplateDto
24
+ */
25
+ export interface ExcelImportResultDTOSurveillanceBatchImportTemplateDto {
26
+ /**
27
+ * 成功的数据
28
+ * @type {Array<SurveillanceBatchImportTemplateDto>}
29
+ * @memberof ExcelImportResultDTOSurveillanceBatchImportTemplateDto
30
+ */
31
+ 'successDataList'?: Array<SurveillanceBatchImportTemplateDto>;
32
+ /**
33
+ * 错误的数据
34
+ * @type {Array<SurveillanceBatchImportTemplateDto>}
35
+ * @memberof ExcelImportResultDTOSurveillanceBatchImportTemplateDto
36
+ */
37
+ 'errorDataList'?: Array<SurveillanceBatchImportTemplateDto>;
38
+ }
39
+
@@ -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 ExcelUploadBO
21
+ */
22
+ export interface ExcelUploadBO {
23
+ /**
24
+ * 园区id
25
+ * @type {number}
26
+ * @memberof ExcelUploadBO
27
+ */
28
+ 'parkId': number;
29
+ /**
30
+ * 语言
31
+ * @type {string}
32
+ * @memberof ExcelUploadBO
33
+ */
34
+ 'language'?: string;
35
+ /**
36
+ *
37
+ * @type {File}
38
+ * @memberof ExcelUploadBO
39
+ */
40
+ 'file': File;
41
+ }
42
+
@@ -28,22 +28,28 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
28
28
  export interface GetUserWx200Response {
29
29
  /**
30
30
  *
31
- * @type {Array<string>}
31
+ * @type {number}
32
32
  * @memberof GetUserWx200Response
33
33
  */
34
- 'headerNames'?: Array<string>;
34
+ 'status'?: number;
35
35
  /**
36
36
  *
37
- * @type {number}
37
+ * @type {Array<string>}
38
38
  * @memberof GetUserWx200Response
39
39
  */
40
- 'status'?: number;
40
+ 'headerNames'?: Array<string>;
41
41
  /**
42
42
  *
43
43
  * @type {object}
44
44
  * @memberof GetUserWx200Response
45
45
  */
46
46
  'trailerFields'?: object;
47
+ /**
48
+ *
49
+ * @type {GetUserWx200ResponseLocale}
50
+ * @memberof GetUserWx200Response
51
+ */
52
+ 'locale'?: GetUserWx200ResponseLocale;
47
53
  /**
48
54
  *
49
55
  * @type {string}
@@ -62,12 +68,6 @@ export interface GetUserWx200Response {
62
68
  * @memberof GetUserWx200Response
63
69
  */
64
70
  'outputStream'?: GetUserWx200ResponseOutputStream;
65
- /**
66
- *
67
- * @type {GetUserWx200ResponseLocale}
68
- * @memberof GetUserWx200Response
69
- */
70
- 'locale'?: GetUserWx200ResponseLocale;
71
71
  /**
72
72
  *
73
73
  * @type {number}
@@ -80,12 +80,6 @@ export interface GetUserWx200Response {
80
80
  * @memberof GetUserWx200Response
81
81
  */
82
82
  'characterEncoding'?: string;
83
- /**
84
- *
85
- * @type {object}
86
- * @memberof GetUserWx200Response
87
- */
88
- 'writer'?: object;
89
83
  /**
90
84
  *
91
85
  * @type {number}
@@ -98,5 +92,11 @@ export interface GetUserWx200Response {
98
92
  * @memberof GetUserWx200Response
99
93
  */
100
94
  'committed'?: boolean;
95
+ /**
96
+ *
97
+ * @type {object}
98
+ * @memberof GetUserWx200Response
99
+ */
100
+ 'writer'?: object;
101
101
  }
102
102
 
package/models/index.ts CHANGED
@@ -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';
@@ -43,23 +43,23 @@ export interface IPageAccessVO {
43
43
  'records'?: Array<AccessVO>;
44
44
  /**
45
45
  *
46
- * @type {number}
46
+ * @type {boolean}
47
47
  * @memberof IPageAccessVO
48
48
  */
49
- 'pages'?: number;
49
+ 'searchCount'?: boolean;
50
50
  /**
51
51
  *
52
- * @type {boolean}
52
+ * @type {number}
53
53
  * @memberof IPageAccessVO
54
- * @deprecated
55
54
  */
56
- 'hitCount'?: boolean;
55
+ 'pages'?: number;
57
56
  /**
58
57
  *
59
58
  * @type {boolean}
60
59
  * @memberof IPageAccessVO
60
+ * @deprecated
61
61
  */
62
- 'searchCount'?: boolean;
62
+ 'hitCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}
@@ -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 { ExcelImportResultDTOSurveillanceBatchImportTemplateDto } from './excel-import-result-dtosurveillance-batch-import-template-dto';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
27
+ */
28
+ export interface JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {ExcelImportResultDTOSurveillanceBatchImportTemplateDto}
50
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
51
+ */
52
+ 'data'?: ExcelImportResultDTOSurveillanceBatchImportTemplateDto | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultExcelImportResultDTOSurveillanceBatchImportTemplateDto
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { WorkOrderDeptDTO } from './work-order-dept-dto';
16
19
  // May contain unused imports in some cases
17
20
  // @ts-ignore
18
21
  import type { WorkOrderExtData } from './work-order-ext-data';
@@ -107,6 +110,18 @@ export interface OfflineAlertWorkOrderDetailsDto {
107
110
  * @memberof OfflineAlertWorkOrderDetailsDto
108
111
  */
109
112
  'workOrderExtData'?: WorkOrderExtData;
113
+ /**
114
+ * 工单执行部门列表
115
+ * @type {Array<WorkOrderDeptDTO>}
116
+ * @memberof OfflineAlertWorkOrderDetailsDto
117
+ */
118
+ 'workOrderDepts'?: Array<WorkOrderDeptDTO>;
119
+ /**
120
+ * 工单执行部门ID列表
121
+ * @type {Array<number>}
122
+ * @memberof OfflineAlertWorkOrderDetailsDto
123
+ */
124
+ 'workOrderDeptIds'?: Array<number>;
110
125
  }
111
126
 
112
127
 
@@ -0,0 +1,131 @@
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 { FunctionalAreaEnum } from './functional-area-enum';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { InstallationBodyEnum } from './installation-body-enum';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
25
+
26
+ /**
27
+ * 监控批量导入模板数据传输对象
28
+ * @export
29
+ * @interface SurveillanceBatchImportTemplateDto
30
+ */
31
+ export interface SurveillanceBatchImportTemplateDto {
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof SurveillanceBatchImportTemplateDto
36
+ */
37
+ 'surveillanceNo'?: string;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof SurveillanceBatchImportTemplateDto
42
+ */
43
+ 'surveillanceSpaceName'?: string;
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof SurveillanceBatchImportTemplateDto
48
+ */
49
+ 'functionalArea'?: string;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof SurveillanceBatchImportTemplateDto
54
+ */
55
+ 'surveillanceName'?: string;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof SurveillanceBatchImportTemplateDto
60
+ */
61
+ 'installationBody'?: string;
62
+ /**
63
+ *
64
+ * @type {string}
65
+ * @memberof SurveillanceBatchImportTemplateDto
66
+ */
67
+ 'installationUnit'?: string;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof SurveillanceBatchImportTemplateDto
72
+ */
73
+ 'constructionTime'?: string;
74
+ /**
75
+ *
76
+ * @type {string}
77
+ * @memberof SurveillanceBatchImportTemplateDto
78
+ */
79
+ 'isShowSpace'?: string;
80
+ /**
81
+ *
82
+ * @type {FunctionalAreaEnum}
83
+ * @memberof SurveillanceBatchImportTemplateDto
84
+ */
85
+ 'functionalAreaEnum'?: FunctionalAreaEnum;
86
+ /**
87
+ *
88
+ * @type {InstallationBodyEnum}
89
+ * @memberof SurveillanceBatchImportTemplateDto
90
+ */
91
+ 'installationBodyEnum'?: InstallationBodyEnum;
92
+ /**
93
+ * 平面图是否显示
94
+ * @type {boolean}
95
+ * @memberof SurveillanceBatchImportTemplateDto
96
+ */
97
+ 'isShowSpaceBoolean'?: boolean;
98
+ /**
99
+ * 是否成功
100
+ * @type {boolean}
101
+ * @memberof SurveillanceBatchImportTemplateDto
102
+ */
103
+ 'isSuccess'?: boolean;
104
+ /**
105
+ * 行数
106
+ * @type {number}
107
+ * @memberof SurveillanceBatchImportTemplateDto
108
+ */
109
+ 'count'?: number;
110
+ /**
111
+ * 错误提示
112
+ * @type {string}
113
+ * @memberof SurveillanceBatchImportTemplateDto
114
+ */
115
+ 'tips'?: string;
116
+ /**
117
+ * 空间ID
118
+ * @type {number}
119
+ * @memberof SurveillanceBatchImportTemplateDto
120
+ */
121
+ 'spaceId'?: number;
122
+ /**
123
+ * 行业属性
124
+ * @type {Array<SpaceIndustryAttributeEnum>}
125
+ * @memberof SurveillanceBatchImportTemplateDto
126
+ */
127
+ 'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
128
+ }
129
+
130
+
131
+
@@ -0,0 +1,30 @@
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 WorkOrderRejectVo
21
+ */
22
+ export interface WorkOrderRejectVo {
23
+ /**
24
+ * 驳回原因
25
+ * @type {string}
26
+ * @memberof WorkOrderRejectVo
27
+ */
28
+ 'reasonDescription'?: string;
29
+ }
30
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.0-alpha.271",
3
+ "version": "4.2.0-alpha.273",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {