@gizone/rrs-client 4.1.2-alpha.169 → 4.1.2-alpha.171
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 +3 -0
- package/apis/equipment-api.ts +0 -91
- package/apis/open-api-api.ts +312 -0
- 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/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/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 +3 -0
- package/dist/esm/models/index.js +3 -0
- package/dist/esm/models/park-info-dto.d.ts +6 -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-issue-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-issue-type-enum.js +1 -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 +3 -0
- package/dist/models/index.js +3 -0
- package/dist/models/park-info-dto.d.ts +6 -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-issue-type-enum.d.ts +1 -0
- package/dist/models/work-order-issue-type-enum.js +1 -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 +3 -0
- package/models/park-info-dto.ts +6 -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-issue-type-enum.ts +1 -0
- package/package.json +1 -1
|
@@ -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];
|
|
@@ -11,4 +11,11 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
export {
|
|
14
|
+
export const EquipmentEditVoEquipmentStatusEnum = {
|
|
15
|
+
InUse: 'IN_USE',
|
|
16
|
+
ToBeRepaired: 'TO_BE_REPAIRED',
|
|
17
|
+
ToBeScrapped: 'TO_BE_SCRAPPED',
|
|
18
|
+
Scrapped: 'SCRAPPED',
|
|
19
|
+
Disposed: 'DISPOSED',
|
|
20
|
+
Frozen: 'FROZEN'
|
|
21
|
+
};
|
|
@@ -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];
|
|
@@ -11,4 +11,11 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
export {
|
|
14
|
+
export const EquipmentSearchSystemDTOEquipmentStatusEnum = {
|
|
15
|
+
InUse: 'IN_USE',
|
|
16
|
+
ToBeRepaired: 'TO_BE_REPAIRED',
|
|
17
|
+
ToBeScrapped: 'TO_BE_SCRAPPED',
|
|
18
|
+
Scrapped: 'SCRAPPED',
|
|
19
|
+
Disposed: 'DISPOSED',
|
|
20
|
+
Frozen: 'FROZEN'
|
|
21
|
+
};
|
|
@@ -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];
|
|
@@ -11,4 +11,11 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
export {
|
|
14
|
+
export const EquipmentSearchVoEquipmentStatusEnum = {
|
|
15
|
+
InUse: 'IN_USE',
|
|
16
|
+
ToBeRepaired: 'TO_BE_REPAIRED',
|
|
17
|
+
ToBeScrapped: 'TO_BE_SCRAPPED',
|
|
18
|
+
Scrapped: 'SCRAPPED',
|
|
19
|
+
Disposed: 'DISPOSED',
|
|
20
|
+
Frozen: 'FROZEN'
|
|
21
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 设备信息
|
|
14
|
+
* @export
|
|
15
|
+
* @interface EquipmentStatus
|
|
16
|
+
*/
|
|
17
|
+
export interface EquipmentStatus {
|
|
18
|
+
/**
|
|
19
|
+
* 设备编码
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof EquipmentStatus
|
|
22
|
+
*/
|
|
23
|
+
'equipmentCode': string;
|
|
24
|
+
/**
|
|
25
|
+
* 设备状态 1:再用,2:待维修,3:待报废,4:已报废,5:已处置,6:已冻结
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof EquipmentStatus
|
|
28
|
+
*/
|
|
29
|
+
'equipmentStatus': number;
|
|
30
|
+
}
|
|
@@ -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,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
|
* 设备tree详情
|
|
14
15
|
* @export
|
|
@@ -29,10 +30,10 @@ export interface EquipmentTreeDetailsDTO {
|
|
|
29
30
|
'equipmentName'?: string;
|
|
30
31
|
/**
|
|
31
32
|
* 设备状态
|
|
32
|
-
* @type {
|
|
33
|
+
* @type {string}
|
|
33
34
|
* @memberof EquipmentTreeDetailsDTO
|
|
34
35
|
*/
|
|
35
|
-
'equipmentStatus'?:
|
|
36
|
+
'equipmentStatus'?: EquipmentTreeDetailsDTOEquipmentStatusEnum;
|
|
36
37
|
/**
|
|
37
38
|
* 空间id
|
|
38
39
|
* @type {number}
|
|
@@ -51,4 +52,31 @@ export interface EquipmentTreeDetailsDTO {
|
|
|
51
52
|
* @memberof EquipmentTreeDetailsDTO
|
|
52
53
|
*/
|
|
53
54
|
'relatedEquipmentIds'?: Array<number>;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {ThirdPartySystemEnum}
|
|
58
|
+
* @memberof EquipmentTreeDetailsDTO
|
|
59
|
+
*/
|
|
60
|
+
'source'?: ThirdPartySystemEnum;
|
|
61
|
+
/**
|
|
62
|
+
* 设备编码
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof EquipmentTreeDetailsDTO
|
|
65
|
+
*/
|
|
66
|
+
'equipmentCode'?: string;
|
|
67
|
+
/**
|
|
68
|
+
* 资产编码
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof EquipmentTreeDetailsDTO
|
|
71
|
+
*/
|
|
72
|
+
'famEquipmentCode'?: string;
|
|
54
73
|
}
|
|
74
|
+
export declare const EquipmentTreeDetailsDTOEquipmentStatusEnum: {
|
|
75
|
+
readonly InUse: "IN_USE";
|
|
76
|
+
readonly ToBeRepaired: "TO_BE_REPAIRED";
|
|
77
|
+
readonly ToBeScrapped: "TO_BE_SCRAPPED";
|
|
78
|
+
readonly Scrapped: "SCRAPPED";
|
|
79
|
+
readonly Disposed: "DISPOSED";
|
|
80
|
+
readonly Frozen: "FROZEN";
|
|
81
|
+
};
|
|
82
|
+
export type EquipmentTreeDetailsDTOEquipmentStatusEnum = typeof EquipmentTreeDetailsDTOEquipmentStatusEnum[keyof typeof EquipmentTreeDetailsDTOEquipmentStatusEnum];
|
|
@@ -11,4 +11,11 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
export {
|
|
14
|
+
export const EquipmentTreeDetailsDTOEquipmentStatusEnum = {
|
|
15
|
+
InUse: 'IN_USE',
|
|
16
|
+
ToBeRepaired: 'TO_BE_REPAIRED',
|
|
17
|
+
ToBeScrapped: 'TO_BE_SCRAPPED',
|
|
18
|
+
Scrapped: 'SCRAPPED',
|
|
19
|
+
Disposed: 'DISPOSED',
|
|
20
|
+
Frozen: 'FROZEN'
|
|
21
|
+
};
|
|
@@ -10,27 +10,81 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* 设备信息
|
|
14
14
|
* @export
|
|
15
15
|
* @interface Equipment
|
|
16
16
|
*/
|
|
17
17
|
export interface Equipment {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {
|
|
19
|
+
* 设备编码
|
|
20
|
+
* @type {string}
|
|
21
21
|
* @memberof Equipment
|
|
22
22
|
*/
|
|
23
|
-
'
|
|
23
|
+
'equipmentCode': string;
|
|
24
24
|
/**
|
|
25
25
|
* 设备名称
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof Equipment
|
|
28
28
|
*/
|
|
29
|
-
'equipmentName'
|
|
29
|
+
'equipmentName': string;
|
|
30
|
+
/**
|
|
31
|
+
* 设备系统
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof Equipment
|
|
34
|
+
*/
|
|
35
|
+
'equipmentSystem'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 设备状态 1:再用,2:待维修,3:待报废,4:已报废,5:已处置,6:已冻结
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof Equipment
|
|
40
|
+
*/
|
|
41
|
+
'equipmentStatus': number;
|
|
42
|
+
/**
|
|
43
|
+
* 维保类型
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof Equipment
|
|
46
|
+
*/
|
|
47
|
+
'maintenanceType'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 维保公司
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof Equipment
|
|
52
|
+
*/
|
|
53
|
+
'maintenanceCompany'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 维保等级
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof Equipment
|
|
58
|
+
*/
|
|
59
|
+
'maintenanceLevel'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* 维保联系人
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof Equipment
|
|
64
|
+
*/
|
|
65
|
+
'maintenanceContact'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 设备手册
|
|
68
|
+
* @type {Array<string>}
|
|
69
|
+
* @memberof Equipment
|
|
70
|
+
*/
|
|
71
|
+
'equipmentManuals'?: Array<string>;
|
|
30
72
|
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {
|
|
73
|
+
* 出厂时间(格式:yyyy-MM-dd HH:mm:ss)
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof Equipment
|
|
76
|
+
*/
|
|
77
|
+
'deliveryTime'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* 安装时间(格式:yyyy-MM-dd HH:mm:ss)
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof Equipment
|
|
82
|
+
*/
|
|
83
|
+
'installTime'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* 质保到期时间(格式:yyyy-MM-dd HH:mm:ss)
|
|
86
|
+
* @type {string}
|
|
33
87
|
* @memberof Equipment
|
|
34
88
|
*/
|
|
35
|
-
'
|
|
89
|
+
'warrantyTime'?: string;
|
|
36
90
|
}
|
|
@@ -37,34 +37,34 @@ export interface GetUserWx200Response {
|
|
|
37
37
|
'trailerFields'?: object;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
|
-
* @type {
|
|
40
|
+
* @type {GetUserWx200ResponseLocale}
|
|
41
41
|
* @memberof GetUserWx200Response
|
|
42
42
|
*/
|
|
43
|
-
'
|
|
43
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {number}
|
|
47
47
|
* @memberof GetUserWx200Response
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'bufferSize'?: number;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
|
-
* @type {
|
|
52
|
+
* @type {string}
|
|
53
53
|
* @memberof GetUserWx200Response
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'contentType'?: string;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
|
-
* @type {
|
|
58
|
+
* @type {number}
|
|
59
59
|
* @memberof GetUserWx200Response
|
|
60
60
|
*/
|
|
61
|
-
'
|
|
61
|
+
'contentLength'?: number;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
|
-
* @type {
|
|
64
|
+
* @type {GetUserWx200ResponseOutputStream}
|
|
65
65
|
* @memberof GetUserWx200Response
|
|
66
66
|
*/
|
|
67
|
-
'
|
|
67
|
+
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {string}
|
|
@@ -180,6 +180,7 @@ export * from './equipment-qr-code-vo';
|
|
|
180
180
|
export * from './equipment-search-system-dto';
|
|
181
181
|
export * from './equipment-search-vo';
|
|
182
182
|
export * from './equipment-space-search-vo';
|
|
183
|
+
export * from './equipment-status';
|
|
183
184
|
export * from './equipment-system-add-vo';
|
|
184
185
|
export * from './equipment-system-edit-vo';
|
|
185
186
|
export * from './equipment-system-entity';
|
|
@@ -790,6 +791,7 @@ export * from './switch-pak-body';
|
|
|
790
791
|
export * from './switch-pak-body-v2-vo';
|
|
791
792
|
export * from './switch-park-v2-dto';
|
|
792
793
|
export * from './sync-device-unit-vo';
|
|
794
|
+
export * from './sync-equipment-status-vo';
|
|
793
795
|
export * from './sync-equipment-vo';
|
|
794
796
|
export * from './sys-config';
|
|
795
797
|
export * from './sys-dept';
|
|
@@ -815,6 +817,7 @@ export * from './system-user-msg-source-type-enum';
|
|
|
815
817
|
export * from './system-user-msg-type-enum';
|
|
816
818
|
export * from './table-data-info';
|
|
817
819
|
export * from './tenant-surrender-vo';
|
|
820
|
+
export * from './third-party-system-enum';
|
|
818
821
|
export * from './unit-item';
|
|
819
822
|
export * from './unloading-area-add-vo';
|
|
820
823
|
export * from './unloading-area-entity';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -180,6 +180,7 @@ export * from './equipment-qr-code-vo';
|
|
|
180
180
|
export * from './equipment-search-system-dto';
|
|
181
181
|
export * from './equipment-search-vo';
|
|
182
182
|
export * from './equipment-space-search-vo';
|
|
183
|
+
export * from './equipment-status';
|
|
183
184
|
export * from './equipment-system-add-vo';
|
|
184
185
|
export * from './equipment-system-edit-vo';
|
|
185
186
|
export * from './equipment-system-entity';
|
|
@@ -790,6 +791,7 @@ export * from './switch-pak-body';
|
|
|
790
791
|
export * from './switch-pak-body-v2-vo';
|
|
791
792
|
export * from './switch-park-v2-dto';
|
|
792
793
|
export * from './sync-device-unit-vo';
|
|
794
|
+
export * from './sync-equipment-status-vo';
|
|
793
795
|
export * from './sync-equipment-vo';
|
|
794
796
|
export * from './sys-config';
|
|
795
797
|
export * from './sys-dept';
|
|
@@ -815,6 +817,7 @@ export * from './system-user-msg-source-type-enum';
|
|
|
815
817
|
export * from './system-user-msg-type-enum';
|
|
816
818
|
export * from './table-data-info';
|
|
817
819
|
export * from './tenant-surrender-vo';
|
|
820
|
+
export * from './third-party-system-enum';
|
|
818
821
|
export * from './unit-item';
|
|
819
822
|
export * from './unloading-area-add-vo';
|
|
820
823
|
export * from './unloading-area-entity';
|
|
@@ -16,6 +16,12 @@ import type { DeptRelationDTO } from './dept-relation-dto';
|
|
|
16
16
|
* @interface ParkInfoDTO
|
|
17
17
|
*/
|
|
18
18
|
export interface ParkInfoDTO {
|
|
19
|
+
/**
|
|
20
|
+
* 园区ID
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof ParkInfoDTO
|
|
23
|
+
*/
|
|
24
|
+
'parkId'?: number;
|
|
19
25
|
/**
|
|
20
26
|
* 园区名称
|
|
21
27
|
* @type {string}
|
|
@@ -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 {};
|