@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
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { ViolationWorkOrderDetailsDto } from './violation-work-order-details-dto';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultViolationWorkOrderDetailsDto
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultViolationWorkOrderDetailsDto {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {ViolationWorkOrderDetailsDto}
|
|
50
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
51
|
+
*/
|
|
52
|
+
'data'?: ViolationWorkOrderDetailsDto | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
}
|
|
66
|
+
|
|
@@ -21,16 +21,7 @@ import type { FunctionalAreaEnum } from './functional-area-enum';
|
|
|
21
21
|
import type { InstallationBodyEnum } from './installation-body-enum';
|
|
22
22
|
// May contain unused imports in some cases
|
|
23
23
|
// @ts-ignore
|
|
24
|
-
import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
|
|
25
|
-
// May contain unused imports in some cases
|
|
26
|
-
// @ts-ignore
|
|
27
|
-
import type { ParkPlatFormEnum } from './park-plat-form-enum';
|
|
28
|
-
// May contain unused imports in some cases
|
|
29
|
-
// @ts-ignore
|
|
30
24
|
import type { Space } from './space';
|
|
31
|
-
// May contain unused imports in some cases
|
|
32
|
-
// @ts-ignore
|
|
33
|
-
import type { SurveillanceStatusEnum } from './surveillance-status-enum';
|
|
34
25
|
|
|
35
26
|
/**
|
|
36
27
|
* 监控详情参数
|
|
@@ -56,36 +47,6 @@ export interface SurveillanceDetailsDto {
|
|
|
56
47
|
* @memberof SurveillanceDetailsDto
|
|
57
48
|
*/
|
|
58
49
|
'surveillanceNo'?: string;
|
|
59
|
-
/**
|
|
60
|
-
* 区域名称 HIK同步
|
|
61
|
-
* @type {string}
|
|
62
|
-
* @memberof SurveillanceDetailsDto
|
|
63
|
-
*/
|
|
64
|
-
'hikAreaName'?: string;
|
|
65
|
-
/**
|
|
66
|
-
*
|
|
67
|
-
* @type {ParkPlatFormEnum}
|
|
68
|
-
* @memberof SurveillanceDetailsDto
|
|
69
|
-
*/
|
|
70
|
-
'hikPlatform'?: ParkPlatFormEnum;
|
|
71
|
-
/**
|
|
72
|
-
*
|
|
73
|
-
* @type {ParkCenterAttributeEnum}
|
|
74
|
-
* @memberof SurveillanceDetailsDto
|
|
75
|
-
*/
|
|
76
|
-
'hikCenter'?: ParkCenterAttributeEnum;
|
|
77
|
-
/**
|
|
78
|
-
* 大区 HIK同步
|
|
79
|
-
* @type {string}
|
|
80
|
-
* @memberof SurveillanceDetailsDto
|
|
81
|
-
*/
|
|
82
|
-
'hikRegion'?: string;
|
|
83
|
-
/**
|
|
84
|
-
* 仓库名 HIK同步
|
|
85
|
-
* @type {string}
|
|
86
|
-
* @memberof SurveillanceDetailsDto
|
|
87
|
-
*/
|
|
88
|
-
'hikWarehouseName'?: string;
|
|
89
50
|
/**
|
|
90
51
|
* 空间ID
|
|
91
52
|
* @type {number}
|
|
@@ -99,41 +60,35 @@ export interface SurveillanceDetailsDto {
|
|
|
99
60
|
*/
|
|
100
61
|
'functionalArea'?: FunctionalAreaEnum;
|
|
101
62
|
/**
|
|
102
|
-
*
|
|
103
|
-
* @type {number}
|
|
104
|
-
* @memberof SurveillanceDetailsDto
|
|
105
|
-
*/
|
|
106
|
-
'hikAreaId'?: number;
|
|
107
|
-
/**
|
|
108
|
-
* 设备ID HIK同步
|
|
63
|
+
* 监控名称
|
|
109
64
|
* @type {string}
|
|
110
65
|
* @memberof SurveillanceDetailsDto
|
|
111
66
|
*/
|
|
112
|
-
'
|
|
67
|
+
'surveillanceName'?: string;
|
|
113
68
|
/**
|
|
114
|
-
*
|
|
69
|
+
* 设备编码
|
|
115
70
|
* @type {string}
|
|
116
71
|
* @memberof SurveillanceDetailsDto
|
|
117
72
|
*/
|
|
118
|
-
'
|
|
73
|
+
'deviceCode'?: string;
|
|
119
74
|
/**
|
|
120
|
-
*
|
|
75
|
+
* 通道号
|
|
121
76
|
* @type {string}
|
|
122
77
|
* @memberof SurveillanceDetailsDto
|
|
123
78
|
*/
|
|
124
|
-
'
|
|
79
|
+
'channelCode'?: string;
|
|
125
80
|
/**
|
|
126
|
-
*
|
|
81
|
+
* 设备类型
|
|
127
82
|
* @type {string}
|
|
128
83
|
* @memberof SurveillanceDetailsDto
|
|
129
84
|
*/
|
|
130
|
-
'
|
|
85
|
+
'modelId'?: string;
|
|
131
86
|
/**
|
|
132
|
-
*
|
|
87
|
+
* 品牌编号
|
|
133
88
|
* @type {string}
|
|
134
89
|
* @memberof SurveillanceDetailsDto
|
|
135
90
|
*/
|
|
136
|
-
'
|
|
91
|
+
'brandId'?: string;
|
|
137
92
|
/**
|
|
138
93
|
* 是否空间显示
|
|
139
94
|
* @type {boolean}
|
|
@@ -141,71 +96,11 @@ export interface SurveillanceDetailsDto {
|
|
|
141
96
|
*/
|
|
142
97
|
'isShowSpace'?: boolean;
|
|
143
98
|
/**
|
|
144
|
-
*
|
|
145
|
-
* @type {SurveillanceStatusEnum}
|
|
146
|
-
* @memberof SurveillanceDetailsDto
|
|
147
|
-
*/
|
|
148
|
-
'hikDeviceStatus'?: SurveillanceStatusEnum;
|
|
149
|
-
/**
|
|
150
|
-
* 持续时长 HIK同步
|
|
151
|
-
* @type {number}
|
|
152
|
-
* @memberof SurveillanceDetailsDto
|
|
153
|
-
*/
|
|
154
|
-
'hikDuration'?: number;
|
|
155
|
-
/**
|
|
156
|
-
* 离线原因 HIK同步
|
|
157
|
-
* @type {string}
|
|
158
|
-
* @memberof SurveillanceDetailsDto
|
|
159
|
-
*/
|
|
160
|
-
'hikOfflineReason'?: string;
|
|
161
|
-
/**
|
|
162
|
-
* 离线修复时间 HIK同步
|
|
99
|
+
* 设备状态枚举
|
|
163
100
|
* @type {string}
|
|
164
101
|
* @memberof SurveillanceDetailsDto
|
|
165
102
|
*/
|
|
166
|
-
'
|
|
167
|
-
/**
|
|
168
|
-
* 图像状态 HIK同步
|
|
169
|
-
* @type {string}
|
|
170
|
-
* @memberof SurveillanceDetailsDto
|
|
171
|
-
*/
|
|
172
|
-
'hikImageStatus'?: string;
|
|
173
|
-
/**
|
|
174
|
-
* 录制状态 HIK同步
|
|
175
|
-
* @type {string}
|
|
176
|
-
* @memberof SurveillanceDetailsDto
|
|
177
|
-
*/
|
|
178
|
-
'hikRecordingStatus'?: string;
|
|
179
|
-
/**
|
|
180
|
-
* 录像结果 HIK同步
|
|
181
|
-
* @type {string}
|
|
182
|
-
* @memberof SurveillanceDetailsDto
|
|
183
|
-
*/
|
|
184
|
-
'hikRecordingResult'?: string;
|
|
185
|
-
/**
|
|
186
|
-
* 巡检时间 HIK同步
|
|
187
|
-
* @type {string}
|
|
188
|
-
* @memberof SurveillanceDetailsDto
|
|
189
|
-
*/
|
|
190
|
-
'hikInspectionTime'?: string;
|
|
191
|
-
/**
|
|
192
|
-
* 断续频次 HIK同步
|
|
193
|
-
* @type {string}
|
|
194
|
-
* @memberof SurveillanceDetailsDto
|
|
195
|
-
*/
|
|
196
|
-
'hikIntermittentFrequency'?: string;
|
|
197
|
-
/**
|
|
198
|
-
* 录像保持天数 HIK同步
|
|
199
|
-
* @type {string}
|
|
200
|
-
* @memberof SurveillanceDetailsDto
|
|
201
|
-
*/
|
|
202
|
-
'hikVideoRetentionDays'?: string;
|
|
203
|
-
/**
|
|
204
|
-
* 未录像时长 HIK同步
|
|
205
|
-
* @type {string}
|
|
206
|
-
* @memberof SurveillanceDetailsDto
|
|
207
|
-
*/
|
|
208
|
-
'hikUnrecordedHours'?: string;
|
|
103
|
+
'deviceStatus'?: SurveillanceDetailsDtoDeviceStatusEnum;
|
|
209
104
|
/**
|
|
210
105
|
*
|
|
211
106
|
* @type {InstallationBodyEnum}
|
|
@@ -238,5 +133,12 @@ export interface SurveillanceDetailsDto {
|
|
|
238
133
|
'surveillancePoint'?: Array<number>;
|
|
239
134
|
}
|
|
240
135
|
|
|
136
|
+
export const SurveillanceDetailsDtoDeviceStatusEnum = {
|
|
137
|
+
Unknown: 'UNKNOWN',
|
|
138
|
+
Offline: 'OFFLINE',
|
|
139
|
+
Online: 'ONLINE'
|
|
140
|
+
} as const;
|
|
141
|
+
|
|
142
|
+
export type SurveillanceDetailsDtoDeviceStatusEnum = typeof SurveillanceDetailsDtoDeviceStatusEnum[keyof typeof SurveillanceDetailsDtoDeviceStatusEnum];
|
|
241
143
|
|
|
242
144
|
|
package/models/surveillance.ts
CHANGED
|
@@ -13,9 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import type { SurveillanceStatusEnum } from './surveillance-status-enum';
|
|
19
16
|
|
|
20
17
|
/**
|
|
21
18
|
* 监控详情
|
|
@@ -48,12 +45,19 @@ export interface Surveillance {
|
|
|
48
45
|
*/
|
|
49
46
|
'surveillancePoint'?: Array<number>;
|
|
50
47
|
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {
|
|
48
|
+
* 设备状态枚举
|
|
49
|
+
* @type {string}
|
|
53
50
|
* @memberof Surveillance
|
|
54
51
|
*/
|
|
55
|
-
'surveillanceStatus'?:
|
|
52
|
+
'surveillanceStatus'?: SurveillanceSurveillanceStatusEnum;
|
|
56
53
|
}
|
|
57
54
|
|
|
55
|
+
export const SurveillanceSurveillanceStatusEnum = {
|
|
56
|
+
Unknown: 'UNKNOWN',
|
|
57
|
+
Offline: 'OFFLINE',
|
|
58
|
+
Online: 'ONLINE'
|
|
59
|
+
} as const;
|
|
60
|
+
|
|
61
|
+
export type SurveillanceSurveillanceStatusEnum = typeof SurveillanceSurveillanceStatusEnum[keyof typeof SurveillanceSurveillanceStatusEnum];
|
|
58
62
|
|
|
59
63
|
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 设备同步参数
|
|
19
|
+
* @export
|
|
20
|
+
* @interface SyncDeviceUnitVo
|
|
21
|
+
*/
|
|
22
|
+
export interface SyncDeviceUnitVo {
|
|
23
|
+
/**
|
|
24
|
+
* 园区id
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof SyncDeviceUnitVo
|
|
27
|
+
*/
|
|
28
|
+
'parkId'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 所属系统
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof SyncDeviceUnitVo
|
|
33
|
+
*/
|
|
34
|
+
'owningSystem'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 系统类型
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof SyncDeviceUnitVo
|
|
39
|
+
*/
|
|
40
|
+
'systemType'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 品牌id
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof SyncDeviceUnitVo
|
|
45
|
+
*/
|
|
46
|
+
'brandId'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 型号id
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof SyncDeviceUnitVo
|
|
51
|
+
*/
|
|
52
|
+
'modelId'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* 设备厂商类型
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof SyncDeviceUnitVo
|
|
57
|
+
*/
|
|
58
|
+
'producterId'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 外部单位id
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof SyncDeviceUnitVo
|
|
63
|
+
*/
|
|
64
|
+
'unitId'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* 设备类型
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof SyncDeviceUnitVo
|
|
69
|
+
*/
|
|
70
|
+
'deviceType'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* 设备部件类型
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof SyncDeviceUnitVo
|
|
75
|
+
*/
|
|
76
|
+
'unitType'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* code
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof SyncDeviceUnitVo
|
|
81
|
+
*/
|
|
82
|
+
'deviceCode'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* 设备name
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof SyncDeviceUnitVo
|
|
87
|
+
*/
|
|
88
|
+
'deviceName'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* 外部设备id
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof SyncDeviceUnitVo
|
|
93
|
+
*/
|
|
94
|
+
'outDeviceId'?: string;
|
|
95
|
+
/**
|
|
96
|
+
* 外部部件id
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof SyncDeviceUnitVo
|
|
99
|
+
*/
|
|
100
|
+
'outUnitId'?: string;
|
|
101
|
+
/**
|
|
102
|
+
* 设备部件编码
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof SyncDeviceUnitVo
|
|
105
|
+
*/
|
|
106
|
+
'unitCode'?: string;
|
|
107
|
+
/**
|
|
108
|
+
* 设备部件名称
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof SyncDeviceUnitVo
|
|
111
|
+
*/
|
|
112
|
+
'unitName'?: string;
|
|
113
|
+
/**
|
|
114
|
+
* 部件卡号
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof SyncDeviceUnitVo
|
|
117
|
+
*/
|
|
118
|
+
'unitCard'?: string;
|
|
119
|
+
/**
|
|
120
|
+
* 部件源地址
|
|
121
|
+
* @type {string}
|
|
122
|
+
* @memberof SyncDeviceUnitVo
|
|
123
|
+
*/
|
|
124
|
+
'unitSource'?: string;
|
|
125
|
+
/**
|
|
126
|
+
* 部件状态
|
|
127
|
+
* @type {string}
|
|
128
|
+
* @memberof SyncDeviceUnitVo
|
|
129
|
+
*/
|
|
130
|
+
'status'?: string;
|
|
131
|
+
/**
|
|
132
|
+
* 最大阈值
|
|
133
|
+
* @type {string}
|
|
134
|
+
* @memberof SyncDeviceUnitVo
|
|
135
|
+
*/
|
|
136
|
+
'maxValue'?: string;
|
|
137
|
+
/**
|
|
138
|
+
* 最小阈值
|
|
139
|
+
* @type {string}
|
|
140
|
+
* @memberof SyncDeviceUnitVo
|
|
141
|
+
*/
|
|
142
|
+
'minValue'?: string;
|
|
143
|
+
/**
|
|
144
|
+
* 详细安装位置
|
|
145
|
+
* @type {string}
|
|
146
|
+
* @memberof SyncDeviceUnitVo
|
|
147
|
+
*/
|
|
148
|
+
'location'?: string;
|
|
149
|
+
/**
|
|
150
|
+
* 心跳时间
|
|
151
|
+
* @type {string}
|
|
152
|
+
* @memberof SyncDeviceUnitVo
|
|
153
|
+
*/
|
|
154
|
+
'heartBeatAt'?: string;
|
|
155
|
+
/**
|
|
156
|
+
* 下次心跳时间
|
|
157
|
+
* @type {string}
|
|
158
|
+
* @memberof SyncDeviceUnitVo
|
|
159
|
+
*/
|
|
160
|
+
'heartBeatExpiresAt'?: string;
|
|
161
|
+
/**
|
|
162
|
+
* 倍率
|
|
163
|
+
* @type {number}
|
|
164
|
+
* @memberof SyncDeviceUnitVo
|
|
165
|
+
*/
|
|
166
|
+
'magnification'?: number;
|
|
167
|
+
/**
|
|
168
|
+
* 记录id 暂时无用
|
|
169
|
+
* @type {number}
|
|
170
|
+
* @memberof SyncDeviceUnitVo
|
|
171
|
+
*/
|
|
172
|
+
'recordId'?: number;
|
|
173
|
+
/**
|
|
174
|
+
* 上传时间间隔
|
|
175
|
+
* @type {number}
|
|
176
|
+
* @memberof SyncDeviceUnitVo
|
|
177
|
+
*/
|
|
178
|
+
'uploadTimeInterval'?: number;
|
|
179
|
+
/**
|
|
180
|
+
* 节点id
|
|
181
|
+
* @type {number}
|
|
182
|
+
* @memberof SyncDeviceUnitVo
|
|
183
|
+
*/
|
|
184
|
+
'nodeId'?: number;
|
|
185
|
+
}
|
|
186
|
+
|
|
@@ -170,11 +170,35 @@ export interface SyncEquipmentVO {
|
|
|
170
170
|
* @memberof SyncEquipmentVO
|
|
171
171
|
*/
|
|
172
172
|
'heartBeatAt'?: string;
|
|
173
|
+
/**
|
|
174
|
+
* 下次心跳时间
|
|
175
|
+
* @type {string}
|
|
176
|
+
* @memberof SyncEquipmentVO
|
|
177
|
+
*/
|
|
178
|
+
'heartBeatExpiresAt'?: string;
|
|
173
179
|
/**
|
|
174
180
|
* 倍率
|
|
175
181
|
* @type {number}
|
|
176
182
|
* @memberof SyncEquipmentVO
|
|
177
183
|
*/
|
|
178
184
|
'magnification'?: number;
|
|
185
|
+
/**
|
|
186
|
+
* 记录id 暂时无用
|
|
187
|
+
* @type {number}
|
|
188
|
+
* @memberof SyncEquipmentVO
|
|
189
|
+
*/
|
|
190
|
+
'recordId'?: number;
|
|
191
|
+
/**
|
|
192
|
+
* 上传时间间隔
|
|
193
|
+
* @type {number}
|
|
194
|
+
* @memberof SyncEquipmentVO
|
|
195
|
+
*/
|
|
196
|
+
'uploadTimeInterval'?: number;
|
|
197
|
+
/**
|
|
198
|
+
* 节点id
|
|
199
|
+
* @type {number}
|
|
200
|
+
* @memberof SyncEquipmentVO
|
|
201
|
+
*/
|
|
202
|
+
'nodeId'?: number;
|
|
179
203
|
}
|
|
180
204
|
|
package/models/sys-user.ts
CHANGED
|
@@ -364,15 +364,15 @@ export interface SysUser {
|
|
|
364
364
|
'supplierId'?: number;
|
|
365
365
|
/**
|
|
366
366
|
*
|
|
367
|
-
* @type {
|
|
367
|
+
* @type {string}
|
|
368
368
|
* @memberof SysUser
|
|
369
369
|
*/
|
|
370
|
-
'
|
|
370
|
+
'cid'?: string;
|
|
371
371
|
/**
|
|
372
372
|
*
|
|
373
|
-
* @type {
|
|
373
|
+
* @type {number}
|
|
374
374
|
* @memberof SysUser
|
|
375
375
|
*/
|
|
376
|
-
'
|
|
376
|
+
'cuserId'?: number;
|
|
377
377
|
}
|
|
378
378
|
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 违规工单中心属性
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const ViolationCenterAttributeEnum = {
|
|
24
|
+
OriginWarehouse: 'ORIGIN_WAREHOUSE',
|
|
25
|
+
BelongWarehouse: 'BELONG_WAREHOUSE'
|
|
26
|
+
} as const;
|
|
27
|
+
|
|
28
|
+
export type ViolationCenterAttributeEnum = typeof ViolationCenterAttributeEnum[keyof typeof ViolationCenterAttributeEnum];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { ViolationCenterAttributeEnum } from './violation-center-attribute-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { ViolationResponsibilityRoleEnum } from './violation-responsibility-role-enum';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 违规工单判定参数
|
|
25
|
+
* @export
|
|
26
|
+
* @interface ViolationDecisionVo
|
|
27
|
+
*/
|
|
28
|
+
export interface ViolationDecisionVo {
|
|
29
|
+
/**
|
|
30
|
+
* 是否成立
|
|
31
|
+
* @type {boolean}
|
|
32
|
+
* @memberof ViolationDecisionVo
|
|
33
|
+
*/
|
|
34
|
+
'isEstablished'?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* 违规数量
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof ViolationDecisionVo
|
|
39
|
+
*/
|
|
40
|
+
'violationCount'?: number;
|
|
41
|
+
/**
|
|
42
|
+
* OMS订单号
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ViolationDecisionVo
|
|
45
|
+
*/
|
|
46
|
+
'omsNo'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {ViolationResponsibilityRoleEnum}
|
|
50
|
+
* @memberof ViolationDecisionVo
|
|
51
|
+
*/
|
|
52
|
+
'responsibilityRole'?: ViolationResponsibilityRoleEnum;
|
|
53
|
+
/**
|
|
54
|
+
* 责任供应商
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof ViolationDecisionVo
|
|
57
|
+
*/
|
|
58
|
+
'responsibilitySupplier'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 责任人
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof ViolationDecisionVo
|
|
63
|
+
*/
|
|
64
|
+
'responsibilityUser'?: string;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {ViolationCenterAttributeEnum}
|
|
68
|
+
* @memberof ViolationDecisionVo
|
|
69
|
+
*/
|
|
70
|
+
'centerAttribute'?: ViolationCenterAttributeEnum;
|
|
71
|
+
/**
|
|
72
|
+
* 索赔内容
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof ViolationDecisionVo
|
|
75
|
+
*/
|
|
76
|
+
'claimContent'?: string;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|