@gizone/rrs-client 4.1.2-alpha.165 → 4.1.2-alpha.169
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 +5 -1
- package/apis/space-api.ts +4 -118
- package/apis/surveillance-api.ts +24 -24
- package/apis/work-order-api.ts +58 -89
- package/dist/apis/space-api.d.ts +4 -65
- package/dist/apis/space-api.js +0 -81
- package/dist/apis/surveillance-api.d.ts +14 -14
- package/dist/apis/surveillance-api.js +18 -18
- package/dist/apis/work-order-api.d.ts +38 -70
- package/dist/apis/work-order-api.js +39 -69
- package/dist/esm/apis/space-api.d.ts +4 -65
- package/dist/esm/apis/space-api.js +0 -81
- package/dist/esm/apis/surveillance-api.d.ts +14 -14
- package/dist/esm/apis/surveillance-api.js +18 -18
- package/dist/esm/apis/work-order-api.d.ts +38 -70
- package/dist/esm/apis/work-order-api.js +38 -68
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +43 -0
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +14 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +9 -9
- package/dist/esm/models/index.d.ts +5 -1
- package/dist/esm/models/index.js +5 -1
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +62 -0
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +14 -0
- package/dist/esm/models/maintenance-history-dto.d.ts +4 -11
- package/dist/esm/models/maintenance-history-dto.js +1 -7
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +4 -11
- package/dist/esm/models/network-monitor-repair-details-dto.js +1 -7
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +4 -11
- package/dist/esm/models/offline-alert-work-order-details-dto.js +1 -7
- package/dist/esm/models/period-detail-resp.d.ts +4 -11
- package/dist/esm/models/period-detail-resp.js +0 -7
- package/dist/esm/models/space-add-excel-dto.d.ts +28 -10
- package/dist/esm/models/space-add-vo.d.ts +22 -9
- package/dist/esm/models/space-detail-dto.d.ts +16 -3
- package/dist/esm/models/space-edit-vo.d.ts +16 -3
- package/dist/esm/models/{space-industry-attribute.d.ts → space-industry-attribute-enum.d.ts} +2 -2
- package/dist/esm/models/{space-industry-attribute.js → space-industry-attribute-enum.js} +1 -1
- package/dist/esm/models/space-tree-dto.d.ts +16 -3
- package/dist/esm/models/space-type-enum.d.ts +23 -0
- package/dist/esm/models/space-type-enum.js +24 -0
- package/dist/esm/models/space.d.ts +3 -3
- package/dist/esm/models/violation-work-order-details-dto.d.ts +4 -11
- package/dist/esm/models/violation-work-order-details-dto.js +1 -7
- package/dist/esm/models/work-order-detail-dto.d.ts +4 -11
- package/dist/esm/models/work-order-detail-dto.js +0 -7
- package/dist/esm/models/work-order-search-dto.d.ts +4 -11
- package/dist/esm/models/work-order-search-dto.js +0 -7
- package/dist/esm/models/work-order-status-enum.d.ts +24 -0
- package/dist/esm/models/work-order-status-enum.js +25 -0
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +43 -0
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +15 -0
- package/dist/models/get-user-wx200-response.d.ts +9 -9
- package/dist/models/index.d.ts +5 -1
- package/dist/models/index.js +5 -1
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +62 -0
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +15 -0
- package/dist/models/maintenance-history-dto.d.ts +4 -11
- package/dist/models/maintenance-history-dto.js +0 -8
- package/dist/models/network-monitor-repair-details-dto.d.ts +4 -11
- package/dist/models/network-monitor-repair-details-dto.js +0 -8
- package/dist/models/offline-alert-work-order-details-dto.d.ts +4 -11
- package/dist/models/offline-alert-work-order-details-dto.js +0 -8
- package/dist/models/period-detail-resp.d.ts +4 -11
- package/dist/models/period-detail-resp.js +1 -8
- package/dist/models/space-add-excel-dto.d.ts +28 -10
- package/dist/models/space-add-vo.d.ts +22 -9
- package/dist/models/space-detail-dto.d.ts +16 -3
- package/dist/models/space-edit-vo.d.ts +16 -3
- package/dist/models/{space-industry-attribute.d.ts → space-industry-attribute-enum.d.ts} +2 -2
- package/dist/models/{space-industry-attribute.js → space-industry-attribute-enum.js} +2 -2
- package/dist/models/space-tree-dto.d.ts +16 -3
- package/dist/models/space-type-enum.d.ts +23 -0
- package/dist/models/space-type-enum.js +27 -0
- package/dist/models/space.d.ts +3 -3
- package/dist/models/violation-work-order-details-dto.d.ts +4 -11
- package/dist/models/violation-work-order-details-dto.js +0 -8
- package/dist/models/work-order-detail-dto.d.ts +4 -11
- package/dist/models/work-order-detail-dto.js +1 -8
- package/dist/models/work-order-search-dto.d.ts +4 -11
- package/dist/models/work-order-search-dto.js +1 -8
- package/dist/models/work-order-status-enum.d.ts +24 -0
- package/dist/models/work-order-status-enum.js +28 -0
- package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +51 -0
- package/models/get-user-wx200-response.ts +9 -9
- package/models/index.ts +5 -1
- package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +72 -0
- package/models/maintenance-history-dto.ts +6 -12
- package/models/network-monitor-repair-details-dto.ts +6 -12
- package/models/offline-alert-work-order-details-dto.ts +6 -12
- package/models/period-detail-resp.ts +6 -12
- package/models/space-add-excel-dto.ts +28 -10
- package/models/space-add-vo.ts +24 -9
- package/models/space-detail-dto.ts +18 -3
- package/models/space-edit-vo.ts +18 -3
- package/models/{space-industry-attribute.ts → space-industry-attribute-enum.ts} +2 -2
- package/models/space-tree-dto.ts +18 -3
- package/models/space-type-enum.ts +33 -0
- package/models/space.ts +3 -3
- package/models/violation-work-order-details-dto.ts +6 -12
- package/models/work-order-detail-dto.ts +6 -12
- package/models/work-order-search-dto.ts +6 -12
- package/models/work-order-status-enum.ts +34 -0
- package/package.json +1 -1
|
@@ -11,13 +11,6 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
export const WorkOrderSearchDTOWorkOrderStatusEnum = {
|
|
15
|
-
Pending: 'PENDING',
|
|
16
|
-
InProgress: 'IN_PROGRESS',
|
|
17
|
-
Completed: 'COMPLETED',
|
|
18
|
-
Overdue: 'OVERDUE',
|
|
19
|
-
Closed: 'CLOSED'
|
|
20
|
-
};
|
|
21
14
|
export const WorkOrderSearchDTOSamplingResultsEnum = {
|
|
22
15
|
Zero: 'ZERO',
|
|
23
16
|
One: 'ONE',
|
|
@@ -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
|
+
* 状态 1待分派 2进行中 4已完成 6已逾期 10已关闭
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const WorkOrderStatusEnum: {
|
|
18
|
+
readonly Pending: "PENDING";
|
|
19
|
+
readonly InProgress: "IN_PROGRESS";
|
|
20
|
+
readonly Completed: "COMPLETED";
|
|
21
|
+
readonly Overdue: "OVERDUE";
|
|
22
|
+
readonly Closed: "CLOSED";
|
|
23
|
+
};
|
|
24
|
+
export type WorkOrderStatusEnum = typeof WorkOrderStatusEnum[keyof typeof WorkOrderStatusEnum];
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
* 状态 1待分派 2进行中 4已完成 6已逾期 10已关闭
|
|
16
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export const WorkOrderStatusEnum = {
|
|
20
|
+
Pending: 'PENDING',
|
|
21
|
+
InProgress: 'IN_PROGRESS',
|
|
22
|
+
Completed: 'COMPLETED',
|
|
23
|
+
Overdue: 'OVERDUE',
|
|
24
|
+
Closed: 'CLOSED'
|
|
25
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
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 { SpaceAddExcelDTO } from './space-add-excel-dto';
|
|
13
|
+
/**
|
|
14
|
+
* excel导入到redis vo
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
17
|
+
*/
|
|
18
|
+
export interface ExcelImportUploadToRedisVoSpaceAddExcelDTO {
|
|
19
|
+
/**
|
|
20
|
+
* 成功的数据
|
|
21
|
+
* @type {Array<SpaceAddExcelDTO>}
|
|
22
|
+
* @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
23
|
+
*/
|
|
24
|
+
'successDataList'?: Array<SpaceAddExcelDTO>;
|
|
25
|
+
/**
|
|
26
|
+
* 错误的数据
|
|
27
|
+
* @type {Array<SpaceAddExcelDTO>}
|
|
28
|
+
* @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
29
|
+
*/
|
|
30
|
+
'errorDataList'?: Array<SpaceAddExcelDTO>;
|
|
31
|
+
/**
|
|
32
|
+
* 语言
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
35
|
+
*/
|
|
36
|
+
'language'?: string;
|
|
37
|
+
/**
|
|
38
|
+
* 园区id
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
41
|
+
*/
|
|
42
|
+
'parkId'?: number;
|
|
43
|
+
}
|
|
@@ -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 });
|
|
@@ -37,34 +37,34 @@ export interface GetUserWx200Response {
|
|
|
37
37
|
'trailerFields'?: object;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
|
-
* @type {
|
|
40
|
+
* @type {string}
|
|
41
41
|
* @memberof GetUserWx200Response
|
|
42
42
|
*/
|
|
43
|
-
'
|
|
43
|
+
'contentType'?: string;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {number}
|
|
47
47
|
* @memberof GetUserWx200Response
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'contentLength'?: number;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
|
-
* @type {
|
|
52
|
+
* @type {GetUserWx200ResponseOutputStream}
|
|
53
53
|
* @memberof GetUserWx200Response
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
|
-
* @type {
|
|
58
|
+
* @type {GetUserWx200ResponseLocale}
|
|
59
59
|
* @memberof GetUserWx200Response
|
|
60
60
|
*/
|
|
61
|
-
'
|
|
61
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
|
-
* @type {
|
|
64
|
+
* @type {number}
|
|
65
65
|
* @memberof GetUserWx200Response
|
|
66
66
|
*/
|
|
67
|
-
'
|
|
67
|
+
'bufferSize'?: number;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {string}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -206,6 +206,7 @@ export * from './excel-import-result-dtocalendar-export-dto';
|
|
|
206
206
|
export * from './excel-import-result-dtoequipment-excel-add-dto';
|
|
207
207
|
export * from './excel-import-result-dtoinspection-standard-import-dto';
|
|
208
208
|
export * from './excel-import-result-dtomaintenance-standard-import-dto';
|
|
209
|
+
export * from './excel-import-upload-to-redis-vo-space-add-excel-dto';
|
|
209
210
|
export * from './export-energy-meter-record-bo';
|
|
210
211
|
export * from './export-hire-energy-meter-record-bo';
|
|
211
212
|
export * from './export-in-park-vehicle-bo';
|
|
@@ -356,6 +357,7 @@ export * from './json-result-excel-import-result-dtocalendar-export-dto';
|
|
|
356
357
|
export * from './json-result-excel-import-result-dtoequipment-excel-add-dto';
|
|
357
358
|
export * from './json-result-excel-import-result-dtoinspection-standard-import-dto';
|
|
358
359
|
export * from './json-result-excel-import-result-dtomaintenance-standard-import-dto';
|
|
360
|
+
export * from './json-result-excel-import-upload-to-redis-vo-space-add-excel-dto';
|
|
359
361
|
export * from './json-result-feedback-record-detail-vo';
|
|
360
362
|
export * from './json-result-feedback-statistics-count-dto';
|
|
361
363
|
export * from './json-result-feedback-statistics-satisfaction-rating-dto';
|
|
@@ -737,12 +739,13 @@ export * from './space-add-vo';
|
|
|
737
739
|
export * from './space-detail-dto';
|
|
738
740
|
export * from './space-edit-vo';
|
|
739
741
|
export * from './space-image-detail-dto';
|
|
740
|
-
export * from './space-industry-attribute';
|
|
742
|
+
export * from './space-industry-attribute-enum';
|
|
741
743
|
export * from './space-point-dto';
|
|
742
744
|
export * from './space-point-vo';
|
|
743
745
|
export * from './space-qr-code';
|
|
744
746
|
export * from './space-qr-code-dto';
|
|
745
747
|
export * from './space-tree-dto';
|
|
748
|
+
export * from './space-type-enum';
|
|
746
749
|
export * from './space-url-add-vo';
|
|
747
750
|
export * from './space-url-dto';
|
|
748
751
|
export * from './space-url-edit-vo';
|
|
@@ -889,6 +892,7 @@ export * from './work-order-space-dto';
|
|
|
889
892
|
export * from './work-order-sponsor-dto';
|
|
890
893
|
export * from './work-order-spot-check-vo';
|
|
891
894
|
export * from './work-order-staging-data-vo';
|
|
895
|
+
export * from './work-order-status-enum';
|
|
892
896
|
export * from './work-order-status-vo';
|
|
893
897
|
export * from './work-order-step-by-step-push-dto';
|
|
894
898
|
export * from './work-order-step-by-step-push-user-details-dto';
|
package/dist/models/index.js
CHANGED
|
@@ -222,6 +222,7 @@ __exportStar(require("./excel-import-result-dtocalendar-export-dto"), exports);
|
|
|
222
222
|
__exportStar(require("./excel-import-result-dtoequipment-excel-add-dto"), exports);
|
|
223
223
|
__exportStar(require("./excel-import-result-dtoinspection-standard-import-dto"), exports);
|
|
224
224
|
__exportStar(require("./excel-import-result-dtomaintenance-standard-import-dto"), exports);
|
|
225
|
+
__exportStar(require("./excel-import-upload-to-redis-vo-space-add-excel-dto"), exports);
|
|
225
226
|
__exportStar(require("./export-energy-meter-record-bo"), exports);
|
|
226
227
|
__exportStar(require("./export-hire-energy-meter-record-bo"), exports);
|
|
227
228
|
__exportStar(require("./export-in-park-vehicle-bo"), exports);
|
|
@@ -372,6 +373,7 @@ __exportStar(require("./json-result-excel-import-result-dtocalendar-export-dto")
|
|
|
372
373
|
__exportStar(require("./json-result-excel-import-result-dtoequipment-excel-add-dto"), exports);
|
|
373
374
|
__exportStar(require("./json-result-excel-import-result-dtoinspection-standard-import-dto"), exports);
|
|
374
375
|
__exportStar(require("./json-result-excel-import-result-dtomaintenance-standard-import-dto"), exports);
|
|
376
|
+
__exportStar(require("./json-result-excel-import-upload-to-redis-vo-space-add-excel-dto"), exports);
|
|
375
377
|
__exportStar(require("./json-result-feedback-record-detail-vo"), exports);
|
|
376
378
|
__exportStar(require("./json-result-feedback-statistics-count-dto"), exports);
|
|
377
379
|
__exportStar(require("./json-result-feedback-statistics-satisfaction-rating-dto"), exports);
|
|
@@ -753,12 +755,13 @@ __exportStar(require("./space-add-vo"), exports);
|
|
|
753
755
|
__exportStar(require("./space-detail-dto"), exports);
|
|
754
756
|
__exportStar(require("./space-edit-vo"), exports);
|
|
755
757
|
__exportStar(require("./space-image-detail-dto"), exports);
|
|
756
|
-
__exportStar(require("./space-industry-attribute"), exports);
|
|
758
|
+
__exportStar(require("./space-industry-attribute-enum"), exports);
|
|
757
759
|
__exportStar(require("./space-point-dto"), exports);
|
|
758
760
|
__exportStar(require("./space-point-vo"), exports);
|
|
759
761
|
__exportStar(require("./space-qr-code"), exports);
|
|
760
762
|
__exportStar(require("./space-qr-code-dto"), exports);
|
|
761
763
|
__exportStar(require("./space-tree-dto"), exports);
|
|
764
|
+
__exportStar(require("./space-type-enum"), exports);
|
|
762
765
|
__exportStar(require("./space-url-add-vo"), exports);
|
|
763
766
|
__exportStar(require("./space-url-dto"), exports);
|
|
764
767
|
__exportStar(require("./space-url-edit-vo"), exports);
|
|
@@ -905,6 +908,7 @@ __exportStar(require("./work-order-space-dto"), exports);
|
|
|
905
908
|
__exportStar(require("./work-order-sponsor-dto"), exports);
|
|
906
909
|
__exportStar(require("./work-order-spot-check-vo"), exports);
|
|
907
910
|
__exportStar(require("./work-order-staging-data-vo"), exports);
|
|
911
|
+
__exportStar(require("./work-order-status-enum"), exports);
|
|
908
912
|
__exportStar(require("./work-order-status-vo"), exports);
|
|
909
913
|
__exportStar(require("./work-order-step-by-step-push-dto"), exports);
|
|
910
914
|
__exportStar(require("./work-order-step-by-step-push-user-details-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 { ExcelImportUploadToRedisVoSpaceAddExcelDTO } from './excel-import-upload-to-redis-vo-space-add-excel-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {ExcelImportUploadToRedisVoSpaceAddExcelDTO}
|
|
41
|
+
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: ExcelImportUploadToRedisVoSpaceAddExcelDTO | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
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 { WorkOrderStatusEnum } from './work-order-status-enum';
|
|
12
13
|
/**
|
|
13
14
|
* 设备维保历史参数
|
|
14
15
|
* @export
|
|
@@ -34,17 +35,9 @@ export interface MaintenanceHistoryDto {
|
|
|
34
35
|
*/
|
|
35
36
|
'samplingName'?: string;
|
|
36
37
|
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {
|
|
38
|
+
*
|
|
39
|
+
* @type {WorkOrderStatusEnum}
|
|
39
40
|
* @memberof MaintenanceHistoryDto
|
|
40
41
|
*/
|
|
41
|
-
'status'?:
|
|
42
|
+
'status'?: WorkOrderStatusEnum;
|
|
42
43
|
}
|
|
43
|
-
export declare const MaintenanceHistoryDtoStatusEnum: {
|
|
44
|
-
readonly Pending: "PENDING";
|
|
45
|
-
readonly InProgress: "IN_PROGRESS";
|
|
46
|
-
readonly Completed: "COMPLETED";
|
|
47
|
-
readonly Overdue: "OVERDUE";
|
|
48
|
-
readonly Closed: "CLOSED";
|
|
49
|
-
};
|
|
50
|
-
export type MaintenanceHistoryDtoStatusEnum = typeof MaintenanceHistoryDtoStatusEnum[keyof typeof MaintenanceHistoryDtoStatusEnum];
|
|
@@ -13,11 +13,3 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.MaintenanceHistoryDtoStatusEnum = void 0;
|
|
17
|
-
exports.MaintenanceHistoryDtoStatusEnum = {
|
|
18
|
-
Pending: 'PENDING',
|
|
19
|
-
InProgress: 'IN_PROGRESS',
|
|
20
|
-
Completed: 'COMPLETED',
|
|
21
|
-
Overdue: 'OVERDUE',
|
|
22
|
-
Closed: 'CLOSED'
|
|
23
|
-
};
|
|
@@ -20,6 +20,7 @@ import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
|
20
20
|
import type { WorkOrderSourceEnum } from './work-order-source-enum';
|
|
21
21
|
import type { WorkOrderSpaceDto } from './work-order-space-dto';
|
|
22
22
|
import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
|
|
23
|
+
import type { WorkOrderStatusEnum } from './work-order-status-enum';
|
|
23
24
|
import type { WorkOrderSurveillanceDto } from './work-order-surveillance-dto';
|
|
24
25
|
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
25
26
|
/**
|
|
@@ -53,11 +54,11 @@ export interface NetworkMonitorRepairDetailsDto {
|
|
|
53
54
|
*/
|
|
54
55
|
'workOrderType'?: WorkOrderTypeEnum;
|
|
55
56
|
/**
|
|
56
|
-
*
|
|
57
|
-
* @type {
|
|
57
|
+
*
|
|
58
|
+
* @type {WorkOrderStatusEnum}
|
|
58
59
|
* @memberof NetworkMonitorRepairDetailsDto
|
|
59
60
|
*/
|
|
60
|
-
'workOrderStatus'?:
|
|
61
|
+
'workOrderStatus'?: WorkOrderStatusEnum;
|
|
61
62
|
/**
|
|
62
63
|
* 图片
|
|
63
64
|
* @type {Array<string>}
|
|
@@ -167,11 +168,3 @@ export interface NetworkMonitorRepairDetailsDto {
|
|
|
167
168
|
*/
|
|
168
169
|
'sourceWorkOrder'?: SourceWorkOrderDTO;
|
|
169
170
|
}
|
|
170
|
-
export declare const NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum: {
|
|
171
|
-
readonly Pending: "PENDING";
|
|
172
|
-
readonly InProgress: "IN_PROGRESS";
|
|
173
|
-
readonly Completed: "COMPLETED";
|
|
174
|
-
readonly Overdue: "OVERDUE";
|
|
175
|
-
readonly Closed: "CLOSED";
|
|
176
|
-
};
|
|
177
|
-
export type NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum = typeof NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum[keyof typeof NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum];
|
|
@@ -13,11 +13,3 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum = void 0;
|
|
17
|
-
exports.NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum = {
|
|
18
|
-
Pending: 'PENDING',
|
|
19
|
-
InProgress: 'IN_PROGRESS',
|
|
20
|
-
Completed: 'COMPLETED',
|
|
21
|
-
Overdue: 'OVERDUE',
|
|
22
|
-
Closed: 'CLOSED'
|
|
23
|
-
};
|
|
@@ -14,6 +14,7 @@ import type { WorkOrderHandlerDto } from './work-order-handler-dto';
|
|
|
14
14
|
import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
15
15
|
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
16
16
|
import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
|
|
17
|
+
import type { WorkOrderStatusEnum } from './work-order-status-enum';
|
|
17
18
|
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
18
19
|
/**
|
|
19
20
|
* 离线告警工单详情
|
|
@@ -52,11 +53,11 @@ export interface OfflineAlertWorkOrderDetailsDto {
|
|
|
52
53
|
*/
|
|
53
54
|
'workOrderType'?: WorkOrderTypeEnum;
|
|
54
55
|
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {
|
|
56
|
+
*
|
|
57
|
+
* @type {WorkOrderStatusEnum}
|
|
57
58
|
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
58
59
|
*/
|
|
59
|
-
'workOrderStatus'?:
|
|
60
|
+
'workOrderStatus'?: WorkOrderStatusEnum;
|
|
60
61
|
/**
|
|
61
62
|
*
|
|
62
63
|
* @type {WorkOrderSponsorDto}
|
|
@@ -88,11 +89,3 @@ export interface OfflineAlertWorkOrderDetailsDto {
|
|
|
88
89
|
*/
|
|
89
90
|
'workOrderExtData'?: WorkOrderExtData;
|
|
90
91
|
}
|
|
91
|
-
export declare const OfflineAlertWorkOrderDetailsDtoWorkOrderStatusEnum: {
|
|
92
|
-
readonly Pending: "PENDING";
|
|
93
|
-
readonly InProgress: "IN_PROGRESS";
|
|
94
|
-
readonly Completed: "COMPLETED";
|
|
95
|
-
readonly Overdue: "OVERDUE";
|
|
96
|
-
readonly Closed: "CLOSED";
|
|
97
|
-
};
|
|
98
|
-
export type OfflineAlertWorkOrderDetailsDtoWorkOrderStatusEnum = typeof OfflineAlertWorkOrderDetailsDtoWorkOrderStatusEnum[keyof typeof OfflineAlertWorkOrderDetailsDtoWorkOrderStatusEnum];
|
|
@@ -13,11 +13,3 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.OfflineAlertWorkOrderDetailsDtoWorkOrderStatusEnum = void 0;
|
|
17
|
-
exports.OfflineAlertWorkOrderDetailsDtoWorkOrderStatusEnum = {
|
|
18
|
-
Pending: 'PENDING',
|
|
19
|
-
InProgress: 'IN_PROGRESS',
|
|
20
|
-
Completed: 'COMPLETED',
|
|
21
|
-
Overdue: 'OVERDUE',
|
|
22
|
-
Closed: 'CLOSED'
|
|
23
|
-
};
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import type { InspectionComp } from './inspection-comp';
|
|
13
13
|
import type { InspectionPoint } from './inspection-point';
|
|
14
14
|
import type { WorkOrderDeptDTO } from './work-order-dept-dto';
|
|
15
|
+
import type { WorkOrderStatusEnum } from './work-order-status-enum';
|
|
15
16
|
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
16
17
|
/**
|
|
17
18
|
* 周期工单响应参数
|
|
@@ -26,11 +27,11 @@ export interface PeriodDetailResp {
|
|
|
26
27
|
*/
|
|
27
28
|
'workOrderId'?: number;
|
|
28
29
|
/**
|
|
29
|
-
*
|
|
30
|
-
* @type {
|
|
30
|
+
*
|
|
31
|
+
* @type {WorkOrderStatusEnum}
|
|
31
32
|
* @memberof PeriodDetailResp
|
|
32
33
|
*/
|
|
33
|
-
'workOrderStatus'?:
|
|
34
|
+
'workOrderStatus'?: WorkOrderStatusEnum;
|
|
34
35
|
/**
|
|
35
36
|
* 发起时间/起始时间
|
|
36
37
|
* @type {string}
|
|
@@ -194,14 +195,6 @@ export interface PeriodDetailResp {
|
|
|
194
195
|
*/
|
|
195
196
|
'workOrderDeptIds'?: Array<number>;
|
|
196
197
|
}
|
|
197
|
-
export declare const PeriodDetailRespWorkOrderStatusEnum: {
|
|
198
|
-
readonly Pending: "PENDING";
|
|
199
|
-
readonly InProgress: "IN_PROGRESS";
|
|
200
|
-
readonly Completed: "COMPLETED";
|
|
201
|
-
readonly Overdue: "OVERDUE";
|
|
202
|
-
readonly Closed: "CLOSED";
|
|
203
|
-
};
|
|
204
|
-
export type PeriodDetailRespWorkOrderStatusEnum = typeof PeriodDetailRespWorkOrderStatusEnum[keyof typeof PeriodDetailRespWorkOrderStatusEnum];
|
|
205
198
|
export declare const PeriodDetailRespSamplingResultsEnum: {
|
|
206
199
|
readonly Zero: "ZERO";
|
|
207
200
|
readonly One: "ONE";
|
|
@@ -13,14 +13,7 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.PeriodDetailRespPlanTypeEnum = exports.PeriodDetailRespSamplingResultsEnum =
|
|
17
|
-
exports.PeriodDetailRespWorkOrderStatusEnum = {
|
|
18
|
-
Pending: 'PENDING',
|
|
19
|
-
InProgress: 'IN_PROGRESS',
|
|
20
|
-
Completed: 'COMPLETED',
|
|
21
|
-
Overdue: 'OVERDUE',
|
|
22
|
-
Closed: 'CLOSED'
|
|
23
|
-
};
|
|
16
|
+
exports.PeriodDetailRespPlanTypeEnum = exports.PeriodDetailRespSamplingResultsEnum = void 0;
|
|
24
17
|
exports.PeriodDetailRespSamplingResultsEnum = {
|
|
25
18
|
Zero: 'ZERO',
|
|
26
19
|
One: 'ONE',
|
|
@@ -20,55 +20,67 @@ export interface SpaceAddExcelDTO {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof SpaceAddExcelDTO
|
|
22
22
|
*/
|
|
23
|
-
'spaceName'
|
|
23
|
+
'spaceName'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 空间类型
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SpaceAddExcelDTO
|
|
28
|
+
*/
|
|
29
|
+
'spaceType'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 空间编码
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof SpaceAddExcelDTO
|
|
34
|
+
*/
|
|
35
|
+
'spaceCode'?: string;
|
|
24
36
|
/**
|
|
25
37
|
* 上级空间
|
|
26
38
|
* @type {string}
|
|
27
39
|
* @memberof SpaceAddExcelDTO
|
|
28
40
|
*/
|
|
29
|
-
'parentName'
|
|
41
|
+
'parentName'?: string;
|
|
30
42
|
/**
|
|
31
43
|
* 空间属性
|
|
32
44
|
* @type {string}
|
|
33
45
|
* @memberof SpaceAddExcelDTO
|
|
34
46
|
*/
|
|
35
|
-
'spaceAttribute'
|
|
47
|
+
'spaceAttribute'?: string;
|
|
36
48
|
/**
|
|
37
49
|
* 空间总租聘面积
|
|
38
50
|
* @type {number}
|
|
39
51
|
* @memberof SpaceAddExcelDTO
|
|
40
52
|
*/
|
|
41
|
-
'spaceTotalArea'
|
|
53
|
+
'spaceTotalArea'?: number;
|
|
42
54
|
/**
|
|
43
55
|
* 空间总建筑面积
|
|
44
56
|
* @type {number}
|
|
45
57
|
* @memberof SpaceAddExcelDTO
|
|
46
58
|
*/
|
|
47
|
-
'floorArea'
|
|
59
|
+
'floorArea'?: number;
|
|
48
60
|
/**
|
|
49
61
|
* 地面承重
|
|
50
62
|
* @type {string}
|
|
51
63
|
* @memberof SpaceAddExcelDTO
|
|
52
64
|
*/
|
|
53
|
-
'spaceGroundBearing'
|
|
65
|
+
'spaceGroundBearing'?: string;
|
|
54
66
|
/**
|
|
55
67
|
* 防火等级
|
|
56
68
|
* @type {string}
|
|
57
69
|
* @memberof SpaceAddExcelDTO
|
|
58
70
|
*/
|
|
59
|
-
'spaceFireRating'
|
|
71
|
+
'spaceFireRating'?: string;
|
|
60
72
|
/**
|
|
61
73
|
* 物业结构
|
|
62
74
|
* @type {string}
|
|
63
75
|
* @memberof SpaceAddExcelDTO
|
|
64
76
|
*/
|
|
65
|
-
'spacePropertyStructure'
|
|
77
|
+
'spacePropertyStructure'?: string;
|
|
66
78
|
/**
|
|
67
79
|
* 展示方式
|
|
68
80
|
* @type {string}
|
|
69
81
|
* @memberof SpaceAddExcelDTO
|
|
70
82
|
*/
|
|
71
|
-
'imageDisplayMethod'
|
|
83
|
+
'imageDisplayMethod'?: string;
|
|
72
84
|
/**
|
|
73
85
|
* 排序
|
|
74
86
|
* @type {number}
|
|
@@ -80,7 +92,7 @@ export interface SpaceAddExcelDTO {
|
|
|
80
92
|
* @type {string}
|
|
81
93
|
* @memberof SpaceAddExcelDTO
|
|
82
94
|
*/
|
|
83
|
-
'
|
|
95
|
+
'industryAttribute'?: string;
|
|
84
96
|
/**
|
|
85
97
|
* 行数
|
|
86
98
|
* @type {number}
|
|
@@ -93,4 +105,10 @@ export interface SpaceAddExcelDTO {
|
|
|
93
105
|
* @memberof SpaceAddExcelDTO
|
|
94
106
|
*/
|
|
95
107
|
'tips'?: string;
|
|
108
|
+
/**
|
|
109
|
+
*
|
|
110
|
+
* @type {boolean}
|
|
111
|
+
* @memberof SpaceAddExcelDTO
|
|
112
|
+
*/
|
|
113
|
+
'success'?: boolean;
|
|
96
114
|
}
|