@gizone/rrs-client 4.1.2-alpha.170 → 4.1.2-alpha.173
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +4 -0
- package/apis/equipment-api.ts +0 -91
- package/apis/open-api-api.ts +312 -0
- package/apis/work-order-api.ts +106 -52
- package/dist/apis/equipment-api.d.ts +0 -47
- package/dist/apis/equipment-api.js +0 -70
- package/dist/apis/open-api-api.d.ts +166 -0
- package/dist/apis/open-api-api.js +226 -0
- package/dist/apis/work-order-api.d.ts +63 -30
- package/dist/apis/work-order-api.js +55 -35
- package/dist/esm/apis/equipment-api.d.ts +0 -47
- package/dist/esm/apis/equipment-api.js +0 -70
- 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/work-order-api.d.ts +63 -30
- package/dist/esm/apis/work-order-api.js +55 -35
- package/dist/esm/models/equipment-detail-dto.d.ts +29 -1
- package/dist/esm/models/equipment-detail-dto.js +8 -1
- package/dist/esm/models/equipment-edit-batch-vo.d.ts +10 -1
- package/dist/esm/models/equipment-edit-batch-vo.js +8 -1
- package/dist/esm/models/equipment-edit-vo.d.ts +23 -1
- package/dist/esm/models/equipment-edit-vo.js +8 -1
- package/dist/esm/models/equipment-search-system-dto.d.ts +29 -1
- package/dist/esm/models/equipment-search-system-dto.js +8 -1
- package/dist/esm/models/equipment-search-vo.d.ts +11 -2
- package/dist/esm/models/equipment-search-vo.js +8 -1
- 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 +30 -2
- package/dist/esm/models/equipment-tree-details-dto.js +8 -1
- package/dist/esm/models/equipment.d.ts +62 -8
- package/dist/esm/models/get-user-wx200-response.d.ts +9 -9
- package/dist/esm/models/index.d.ts +4 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/ipage-access-vo.d.ts +7 -7
- package/dist/esm/models/park-info-dto.d.ts +6 -0
- package/dist/esm/models/period-detail-resp.d.ts +7 -0
- package/dist/esm/models/plan-add-vo.d.ts +7 -0
- package/dist/esm/models/plan-detail-dto.d.ts +7 -0
- package/dist/esm/models/plan-edit-vo.d.ts +7 -0
- package/dist/esm/models/plan-search-dto.d.ts +7 -0
- 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.d.ts +13 -174
- 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-dept-settings-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/work-order-dept-settings-entity.d.ts +2 -2
- package/dist/esm/models/work-order-search-dto.d.ts +7 -0
- package/dist/esm/models/work-order-type-subcategory-enum.d.ts +31 -0
- package/dist/esm/models/work-order-type-subcategory-enum.js +32 -0
- package/dist/models/equipment-detail-dto.d.ts +29 -1
- package/dist/models/equipment-detail-dto.js +9 -0
- package/dist/models/equipment-edit-batch-vo.d.ts +10 -1
- package/dist/models/equipment-edit-batch-vo.js +9 -0
- package/dist/models/equipment-edit-vo.d.ts +23 -1
- package/dist/models/equipment-edit-vo.js +9 -0
- package/dist/models/equipment-search-system-dto.d.ts +29 -1
- package/dist/models/equipment-search-system-dto.js +9 -0
- package/dist/models/equipment-search-vo.d.ts +11 -2
- package/dist/models/equipment-search-vo.js +9 -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 +30 -2
- package/dist/models/equipment-tree-details-dto.js +9 -0
- package/dist/models/equipment.d.ts +62 -8
- package/dist/models/get-user-wx200-response.d.ts +9 -9
- package/dist/models/index.d.ts +4 -0
- package/dist/models/index.js +4 -0
- package/dist/models/ipage-access-vo.d.ts +7 -7
- package/dist/models/park-info-dto.d.ts +6 -0
- package/dist/models/period-detail-resp.d.ts +7 -0
- package/dist/models/plan-add-vo.d.ts +7 -0
- package/dist/models/plan-detail-dto.d.ts +7 -0
- package/dist/models/plan-edit-vo.d.ts +7 -0
- package/dist/models/plan-search-dto.d.ts +7 -0
- 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.d.ts +13 -174
- 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-dept-settings-add-or-update-vo.d.ts +2 -2
- package/dist/models/work-order-dept-settings-entity.d.ts +2 -2
- package/dist/models/work-order-search-dto.d.ts +7 -0
- package/dist/models/work-order-type-subcategory-enum.d.ts +31 -0
- package/dist/models/work-order-type-subcategory-enum.js +35 -0
- package/models/equipment-detail-dto.ts +34 -1
- package/models/equipment-edit-batch-vo.ts +13 -1
- package/models/equipment-edit-vo.ts +28 -1
- package/models/equipment-search-system-dto.ts +34 -1
- package/models/equipment-search-vo.ts +14 -2
- package/models/equipment-status.ts +36 -0
- package/models/equipment-tree-details-dto.ts +35 -2
- package/models/equipment.ts +62 -8
- package/models/get-user-wx200-response.ts +9 -9
- package/models/index.ts +4 -0
- package/models/ipage-access-vo.ts +7 -7
- package/models/park-info-dto.ts +6 -0
- package/models/period-detail-resp.ts +9 -0
- package/models/plan-add-vo.ts +9 -0
- package/models/plan-detail-dto.ts +9 -0
- package/models/plan-edit-vo.ts +9 -0
- package/models/plan-search-dto.ts +9 -0
- package/models/sync-equipment-status-vo.ts +45 -0
- package/models/sync-equipment-vo.ts +15 -174
- package/models/third-party-system-enum.ts +32 -0
- package/models/work-order-dept-settings-add-or-update-vo.ts +2 -2
- package/models/work-order-dept-settings-entity.ts +2 -2
- package/models/work-order-search-dto.ts +9 -0
- package/models/work-order-type-subcategory-enum.ts +41 -0
- package/package.json +1 -1
|
@@ -0,0 +1,37 @@
|
|
|
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 { EquipmentStatus } from './equipment-status';
|
|
13
|
+
/**
|
|
14
|
+
* 同步设备状态参数
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SyncEquipmentStatusVo
|
|
17
|
+
*/
|
|
18
|
+
export interface SyncEquipmentStatusVo {
|
|
19
|
+
/**
|
|
20
|
+
* 中心编码(C码)
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof SyncEquipmentStatusVo
|
|
23
|
+
*/
|
|
24
|
+
'centerCode': string;
|
|
25
|
+
/**
|
|
26
|
+
* 来源系统
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof SyncEquipmentStatusVo
|
|
29
|
+
*/
|
|
30
|
+
'source': string;
|
|
31
|
+
/**
|
|
32
|
+
* 设备列表
|
|
33
|
+
* @type {Array<EquipmentStatus>}
|
|
34
|
+
* @memberof SyncEquipmentStatusVo
|
|
35
|
+
*/
|
|
36
|
+
'equipments'?: Array<EquipmentStatus>;
|
|
37
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -9,190 +9,29 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { Equipment } from './equipment';
|
|
12
13
|
/**
|
|
13
14
|
* 同步设备参数
|
|
14
15
|
* @export
|
|
15
|
-
* @interface
|
|
16
|
+
* @interface SyncEquipmentVo
|
|
16
17
|
*/
|
|
17
|
-
export interface
|
|
18
|
+
export interface SyncEquipmentVo {
|
|
18
19
|
/**
|
|
19
|
-
*
|
|
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
|
-
* 设备部件编码
|
|
20
|
+
* 中心编码(C码)
|
|
110
21
|
* @type {string}
|
|
111
|
-
* @memberof
|
|
22
|
+
* @memberof SyncEquipmentVo
|
|
112
23
|
*/
|
|
113
|
-
'
|
|
24
|
+
'centerCode': string;
|
|
114
25
|
/**
|
|
115
|
-
*
|
|
26
|
+
* 来源系统 [资产:FAM]
|
|
116
27
|
* @type {string}
|
|
117
|
-
* @memberof
|
|
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
|
|
28
|
+
* @memberof SyncEquipmentVo
|
|
190
29
|
*/
|
|
191
|
-
'
|
|
30
|
+
'source': string;
|
|
192
31
|
/**
|
|
193
|
-
*
|
|
194
|
-
* @type {
|
|
195
|
-
* @memberof
|
|
32
|
+
* 设备列表
|
|
33
|
+
* @type {Array<Equipment>}
|
|
34
|
+
* @memberof SyncEquipmentVo
|
|
196
35
|
*/
|
|
197
|
-
'
|
|
36
|
+
'equipments'?: Array<Equipment>;
|
|
198
37
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 来源
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const ThirdPartySystemEnum: {
|
|
18
|
+
readonly Saas: "SAAS";
|
|
19
|
+
readonly Sqm: "SQM";
|
|
20
|
+
readonly Fam: "FAM";
|
|
21
|
+
};
|
|
22
|
+
export type ThirdPartySystemEnum = typeof ThirdPartySystemEnum[keyof typeof ThirdPartySystemEnum];
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export const ThirdPartySystemEnum = {
|
|
20
|
+
Saas: 'SAAS',
|
|
21
|
+
Sqm: 'SQM',
|
|
22
|
+
Fam: 'FAM'
|
|
23
|
+
};
|
|
@@ -29,8 +29,8 @@ export interface WorkOrderDeptSettingsAddOrUpdateVO {
|
|
|
29
29
|
'keyConfig': string;
|
|
30
30
|
/**
|
|
31
31
|
* deptId
|
|
32
|
-
* @type {number}
|
|
32
|
+
* @type {Array<number>}
|
|
33
33
|
* @memberof WorkOrderDeptSettingsAddOrUpdateVO
|
|
34
34
|
*/
|
|
35
|
-
'
|
|
35
|
+
'deptIds'?: Array<number>;
|
|
36
36
|
}
|
|
@@ -36,10 +36,10 @@ export interface WorkOrderDeptSettingsEntity {
|
|
|
36
36
|
'keyConfig'?: string;
|
|
37
37
|
/**
|
|
38
38
|
* 部门id
|
|
39
|
-
* @type {number}
|
|
39
|
+
* @type {Array<number>}
|
|
40
40
|
* @memberof WorkOrderDeptSettingsEntity
|
|
41
41
|
*/
|
|
42
|
-
'
|
|
42
|
+
'deptIds'?: Array<number>;
|
|
43
43
|
/**
|
|
44
44
|
* 园区id
|
|
45
45
|
* @type {number}
|
|
@@ -15,6 +15,7 @@ import type { WorkOrderHandlerDto } from './work-order-handler-dto';
|
|
|
15
15
|
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
16
16
|
import type { WorkOrderStatusEnum } from './work-order-status-enum';
|
|
17
17
|
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
18
|
+
import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
|
|
18
19
|
/**
|
|
19
20
|
* 工单查询DTO
|
|
20
21
|
* @export
|
|
@@ -135,6 +136,12 @@ export interface WorkOrderSearchDTO {
|
|
|
135
136
|
* @memberof WorkOrderSearchDTO
|
|
136
137
|
*/
|
|
137
138
|
'finishTime'?: string;
|
|
139
|
+
/**
|
|
140
|
+
*
|
|
141
|
+
* @type {WorkOrderTypeSubcategoryEnum}
|
|
142
|
+
* @memberof WorkOrderSearchDTO
|
|
143
|
+
*/
|
|
144
|
+
'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
|
|
138
145
|
}
|
|
139
146
|
export declare const WorkOrderSearchDTOSamplingResultsEnum: {
|
|
140
147
|
readonly Zero: "ZERO";
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 工单类型小类
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const WorkOrderTypeSubcategoryEnum: {
|
|
18
|
+
readonly MoInspection: "MO_INSPECTION";
|
|
19
|
+
readonly KeyAreaInspection: "KEY_AREA_INSPECTION";
|
|
20
|
+
readonly SmartWarehouseEquipmentInspection: "SMART_WAREHOUSE_EQUIPMENT_INSPECTION";
|
|
21
|
+
readonly ColdStorageEquipmentInspection: "COLD_STORAGE_EQUIPMENT_INSPECTION";
|
|
22
|
+
readonly BuildingEquipmentInspection: "BUILDING_EQUIPMENT_INSPECTION";
|
|
23
|
+
readonly SixSInspection: "SIX_S_INSPECTION";
|
|
24
|
+
readonly PestControlInspection: "PEST_CONTROL_INSPECTION";
|
|
25
|
+
readonly ElectricalInspection: "ELECTRICAL_INSPECTION";
|
|
26
|
+
readonly CentralControlShiftHandover: "CENTRAL_CONTROL_SHIFT_HANDOVER";
|
|
27
|
+
readonly BuildingEquipmentMaintenance: "BUILDING_EQUIPMENT_MAINTENANCE";
|
|
28
|
+
readonly SmartWarehouseEquipmentMaintenance: "SMART_WAREHOUSE_EQUIPMENT_MAINTENANCE";
|
|
29
|
+
readonly ColdStorageEquipmentMaintenance: "COLD_STORAGE_EQUIPMENT_MAINTENANCE";
|
|
30
|
+
};
|
|
31
|
+
export type WorkOrderTypeSubcategoryEnum = typeof WorkOrderTypeSubcategoryEnum[keyof typeof WorkOrderTypeSubcategoryEnum];
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export const WorkOrderTypeSubcategoryEnum = {
|
|
20
|
+
MoInspection: 'MO_INSPECTION',
|
|
21
|
+
KeyAreaInspection: 'KEY_AREA_INSPECTION',
|
|
22
|
+
SmartWarehouseEquipmentInspection: 'SMART_WAREHOUSE_EQUIPMENT_INSPECTION',
|
|
23
|
+
ColdStorageEquipmentInspection: 'COLD_STORAGE_EQUIPMENT_INSPECTION',
|
|
24
|
+
BuildingEquipmentInspection: 'BUILDING_EQUIPMENT_INSPECTION',
|
|
25
|
+
SixSInspection: 'SIX_S_INSPECTION',
|
|
26
|
+
PestControlInspection: 'PEST_CONTROL_INSPECTION',
|
|
27
|
+
ElectricalInspection: 'ELECTRICAL_INSPECTION',
|
|
28
|
+
CentralControlShiftHandover: 'CENTRAL_CONTROL_SHIFT_HANDOVER',
|
|
29
|
+
BuildingEquipmentMaintenance: 'BUILDING_EQUIPMENT_MAINTENANCE',
|
|
30
|
+
SmartWarehouseEquipmentMaintenance: 'SMART_WAREHOUSE_EQUIPMENT_MAINTENANCE',
|
|
31
|
+
ColdStorageEquipmentMaintenance: 'COLD_STORAGE_EQUIPMENT_MAINTENANCE'
|
|
32
|
+
};
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { ThirdPartySystemEnum } from './third-party-system-enum';
|
|
12
13
|
/**
|
|
13
14
|
* 设备详情
|
|
14
15
|
* @export
|
|
@@ -32,7 +33,7 @@ export interface EquipmentDetailDTO {
|
|
|
32
33
|
* @type {string}
|
|
33
34
|
* @memberof EquipmentDetailDTO
|
|
34
35
|
*/
|
|
35
|
-
'equipmentStatus'?:
|
|
36
|
+
'equipmentStatus'?: EquipmentDetailDTOEquipmentStatusEnum;
|
|
36
37
|
/**
|
|
37
38
|
* 设备系统
|
|
38
39
|
* @type {string}
|
|
@@ -219,4 +220,31 @@ export interface EquipmentDetailDTO {
|
|
|
219
220
|
* @memberof EquipmentDetailDTO
|
|
220
221
|
*/
|
|
221
222
|
'relatedEquipmentIds'?: Array<number>;
|
|
223
|
+
/**
|
|
224
|
+
*
|
|
225
|
+
* @type {ThirdPartySystemEnum}
|
|
226
|
+
* @memberof EquipmentDetailDTO
|
|
227
|
+
*/
|
|
228
|
+
'source'?: ThirdPartySystemEnum;
|
|
229
|
+
/**
|
|
230
|
+
* 设备编码
|
|
231
|
+
* @type {string}
|
|
232
|
+
* @memberof EquipmentDetailDTO
|
|
233
|
+
*/
|
|
234
|
+
'equipmentCode'?: string;
|
|
235
|
+
/**
|
|
236
|
+
* 资产编码
|
|
237
|
+
* @type {string}
|
|
238
|
+
* @memberof EquipmentDetailDTO
|
|
239
|
+
*/
|
|
240
|
+
'famEquipmentCode'?: string;
|
|
222
241
|
}
|
|
242
|
+
export declare const EquipmentDetailDTOEquipmentStatusEnum: {
|
|
243
|
+
readonly InUse: "IN_USE";
|
|
244
|
+
readonly ToBeRepaired: "TO_BE_REPAIRED";
|
|
245
|
+
readonly ToBeScrapped: "TO_BE_SCRAPPED";
|
|
246
|
+
readonly Scrapped: "SCRAPPED";
|
|
247
|
+
readonly Disposed: "DISPOSED";
|
|
248
|
+
readonly Frozen: "FROZEN";
|
|
249
|
+
};
|
|
250
|
+
export type EquipmentDetailDTOEquipmentStatusEnum = typeof EquipmentDetailDTOEquipmentStatusEnum[keyof typeof EquipmentDetailDTOEquipmentStatusEnum];
|
|
@@ -13,3 +13,12 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.EquipmentDetailDTOEquipmentStatusEnum = void 0;
|
|
17
|
+
exports.EquipmentDetailDTOEquipmentStatusEnum = {
|
|
18
|
+
InUse: 'IN_USE',
|
|
19
|
+
ToBeRepaired: 'TO_BE_REPAIRED',
|
|
20
|
+
ToBeScrapped: 'TO_BE_SCRAPPED',
|
|
21
|
+
Scrapped: 'SCRAPPED',
|
|
22
|
+
Disposed: 'DISPOSED',
|
|
23
|
+
Frozen: 'FROZEN'
|
|
24
|
+
};
|
|
@@ -26,7 +26,7 @@ export interface EquipmentEditBatchVo {
|
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof EquipmentEditBatchVo
|
|
28
28
|
*/
|
|
29
|
-
'equipmentStatus'?:
|
|
29
|
+
'equipmentStatus'?: EquipmentEditBatchVoEquipmentStatusEnum;
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
32
|
* @type {Array<number>}
|
|
@@ -34,3 +34,12 @@ export interface EquipmentEditBatchVo {
|
|
|
34
34
|
*/
|
|
35
35
|
'superiorId'?: Array<number>;
|
|
36
36
|
}
|
|
37
|
+
export declare const EquipmentEditBatchVoEquipmentStatusEnum: {
|
|
38
|
+
readonly InUse: "IN_USE";
|
|
39
|
+
readonly ToBeRepaired: "TO_BE_REPAIRED";
|
|
40
|
+
readonly ToBeScrapped: "TO_BE_SCRAPPED";
|
|
41
|
+
readonly Scrapped: "SCRAPPED";
|
|
42
|
+
readonly Disposed: "DISPOSED";
|
|
43
|
+
readonly Frozen: "FROZEN";
|
|
44
|
+
};
|
|
45
|
+
export type EquipmentEditBatchVoEquipmentStatusEnum = typeof EquipmentEditBatchVoEquipmentStatusEnum[keyof typeof EquipmentEditBatchVoEquipmentStatusEnum];
|
|
@@ -13,3 +13,12 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.EquipmentEditBatchVoEquipmentStatusEnum = void 0;
|
|
17
|
+
exports.EquipmentEditBatchVoEquipmentStatusEnum = {
|
|
18
|
+
InUse: 'IN_USE',
|
|
19
|
+
ToBeRepaired: 'TO_BE_REPAIRED',
|
|
20
|
+
ToBeScrapped: 'TO_BE_SCRAPPED',
|
|
21
|
+
Scrapped: 'SCRAPPED',
|
|
22
|
+
Disposed: 'DISPOSED',
|
|
23
|
+
Frozen: 'FROZEN'
|
|
24
|
+
};
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { ThirdPartySystemEnum } from './third-party-system-enum';
|
|
12
13
|
/**
|
|
13
14
|
* 设备编辑参数
|
|
14
15
|
* @export
|
|
@@ -56,7 +57,7 @@ export interface EquipmentEditVo {
|
|
|
56
57
|
* @type {string}
|
|
57
58
|
* @memberof EquipmentEditVo
|
|
58
59
|
*/
|
|
59
|
-
'equipmentStatus'?:
|
|
60
|
+
'equipmentStatus'?: EquipmentEditVoEquipmentStatusEnum;
|
|
60
61
|
/**
|
|
61
62
|
* 技术联系人
|
|
62
63
|
* @type {string}
|
|
@@ -153,4 +154,25 @@ export interface EquipmentEditVo {
|
|
|
153
154
|
* @memberof EquipmentEditVo
|
|
154
155
|
*/
|
|
155
156
|
'relatedEquipmentIds'?: Array<number>;
|
|
157
|
+
/**
|
|
158
|
+
*
|
|
159
|
+
* @type {ThirdPartySystemEnum}
|
|
160
|
+
* @memberof EquipmentEditVo
|
|
161
|
+
*/
|
|
162
|
+
'source'?: ThirdPartySystemEnum;
|
|
163
|
+
/**
|
|
164
|
+
* 设备编码
|
|
165
|
+
* @type {string}
|
|
166
|
+
* @memberof EquipmentEditVo
|
|
167
|
+
*/
|
|
168
|
+
'equipmentCode'?: string;
|
|
156
169
|
}
|
|
170
|
+
export declare const EquipmentEditVoEquipmentStatusEnum: {
|
|
171
|
+
readonly InUse: "IN_USE";
|
|
172
|
+
readonly ToBeRepaired: "TO_BE_REPAIRED";
|
|
173
|
+
readonly ToBeScrapped: "TO_BE_SCRAPPED";
|
|
174
|
+
readonly Scrapped: "SCRAPPED";
|
|
175
|
+
readonly Disposed: "DISPOSED";
|
|
176
|
+
readonly Frozen: "FROZEN";
|
|
177
|
+
};
|
|
178
|
+
export type EquipmentEditVoEquipmentStatusEnum = typeof EquipmentEditVoEquipmentStatusEnum[keyof typeof EquipmentEditVoEquipmentStatusEnum];
|
|
@@ -13,3 +13,12 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.EquipmentEditVoEquipmentStatusEnum = void 0;
|
|
17
|
+
exports.EquipmentEditVoEquipmentStatusEnum = {
|
|
18
|
+
InUse: 'IN_USE',
|
|
19
|
+
ToBeRepaired: 'TO_BE_REPAIRED',
|
|
20
|
+
ToBeScrapped: 'TO_BE_SCRAPPED',
|
|
21
|
+
Scrapped: 'SCRAPPED',
|
|
22
|
+
Disposed: 'DISPOSED',
|
|
23
|
+
Frozen: 'FROZEN'
|
|
24
|
+
};
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { MaintenanceHistoryDto } from './maintenance-history-dto';
|
|
13
|
+
import type { ThirdPartySystemEnum } from './third-party-system-enum';
|
|
13
14
|
/**
|
|
14
15
|
* 设备列表参数
|
|
15
16
|
* @export
|
|
@@ -33,7 +34,7 @@ export interface EquipmentSearchSystemDTO {
|
|
|
33
34
|
* @type {string}
|
|
34
35
|
* @memberof EquipmentSearchSystemDTO
|
|
35
36
|
*/
|
|
36
|
-
'equipmentStatus'?:
|
|
37
|
+
'equipmentStatus'?: EquipmentSearchSystemDTOEquipmentStatusEnum;
|
|
37
38
|
/**
|
|
38
39
|
* 设备系统
|
|
39
40
|
* @type {string}
|
|
@@ -232,4 +233,31 @@ export interface EquipmentSearchSystemDTO {
|
|
|
232
233
|
* @memberof EquipmentSearchSystemDTO
|
|
233
234
|
*/
|
|
234
235
|
'spacePoint'?: Array<Array<number>>;
|
|
236
|
+
/**
|
|
237
|
+
*
|
|
238
|
+
* @type {ThirdPartySystemEnum}
|
|
239
|
+
* @memberof EquipmentSearchSystemDTO
|
|
240
|
+
*/
|
|
241
|
+
'source'?: ThirdPartySystemEnum;
|
|
242
|
+
/**
|
|
243
|
+
* 设备编码
|
|
244
|
+
* @type {string}
|
|
245
|
+
* @memberof EquipmentSearchSystemDTO
|
|
246
|
+
*/
|
|
247
|
+
'equipmentCode'?: string;
|
|
248
|
+
/**
|
|
249
|
+
* 资产编码
|
|
250
|
+
* @type {string}
|
|
251
|
+
* @memberof EquipmentSearchSystemDTO
|
|
252
|
+
*/
|
|
253
|
+
'famEquipmentCode'?: string;
|
|
235
254
|
}
|
|
255
|
+
export declare const EquipmentSearchSystemDTOEquipmentStatusEnum: {
|
|
256
|
+
readonly InUse: "IN_USE";
|
|
257
|
+
readonly ToBeRepaired: "TO_BE_REPAIRED";
|
|
258
|
+
readonly ToBeScrapped: "TO_BE_SCRAPPED";
|
|
259
|
+
readonly Scrapped: "SCRAPPED";
|
|
260
|
+
readonly Disposed: "DISPOSED";
|
|
261
|
+
readonly Frozen: "FROZEN";
|
|
262
|
+
};
|
|
263
|
+
export type EquipmentSearchSystemDTOEquipmentStatusEnum = typeof EquipmentSearchSystemDTOEquipmentStatusEnum[keyof typeof EquipmentSearchSystemDTOEquipmentStatusEnum];
|
|
@@ -13,3 +13,12 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.EquipmentSearchSystemDTOEquipmentStatusEnum = void 0;
|
|
17
|
+
exports.EquipmentSearchSystemDTOEquipmentStatusEnum = {
|
|
18
|
+
InUse: 'IN_USE',
|
|
19
|
+
ToBeRepaired: 'TO_BE_REPAIRED',
|
|
20
|
+
ToBeScrapped: 'TO_BE_SCRAPPED',
|
|
21
|
+
Scrapped: 'SCRAPPED',
|
|
22
|
+
Disposed: 'DISPOSED',
|
|
23
|
+
Frozen: 'FROZEN'
|
|
24
|
+
};
|
|
@@ -91,10 +91,10 @@ export interface EquipmentSearchVo {
|
|
|
91
91
|
'equipmentLocation'?: string;
|
|
92
92
|
/**
|
|
93
93
|
* 设备状态
|
|
94
|
-
* @type {
|
|
94
|
+
* @type {string}
|
|
95
95
|
* @memberof EquipmentSearchVo
|
|
96
96
|
*/
|
|
97
|
-
'equipmentStatus'?:
|
|
97
|
+
'equipmentStatus'?: EquipmentSearchVoEquipmentStatusEnum;
|
|
98
98
|
/**
|
|
99
99
|
* 园区id
|
|
100
100
|
* @type {number}
|
|
@@ -126,3 +126,12 @@ export interface EquipmentSearchVo {
|
|
|
126
126
|
*/
|
|
127
127
|
'equipmentIds'?: Array<number>;
|
|
128
128
|
}
|
|
129
|
+
export declare const EquipmentSearchVoEquipmentStatusEnum: {
|
|
130
|
+
readonly InUse: "IN_USE";
|
|
131
|
+
readonly ToBeRepaired: "TO_BE_REPAIRED";
|
|
132
|
+
readonly ToBeScrapped: "TO_BE_SCRAPPED";
|
|
133
|
+
readonly Scrapped: "SCRAPPED";
|
|
134
|
+
readonly Disposed: "DISPOSED";
|
|
135
|
+
readonly Frozen: "FROZEN";
|
|
136
|
+
};
|
|
137
|
+
export type EquipmentSearchVoEquipmentStatusEnum = typeof EquipmentSearchVoEquipmentStatusEnum[keyof typeof EquipmentSearchVoEquipmentStatusEnum];
|
|
@@ -13,3 +13,12 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.EquipmentSearchVoEquipmentStatusEnum = void 0;
|
|
17
|
+
exports.EquipmentSearchVoEquipmentStatusEnum = {
|
|
18
|
+
InUse: 'IN_USE',
|
|
19
|
+
ToBeRepaired: 'TO_BE_REPAIRED',
|
|
20
|
+
ToBeScrapped: 'TO_BE_SCRAPPED',
|
|
21
|
+
Scrapped: 'SCRAPPED',
|
|
22
|
+
Disposed: 'DISPOSED',
|
|
23
|
+
Frozen: 'FROZEN'
|
|
24
|
+
};
|