@gizone/rrs-client 4.1.2-alpha.180 → 4.1.2-alpha.182
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 +1 -18
- package/api.ts +0 -1
- package/apis/equipment-api.ts +91 -0
- package/apis/open-api-api.ts +0 -312
- package/apis/space-api.ts +118 -4
- package/apis/work-order-api.ts +0 -103
- package/dist/api.d.ts +0 -1
- package/dist/api.js +0 -1
- package/dist/apis/equipment-api.d.ts +47 -0
- package/dist/apis/equipment-api.js +70 -0
- package/dist/apis/open-api-api.d.ts +0 -166
- package/dist/apis/open-api-api.js +0 -226
- package/dist/apis/space-api.d.ts +65 -4
- package/dist/apis/space-api.js +81 -0
- package/dist/apis/work-order-api.d.ts +0 -55
- package/dist/apis/work-order-api.js +0 -75
- package/dist/esm/api.d.ts +0 -1
- package/dist/esm/api.js +0 -1
- package/dist/esm/apis/equipment-api.d.ts +47 -0
- package/dist/esm/apis/equipment-api.js +70 -0
- package/dist/esm/apis/open-api-api.d.ts +0 -166
- package/dist/esm/apis/open-api-api.js +1 -227
- package/dist/esm/apis/space-api.d.ts +65 -4
- package/dist/esm/apis/space-api.js +81 -0
- package/dist/esm/apis/work-order-api.d.ts +0 -55
- package/dist/esm/apis/work-order-api.js +0 -75
- package/dist/esm/models/equipment-detail-dto.d.ts +3 -23
- package/dist/esm/models/equipment-edit-batch-vo.d.ts +2 -3
- package/dist/esm/models/equipment-edit-vo.d.ts +3 -17
- package/dist/esm/models/equipment-search-system-dto.d.ts +3 -23
- package/dist/esm/models/equipment-search-vo.d.ts +3 -4
- package/dist/esm/models/equipment-tree-details-dto.d.ts +3 -23
- package/dist/esm/models/get-user-wx200-response.d.ts +6 -6
- package/dist/esm/models/index.d.ts +1 -17
- package/dist/esm/models/index.js +1 -17
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +0 -6
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +0 -13
- package/dist/esm/models/park-info-dto.d.ts +0 -6
- package/dist/esm/models/result-code.d.ts +0 -1
- package/dist/esm/models/result-code.js +0 -1
- package/dist/esm/models/space-add-excel-dto.d.ts +10 -28
- package/dist/esm/models/space-add-vo.d.ts +9 -22
- package/dist/esm/models/space-detail-dto.d.ts +3 -16
- package/dist/esm/models/space-edit-vo.d.ts +3 -16
- package/dist/{models/space-industry-attribute-enum.d.ts → esm/models/space-industry-attribute.d.ts} +2 -2
- package/dist/esm/models/{space-industry-attribute-enum.js → space-industry-attribute.js} +1 -1
- package/dist/esm/models/space-tree-dto.d.ts +3 -16
- package/dist/esm/models/space.d.ts +3 -3
- package/dist/esm/models/sync-equipment-vo.d.ts +174 -13
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +0 -1
- package/dist/esm/models/system-user-msg-source-type-enum.js +1 -2
- package/dist/esm/models/work-order-ext-data.d.ts +0 -7
- package/dist/esm/models/work-order-internal-status-enum.d.ts +0 -2
- package/dist/esm/models/work-order-internal-status-enum.js +1 -3
- package/dist/esm/models/work-order-issue-type-enum.d.ts +0 -10
- package/dist/esm/models/work-order-issue-type-enum.js +1 -11
- package/dist/esm/models/work-order-report-vo.d.ts +1 -8
- package/dist/esm/models/work-order-settings-type-enum.d.ts +0 -1
- package/dist/esm/models/work-order-settings-type-enum.js +1 -2
- 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-type-enum.d.ts +0 -1
- package/dist/esm/models/work-order-type-enum.js +1 -2
- package/dist/models/equipment-detail-dto.d.ts +3 -23
- package/dist/models/equipment-edit-batch-vo.d.ts +2 -3
- package/dist/models/equipment-edit-vo.d.ts +3 -17
- package/dist/models/equipment-search-system-dto.d.ts +3 -23
- package/dist/models/equipment-search-vo.d.ts +3 -4
- package/dist/models/equipment-tree-details-dto.d.ts +3 -23
- package/dist/models/get-user-wx200-response.d.ts +6 -6
- package/dist/models/index.d.ts +1 -17
- package/dist/models/index.js +1 -17
- package/dist/models/network-monitor-repair-add-vo.d.ts +0 -6
- package/dist/models/network-monitor-repair-details-dto.d.ts +0 -13
- package/dist/models/park-info-dto.d.ts +0 -6
- package/dist/models/result-code.d.ts +0 -1
- package/dist/models/result-code.js +0 -1
- package/dist/models/space-add-excel-dto.d.ts +10 -28
- package/dist/models/space-add-vo.d.ts +9 -22
- package/dist/models/space-detail-dto.d.ts +3 -16
- package/dist/models/space-edit-vo.d.ts +3 -16
- package/dist/{esm/models/space-industry-attribute-enum.d.ts → models/space-industry-attribute.d.ts} +2 -2
- package/dist/models/{space-industry-attribute-enum.js → space-industry-attribute.js} +2 -2
- package/dist/models/space-tree-dto.d.ts +3 -16
- package/dist/models/space.d.ts +3 -3
- package/dist/models/sync-equipment-vo.d.ts +174 -13
- package/dist/models/system-user-msg-source-type-enum.d.ts +0 -1
- package/dist/models/system-user-msg-source-type-enum.js +1 -2
- package/dist/models/work-order-ext-data.d.ts +0 -7
- package/dist/models/work-order-internal-status-enum.d.ts +0 -2
- package/dist/models/work-order-internal-status-enum.js +1 -3
- package/dist/models/work-order-issue-type-enum.d.ts +0 -10
- package/dist/models/work-order-issue-type-enum.js +1 -11
- package/dist/models/work-order-report-vo.d.ts +1 -8
- package/dist/models/work-order-settings-type-enum.d.ts +0 -1
- package/dist/models/work-order-settings-type-enum.js +1 -2
- 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-type-enum.d.ts +0 -1
- package/dist/models/work-order-type-enum.js +1 -2
- package/models/equipment-detail-dto.ts +3 -29
- package/models/equipment-edit-batch-vo.ts +2 -7
- package/models/equipment-edit-vo.ts +3 -23
- package/models/equipment-search-system-dto.ts +3 -29
- package/models/equipment-search-vo.ts +3 -8
- package/models/equipment-tree-details-dto.ts +3 -29
- package/models/get-user-wx200-response.ts +6 -6
- package/models/index.ts +1 -17
- package/models/network-monitor-repair-add-vo.ts +0 -6
- package/models/network-monitor-repair-details-dto.ts +0 -15
- package/models/park-info-dto.ts +0 -6
- package/models/result-code.ts +0 -1
- package/models/space-add-excel-dto.ts +10 -28
- package/models/space-add-vo.ts +9 -24
- package/models/space-detail-dto.ts +3 -18
- package/models/space-edit-vo.ts +3 -18
- package/models/{space-industry-attribute-enum.ts → space-industry-attribute.ts} +2 -2
- package/models/space-tree-dto.ts +3 -18
- package/models/space.ts +3 -3
- package/models/sync-equipment-vo.ts +174 -15
- package/models/system-user-msg-source-type-enum.ts +1 -2
- package/models/work-order-ext-data.ts +0 -9
- package/models/work-order-internal-status-enum.ts +1 -3
- package/models/work-order-issue-type-enum.ts +1 -11
- package/models/work-order-report-vo.ts +1 -10
- package/models/work-order-settings-type-enum.ts +1 -2
- package/models/work-order-source-enum.ts +1 -1
- package/models/work-order-type-enum.ts +1 -2
- package/package.json +1 -1
- package/apis/offline-alert-work-order-controller-api.ts +0 -149
- package/dist/apis/offline-alert-work-order-controller-api.d.ts +0 -87
- package/dist/apis/offline-alert-work-order-controller-api.js +0 -138
- package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +0 -87
- package/dist/esm/apis/offline-alert-work-order-controller-api.js +0 -131
- package/dist/esm/models/equipment-status-enum.d.ts +0 -25
- package/dist/esm/models/equipment-status-enum.js +0 -26
- package/dist/esm/models/equipment-status.d.ts +0 -30
- package/dist/esm/models/equipment-status.js +0 -14
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -43
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -14
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -62
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -14
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.js +0 -14
- package/dist/esm/models/offline-alert-device-vo.d.ts +0 -30
- package/dist/esm/models/offline-alert-device-vo.js +0 -14
- package/dist/esm/models/offline-alert-submit-vo.d.ts +0 -43
- package/dist/esm/models/offline-alert-submit-vo.js +0 -14
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +0 -91
- package/dist/esm/models/offline-alert-work-order-details-dto.js +0 -14
- package/dist/esm/models/offline-alert-work-order-info.d.ts +0 -72
- package/dist/esm/models/offline-alert-work-order-info.js +0 -21
- package/dist/esm/models/offline-alert-work-order-vo.d.ts +0 -43
- package/dist/esm/models/offline-alert-work-order-vo.js +0 -14
- package/dist/esm/models/source-work-order-dto.d.ts +0 -37
- package/dist/esm/models/source-work-order-dto.js +0 -14
- package/dist/esm/models/space-level-enum.d.ts +0 -23
- package/dist/esm/models/space-level-enum.js +0 -24
- package/dist/esm/models/sync-equipment-status-vo.d.ts +0 -37
- package/dist/esm/models/sync-equipment-status-vo.js +0 -14
- package/dist/esm/models/sync-equipment-vo-equipment.d.ts +0 -90
- package/dist/esm/models/sync-equipment-vo-equipment.js +0 -14
- package/dist/esm/models/third-party-system-enum.d.ts +0 -22
- package/dist/esm/models/third-party-system-enum.js +0 -23
- package/dist/esm/models/work-order-submit-vo.d.ts +0 -25
- package/dist/esm/models/work-order-submit-vo.js +0 -14
- package/dist/models/equipment-status-enum.d.ts +0 -25
- package/dist/models/equipment-status-enum.js +0 -29
- package/dist/models/equipment-status.d.ts +0 -30
- package/dist/models/equipment-status.js +0 -15
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -43
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -15
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -62
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -15
- package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +0 -62
- package/dist/models/json-result-offline-alert-work-order-details-dto.js +0 -15
- package/dist/models/offline-alert-device-vo.d.ts +0 -30
- package/dist/models/offline-alert-device-vo.js +0 -15
- package/dist/models/offline-alert-submit-vo.d.ts +0 -43
- package/dist/models/offline-alert-submit-vo.js +0 -15
- package/dist/models/offline-alert-work-order-details-dto.d.ts +0 -91
- package/dist/models/offline-alert-work-order-details-dto.js +0 -15
- package/dist/models/offline-alert-work-order-info.d.ts +0 -72
- package/dist/models/offline-alert-work-order-info.js +0 -24
- package/dist/models/offline-alert-work-order-vo.d.ts +0 -43
- package/dist/models/offline-alert-work-order-vo.js +0 -15
- package/dist/models/source-work-order-dto.d.ts +0 -37
- package/dist/models/source-work-order-dto.js +0 -15
- package/dist/models/space-level-enum.d.ts +0 -23
- package/dist/models/space-level-enum.js +0 -27
- package/dist/models/sync-equipment-status-vo.d.ts +0 -37
- package/dist/models/sync-equipment-status-vo.js +0 -15
- package/dist/models/sync-equipment-vo-equipment.d.ts +0 -90
- package/dist/models/sync-equipment-vo-equipment.js +0 -15
- package/dist/models/third-party-system-enum.d.ts +0 -22
- package/dist/models/third-party-system-enum.js +0 -26
- package/dist/models/work-order-submit-vo.d.ts +0 -25
- package/dist/models/work-order-submit-vo.js +0 -15
- package/models/equipment-status-enum.ts +0 -35
- package/models/equipment-status.ts +0 -36
- package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +0 -51
- package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +0 -72
- package/models/json-result-offline-alert-work-order-details-dto.ts +0 -72
- package/models/offline-alert-device-vo.ts +0 -36
- package/models/offline-alert-submit-vo.ts +0 -53
- package/models/offline-alert-work-order-details-dto.ts +0 -113
- package/models/offline-alert-work-order-info.ts +0 -86
- package/models/offline-alert-work-order-vo.ts +0 -53
- package/models/source-work-order-dto.ts +0 -47
- package/models/space-level-enum.ts +0 -33
- package/models/sync-equipment-status-vo.ts +0 -45
- package/models/sync-equipment-vo-equipment.ts +0 -96
- package/models/third-party-system-enum.ts +0 -32
- package/models/work-order-submit-vo.ts +0 -33
|
@@ -136,7 +136,6 @@ exports.ResultCode = {
|
|
|
136
136
|
IncorrectPassword: 'INCORRECT_PASSWORD',
|
|
137
137
|
IncorrectInspectionOrder: 'INCORRECT_INSPECTION_ORDER',
|
|
138
138
|
ThirdPartyFailure: 'THIRD_PARTY_FAILURE',
|
|
139
|
-
WorkOrderIssueType: 'WORK_ORDER_ISSUE_TYPE',
|
|
140
139
|
UnknownException: 'UNKNOWN_EXCEPTION',
|
|
141
140
|
RecordAlreadyExistsInTheDatabase: 'RECORD_ALREADY_EXISTS_IN_THE_DATABASE',
|
|
142
141
|
SqlException: 'SQL_EXCEPTION',
|
|
@@ -20,67 +20,55 @@ export interface SpaceAddExcelDTO {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof SpaceAddExcelDTO
|
|
22
22
|
*/
|
|
23
|
-
'spaceName'
|
|
24
|
-
/**
|
|
25
|
-
* 空间类型
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof SpaceAddExcelDTO
|
|
28
|
-
*/
|
|
29
|
-
'spaceLevel'?: string;
|
|
30
|
-
/**
|
|
31
|
-
* 空间编码
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof SpaceAddExcelDTO
|
|
34
|
-
*/
|
|
35
|
-
'spaceCode'?: string;
|
|
23
|
+
'spaceName': string;
|
|
36
24
|
/**
|
|
37
25
|
* 上级空间
|
|
38
26
|
* @type {string}
|
|
39
27
|
* @memberof SpaceAddExcelDTO
|
|
40
28
|
*/
|
|
41
|
-
'parentName'
|
|
29
|
+
'parentName': string;
|
|
42
30
|
/**
|
|
43
31
|
* 空间属性
|
|
44
32
|
* @type {string}
|
|
45
33
|
* @memberof SpaceAddExcelDTO
|
|
46
34
|
*/
|
|
47
|
-
'spaceAttribute'
|
|
35
|
+
'spaceAttribute': string;
|
|
48
36
|
/**
|
|
49
37
|
* 空间总租聘面积
|
|
50
38
|
* @type {number}
|
|
51
39
|
* @memberof SpaceAddExcelDTO
|
|
52
40
|
*/
|
|
53
|
-
'spaceTotalArea'
|
|
41
|
+
'spaceTotalArea': number;
|
|
54
42
|
/**
|
|
55
43
|
* 空间总建筑面积
|
|
56
44
|
* @type {number}
|
|
57
45
|
* @memberof SpaceAddExcelDTO
|
|
58
46
|
*/
|
|
59
|
-
'floorArea'
|
|
47
|
+
'floorArea': number;
|
|
60
48
|
/**
|
|
61
49
|
* 地面承重
|
|
62
50
|
* @type {string}
|
|
63
51
|
* @memberof SpaceAddExcelDTO
|
|
64
52
|
*/
|
|
65
|
-
'spaceGroundBearing'
|
|
53
|
+
'spaceGroundBearing': string;
|
|
66
54
|
/**
|
|
67
55
|
* 防火等级
|
|
68
56
|
* @type {string}
|
|
69
57
|
* @memberof SpaceAddExcelDTO
|
|
70
58
|
*/
|
|
71
|
-
'spaceFireRating'
|
|
59
|
+
'spaceFireRating': string;
|
|
72
60
|
/**
|
|
73
61
|
* 物业结构
|
|
74
62
|
* @type {string}
|
|
75
63
|
* @memberof SpaceAddExcelDTO
|
|
76
64
|
*/
|
|
77
|
-
'spacePropertyStructure'
|
|
65
|
+
'spacePropertyStructure': string;
|
|
78
66
|
/**
|
|
79
67
|
* 展示方式
|
|
80
68
|
* @type {string}
|
|
81
69
|
* @memberof SpaceAddExcelDTO
|
|
82
70
|
*/
|
|
83
|
-
'imageDisplayMethod'
|
|
71
|
+
'imageDisplayMethod': string;
|
|
84
72
|
/**
|
|
85
73
|
* 排序
|
|
86
74
|
* @type {number}
|
|
@@ -92,7 +80,7 @@ export interface SpaceAddExcelDTO {
|
|
|
92
80
|
* @type {string}
|
|
93
81
|
* @memberof SpaceAddExcelDTO
|
|
94
82
|
*/
|
|
95
|
-
'
|
|
83
|
+
'industryAttributes'?: string;
|
|
96
84
|
/**
|
|
97
85
|
* 行数
|
|
98
86
|
* @type {number}
|
|
@@ -105,10 +93,4 @@ export interface SpaceAddExcelDTO {
|
|
|
105
93
|
* @memberof SpaceAddExcelDTO
|
|
106
94
|
*/
|
|
107
95
|
'tips'?: string;
|
|
108
|
-
/**
|
|
109
|
-
*
|
|
110
|
-
* @type {boolean}
|
|
111
|
-
* @memberof SpaceAddExcelDTO
|
|
112
|
-
*/
|
|
113
|
-
'success'?: boolean;
|
|
114
96
|
}
|
|
@@ -9,8 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
13
|
-
import type { SpaceLevelEnum } from './space-level-enum';
|
|
12
|
+
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
14
13
|
/**
|
|
15
14
|
* 新增空间参数
|
|
16
15
|
* @export
|
|
@@ -48,23 +47,23 @@ export interface SpaceAddVO {
|
|
|
48
47
|
*/
|
|
49
48
|
'spaceTotalArea': number;
|
|
50
49
|
/**
|
|
51
|
-
*
|
|
50
|
+
*
|
|
52
51
|
* @type {string}
|
|
53
52
|
* @memberof SpaceAddVO
|
|
54
53
|
*/
|
|
55
|
-
'spaceGroundBearing'
|
|
54
|
+
'spaceGroundBearing': string;
|
|
56
55
|
/**
|
|
57
|
-
*
|
|
56
|
+
*
|
|
58
57
|
* @type {string}
|
|
59
58
|
* @memberof SpaceAddVO
|
|
60
59
|
*/
|
|
61
|
-
'spaceFireRating'
|
|
60
|
+
'spaceFireRating': string;
|
|
62
61
|
/**
|
|
63
|
-
*
|
|
62
|
+
*
|
|
64
63
|
* @type {string}
|
|
65
64
|
* @memberof SpaceAddVO
|
|
66
65
|
*/
|
|
67
|
-
'spacePropertyStructure'
|
|
66
|
+
'spacePropertyStructure': string;
|
|
68
67
|
/**
|
|
69
68
|
*
|
|
70
69
|
* @type {string}
|
|
@@ -109,22 +108,10 @@ export interface SpaceAddVO {
|
|
|
109
108
|
'greeneryArea'?: number;
|
|
110
109
|
/**
|
|
111
110
|
* 行业属性
|
|
112
|
-
* @type {Array<
|
|
113
|
-
* @memberof SpaceAddVO
|
|
114
|
-
*/
|
|
115
|
-
'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
|
|
116
|
-
/**
|
|
117
|
-
*
|
|
118
|
-
* @type {SpaceLevelEnum}
|
|
119
|
-
* @memberof SpaceAddVO
|
|
120
|
-
*/
|
|
121
|
-
'spaceLevel': SpaceLevelEnum;
|
|
122
|
-
/**
|
|
123
|
-
* 空间编码
|
|
124
|
-
* @type {string}
|
|
111
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
125
112
|
* @memberof SpaceAddVO
|
|
126
113
|
*/
|
|
127
|
-
'
|
|
114
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
128
115
|
}
|
|
129
116
|
export declare const SpaceAddVOImageDisplayMethodEnum: {
|
|
130
117
|
readonly SelfUploading: "SELF_UPLOADING";
|
|
@@ -10,8 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { PlanImageList } from './plan-image-list';
|
|
13
|
-
import type {
|
|
14
|
-
import type { SpaceLevelEnum } from './space-level-enum';
|
|
13
|
+
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
15
14
|
import type { SpacePointDTO } from './space-point-dto';
|
|
16
15
|
/**
|
|
17
16
|
* 空间详情出参
|
|
@@ -171,22 +170,10 @@ export interface SpaceDetailDTO {
|
|
|
171
170
|
'promptText'?: string;
|
|
172
171
|
/**
|
|
173
172
|
* 行业属性
|
|
174
|
-
* @type {Array<
|
|
173
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
175
174
|
* @memberof SpaceDetailDTO
|
|
176
175
|
*/
|
|
177
|
-
'industryAttributes'?: Array<
|
|
178
|
-
/**
|
|
179
|
-
*
|
|
180
|
-
* @type {SpaceLevelEnum}
|
|
181
|
-
* @memberof SpaceDetailDTO
|
|
182
|
-
*/
|
|
183
|
-
'spaceLevel'?: SpaceLevelEnum;
|
|
184
|
-
/**
|
|
185
|
-
* 空间编码
|
|
186
|
-
* @type {string}
|
|
187
|
-
* @memberof SpaceDetailDTO
|
|
188
|
-
*/
|
|
189
|
-
'spaceCode'?: string;
|
|
176
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
190
177
|
}
|
|
191
178
|
export declare const SpaceDetailDTOImageDisplayMethodEnum: {
|
|
192
179
|
readonly SelfUploading: "SELF_UPLOADING";
|
|
@@ -9,8 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
13
|
-
import type { SpaceLevelEnum } from './space-level-enum';
|
|
12
|
+
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
14
13
|
/**
|
|
15
14
|
* 修改空间名称
|
|
16
15
|
* @export
|
|
@@ -127,22 +126,10 @@ export interface SpaceEditVO {
|
|
|
127
126
|
'promptText'?: string;
|
|
128
127
|
/**
|
|
129
128
|
* 行业属性
|
|
130
|
-
* @type {Array<
|
|
129
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
131
130
|
* @memberof SpaceEditVO
|
|
132
131
|
*/
|
|
133
|
-
'industryAttributes'?: Array<
|
|
134
|
-
/**
|
|
135
|
-
*
|
|
136
|
-
* @type {SpaceLevelEnum}
|
|
137
|
-
* @memberof SpaceEditVO
|
|
138
|
-
*/
|
|
139
|
-
'spaceLevel': SpaceLevelEnum;
|
|
140
|
-
/**
|
|
141
|
-
* 空间编码
|
|
142
|
-
* @type {string}
|
|
143
|
-
* @memberof SpaceEditVO
|
|
144
|
-
*/
|
|
145
|
-
'spaceCode'?: string;
|
|
132
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
146
133
|
}
|
|
147
134
|
export declare const SpaceEditVOImageDisplayMethodEnum: {
|
|
148
135
|
readonly SelfUploading: "SELF_UPLOADING";
|
package/dist/{esm/models/space-industry-attribute-enum.d.ts → models/space-industry-attribute.d.ts}
RENAMED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
|
-
export declare const
|
|
17
|
+
export declare const SpaceIndustryAttribute: {
|
|
18
18
|
readonly Fmcg: "FMCG";
|
|
19
19
|
readonly Appliance: "APPLIANCE";
|
|
20
20
|
readonly Car: "CAR";
|
|
@@ -22,4 +22,4 @@ export declare const SpaceIndustryAttributeEnum: {
|
|
|
22
22
|
readonly Socialized: "SOCIALIZED";
|
|
23
23
|
readonly LogisticsTreasure: "LOGISTICS_TREASURE";
|
|
24
24
|
};
|
|
25
|
-
export type
|
|
25
|
+
export type SpaceIndustryAttribute = typeof SpaceIndustryAttribute[keyof typeof SpaceIndustryAttribute];
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
16
|
+
exports.SpaceIndustryAttribute = void 0;
|
|
17
17
|
/**
|
|
18
18
|
* 空间行业属性枚举
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
exports.
|
|
22
|
+
exports.SpaceIndustryAttribute = {
|
|
23
23
|
Fmcg: 'FMCG',
|
|
24
24
|
Appliance: 'APPLIANCE',
|
|
25
25
|
Car: 'CAR',
|
|
@@ -9,8 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
13
|
-
import type { SpaceLevelEnum } from './space-level-enum';
|
|
12
|
+
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
14
13
|
import type { Surveillance } from './surveillance';
|
|
15
14
|
/**
|
|
16
15
|
* 返回数据,可以是任意类型的值
|
|
@@ -110,10 +109,10 @@ export interface SpaceTreeDTO {
|
|
|
110
109
|
'promptText'?: string;
|
|
111
110
|
/**
|
|
112
111
|
* 行业属性
|
|
113
|
-
* @type {Array<
|
|
112
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
114
113
|
* @memberof SpaceTreeDTO
|
|
115
114
|
*/
|
|
116
|
-
'industryAttributes'?: Array<
|
|
115
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
117
116
|
/**
|
|
118
117
|
* 监控数量
|
|
119
118
|
* @type {number}
|
|
@@ -132,18 +131,6 @@ export interface SpaceTreeDTO {
|
|
|
132
131
|
* @memberof SpaceTreeDTO
|
|
133
132
|
*/
|
|
134
133
|
'surveillances'?: Array<Surveillance>;
|
|
135
|
-
/**
|
|
136
|
-
*
|
|
137
|
-
* @type {SpaceLevelEnum}
|
|
138
|
-
* @memberof SpaceTreeDTO
|
|
139
|
-
*/
|
|
140
|
-
'spaceLevel'?: SpaceLevelEnum;
|
|
141
|
-
/**
|
|
142
|
-
* 空间编码
|
|
143
|
-
* @type {string}
|
|
144
|
-
* @memberof SpaceTreeDTO
|
|
145
|
-
*/
|
|
146
|
-
'spaceCode'?: string;
|
|
147
134
|
}
|
|
148
135
|
export declare const SpaceTreeDTOImageDisplayMethodEnum: {
|
|
149
136
|
readonly SelfUploading: "SELF_UPLOADING";
|
package/dist/models/space.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
12
|
+
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
13
13
|
/**
|
|
14
14
|
* 空间详情
|
|
15
15
|
* @export
|
|
@@ -30,10 +30,10 @@ export interface Space {
|
|
|
30
30
|
'spaceName'?: string;
|
|
31
31
|
/**
|
|
32
32
|
* 行业属性
|
|
33
|
-
* @type {Array<
|
|
33
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
34
34
|
* @memberof Space
|
|
35
35
|
*/
|
|
36
|
-
'industryAttributes'?: Array<
|
|
36
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
37
37
|
/**
|
|
38
38
|
* 父名称
|
|
39
39
|
* @type {string}
|
|
@@ -9,29 +9,190 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { SyncEquipmentVoEquipment } from './sync-equipment-vo-equipment';
|
|
13
12
|
/**
|
|
14
13
|
* 同步设备参数
|
|
15
14
|
* @export
|
|
16
|
-
* @interface
|
|
15
|
+
* @interface SyncEquipmentVO
|
|
17
16
|
*/
|
|
18
|
-
export interface
|
|
17
|
+
export interface SyncEquipmentVO {
|
|
19
18
|
/**
|
|
20
|
-
*
|
|
19
|
+
* IOT设备部件id
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof SyncEquipmentVO
|
|
22
|
+
*/
|
|
23
|
+
'id'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 设备id
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof SyncEquipmentVO
|
|
28
|
+
*/
|
|
29
|
+
'deviceId'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 园区id
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof SyncEquipmentVO
|
|
34
|
+
*/
|
|
35
|
+
'parkId'?: number;
|
|
36
|
+
/**
|
|
37
|
+
* 所属系统
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof SyncEquipmentVO
|
|
40
|
+
*/
|
|
41
|
+
'owningSystem'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 系统类型
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof SyncEquipmentVO
|
|
46
|
+
*/
|
|
47
|
+
'systemType'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 品牌id
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof SyncEquipmentVO
|
|
52
|
+
*/
|
|
53
|
+
'brandId'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 型号id
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof SyncEquipmentVO
|
|
58
|
+
*/
|
|
59
|
+
'modelId'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* 设备厂商类型
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof SyncEquipmentVO
|
|
64
|
+
*/
|
|
65
|
+
'producterId'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 外部单位id
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof SyncEquipmentVO
|
|
70
|
+
*/
|
|
71
|
+
'unitId'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* 设备类型
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof SyncEquipmentVO
|
|
76
|
+
*/
|
|
77
|
+
'deviceType'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* 设备部件类型
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof SyncEquipmentVO
|
|
82
|
+
*/
|
|
83
|
+
'unitType'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* code
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof SyncEquipmentVO
|
|
88
|
+
*/
|
|
89
|
+
'deviceCode'?: string;
|
|
90
|
+
/**
|
|
91
|
+
* 设备name
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof SyncEquipmentVO
|
|
94
|
+
*/
|
|
95
|
+
'deviceName'?: string;
|
|
96
|
+
/**
|
|
97
|
+
* 外部设备id
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof SyncEquipmentVO
|
|
100
|
+
*/
|
|
101
|
+
'outDeviceId'?: string;
|
|
102
|
+
/**
|
|
103
|
+
* 外部部件id
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof SyncEquipmentVO
|
|
106
|
+
*/
|
|
107
|
+
'outUnitId'?: string;
|
|
108
|
+
/**
|
|
109
|
+
* 设备部件编码
|
|
21
110
|
* @type {string}
|
|
22
|
-
* @memberof
|
|
111
|
+
* @memberof SyncEquipmentVO
|
|
23
112
|
*/
|
|
24
|
-
'
|
|
113
|
+
'unitCode'?: string;
|
|
25
114
|
/**
|
|
26
|
-
*
|
|
115
|
+
* 设备部件名称
|
|
27
116
|
* @type {string}
|
|
28
|
-
* @memberof
|
|
117
|
+
* @memberof SyncEquipmentVO
|
|
118
|
+
*/
|
|
119
|
+
'unitName'?: string;
|
|
120
|
+
/**
|
|
121
|
+
* 部件卡号
|
|
122
|
+
* @type {string}
|
|
123
|
+
* @memberof SyncEquipmentVO
|
|
124
|
+
*/
|
|
125
|
+
'unitCard'?: string;
|
|
126
|
+
/**
|
|
127
|
+
* 部件源地址
|
|
128
|
+
* @type {string}
|
|
129
|
+
* @memberof SyncEquipmentVO
|
|
130
|
+
*/
|
|
131
|
+
'unitSource'?: string;
|
|
132
|
+
/**
|
|
133
|
+
* 部件状态
|
|
134
|
+
* @type {string}
|
|
135
|
+
* @memberof SyncEquipmentVO
|
|
136
|
+
*/
|
|
137
|
+
'status'?: string;
|
|
138
|
+
/**
|
|
139
|
+
* 最大阈值
|
|
140
|
+
* @type {string}
|
|
141
|
+
* @memberof SyncEquipmentVO
|
|
142
|
+
*/
|
|
143
|
+
'maxValue'?: string;
|
|
144
|
+
/**
|
|
145
|
+
* 最小阈值
|
|
146
|
+
* @type {string}
|
|
147
|
+
* @memberof SyncEquipmentVO
|
|
148
|
+
*/
|
|
149
|
+
'minValue'?: string;
|
|
150
|
+
/**
|
|
151
|
+
* 是否删除 1未删除 0删除
|
|
152
|
+
* @type {number}
|
|
153
|
+
* @memberof SyncEquipmentVO
|
|
154
|
+
*/
|
|
155
|
+
'isDelete'?: number;
|
|
156
|
+
/**
|
|
157
|
+
* 详细安装位置
|
|
158
|
+
* @type {string}
|
|
159
|
+
* @memberof SyncEquipmentVO
|
|
160
|
+
*/
|
|
161
|
+
'location'?: string;
|
|
162
|
+
/**
|
|
163
|
+
* 心跳时间
|
|
164
|
+
* @type {string}
|
|
165
|
+
* @memberof SyncEquipmentVO
|
|
166
|
+
*/
|
|
167
|
+
'heartBeatAt'?: string;
|
|
168
|
+
/**
|
|
169
|
+
* 下次心跳时间
|
|
170
|
+
* @type {string}
|
|
171
|
+
* @memberof SyncEquipmentVO
|
|
172
|
+
*/
|
|
173
|
+
'heartBeatExpiresAt'?: string;
|
|
174
|
+
/**
|
|
175
|
+
* 倍率
|
|
176
|
+
* @type {number}
|
|
177
|
+
* @memberof SyncEquipmentVO
|
|
178
|
+
*/
|
|
179
|
+
'magnification'?: number;
|
|
180
|
+
/**
|
|
181
|
+
* 记录id 暂时无用
|
|
182
|
+
* @type {number}
|
|
183
|
+
* @memberof SyncEquipmentVO
|
|
184
|
+
*/
|
|
185
|
+
'recordId'?: number;
|
|
186
|
+
/**
|
|
187
|
+
* 上传时间间隔
|
|
188
|
+
* @type {number}
|
|
189
|
+
* @memberof SyncEquipmentVO
|
|
29
190
|
*/
|
|
30
|
-
'
|
|
191
|
+
'uploadTimeInterval'?: number;
|
|
31
192
|
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {
|
|
34
|
-
* @memberof
|
|
193
|
+
* 节点id
|
|
194
|
+
* @type {number}
|
|
195
|
+
* @memberof SyncEquipmentVO
|
|
35
196
|
*/
|
|
36
|
-
'
|
|
197
|
+
'nodeId'?: number;
|
|
37
198
|
}
|
|
@@ -21,6 +21,5 @@ export declare const SystemUserMsgSourceTypeEnum: {
|
|
|
21
21
|
readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
|
|
22
22
|
readonly NetworkMonitoringRepairWorkOrder: "NETWORK_MONITORING_REPAIR_WORK_ORDER";
|
|
23
23
|
readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
|
|
24
|
-
readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
|
|
25
24
|
};
|
|
26
25
|
export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
|
|
@@ -25,6 +25,5 @@ exports.SystemUserMsgSourceTypeEnum = {
|
|
|
25
25
|
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
26
26
|
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
27
27
|
NetworkMonitoringRepairWorkOrder: 'NETWORK_MONITORING_REPAIR_WORK_ORDER',
|
|
28
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
29
|
-
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
28
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
30
29
|
};
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { NetworkRepairInfo } from './network-repair-info';
|
|
13
|
-
import type { OfflineAlertWorkOrderInfo } from './offline-alert-work-order-info';
|
|
14
13
|
import type { ViolationWorkOrderInfo } from './violation-work-order-info';
|
|
15
14
|
/**
|
|
16
15
|
* 工单扩展数据
|
|
@@ -30,10 +29,4 @@ export interface WorkOrderExtData {
|
|
|
30
29
|
* @memberof WorkOrderExtData
|
|
31
30
|
*/
|
|
32
31
|
'violationWorkOrderInfo'?: ViolationWorkOrderInfo;
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
* @type {OfflineAlertWorkOrderInfo}
|
|
36
|
-
* @memberof WorkOrderExtData
|
|
37
|
-
*/
|
|
38
|
-
'offlineAlertWorkOrderInfo'?: OfflineAlertWorkOrderInfo;
|
|
39
32
|
}
|
|
@@ -25,7 +25,5 @@ export declare const WorkOrderInternalStatusEnum: {
|
|
|
25
25
|
readonly ViolationWorkOrderInProgressLevelOne: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
|
|
26
26
|
readonly ViolationWorkOrderInProgressLevelTwo: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
|
|
27
27
|
readonly ViolationWorkOrderInProgressLevelThree: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE";
|
|
28
|
-
readonly OfflineAlertWorkOrderInProgressLevelOne: "OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
|
|
29
|
-
readonly OfflineAlertWorkOrderInProgressLevelTwo: "OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
|
|
30
28
|
};
|
|
31
29
|
export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
|
|
@@ -29,7 +29,5 @@ exports.WorkOrderInternalStatusEnum = {
|
|
|
29
29
|
NetworkMonitorRepairInProgressLevelThree: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE',
|
|
30
30
|
ViolationWorkOrderInProgressLevelOne: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
31
31
|
ViolationWorkOrderInProgressLevelTwo: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
|
|
32
|
-
ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
|
|
33
|
-
OfflineAlertWorkOrderInProgressLevelOne: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
34
|
-
OfflineAlertWorkOrderInProgressLevelTwo: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
|
|
32
|
+
ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
|
|
35
33
|
};
|
|
@@ -32,15 +32,5 @@ export declare const WorkOrderIssueTypeEnum: {
|
|
|
32
32
|
readonly LoadingQualityIssue: "LOADING_QUALITY_ISSUE";
|
|
33
33
|
readonly ClaimRecovery: "CLAIM_RECOVERY";
|
|
34
34
|
readonly Operations: "OPERATIONS";
|
|
35
|
-
readonly PowerOutage: "POWER_OUTAGE";
|
|
36
|
-
readonly LineReconstruction: "LINE_RECONSTRUCTION";
|
|
37
|
-
readonly OfficeRenovation: "OFFICE_RENOVATION";
|
|
38
|
-
readonly ParkConstruction: "PARK_CONSTRUCTION";
|
|
39
|
-
readonly MoveWarehouse: "MOVE_WAREHOUSE";
|
|
40
|
-
readonly RemoveWarehouse: "REMOVE_WAREHOUSE";
|
|
41
|
-
readonly NetworkJumperDamage: "NETWORK_JUMPER_DAMAGE";
|
|
42
|
-
readonly CrystalHeadDamage: "CRYSTAL_HEAD_DAMAGE";
|
|
43
|
-
readonly OpticalJumperDamage: "OPTICAL_JUMPER_DAMAGE";
|
|
44
|
-
readonly NeedOnsiteTechSupport: "NEED_ONSITE_TECH_SUPPORT";
|
|
45
35
|
};
|
|
46
36
|
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|
|
@@ -36,15 +36,5 @@ exports.WorkOrderIssueTypeEnum = {
|
|
|
36
36
|
TransportQualityIssue: 'TRANSPORT_QUALITY_ISSUE',
|
|
37
37
|
LoadingQualityIssue: 'LOADING_QUALITY_ISSUE',
|
|
38
38
|
ClaimRecovery: 'CLAIM_RECOVERY',
|
|
39
|
-
Operations: 'OPERATIONS'
|
|
40
|
-
PowerOutage: 'POWER_OUTAGE',
|
|
41
|
-
LineReconstruction: 'LINE_RECONSTRUCTION',
|
|
42
|
-
OfficeRenovation: 'OFFICE_RENOVATION',
|
|
43
|
-
ParkConstruction: 'PARK_CONSTRUCTION',
|
|
44
|
-
MoveWarehouse: 'MOVE_WAREHOUSE',
|
|
45
|
-
RemoveWarehouse: 'REMOVE_WAREHOUSE',
|
|
46
|
-
NetworkJumperDamage: 'NETWORK_JUMPER_DAMAGE',
|
|
47
|
-
CrystalHeadDamage: 'CRYSTAL_HEAD_DAMAGE',
|
|
48
|
-
OpticalJumperDamage: 'OPTICAL_JUMPER_DAMAGE',
|
|
49
|
-
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT'
|
|
39
|
+
Operations: 'OPERATIONS'
|
|
50
40
|
};
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { OfflineAlertWorkOrderVo } from './offline-alert-work-order-vo';
|
|
13
12
|
import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
14
13
|
/**
|
|
15
14
|
* 工单上报
|
|
@@ -28,11 +27,5 @@ export interface WorkOrderReportVo {
|
|
|
28
27
|
* @type {number}
|
|
29
28
|
* @memberof WorkOrderReportVo
|
|
30
29
|
*/
|
|
31
|
-
'handlerUserId'
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {OfflineAlertWorkOrderVo}
|
|
35
|
-
* @memberof WorkOrderReportVo
|
|
36
|
-
*/
|
|
37
|
-
'offlineAlertWorkOrder'?: OfflineAlertWorkOrderVo;
|
|
30
|
+
'handlerUserId': number;
|
|
38
31
|
}
|
|
@@ -21,6 +21,5 @@ export declare const WorkOrderSettingsTypeEnum: {
|
|
|
21
21
|
readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
|
|
22
22
|
readonly NetworkMonitorRepairWorkOrder: "NETWORK_MONITOR_REPAIR_WORK_ORDER";
|
|
23
23
|
readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
|
|
24
|
-
readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
|
|
25
24
|
};
|
|
26
25
|
export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
|
|
@@ -25,6 +25,5 @@ exports.WorkOrderSettingsTypeEnum = {
|
|
|
25
25
|
AiWorkOrder: 'AI_WORK_ORDER',
|
|
26
26
|
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
27
27
|
NetworkMonitorRepairWorkOrder: 'NETWORK_MONITOR_REPAIR_WORK_ORDER',
|
|
28
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
29
|
-
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
28
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
30
29
|
};
|