@gizone/rrs-client 4.1.2-alpha.182 → 4.1.3-alpha.183
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 +18 -1
- package/README.md +2 -2
- package/api.ts +1 -0
- package/apis/equipment-api.ts +0 -91
- package/apis/offline-alert-work-order-controller-api.ts +149 -0
- package/apis/open-api-api.ts +312 -0
- package/apis/space-api.ts +4 -118
- package/apis/work-order-api.ts +103 -0
- package/configuration.ts +1 -1
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/equipment-api.d.ts +0 -47
- package/dist/apis/equipment-api.js +0 -70
- package/dist/apis/offline-alert-work-order-controller-api.d.ts +87 -0
- package/dist/apis/offline-alert-work-order-controller-api.js +138 -0
- package/dist/apis/open-api-api.d.ts +166 -0
- package/dist/apis/open-api-api.js +226 -0
- package/dist/apis/space-api.d.ts +4 -65
- package/dist/apis/space-api.js +0 -81
- package/dist/apis/work-order-api.d.ts +55 -0
- package/dist/apis/work-order-api.js +75 -0
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/equipment-api.d.ts +0 -47
- package/dist/esm/apis/equipment-api.js +0 -70
- package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +87 -0
- package/dist/esm/apis/offline-alert-work-order-controller-api.js +131 -0
- package/dist/esm/apis/open-api-api.d.ts +166 -0
- package/dist/esm/apis/open-api-api.js +227 -1
- package/dist/esm/apis/space-api.d.ts +4 -65
- package/dist/esm/apis/space-api.js +0 -81
- package/dist/esm/apis/work-order-api.d.ts +55 -0
- package/dist/esm/apis/work-order-api.js +75 -0
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/equipment-detail-dto.d.ts +23 -3
- package/dist/esm/models/equipment-edit-batch-vo.d.ts +3 -2
- package/dist/esm/models/equipment-edit-vo.d.ts +17 -3
- package/dist/esm/models/equipment-search-system-dto.d.ts +23 -3
- package/dist/esm/models/equipment-search-vo.d.ts +4 -3
- package/dist/esm/models/equipment-status-enum.d.ts +25 -0
- package/dist/esm/models/equipment-status-enum.js +26 -0
- package/dist/esm/models/equipment-status.d.ts +30 -0
- package/dist/esm/models/equipment-status.js +14 -0
- package/dist/esm/models/equipment-tree-details-dto.d.ts +23 -3
- 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 +10 -10
- package/dist/esm/models/index.d.ts +17 -1
- package/dist/esm/models/index.js +17 -1
- package/dist/esm/models/ipage-access-vo.d.ts +4 -4
- 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/json-result-offline-alert-work-order-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.js +14 -0
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +6 -0
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +13 -0
- package/dist/esm/models/offline-alert-device-vo.d.ts +30 -0
- package/dist/esm/models/offline-alert-device-vo.js +14 -0
- package/dist/esm/models/offline-alert-submit-vo.d.ts +43 -0
- package/dist/esm/models/offline-alert-submit-vo.js +14 -0
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +91 -0
- package/dist/esm/models/offline-alert-work-order-details-dto.js +14 -0
- package/dist/esm/models/offline-alert-work-order-info.d.ts +72 -0
- package/dist/esm/models/offline-alert-work-order-info.js +21 -0
- package/dist/esm/models/offline-alert-work-order-vo.d.ts +43 -0
- package/dist/esm/models/offline-alert-work-order-vo.js +14 -0
- package/dist/esm/models/park-info-dto.d.ts +6 -0
- package/dist/esm/models/result-code.d.ts +1 -0
- package/dist/esm/models/result-code.js +1 -0
- package/dist/esm/models/source-work-order-dto.d.ts +37 -0
- package/dist/esm/models/source-work-order-dto.js +14 -0
- 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-level-enum.d.ts +23 -0
- package/dist/esm/models/space-level-enum.js +24 -0
- package/dist/esm/models/space-tree-dto.d.ts +16 -3
- package/dist/esm/models/space.d.ts +3 -3
- package/dist/esm/models/sync-equipment-status-vo.d.ts +37 -0
- package/dist/esm/models/sync-equipment-status-vo.js +14 -0
- package/dist/esm/models/sync-equipment-vo-equipment.d.ts +90 -0
- package/dist/esm/models/sync-equipment-vo-equipment.js +14 -0
- package/dist/esm/models/sync-equipment-vo.d.ts +13 -174
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +1 -0
- package/dist/esm/models/system-user-msg-source-type-enum.js +2 -1
- package/dist/esm/models/third-party-system-enum.d.ts +22 -0
- package/dist/esm/models/third-party-system-enum.js +23 -0
- package/dist/esm/models/work-order-ext-data.d.ts +7 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +2 -0
- package/dist/esm/models/work-order-internal-status-enum.js +3 -1
- package/dist/esm/models/work-order-issue-type-enum.d.ts +10 -0
- package/dist/esm/models/work-order-issue-type-enum.js +11 -1
- package/dist/esm/models/work-order-report-vo.d.ts +8 -1
- package/dist/esm/models/work-order-settings-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-settings-type-enum.js +2 -1
- package/dist/esm/models/work-order-source-enum.d.ts +1 -1
- package/dist/esm/models/work-order-source-enum.js +1 -1
- package/dist/esm/models/work-order-submit-vo.d.ts +25 -0
- package/dist/esm/models/work-order-submit-vo.js +14 -0
- package/dist/esm/models/work-order-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-type-enum.js +2 -1
- package/dist/models/equipment-detail-dto.d.ts +23 -3
- package/dist/models/equipment-edit-batch-vo.d.ts +3 -2
- package/dist/models/equipment-edit-vo.d.ts +17 -3
- package/dist/models/equipment-search-system-dto.d.ts +23 -3
- package/dist/models/equipment-search-vo.d.ts +4 -3
- package/dist/models/equipment-status-enum.d.ts +25 -0
- package/dist/models/equipment-status-enum.js +29 -0
- package/dist/models/equipment-status.d.ts +30 -0
- package/dist/models/equipment-status.js +15 -0
- package/dist/models/equipment-tree-details-dto.d.ts +23 -3
- 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 +10 -10
- package/dist/models/index.d.ts +17 -1
- package/dist/models/index.js +17 -1
- package/dist/models/ipage-access-vo.d.ts +4 -4
- 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/json-result-offline-alert-work-order-details-dto.d.ts +62 -0
- package/dist/models/json-result-offline-alert-work-order-details-dto.js +15 -0
- package/dist/models/network-monitor-repair-add-vo.d.ts +6 -0
- package/dist/models/network-monitor-repair-details-dto.d.ts +13 -0
- package/dist/models/offline-alert-device-vo.d.ts +30 -0
- package/dist/models/offline-alert-device-vo.js +15 -0
- package/dist/models/offline-alert-submit-vo.d.ts +43 -0
- package/dist/models/offline-alert-submit-vo.js +15 -0
- package/dist/models/offline-alert-work-order-details-dto.d.ts +91 -0
- package/dist/models/offline-alert-work-order-details-dto.js +15 -0
- package/dist/models/offline-alert-work-order-info.d.ts +72 -0
- package/dist/models/offline-alert-work-order-info.js +24 -0
- package/dist/models/offline-alert-work-order-vo.d.ts +43 -0
- package/dist/models/offline-alert-work-order-vo.js +15 -0
- package/dist/models/park-info-dto.d.ts +6 -0
- package/dist/models/result-code.d.ts +1 -0
- package/dist/models/result-code.js +1 -0
- package/dist/models/source-work-order-dto.d.ts +37 -0
- package/dist/models/source-work-order-dto.js +15 -0
- 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-level-enum.d.ts +23 -0
- package/dist/models/space-level-enum.js +27 -0
- package/dist/models/space-tree-dto.d.ts +16 -3
- package/dist/models/space.d.ts +3 -3
- package/dist/models/sync-equipment-status-vo.d.ts +37 -0
- package/dist/models/sync-equipment-status-vo.js +15 -0
- package/dist/models/sync-equipment-vo-equipment.d.ts +90 -0
- package/dist/models/sync-equipment-vo-equipment.js +15 -0
- package/dist/models/sync-equipment-vo.d.ts +13 -174
- package/dist/models/system-user-msg-source-type-enum.d.ts +1 -0
- package/dist/models/system-user-msg-source-type-enum.js +2 -1
- package/dist/models/third-party-system-enum.d.ts +22 -0
- package/dist/models/third-party-system-enum.js +26 -0
- package/dist/models/work-order-ext-data.d.ts +7 -0
- package/dist/models/work-order-internal-status-enum.d.ts +2 -0
- package/dist/models/work-order-internal-status-enum.js +3 -1
- package/dist/models/work-order-issue-type-enum.d.ts +10 -0
- package/dist/models/work-order-issue-type-enum.js +11 -1
- package/dist/models/work-order-report-vo.d.ts +8 -1
- package/dist/models/work-order-settings-type-enum.d.ts +1 -0
- package/dist/models/work-order-settings-type-enum.js +2 -1
- package/dist/models/work-order-source-enum.d.ts +1 -1
- package/dist/models/work-order-source-enum.js +1 -1
- package/dist/models/work-order-submit-vo.d.ts +25 -0
- package/dist/models/work-order-submit-vo.js +15 -0
- package/dist/models/work-order-type-enum.d.ts +1 -0
- package/dist/models/work-order-type-enum.js +2 -1
- package/models/equipment-detail-dto.ts +29 -3
- package/models/equipment-edit-batch-vo.ts +7 -2
- package/models/equipment-edit-vo.ts +23 -3
- package/models/equipment-search-system-dto.ts +29 -3
- package/models/equipment-search-vo.ts +8 -3
- package/models/equipment-status-enum.ts +35 -0
- package/models/equipment-status.ts +36 -0
- package/models/equipment-tree-details-dto.ts +29 -3
- package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +51 -0
- package/models/get-user-wx200-response.ts +10 -10
- package/models/index.ts +17 -1
- package/models/ipage-access-vo.ts +4 -4
- package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +72 -0
- package/models/json-result-offline-alert-work-order-details-dto.ts +72 -0
- package/models/network-monitor-repair-add-vo.ts +6 -0
- package/models/network-monitor-repair-details-dto.ts +15 -0
- package/models/offline-alert-device-vo.ts +36 -0
- package/models/offline-alert-submit-vo.ts +53 -0
- package/models/offline-alert-work-order-details-dto.ts +113 -0
- package/models/offline-alert-work-order-info.ts +86 -0
- package/models/offline-alert-work-order-vo.ts +53 -0
- package/models/park-info-dto.ts +6 -0
- package/models/result-code.ts +1 -0
- package/models/source-work-order-dto.ts +47 -0
- 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-level-enum.ts +33 -0
- package/models/space-tree-dto.ts +18 -3
- package/models/space.ts +3 -3
- package/models/sync-equipment-status-vo.ts +45 -0
- package/models/sync-equipment-vo-equipment.ts +96 -0
- package/models/sync-equipment-vo.ts +15 -174
- package/models/system-user-msg-source-type-enum.ts +2 -1
- package/models/third-party-system-enum.ts +32 -0
- package/models/work-order-ext-data.ts +9 -0
- package/models/work-order-internal-status-enum.ts +3 -1
- package/models/work-order-issue-type-enum.ts +11 -1
- package/models/work-order-report-vo.ts +10 -1
- package/models/work-order-settings-type-enum.ts +2 -1
- package/models/work-order-source-enum.ts +1 -1
- package/models/work-order-submit-vo.ts +33 -0
- package/models/work-order-type-enum.ts +2 -1
- package/package.json +1 -1
|
@@ -0,0 +1,113 @@
|
|
|
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 { WorkOrderExtData } from './work-order-ext-data';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { WorkOrderHandlerDto } from './work-order-handler-dto';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
25
|
+
// May contain unused imports in some cases
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
28
|
+
// May contain unused imports in some cases
|
|
29
|
+
// @ts-ignore
|
|
30
|
+
import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
|
|
31
|
+
// May contain unused imports in some cases
|
|
32
|
+
// @ts-ignore
|
|
33
|
+
import type { WorkOrderStatusEnum } from './work-order-status-enum';
|
|
34
|
+
// May contain unused imports in some cases
|
|
35
|
+
// @ts-ignore
|
|
36
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* 离线告警工单详情
|
|
40
|
+
* @export
|
|
41
|
+
* @interface OfflineAlertWorkOrderDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
export interface OfflineAlertWorkOrderDetailsDto {
|
|
44
|
+
/**
|
|
45
|
+
* 工单id
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'workOrderId'?: number;
|
|
50
|
+
/**
|
|
51
|
+
* 园区ID
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'parkId'?: number;
|
|
56
|
+
/**
|
|
57
|
+
* 工单编号
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
60
|
+
*/
|
|
61
|
+
'workOrderNo'?: string;
|
|
62
|
+
/**
|
|
63
|
+
* 工单名称
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
66
|
+
*/
|
|
67
|
+
'workOrderName'?: string;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {WorkOrderTypeEnum}
|
|
71
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
72
|
+
*/
|
|
73
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {WorkOrderStatusEnum}
|
|
77
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
78
|
+
*/
|
|
79
|
+
'workOrderStatus'?: WorkOrderStatusEnum;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {WorkOrderSponsorDto}
|
|
83
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
84
|
+
*/
|
|
85
|
+
'sponsor'?: WorkOrderSponsorDto;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {WorkOrderHandlerDto}
|
|
89
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
90
|
+
*/
|
|
91
|
+
'handler'?: WorkOrderHandlerDto;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
95
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
96
|
+
*/
|
|
97
|
+
'workOrderIssueType'?: WorkOrderIssueTypeEnum;
|
|
98
|
+
/**
|
|
99
|
+
*
|
|
100
|
+
* @type {WorkOrderInternalStatusEnum}
|
|
101
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
102
|
+
*/
|
|
103
|
+
'internalStatus'?: WorkOrderInternalStatusEnum;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {WorkOrderExtData}
|
|
107
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
108
|
+
*/
|
|
109
|
+
'workOrderExtData'?: WorkOrderExtData;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
@@ -0,0 +1,86 @@
|
|
|
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 { OfflineAlertDeviceVo } from './offline-alert-device-vo';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 离线告警工单信息
|
|
25
|
+
* @export
|
|
26
|
+
* @interface OfflineAlertWorkOrderInfo
|
|
27
|
+
*/
|
|
28
|
+
export interface OfflineAlertWorkOrderInfo {
|
|
29
|
+
/**
|
|
30
|
+
* 离线告警设备
|
|
31
|
+
* @type {Array<OfflineAlertDeviceVo>}
|
|
32
|
+
* @memberof OfflineAlertWorkOrderInfo
|
|
33
|
+
*/
|
|
34
|
+
'devices'?: Array<OfflineAlertDeviceVo>;
|
|
35
|
+
/**
|
|
36
|
+
* 离线告警设备类型枚举
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof OfflineAlertWorkOrderInfo
|
|
39
|
+
*/
|
|
40
|
+
'deviceType'?: OfflineAlertWorkOrderInfoDeviceTypeEnum;
|
|
41
|
+
/**
|
|
42
|
+
* 离线告警风险等级枚举
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof OfflineAlertWorkOrderInfo
|
|
45
|
+
*/
|
|
46
|
+
'riskLevel'?: OfflineAlertWorkOrderInfoRiskLevelEnum;
|
|
47
|
+
/**
|
|
48
|
+
* 要求修复时间
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof OfflineAlertWorkOrderInfo
|
|
51
|
+
*/
|
|
52
|
+
'requireRepairTime'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* 原因描述
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof OfflineAlertWorkOrderInfo
|
|
57
|
+
*/
|
|
58
|
+
'reasonDescription'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 原因图片
|
|
61
|
+
* @type {Array<string>}
|
|
62
|
+
* @memberof OfflineAlertWorkOrderInfo
|
|
63
|
+
*/
|
|
64
|
+
'reasonImage'?: Array<string>;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
68
|
+
* @memberof OfflineAlertWorkOrderInfo
|
|
69
|
+
*/
|
|
70
|
+
'issueType'?: WorkOrderIssueTypeEnum;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
export const OfflineAlertWorkOrderInfoDeviceTypeEnum = {
|
|
74
|
+
Surveillance: 'SURVEILLANCE'
|
|
75
|
+
} as const;
|
|
76
|
+
|
|
77
|
+
export type OfflineAlertWorkOrderInfoDeviceTypeEnum = typeof OfflineAlertWorkOrderInfoDeviceTypeEnum[keyof typeof OfflineAlertWorkOrderInfoDeviceTypeEnum];
|
|
78
|
+
export const OfflineAlertWorkOrderInfoRiskLevelEnum = {
|
|
79
|
+
VeryHigh: 'VERY_HIGH',
|
|
80
|
+
High: 'HIGH',
|
|
81
|
+
Low: 'LOW'
|
|
82
|
+
} as const;
|
|
83
|
+
|
|
84
|
+
export type OfflineAlertWorkOrderInfoRiskLevelEnum = typeof OfflineAlertWorkOrderInfoRiskLevelEnum[keyof typeof OfflineAlertWorkOrderInfoRiskLevelEnum];
|
|
85
|
+
|
|
86
|
+
|
|
@@ -0,0 +1,53 @@
|
|
|
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 { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 设备离线告警工单
|
|
22
|
+
* @export
|
|
23
|
+
* @interface OfflineAlertWorkOrderVo
|
|
24
|
+
*/
|
|
25
|
+
export interface OfflineAlertWorkOrderVo {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
29
|
+
* @memberof OfflineAlertWorkOrderVo
|
|
30
|
+
*/
|
|
31
|
+
'issueType'?: WorkOrderIssueTypeEnum;
|
|
32
|
+
/**
|
|
33
|
+
* 要求修复时间
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof OfflineAlertWorkOrderVo
|
|
36
|
+
*/
|
|
37
|
+
'requireRepairTime'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 原因描述
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof OfflineAlertWorkOrderVo
|
|
42
|
+
*/
|
|
43
|
+
'reasonDescription'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 原因图片/视频地址
|
|
46
|
+
* @type {Array<string>}
|
|
47
|
+
* @memberof OfflineAlertWorkOrderVo
|
|
48
|
+
*/
|
|
49
|
+
'reasonImage'?: Array<string>;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
package/models/park-info-dto.ts
CHANGED
|
@@ -23,6 +23,12 @@ import type { DeptRelationDTO } from './dept-relation-dto';
|
|
|
23
23
|
* @interface ParkInfoDTO
|
|
24
24
|
*/
|
|
25
25
|
export interface ParkInfoDTO {
|
|
26
|
+
/**
|
|
27
|
+
* 园区ID
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof ParkInfoDTO
|
|
30
|
+
*/
|
|
31
|
+
'parkId'?: number;
|
|
26
32
|
/**
|
|
27
33
|
* 园区名称
|
|
28
34
|
* @type {string}
|
package/models/result-code.ts
CHANGED
|
@@ -137,6 +137,7 @@ export const ResultCode = {
|
|
|
137
137
|
IncorrectPassword: 'INCORRECT_PASSWORD',
|
|
138
138
|
IncorrectInspectionOrder: 'INCORRECT_INSPECTION_ORDER',
|
|
139
139
|
ThirdPartyFailure: 'THIRD_PARTY_FAILURE',
|
|
140
|
+
WorkOrderIssueType: 'WORK_ORDER_ISSUE_TYPE',
|
|
140
141
|
UnknownException: 'UNKNOWN_EXCEPTION',
|
|
141
142
|
RecordAlreadyExistsInTheDatabase: 'RECORD_ALREADY_EXISTS_IN_THE_DATABASE',
|
|
142
143
|
SqlException: 'SQL_EXCEPTION',
|
|
@@ -0,0 +1,47 @@
|
|
|
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 { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 来源工单
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SourceWorkOrderDTO
|
|
24
|
+
*/
|
|
25
|
+
export interface SourceWorkOrderDTO {
|
|
26
|
+
/**
|
|
27
|
+
* 工单ID
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof SourceWorkOrderDTO
|
|
30
|
+
*/
|
|
31
|
+
'workOrderId'?: number;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {WorkOrderTypeEnum}
|
|
35
|
+
* @memberof SourceWorkOrderDTO
|
|
36
|
+
*/
|
|
37
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
38
|
+
/**
|
|
39
|
+
* 工单编号
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof SourceWorkOrderDTO
|
|
42
|
+
*/
|
|
43
|
+
'workOrderNo'?: string;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
@@ -25,55 +25,67 @@ export interface SpaceAddExcelDTO {
|
|
|
25
25
|
* @type {string}
|
|
26
26
|
* @memberof SpaceAddExcelDTO
|
|
27
27
|
*/
|
|
28
|
-
'spaceName'
|
|
28
|
+
'spaceName'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* 空间类型
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof SpaceAddExcelDTO
|
|
33
|
+
*/
|
|
34
|
+
'spaceLevel'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 空间编码
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof SpaceAddExcelDTO
|
|
39
|
+
*/
|
|
40
|
+
'spaceCode'?: string;
|
|
29
41
|
/**
|
|
30
42
|
* 上级空间
|
|
31
43
|
* @type {string}
|
|
32
44
|
* @memberof SpaceAddExcelDTO
|
|
33
45
|
*/
|
|
34
|
-
'parentName'
|
|
46
|
+
'parentName'?: string;
|
|
35
47
|
/**
|
|
36
48
|
* 空间属性
|
|
37
49
|
* @type {string}
|
|
38
50
|
* @memberof SpaceAddExcelDTO
|
|
39
51
|
*/
|
|
40
|
-
'spaceAttribute'
|
|
52
|
+
'spaceAttribute'?: string;
|
|
41
53
|
/**
|
|
42
54
|
* 空间总租聘面积
|
|
43
55
|
* @type {number}
|
|
44
56
|
* @memberof SpaceAddExcelDTO
|
|
45
57
|
*/
|
|
46
|
-
'spaceTotalArea'
|
|
58
|
+
'spaceTotalArea'?: number;
|
|
47
59
|
/**
|
|
48
60
|
* 空间总建筑面积
|
|
49
61
|
* @type {number}
|
|
50
62
|
* @memberof SpaceAddExcelDTO
|
|
51
63
|
*/
|
|
52
|
-
'floorArea'
|
|
64
|
+
'floorArea'?: number;
|
|
53
65
|
/**
|
|
54
66
|
* 地面承重
|
|
55
67
|
* @type {string}
|
|
56
68
|
* @memberof SpaceAddExcelDTO
|
|
57
69
|
*/
|
|
58
|
-
'spaceGroundBearing'
|
|
70
|
+
'spaceGroundBearing'?: string;
|
|
59
71
|
/**
|
|
60
72
|
* 防火等级
|
|
61
73
|
* @type {string}
|
|
62
74
|
* @memberof SpaceAddExcelDTO
|
|
63
75
|
*/
|
|
64
|
-
'spaceFireRating'
|
|
76
|
+
'spaceFireRating'?: string;
|
|
65
77
|
/**
|
|
66
78
|
* 物业结构
|
|
67
79
|
* @type {string}
|
|
68
80
|
* @memberof SpaceAddExcelDTO
|
|
69
81
|
*/
|
|
70
|
-
'spacePropertyStructure'
|
|
82
|
+
'spacePropertyStructure'?: string;
|
|
71
83
|
/**
|
|
72
84
|
* 展示方式
|
|
73
85
|
* @type {string}
|
|
74
86
|
* @memberof SpaceAddExcelDTO
|
|
75
87
|
*/
|
|
76
|
-
'imageDisplayMethod'
|
|
88
|
+
'imageDisplayMethod'?: string;
|
|
77
89
|
/**
|
|
78
90
|
* 排序
|
|
79
91
|
* @type {number}
|
|
@@ -85,7 +97,7 @@ export interface SpaceAddExcelDTO {
|
|
|
85
97
|
* @type {string}
|
|
86
98
|
* @memberof SpaceAddExcelDTO
|
|
87
99
|
*/
|
|
88
|
-
'
|
|
100
|
+
'industryAttribute'?: string;
|
|
89
101
|
/**
|
|
90
102
|
* 行数
|
|
91
103
|
* @type {number}
|
|
@@ -98,5 +110,11 @@ export interface SpaceAddExcelDTO {
|
|
|
98
110
|
* @memberof SpaceAddExcelDTO
|
|
99
111
|
*/
|
|
100
112
|
'tips'?: string;
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
* @type {boolean}
|
|
116
|
+
* @memberof SpaceAddExcelDTO
|
|
117
|
+
*/
|
|
118
|
+
'success'?: boolean;
|
|
101
119
|
}
|
|
102
120
|
|
package/models/space-add-vo.ts
CHANGED
|
@@ -15,7 +15,10 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import type {
|
|
18
|
+
import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { SpaceLevelEnum } from './space-level-enum';
|
|
19
22
|
|
|
20
23
|
/**
|
|
21
24
|
* 新增空间参数
|
|
@@ -54,23 +57,23 @@ export interface SpaceAddVO {
|
|
|
54
57
|
*/
|
|
55
58
|
'spaceTotalArea': number;
|
|
56
59
|
/**
|
|
57
|
-
*
|
|
60
|
+
* 空间承重
|
|
58
61
|
* @type {string}
|
|
59
62
|
* @memberof SpaceAddVO
|
|
60
63
|
*/
|
|
61
|
-
'spaceGroundBearing'
|
|
64
|
+
'spaceGroundBearing'?: string;
|
|
62
65
|
/**
|
|
63
|
-
*
|
|
66
|
+
* 防火等级
|
|
64
67
|
* @type {string}
|
|
65
68
|
* @memberof SpaceAddVO
|
|
66
69
|
*/
|
|
67
|
-
'spaceFireRating'
|
|
70
|
+
'spaceFireRating'?: string;
|
|
68
71
|
/**
|
|
69
|
-
*
|
|
72
|
+
* 物业结构
|
|
70
73
|
* @type {string}
|
|
71
74
|
* @memberof SpaceAddVO
|
|
72
75
|
*/
|
|
73
|
-
'spacePropertyStructure'
|
|
76
|
+
'spacePropertyStructure'?: string;
|
|
74
77
|
/**
|
|
75
78
|
*
|
|
76
79
|
* @type {string}
|
|
@@ -115,10 +118,22 @@ export interface SpaceAddVO {
|
|
|
115
118
|
'greeneryArea'?: number;
|
|
116
119
|
/**
|
|
117
120
|
* 行业属性
|
|
118
|
-
* @type {Array<
|
|
121
|
+
* @type {Array<SpaceIndustryAttributeEnum>}
|
|
122
|
+
* @memberof SpaceAddVO
|
|
123
|
+
*/
|
|
124
|
+
'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
|
|
125
|
+
/**
|
|
126
|
+
*
|
|
127
|
+
* @type {SpaceLevelEnum}
|
|
128
|
+
* @memberof SpaceAddVO
|
|
129
|
+
*/
|
|
130
|
+
'spaceLevel': SpaceLevelEnum;
|
|
131
|
+
/**
|
|
132
|
+
* 空间编码
|
|
133
|
+
* @type {string}
|
|
119
134
|
* @memberof SpaceAddVO
|
|
120
135
|
*/
|
|
121
|
-
'
|
|
136
|
+
'spaceCode'?: string;
|
|
122
137
|
}
|
|
123
138
|
|
|
124
139
|
export const SpaceAddVOImageDisplayMethodEnum = {
|
|
@@ -18,7 +18,10 @@
|
|
|
18
18
|
import type { PlanImageList } from './plan-image-list';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import type {
|
|
21
|
+
import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { SpaceLevelEnum } from './space-level-enum';
|
|
22
25
|
// May contain unused imports in some cases
|
|
23
26
|
// @ts-ignore
|
|
24
27
|
import type { SpacePointDTO } from './space-point-dto';
|
|
@@ -181,10 +184,22 @@ export interface SpaceDetailDTO {
|
|
|
181
184
|
'promptText'?: string;
|
|
182
185
|
/**
|
|
183
186
|
* 行业属性
|
|
184
|
-
* @type {Array<
|
|
187
|
+
* @type {Array<SpaceIndustryAttributeEnum>}
|
|
188
|
+
* @memberof SpaceDetailDTO
|
|
189
|
+
*/
|
|
190
|
+
'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
|
|
191
|
+
/**
|
|
192
|
+
*
|
|
193
|
+
* @type {SpaceLevelEnum}
|
|
194
|
+
* @memberof SpaceDetailDTO
|
|
195
|
+
*/
|
|
196
|
+
'spaceLevel'?: SpaceLevelEnum;
|
|
197
|
+
/**
|
|
198
|
+
* 空间编码
|
|
199
|
+
* @type {string}
|
|
185
200
|
* @memberof SpaceDetailDTO
|
|
186
201
|
*/
|
|
187
|
-
'
|
|
202
|
+
'spaceCode'?: string;
|
|
188
203
|
}
|
|
189
204
|
|
|
190
205
|
export const SpaceDetailDTOImageDisplayMethodEnum = {
|
package/models/space-edit-vo.ts
CHANGED
|
@@ -15,7 +15,10 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import type {
|
|
18
|
+
import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { SpaceLevelEnum } from './space-level-enum';
|
|
19
22
|
|
|
20
23
|
/**
|
|
21
24
|
* 修改空间名称
|
|
@@ -133,10 +136,22 @@ export interface SpaceEditVO {
|
|
|
133
136
|
'promptText'?: string;
|
|
134
137
|
/**
|
|
135
138
|
* 行业属性
|
|
136
|
-
* @type {Array<
|
|
139
|
+
* @type {Array<SpaceIndustryAttributeEnum>}
|
|
140
|
+
* @memberof SpaceEditVO
|
|
141
|
+
*/
|
|
142
|
+
'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
|
|
143
|
+
/**
|
|
144
|
+
*
|
|
145
|
+
* @type {SpaceLevelEnum}
|
|
146
|
+
* @memberof SpaceEditVO
|
|
147
|
+
*/
|
|
148
|
+
'spaceLevel': SpaceLevelEnum;
|
|
149
|
+
/**
|
|
150
|
+
* 空间编码
|
|
151
|
+
* @type {string}
|
|
137
152
|
* @memberof SpaceEditVO
|
|
138
153
|
*/
|
|
139
|
-
'
|
|
154
|
+
'spaceCode'?: string;
|
|
140
155
|
}
|
|
141
156
|
|
|
142
157
|
export const SpaceEditVOImageDisplayMethodEnum = {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
22
|
|
|
23
|
-
export const
|
|
23
|
+
export const SpaceIndustryAttributeEnum = {
|
|
24
24
|
Fmcg: 'FMCG',
|
|
25
25
|
Appliance: 'APPLIANCE',
|
|
26
26
|
Car: 'CAR',
|
|
@@ -29,7 +29,7 @@ export const SpaceIndustryAttribute = {
|
|
|
29
29
|
LogisticsTreasure: 'LOGISTICS_TREASURE'
|
|
30
30
|
} as const;
|
|
31
31
|
|
|
32
|
-
export type
|
|
32
|
+
export type SpaceIndustryAttributeEnum = typeof SpaceIndustryAttributeEnum[keyof typeof SpaceIndustryAttributeEnum];
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const SpaceLevelEnum = {
|
|
24
|
+
Park: 'PARK',
|
|
25
|
+
Building: 'BUILDING',
|
|
26
|
+
Warehouse: 'WAREHOUSE',
|
|
27
|
+
Other: 'OTHER'
|
|
28
|
+
} as const;
|
|
29
|
+
|
|
30
|
+
export type SpaceLevelEnum = typeof SpaceLevelEnum[keyof typeof SpaceLevelEnum];
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
package/models/space-tree-dto.ts
CHANGED
|
@@ -15,7 +15,10 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import type {
|
|
18
|
+
import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { SpaceLevelEnum } from './space-level-enum';
|
|
19
22
|
// May contain unused imports in some cases
|
|
20
23
|
// @ts-ignore
|
|
21
24
|
import type { Surveillance } from './surveillance';
|
|
@@ -118,10 +121,10 @@ export interface SpaceTreeDTO {
|
|
|
118
121
|
'promptText'?: string;
|
|
119
122
|
/**
|
|
120
123
|
* 行业属性
|
|
121
|
-
* @type {Array<
|
|
124
|
+
* @type {Array<SpaceIndustryAttributeEnum>}
|
|
122
125
|
* @memberof SpaceTreeDTO
|
|
123
126
|
*/
|
|
124
|
-
'industryAttributes'?: Array<
|
|
127
|
+
'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
|
|
125
128
|
/**
|
|
126
129
|
* 监控数量
|
|
127
130
|
* @type {number}
|
|
@@ -140,6 +143,18 @@ export interface SpaceTreeDTO {
|
|
|
140
143
|
* @memberof SpaceTreeDTO
|
|
141
144
|
*/
|
|
142
145
|
'surveillances'?: Array<Surveillance>;
|
|
146
|
+
/**
|
|
147
|
+
*
|
|
148
|
+
* @type {SpaceLevelEnum}
|
|
149
|
+
* @memberof SpaceTreeDTO
|
|
150
|
+
*/
|
|
151
|
+
'spaceLevel'?: SpaceLevelEnum;
|
|
152
|
+
/**
|
|
153
|
+
* 空间编码
|
|
154
|
+
* @type {string}
|
|
155
|
+
* @memberof SpaceTreeDTO
|
|
156
|
+
*/
|
|
157
|
+
'spaceCode'?: string;
|
|
143
158
|
}
|
|
144
159
|
|
|
145
160
|
export const SpaceTreeDTOImageDisplayMethodEnum = {
|
package/models/space.ts
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import type {
|
|
18
|
+
import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
* 空间详情
|
|
@@ -37,10 +37,10 @@ export interface Space {
|
|
|
37
37
|
'spaceName'?: string;
|
|
38
38
|
/**
|
|
39
39
|
* 行业属性
|
|
40
|
-
* @type {Array<
|
|
40
|
+
* @type {Array<SpaceIndustryAttributeEnum>}
|
|
41
41
|
* @memberof Space
|
|
42
42
|
*/
|
|
43
|
-
'industryAttributes'?: Array<
|
|
43
|
+
'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
|
|
44
44
|
/**
|
|
45
45
|
* 父名称
|
|
46
46
|
* @type {string}
|