@gizone/rrs-client 3.11.17-alpha.99 → 4.0.0-alpha.106
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 +11 -2
- package/README.md +2 -2
- package/api.ts +1 -0
- package/apis/device-api.ts +153 -0
- package/apis/surveillance-api.ts +30 -105
- package/apis/work-order-api.ts +283 -0
- package/configuration.ts +1 -1
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/device-api.d.ts +88 -0
- package/dist/apis/device-api.js +139 -0
- package/dist/apis/surveillance-api.d.ts +30 -60
- package/dist/apis/surveillance-api.js +21 -75
- package/dist/apis/work-order-api.d.ts +149 -0
- package/dist/apis/work-order-api.js +214 -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/device-api.d.ts +88 -0
- package/dist/esm/apis/device-api.js +132 -0
- package/dist/esm/apis/surveillance-api.d.ts +30 -60
- package/dist/esm/apis/surveillance-api.js +20 -74
- package/dist/esm/apis/work-order-api.d.ts +149 -0
- package/dist/esm/apis/work-order-api.js +214 -0
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/equipment-detail-dto.d.ts +8 -14
- package/dist/esm/models/equipment-point-edit-vo.d.ts +2 -8
- package/dist/esm/models/equipment-search-system-dto.d.ts +6 -12
- package/dist/esm/models/get-user-wx200-response.d.ts +4 -4
- package/dist/esm/models/index.d.ts +10 -2
- package/dist/esm/models/index.js +10 -2
- package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +56 -0
- package/dist/esm/models/surveillance-details-dto.d.ts +18 -111
- package/dist/esm/models/surveillance-details-dto.js +5 -1
- package/dist/esm/models/surveillance.d.ts +9 -4
- package/dist/esm/models/surveillance.js +5 -1
- package/dist/esm/models/sync-device-unit-vo.d.ts +180 -0
- package/dist/esm/models/sync-device-unit-vo.js +14 -0
- package/dist/esm/models/sync-equipment-vo.d.ts +24 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/{models/surveillance-status-enum.d.ts → esm/models/violation-center-attribute-enum.d.ts} +5 -5
- package/dist/esm/models/{surveillance-status-enum.js → violation-center-attribute-enum.js} +4 -4
- package/dist/esm/models/violation-decision-vo.d.ts +68 -0
- package/dist/esm/models/violation-decision-vo.js +14 -0
- package/dist/esm/models/violation-issue-type-enum.d.ts +84 -0
- package/dist/esm/models/violation-issue-type-enum.js +85 -0
- package/dist/esm/models/violation-responsibility-role-enum.d.ts +21 -0
- package/dist/esm/models/violation-responsibility-role-enum.js +22 -0
- package/dist/esm/models/violation-work-order-add-vo.d.ts +87 -0
- package/dist/esm/models/violation-work-order-add-vo.js +14 -0
- package/dist/esm/models/violation-work-order-details-dto.d.ts +151 -0
- package/dist/esm/models/violation-work-order-details-dto.js +20 -0
- package/dist/esm/models/violation-work-order-info.d.ts +106 -0
- package/dist/esm/models/violation-work-order-info.js +14 -0
- package/dist/esm/models/{surveillance-status-enum.d.ts → work-order-approval-vo.d.ts} +10 -7
- package/dist/esm/models/work-order-approval-vo.js +14 -0
- package/dist/esm/models/work-order-decision-vo.d.ts +7 -0
- package/dist/esm/models/work-order-ext-data.d.ts +7 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +3 -0
- package/dist/esm/models/work-order-internal-status-enum.js +4 -1
- package/dist/esm/models/work-order-issue-type-enum.d.ts +7 -1
- package/dist/esm/models/work-order-issue-type-enum.js +8 -2
- package/dist/esm/models/work-order-source-enum.d.ts +1 -0
- package/dist/esm/models/work-order-source-enum.js +2 -1
- 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 +8 -14
- package/dist/models/equipment-point-edit-vo.d.ts +2 -8
- package/dist/models/equipment-search-system-dto.d.ts +6 -12
- package/dist/models/get-user-wx200-response.d.ts +4 -4
- package/dist/models/index.d.ts +10 -2
- package/dist/models/index.js +10 -2
- package/dist/models/json-result-violation-work-order-details-dto.d.ts +56 -0
- package/dist/models/surveillance-details-dto.d.ts +18 -111
- package/dist/models/surveillance-details-dto.js +6 -0
- package/dist/models/surveillance.d.ts +9 -4
- package/dist/models/surveillance.js +6 -0
- package/dist/models/sync-device-unit-vo.d.ts +180 -0
- package/dist/models/sync-device-unit-vo.js +15 -0
- package/dist/models/sync-equipment-vo.d.ts +24 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/violation-center-attribute-enum.d.ts +21 -0
- package/dist/models/{surveillance-status-enum.js → violation-center-attribute-enum.js} +5 -5
- package/dist/models/violation-decision-vo.d.ts +68 -0
- package/dist/models/violation-decision-vo.js +15 -0
- package/dist/models/violation-issue-type-enum.d.ts +84 -0
- package/dist/models/violation-issue-type-enum.js +88 -0
- package/dist/models/violation-responsibility-role-enum.d.ts +21 -0
- package/dist/models/violation-responsibility-role-enum.js +25 -0
- package/dist/models/violation-work-order-add-vo.d.ts +87 -0
- package/dist/models/violation-work-order-add-vo.js +15 -0
- package/dist/models/violation-work-order-details-dto.d.ts +151 -0
- package/dist/models/violation-work-order-details-dto.js +23 -0
- package/dist/models/violation-work-order-info.d.ts +106 -0
- package/dist/models/violation-work-order-info.js +15 -0
- package/dist/models/work-order-approval-vo.d.ts +24 -0
- package/dist/models/work-order-approval-vo.js +15 -0
- package/dist/models/work-order-decision-vo.d.ts +7 -0
- package/dist/models/work-order-ext-data.d.ts +7 -0
- package/dist/models/work-order-internal-status-enum.d.ts +3 -0
- package/dist/models/work-order-internal-status-enum.js +4 -1
- package/dist/models/work-order-issue-type-enum.d.ts +7 -1
- package/dist/models/work-order-issue-type-enum.js +8 -2
- package/dist/models/work-order-source-enum.d.ts +1 -0
- package/dist/models/work-order-source-enum.js +2 -1
- 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 +8 -14
- package/models/equipment-point-edit-vo.ts +2 -8
- package/models/equipment-search-system-dto.ts +6 -12
- package/models/get-user-wx200-response.ts +4 -4
- package/models/index.ts +10 -2
- package/models/json-result-violation-work-order-details-dto.ts +66 -0
- package/models/surveillance-details-dto.ts +19 -117
- package/models/surveillance.ts +10 -6
- package/models/sync-device-unit-vo.ts +186 -0
- package/models/sync-equipment-vo.ts +24 -0
- package/models/sys-user.ts +4 -4
- package/models/violation-center-attribute-enum.ts +31 -0
- package/models/violation-decision-vo.ts +80 -0
- package/models/violation-issue-type-enum.ts +94 -0
- package/models/violation-responsibility-role-enum.ts +31 -0
- package/models/violation-work-order-add-vo.ts +101 -0
- package/models/violation-work-order-details-dto.ts +182 -0
- package/models/violation-work-order-info.ts +122 -0
- package/models/{surveillance-status-enum.ts → work-order-approval-vo.ts} +10 -11
- package/models/work-order-decision-vo.ts +9 -0
- package/models/work-order-ext-data.ts +9 -0
- package/models/work-order-internal-status-enum.ts +4 -1
- package/models/work-order-issue-type-enum.ts +8 -2
- package/models/work-order-source-enum.ts +2 -1
- package/models/work-order-type-enum.ts +2 -1
- package/package.json +1 -1
- package/dist/esm/models/surveillance-add-vo.d.ts +0 -156
- package/dist/models/surveillance-add-vo.d.ts +0 -156
- package/models/surveillance-add-vo.ts +0 -162
- /package/dist/esm/models/{surveillance-add-vo.js → json-result-violation-work-order-details-dto.js} +0 -0
- /package/dist/models/{surveillance-add-vo.js → json-result-violation-work-order-details-dto.js} +0 -0
|
@@ -11,10 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { FunctionalAreaEnum } from './functional-area-enum';
|
|
13
13
|
import type { InstallationBodyEnum } from './installation-body-enum';
|
|
14
|
-
import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
|
|
15
|
-
import type { ParkPlatFormEnum } from './park-plat-form-enum';
|
|
16
14
|
import type { Space } from './space';
|
|
17
|
-
import type { SurveillanceStatusEnum } from './surveillance-status-enum';
|
|
18
15
|
/**
|
|
19
16
|
* 监控详情参数
|
|
20
17
|
* @export
|
|
@@ -39,36 +36,6 @@ export interface SurveillanceDetailsDto {
|
|
|
39
36
|
* @memberof SurveillanceDetailsDto
|
|
40
37
|
*/
|
|
41
38
|
'surveillanceNo'?: string;
|
|
42
|
-
/**
|
|
43
|
-
* 区域名称 HIK同步
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof SurveillanceDetailsDto
|
|
46
|
-
*/
|
|
47
|
-
'hikAreaName'?: string;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {ParkPlatFormEnum}
|
|
51
|
-
* @memberof SurveillanceDetailsDto
|
|
52
|
-
*/
|
|
53
|
-
'hikPlatform'?: ParkPlatFormEnum;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {ParkCenterAttributeEnum}
|
|
57
|
-
* @memberof SurveillanceDetailsDto
|
|
58
|
-
*/
|
|
59
|
-
'hikCenter'?: ParkCenterAttributeEnum;
|
|
60
|
-
/**
|
|
61
|
-
* 大区 HIK同步
|
|
62
|
-
* @type {string}
|
|
63
|
-
* @memberof SurveillanceDetailsDto
|
|
64
|
-
*/
|
|
65
|
-
'hikRegion'?: string;
|
|
66
|
-
/**
|
|
67
|
-
* 仓库名 HIK同步
|
|
68
|
-
* @type {string}
|
|
69
|
-
* @memberof SurveillanceDetailsDto
|
|
70
|
-
*/
|
|
71
|
-
'hikWarehouseName'?: string;
|
|
72
39
|
/**
|
|
73
40
|
* 空间ID
|
|
74
41
|
* @type {number}
|
|
@@ -82,41 +49,35 @@ export interface SurveillanceDetailsDto {
|
|
|
82
49
|
*/
|
|
83
50
|
'functionalArea'?: FunctionalAreaEnum;
|
|
84
51
|
/**
|
|
85
|
-
*
|
|
86
|
-
* @type {number}
|
|
87
|
-
* @memberof SurveillanceDetailsDto
|
|
88
|
-
*/
|
|
89
|
-
'hikAreaId'?: number;
|
|
90
|
-
/**
|
|
91
|
-
* 设备ID HIK同步
|
|
52
|
+
* 监控名称
|
|
92
53
|
* @type {string}
|
|
93
54
|
* @memberof SurveillanceDetailsDto
|
|
94
55
|
*/
|
|
95
|
-
'
|
|
56
|
+
'surveillanceName'?: string;
|
|
96
57
|
/**
|
|
97
|
-
*
|
|
58
|
+
* 设备编码
|
|
98
59
|
* @type {string}
|
|
99
60
|
* @memberof SurveillanceDetailsDto
|
|
100
61
|
*/
|
|
101
|
-
'
|
|
62
|
+
'deviceCode'?: string;
|
|
102
63
|
/**
|
|
103
|
-
*
|
|
64
|
+
* 通道号
|
|
104
65
|
* @type {string}
|
|
105
66
|
* @memberof SurveillanceDetailsDto
|
|
106
67
|
*/
|
|
107
|
-
'
|
|
68
|
+
'channelCode'?: string;
|
|
108
69
|
/**
|
|
109
|
-
*
|
|
70
|
+
* 设备类型
|
|
110
71
|
* @type {string}
|
|
111
72
|
* @memberof SurveillanceDetailsDto
|
|
112
73
|
*/
|
|
113
|
-
'
|
|
74
|
+
'modelId'?: string;
|
|
114
75
|
/**
|
|
115
|
-
*
|
|
76
|
+
* 品牌编号
|
|
116
77
|
* @type {string}
|
|
117
78
|
* @memberof SurveillanceDetailsDto
|
|
118
79
|
*/
|
|
119
|
-
'
|
|
80
|
+
'brandId'?: string;
|
|
120
81
|
/**
|
|
121
82
|
* 是否空间显示
|
|
122
83
|
* @type {boolean}
|
|
@@ -124,71 +85,11 @@ export interface SurveillanceDetailsDto {
|
|
|
124
85
|
*/
|
|
125
86
|
'isShowSpace'?: boolean;
|
|
126
87
|
/**
|
|
127
|
-
*
|
|
128
|
-
* @type {SurveillanceStatusEnum}
|
|
129
|
-
* @memberof SurveillanceDetailsDto
|
|
130
|
-
*/
|
|
131
|
-
'hikDeviceStatus'?: SurveillanceStatusEnum;
|
|
132
|
-
/**
|
|
133
|
-
* 持续时长 HIK同步
|
|
134
|
-
* @type {number}
|
|
135
|
-
* @memberof SurveillanceDetailsDto
|
|
136
|
-
*/
|
|
137
|
-
'hikDuration'?: number;
|
|
138
|
-
/**
|
|
139
|
-
* 离线原因 HIK同步
|
|
140
|
-
* @type {string}
|
|
141
|
-
* @memberof SurveillanceDetailsDto
|
|
142
|
-
*/
|
|
143
|
-
'hikOfflineReason'?: string;
|
|
144
|
-
/**
|
|
145
|
-
* 离线修复时间 HIK同步
|
|
146
|
-
* @type {string}
|
|
147
|
-
* @memberof SurveillanceDetailsDto
|
|
148
|
-
*/
|
|
149
|
-
'hikOfflineRepairTime'?: string;
|
|
150
|
-
/**
|
|
151
|
-
* 图像状态 HIK同步
|
|
152
|
-
* @type {string}
|
|
153
|
-
* @memberof SurveillanceDetailsDto
|
|
154
|
-
*/
|
|
155
|
-
'hikImageStatus'?: string;
|
|
156
|
-
/**
|
|
157
|
-
* 录制状态 HIK同步
|
|
158
|
-
* @type {string}
|
|
159
|
-
* @memberof SurveillanceDetailsDto
|
|
160
|
-
*/
|
|
161
|
-
'hikRecordingStatus'?: string;
|
|
162
|
-
/**
|
|
163
|
-
* 录像结果 HIK同步
|
|
164
|
-
* @type {string}
|
|
165
|
-
* @memberof SurveillanceDetailsDto
|
|
166
|
-
*/
|
|
167
|
-
'hikRecordingResult'?: string;
|
|
168
|
-
/**
|
|
169
|
-
* 巡检时间 HIK同步
|
|
170
|
-
* @type {string}
|
|
171
|
-
* @memberof SurveillanceDetailsDto
|
|
172
|
-
*/
|
|
173
|
-
'hikInspectionTime'?: string;
|
|
174
|
-
/**
|
|
175
|
-
* 断续频次 HIK同步
|
|
176
|
-
* @type {string}
|
|
177
|
-
* @memberof SurveillanceDetailsDto
|
|
178
|
-
*/
|
|
179
|
-
'hikIntermittentFrequency'?: string;
|
|
180
|
-
/**
|
|
181
|
-
* 录像保持天数 HIK同步
|
|
182
|
-
* @type {string}
|
|
183
|
-
* @memberof SurveillanceDetailsDto
|
|
184
|
-
*/
|
|
185
|
-
'hikVideoRetentionDays'?: string;
|
|
186
|
-
/**
|
|
187
|
-
* 未录像时长 HIK同步
|
|
88
|
+
* 设备状态枚举
|
|
188
89
|
* @type {string}
|
|
189
90
|
* @memberof SurveillanceDetailsDto
|
|
190
91
|
*/
|
|
191
|
-
'
|
|
92
|
+
'deviceStatus'?: SurveillanceDetailsDtoDeviceStatusEnum;
|
|
192
93
|
/**
|
|
193
94
|
*
|
|
194
95
|
* @type {InstallationBodyEnum}
|
|
@@ -220,3 +121,9 @@ export interface SurveillanceDetailsDto {
|
|
|
220
121
|
*/
|
|
221
122
|
'surveillancePoint'?: Array<number>;
|
|
222
123
|
}
|
|
124
|
+
export declare const SurveillanceDetailsDtoDeviceStatusEnum: {
|
|
125
|
+
readonly Unknown: "UNKNOWN";
|
|
126
|
+
readonly Offline: "OFFLINE";
|
|
127
|
+
readonly Online: "ONLINE";
|
|
128
|
+
};
|
|
129
|
+
export type SurveillanceDetailsDtoDeviceStatusEnum = typeof SurveillanceDetailsDtoDeviceStatusEnum[keyof typeof SurveillanceDetailsDtoDeviceStatusEnum];
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { SurveillanceStatusEnum } from './surveillance-status-enum';
|
|
13
12
|
/**
|
|
14
13
|
* 监控详情
|
|
15
14
|
* @export
|
|
@@ -41,9 +40,15 @@ export interface Surveillance {
|
|
|
41
40
|
*/
|
|
42
41
|
'surveillancePoint'?: Array<number>;
|
|
43
42
|
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {
|
|
43
|
+
* 设备状态枚举
|
|
44
|
+
* @type {string}
|
|
46
45
|
* @memberof Surveillance
|
|
47
46
|
*/
|
|
48
|
-
'surveillanceStatus'?:
|
|
47
|
+
'surveillanceStatus'?: SurveillanceSurveillanceStatusEnum;
|
|
49
48
|
}
|
|
49
|
+
export declare const SurveillanceSurveillanceStatusEnum: {
|
|
50
|
+
readonly Unknown: "UNKNOWN";
|
|
51
|
+
readonly Offline: "OFFLINE";
|
|
52
|
+
readonly Online: "ONLINE";
|
|
53
|
+
};
|
|
54
|
+
export type SurveillanceSurveillanceStatusEnum = typeof SurveillanceSurveillanceStatusEnum[keyof typeof SurveillanceSurveillanceStatusEnum];
|
|
@@ -0,0 +1,180 @@
|
|
|
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 SyncDeviceUnitVo
|
|
16
|
+
*/
|
|
17
|
+
export interface SyncDeviceUnitVo {
|
|
18
|
+
/**
|
|
19
|
+
* 园区id
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof SyncDeviceUnitVo
|
|
22
|
+
*/
|
|
23
|
+
'parkId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 所属系统
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SyncDeviceUnitVo
|
|
28
|
+
*/
|
|
29
|
+
'owningSystem'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 系统类型
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof SyncDeviceUnitVo
|
|
34
|
+
*/
|
|
35
|
+
'systemType'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 品牌id
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof SyncDeviceUnitVo
|
|
40
|
+
*/
|
|
41
|
+
'brandId'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 型号id
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof SyncDeviceUnitVo
|
|
46
|
+
*/
|
|
47
|
+
'modelId'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 设备厂商类型
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof SyncDeviceUnitVo
|
|
52
|
+
*/
|
|
53
|
+
'producterId'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 外部单位id
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof SyncDeviceUnitVo
|
|
58
|
+
*/
|
|
59
|
+
'unitId'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* 设备类型
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof SyncDeviceUnitVo
|
|
64
|
+
*/
|
|
65
|
+
'deviceType'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 设备部件类型
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof SyncDeviceUnitVo
|
|
70
|
+
*/
|
|
71
|
+
'unitType'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* code
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof SyncDeviceUnitVo
|
|
76
|
+
*/
|
|
77
|
+
'deviceCode'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* 设备name
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof SyncDeviceUnitVo
|
|
82
|
+
*/
|
|
83
|
+
'deviceName'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* 外部设备id
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof SyncDeviceUnitVo
|
|
88
|
+
*/
|
|
89
|
+
'outDeviceId'?: string;
|
|
90
|
+
/**
|
|
91
|
+
* 外部部件id
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof SyncDeviceUnitVo
|
|
94
|
+
*/
|
|
95
|
+
'outUnitId'?: string;
|
|
96
|
+
/**
|
|
97
|
+
* 设备部件编码
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof SyncDeviceUnitVo
|
|
100
|
+
*/
|
|
101
|
+
'unitCode'?: string;
|
|
102
|
+
/**
|
|
103
|
+
* 设备部件名称
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof SyncDeviceUnitVo
|
|
106
|
+
*/
|
|
107
|
+
'unitName'?: string;
|
|
108
|
+
/**
|
|
109
|
+
* 部件卡号
|
|
110
|
+
* @type {string}
|
|
111
|
+
* @memberof SyncDeviceUnitVo
|
|
112
|
+
*/
|
|
113
|
+
'unitCard'?: string;
|
|
114
|
+
/**
|
|
115
|
+
* 部件源地址
|
|
116
|
+
* @type {string}
|
|
117
|
+
* @memberof SyncDeviceUnitVo
|
|
118
|
+
*/
|
|
119
|
+
'unitSource'?: string;
|
|
120
|
+
/**
|
|
121
|
+
* 部件状态
|
|
122
|
+
* @type {string}
|
|
123
|
+
* @memberof SyncDeviceUnitVo
|
|
124
|
+
*/
|
|
125
|
+
'status'?: string;
|
|
126
|
+
/**
|
|
127
|
+
* 最大阈值
|
|
128
|
+
* @type {string}
|
|
129
|
+
* @memberof SyncDeviceUnitVo
|
|
130
|
+
*/
|
|
131
|
+
'maxValue'?: string;
|
|
132
|
+
/**
|
|
133
|
+
* 最小阈值
|
|
134
|
+
* @type {string}
|
|
135
|
+
* @memberof SyncDeviceUnitVo
|
|
136
|
+
*/
|
|
137
|
+
'minValue'?: string;
|
|
138
|
+
/**
|
|
139
|
+
* 详细安装位置
|
|
140
|
+
* @type {string}
|
|
141
|
+
* @memberof SyncDeviceUnitVo
|
|
142
|
+
*/
|
|
143
|
+
'location'?: string;
|
|
144
|
+
/**
|
|
145
|
+
* 心跳时间
|
|
146
|
+
* @type {string}
|
|
147
|
+
* @memberof SyncDeviceUnitVo
|
|
148
|
+
*/
|
|
149
|
+
'heartBeatAt'?: string;
|
|
150
|
+
/**
|
|
151
|
+
* 下次心跳时间
|
|
152
|
+
* @type {string}
|
|
153
|
+
* @memberof SyncDeviceUnitVo
|
|
154
|
+
*/
|
|
155
|
+
'heartBeatExpiresAt'?: string;
|
|
156
|
+
/**
|
|
157
|
+
* 倍率
|
|
158
|
+
* @type {number}
|
|
159
|
+
* @memberof SyncDeviceUnitVo
|
|
160
|
+
*/
|
|
161
|
+
'magnification'?: number;
|
|
162
|
+
/**
|
|
163
|
+
* 记录id 暂时无用
|
|
164
|
+
* @type {number}
|
|
165
|
+
* @memberof SyncDeviceUnitVo
|
|
166
|
+
*/
|
|
167
|
+
'recordId'?: number;
|
|
168
|
+
/**
|
|
169
|
+
* 上传时间间隔
|
|
170
|
+
* @type {number}
|
|
171
|
+
* @memberof SyncDeviceUnitVo
|
|
172
|
+
*/
|
|
173
|
+
'uploadTimeInterval'?: number;
|
|
174
|
+
/**
|
|
175
|
+
* 节点id
|
|
176
|
+
* @type {number}
|
|
177
|
+
* @memberof SyncDeviceUnitVo
|
|
178
|
+
*/
|
|
179
|
+
'nodeId'?: number;
|
|
180
|
+
}
|
|
@@ -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 {};
|
|
@@ -165,10 +165,34 @@ export interface SyncEquipmentVO {
|
|
|
165
165
|
* @memberof SyncEquipmentVO
|
|
166
166
|
*/
|
|
167
167
|
'heartBeatAt'?: string;
|
|
168
|
+
/**
|
|
169
|
+
* 下次心跳时间
|
|
170
|
+
* @type {string}
|
|
171
|
+
* @memberof SyncEquipmentVO
|
|
172
|
+
*/
|
|
173
|
+
'heartBeatExpiresAt'?: string;
|
|
168
174
|
/**
|
|
169
175
|
* 倍率
|
|
170
176
|
* @type {number}
|
|
171
177
|
* @memberof SyncEquipmentVO
|
|
172
178
|
*/
|
|
173
179
|
'magnification'?: number;
|
|
180
|
+
/**
|
|
181
|
+
* 记录id 暂时无用
|
|
182
|
+
* @type {number}
|
|
183
|
+
* @memberof SyncEquipmentVO
|
|
184
|
+
*/
|
|
185
|
+
'recordId'?: number;
|
|
186
|
+
/**
|
|
187
|
+
* 上传时间间隔
|
|
188
|
+
* @type {number}
|
|
189
|
+
* @memberof SyncEquipmentVO
|
|
190
|
+
*/
|
|
191
|
+
'uploadTimeInterval'?: number;
|
|
192
|
+
/**
|
|
193
|
+
* 节点id
|
|
194
|
+
* @type {number}
|
|
195
|
+
* @memberof SyncEquipmentVO
|
|
196
|
+
*/
|
|
197
|
+
'nodeId'?: number;
|
|
174
198
|
}
|
|
@@ -357,14 +357,14 @@ export interface SysUser {
|
|
|
357
357
|
'supplierId'?: number;
|
|
358
358
|
/**
|
|
359
359
|
*
|
|
360
|
-
* @type {
|
|
360
|
+
* @type {string}
|
|
361
361
|
* @memberof SysUser
|
|
362
362
|
*/
|
|
363
|
-
'
|
|
363
|
+
'cid'?: string;
|
|
364
364
|
/**
|
|
365
365
|
*
|
|
366
|
-
* @type {
|
|
366
|
+
* @type {number}
|
|
367
367
|
* @memberof SysUser
|
|
368
368
|
*/
|
|
369
|
-
'
|
|
369
|
+
'cuserId'?: number;
|
|
370
370
|
}
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* 违规工单中心属性
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
|
-
export declare const
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
17
|
+
export declare const ViolationCenterAttributeEnum: {
|
|
18
|
+
readonly OriginWarehouse: "ORIGIN_WAREHOUSE";
|
|
19
|
+
readonly BelongWarehouse: "BELONG_WAREHOUSE";
|
|
20
20
|
};
|
|
21
|
-
export type
|
|
21
|
+
export type ViolationCenterAttributeEnum = typeof ViolationCenterAttributeEnum[keyof typeof ViolationCenterAttributeEnum];
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* 违规工单中心属性
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
19
|
-
export const
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
export const ViolationCenterAttributeEnum = {
|
|
20
|
+
OriginWarehouse: 'ORIGIN_WAREHOUSE',
|
|
21
|
+
BelongWarehouse: 'BELONG_WAREHOUSE'
|
|
22
22
|
};
|
|
@@ -0,0 +1,68 @@
|
|
|
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 { ViolationCenterAttributeEnum } from './violation-center-attribute-enum';
|
|
13
|
+
import type { ViolationResponsibilityRoleEnum } from './violation-responsibility-role-enum';
|
|
14
|
+
/**
|
|
15
|
+
* 违规工单判定参数
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ViolationDecisionVo
|
|
18
|
+
*/
|
|
19
|
+
export interface ViolationDecisionVo {
|
|
20
|
+
/**
|
|
21
|
+
* 是否成立
|
|
22
|
+
* @type {boolean}
|
|
23
|
+
* @memberof ViolationDecisionVo
|
|
24
|
+
*/
|
|
25
|
+
'isEstablished'?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* 违规数量
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof ViolationDecisionVo
|
|
30
|
+
*/
|
|
31
|
+
'violationCount'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* OMS订单号
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof ViolationDecisionVo
|
|
36
|
+
*/
|
|
37
|
+
'omsNo'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {ViolationResponsibilityRoleEnum}
|
|
41
|
+
* @memberof ViolationDecisionVo
|
|
42
|
+
*/
|
|
43
|
+
'responsibilityRole'?: ViolationResponsibilityRoleEnum;
|
|
44
|
+
/**
|
|
45
|
+
* 责任供应商
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof ViolationDecisionVo
|
|
48
|
+
*/
|
|
49
|
+
'responsibilitySupplier'?: string;
|
|
50
|
+
/**
|
|
51
|
+
* 责任人
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof ViolationDecisionVo
|
|
54
|
+
*/
|
|
55
|
+
'responsibilityUser'?: string;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {ViolationCenterAttributeEnum}
|
|
59
|
+
* @memberof ViolationDecisionVo
|
|
60
|
+
*/
|
|
61
|
+
'centerAttribute'?: ViolationCenterAttributeEnum;
|
|
62
|
+
/**
|
|
63
|
+
* 索赔内容
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof ViolationDecisionVo
|
|
66
|
+
*/
|
|
67
|
+
'claimContent'?: string;
|
|
68
|
+
}
|
|
@@ -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 {};
|
|
@@ -0,0 +1,84 @@
|
|
|
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 ViolationIssueTypeEnum: {
|
|
18
|
+
readonly HighAltitudeWorkWithoutSafetyHelmetOrSafetyRope: "HIGH_ALTITUDE_WORK_WITHOUT_SAFETY_HELMET_OR_SAFETY_ROPE";
|
|
19
|
+
readonly WorkersWearingShortsOrSlippersInWarehouseArea: "WORKERS_WEARING_SHORTS_OR_SLIPPERS_IN_WAREHOUSE_AREA";
|
|
20
|
+
readonly ForkliftViolationLiftingPeopleForHighWork: "FORKLIFT_VIOLATION_LIFTING_PEOPLE_FOR_HIGH_WORK";
|
|
21
|
+
readonly HighShelfWarehouseWorkWithoutSafetyHelmet: "HIGH_SHELF_WAREHOUSE_WORK_WITHOUT_SAFETY_HELMET";
|
|
22
|
+
readonly ParkedVehiclesNotFollowingFourCapTwoWedgeRule: "PARKED_VEHICLES_NOT_FOLLOWING_FOUR_CAP_TWO_WEDGE_RULE";
|
|
23
|
+
readonly ForkliftNotRemovingKeyAfterParking: "FORKLIFT_NOT_REMOVING_KEY_AFTER_PARKING";
|
|
24
|
+
readonly ForkliftParkedInWarehouseAfterShiftForksNotReset: "FORKLIFT_PARKED_IN_WAREHOUSE_AFTER_SHIFT_FORKS_NOT_RESET";
|
|
25
|
+
readonly PlatformIllegalCharging: "PLATFORM_ILLEGAL_CHARGING";
|
|
26
|
+
readonly WarehouseAreaIllegalSmoking: "WAREHOUSE_AREA_ILLEGAL_SMOKING";
|
|
27
|
+
readonly VehiclesIllegallyEnteringWarehouseArea: "VEHICLES_ILLEGALLY_ENTERING_WAREHOUSE_AREA";
|
|
28
|
+
readonly OtherSafetyViolations: "OTHER_SAFETY_VIOLATIONS";
|
|
29
|
+
readonly FireExitBlocked: "FIRE_EXIT_BLOCKED";
|
|
30
|
+
readonly GoodsBlockingFireFightingEquipment: "GOODS_BLOCKING_FIRE_FIGHTING_EQUIPMENT";
|
|
31
|
+
readonly DebrisPiledInFrontOfPowerDistributionEquipment: "DEBRIS_PILED_IN_FRONT_OF_POWER_DISTRIBUTION_EQUIPMENT";
|
|
32
|
+
readonly AntiTheftDoorLyingFlatSidewaysOrUpsideDown: "ANTI_THEFT_DOOR_LYING_FLAT_SIDEWAYS_OR_UPSIDE_DOWN";
|
|
33
|
+
readonly GoodsStackedTooHigh: "GOODS_STACKED_TOO_HIGH";
|
|
34
|
+
readonly DampGoods: "DAMP_GOODS";
|
|
35
|
+
readonly TvIllegalStackingHeavyOnLight: "TV_ILLEGAL_STACKING_HEAVY_ON_LIGHT";
|
|
36
|
+
readonly GoodsWithPenetratingDamage: "GOODS_WITH_PENETRATING_DAMAGE";
|
|
37
|
+
readonly SidewaysOrUpsideDown: "SIDEWAYS_OR_UPSIDE_DOWN";
|
|
38
|
+
readonly GoodsStained: "GOODS_STAINED";
|
|
39
|
+
readonly GoodsWithScribbledPackaging: "GOODS_WITH_SCRIBBLED_PACKAGING";
|
|
40
|
+
readonly IrregularGoodsStacking: "IRREGULAR_GOODS_STACKING";
|
|
41
|
+
readonly DamagedGoodsAreaNotSet: "DAMAGED_GOODS_AREA_NOT_SET";
|
|
42
|
+
readonly GoodsCrushedOrDeformed: "GOODS_CRUSHED_OR_DEFORMED";
|
|
43
|
+
readonly IncorrectClampingSurfacePlacement: "INCORRECT_CLAMPING_SURFACE_PLACEMENT";
|
|
44
|
+
readonly GoodsWithFootprintsOnPackaging: "GOODS_WITH_FOOTPRINTS_ON_PACKAGING";
|
|
45
|
+
readonly TvDamageOrDirtyPackaging: "TV_DAMAGE_OR_DIRTY_PACKAGING";
|
|
46
|
+
readonly DustyGoods: "DUSTY_GOODS";
|
|
47
|
+
readonly AntiTippingMeasuresMissing: "ANTI_TIPPING_MEASURES_MISSING";
|
|
48
|
+
readonly WarehouseLeakage: "WAREHOUSE_LEAKAGE";
|
|
49
|
+
readonly UpsideDownOrSidewaysNonTvAppliances: "UPSIDE_DOWN_OR_SIDEWAYS_NON_TV_APPLIANCES";
|
|
50
|
+
readonly DamagedBoxesOnArrival: "DAMAGED_BOXES_ON_ARRIVAL";
|
|
51
|
+
readonly ImproperTvLoading: "IMPROPER_TV_LOADING";
|
|
52
|
+
readonly WorkingInRain: "WORKING_IN_RAIN";
|
|
53
|
+
readonly HeavyOnLight: "HEAVY_ON_LIGHT";
|
|
54
|
+
readonly DampOrDirtyContainer: "DAMP_OR_DIRTY_CONTAINER";
|
|
55
|
+
readonly ImproperTvStorage: "IMPROPER_TV_STORAGE";
|
|
56
|
+
readonly TvWetOrDamagedBox: "TV_WET_OR_DAMAGED_BOX";
|
|
57
|
+
readonly WrongClampingSurface: "WRONG_CLAMPING_SURFACE";
|
|
58
|
+
readonly DraggingGoodsOnGround: "DRAGGING_GOODS_ON_GROUND";
|
|
59
|
+
readonly ClampingTooHighAndDropping: "CLAMPING_TOO_HIGH_AND_DROPPING";
|
|
60
|
+
readonly ImproperClampingOfWashingMachines: "IMPROPER_CLAMPING_OF_WASHING_MACHINES";
|
|
61
|
+
readonly ImproperClampingOfRefrigerators: "IMPROPER_CLAMPING_OF_REFRIGERATORS";
|
|
62
|
+
readonly CornersOnGround: "CORNERS_ON_GROUND";
|
|
63
|
+
readonly ClampingDifferentSpecsSimultaneously: "CLAMPING_DIFFERENT_SPECS_SIMULTANEOUSLY";
|
|
64
|
+
readonly SqueezingOperationOfClampingTruck: "SQUEEZING_OPERATION_OF_CLAMPING_TRUCK";
|
|
65
|
+
readonly ImproperHandlingByPersonnel: "IMPROPER_HANDLING_BY_PERSONNEL";
|
|
66
|
+
readonly ThrowingGoods: "THROWING_GOODS";
|
|
67
|
+
readonly ImproperTvHandling: "IMPROPER_TV_HANDLING";
|
|
68
|
+
readonly ManualWorkTooHighAndDropping: "MANUAL_WORK_TOO_HIGH_AND_DROPPING";
|
|
69
|
+
readonly RoughHandlingOfTvs: "ROUGH_HANDLING_OF_TVS";
|
|
70
|
+
readonly ImproperClampingOfMassageChairs: "IMPROPER_CLAMPING_OF_MASSAGE_CHAIRS";
|
|
71
|
+
readonly ImproperElectronicWaybillAttachment: "IMPROPER_ELECTRONIC_WAYBILL_ATTACHMENT";
|
|
72
|
+
readonly ClampingAndDragging: "CLAMPING_AND_DRAGGING";
|
|
73
|
+
readonly IndustryClaimRecovery: "INDUSTRY_CLAIM_RECOVERY";
|
|
74
|
+
readonly AssetDamage: "ASSET_DAMAGE";
|
|
75
|
+
readonly ElectricityWaste: "ELECTRICITY_WASTE";
|
|
76
|
+
readonly NotSingleBuildingGoodsCollection: "NOT_SINGLE_BUILDING_GOODS_COLLECTION";
|
|
77
|
+
readonly FalseInventory: "FALSE_INVENTORY";
|
|
78
|
+
readonly SixSProblem: "SIX_S_PROBLEM";
|
|
79
|
+
readonly NoTeamMeeting: "NO_TEAM_MEETING";
|
|
80
|
+
readonly PlatformStagingAreaNotCleared: "PLATFORM_STAGING_AREA_NOT_CLEARED";
|
|
81
|
+
readonly UtilizationProblem: "UTILIZATION_PROBLEM";
|
|
82
|
+
readonly NoOneInControlRoom: "NO_ONE_IN_CONTROL_ROOM";
|
|
83
|
+
};
|
|
84
|
+
export type ViolationIssueTypeEnum = typeof ViolationIssueTypeEnum[keyof typeof ViolationIssueTypeEnum];
|