@gizone/rrs-client 4.2.0-alpha.272 → 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.
- package/.openapi-generator/FILES +4 -0
- package/apis/surveillance-api.ts +294 -0
- package/dist/apis/surveillance-api.d.ts +135 -0
- package/dist/apis/surveillance-api.js +259 -0
- package/dist/esm/apis/surveillance-api.d.ts +135 -0
- package/dist/esm/apis/surveillance-api.js +259 -0
- package/dist/esm/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +31 -0
- package/dist/esm/models/excel-import-result-dtosurveillance-batch-import-template-dto.js +14 -0
- package/dist/esm/models/excel-upload-bo.d.ts +36 -0
- package/dist/esm/models/excel-upload-bo.js +14 -0
- package/dist/esm/models/index.d.ts +4 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +62 -0
- package/dist/esm/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.js +14 -0
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +13 -0
- package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +117 -0
- package/dist/esm/models/surveillance-batch-import-template-dto.js +14 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +31 -0
- package/dist/models/excel-import-result-dtosurveillance-batch-import-template-dto.js +15 -0
- package/dist/models/excel-upload-bo.d.ts +36 -0
- package/dist/models/excel-upload-bo.js +15 -0
- package/dist/models/index.d.ts +4 -0
- package/dist/models/index.js +4 -0
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +62 -0
- package/dist/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.js +15 -0
- package/dist/models/offline-alert-work-order-details-dto.d.ts +13 -0
- package/dist/models/surveillance-batch-import-template-dto.d.ts +117 -0
- package/dist/models/surveillance-batch-import-template-dto.js +15 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/models/excel-import-result-dtosurveillance-batch-import-template-dto.ts +39 -0
- package/models/excel-upload-bo.ts +42 -0
- package/models/index.ts +4 -0
- package/models/ipage-access-vo.ts +6 -6
- package/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.ts +72 -0
- package/models/offline-alert-work-order-details-dto.ts +15 -0
- package/models/surveillance-batch-import-template-dto.ts +131 -0
- package/models/sys-user.ts +4 -4
- 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,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 {};
|
|
@@ -370,14 +370,14 @@ export interface SysUser {
|
|
|
370
370
|
'userAttachments'?: Array<SysUserAttachmentInfo>;
|
|
371
371
|
/**
|
|
372
372
|
*
|
|
373
|
-
* @type {
|
|
373
|
+
* @type {string}
|
|
374
374
|
* @memberof SysUser
|
|
375
375
|
*/
|
|
376
|
-
'
|
|
376
|
+
'cid'?: string;
|
|
377
377
|
/**
|
|
378
378
|
*
|
|
379
|
-
* @type {
|
|
379
|
+
* @type {number}
|
|
380
380
|
* @memberof SysUser
|
|
381
381
|
*/
|
|
382
|
-
'
|
|
382
|
+
'cuserId'?: number;
|
|
383
383
|
}
|
|
@@ -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 });
|
package/dist/models/index.d.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';
|
package/dist/models/index.js
CHANGED
|
@@ -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);
|
|
@@ -36,23 +36,23 @@ export interface IPageAccessVO {
|
|
|
36
36
|
'records'?: Array<AccessVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
* @type {
|
|
39
|
+
* @type {boolean}
|
|
40
40
|
* @memberof IPageAccessVO
|
|
41
41
|
*/
|
|
42
|
-
'
|
|
42
|
+
'searchCount'?: boolean;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {number}
|
|
46
46
|
* @memberof IPageAccessVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'pages'?: number;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
51
|
* @type {boolean}
|
|
53
52
|
* @memberof IPageAccessVO
|
|
53
|
+
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'hitCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
package/dist/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts
ADDED
|
@@ -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
|
+
}
|
package/dist/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.js
ADDED
|
@@ -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
|
}
|
|
@@ -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 });
|
|
@@ -370,14 +370,14 @@ export interface SysUser {
|
|
|
370
370
|
'userAttachments'?: Array<SysUserAttachmentInfo>;
|
|
371
371
|
/**
|
|
372
372
|
*
|
|
373
|
-
* @type {
|
|
373
|
+
* @type {string}
|
|
374
374
|
* @memberof SysUser
|
|
375
375
|
*/
|
|
376
|
-
'
|
|
376
|
+
'cid'?: string;
|
|
377
377
|
/**
|
|
378
378
|
*
|
|
379
|
-
* @type {
|
|
379
|
+
* @type {number}
|
|
380
380
|
* @memberof SysUser
|
|
381
381
|
*/
|
|
382
|
-
'
|
|
382
|
+
'cuserId'?: number;
|
|
383
383
|
}
|
|
@@ -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
|
+
|